Micah Nagel

Results 27 issues of Micah Nagel

Currently there does not seem to be a way to override the `spec.strategy` for the Kiali CR (deploying via the operator). When deploying with a single replica for Kiali, the...

enhancement
help wanted

**Describe the bug** https://github.com/jaegertracing/helm-charts/commit/d7671badf15944ad4721d34f663e444e42bb2511 bumped the chart version and appVersion but did not actually update to the latest CRD and image for the operator. Going a step further, even overriding...

bug

#### Summary This adds a new struct and three new "options" to the MM spec: ```yaml spec: updateJob: extraLabels: {} extraAnnotations: {} disabled: (bool) ``` The annotations/labels will be added...

release-note

#### Summary From a quick scan through the code I don't believe there is currently any way to override parts of the spec for the update-check job that runs with...

When managing a helm chart via [Flux](https://github.com/fluxcd/flux2) a `HelmRelease` custom resource is created with a given `storageNamespace` (`foo`), but could have a different `targetNamespace` (`bar`) which determines where the chart...

bug

#### Summary This PR adds support for local file storage with PVC backing. Local storage must be explicitly enabled, with the option to configure the PVC size: ```yaml spec: fileStore:...

release-note

### Environment Device and OS: MBP App version: 0.32.3 Kubernetes distro being used: k3d Other: ### Steps to reproduce We've seen this consistently on our uds-core package so the steps...

possible-bug 🐛

#### Summary When Istio injecting Mattermost I noticed inconsistency with real-time chat when using >1 replica. Chats between users would not always be delivered, until a browser refresh (to force...

### Environment Device and OS: macOS App version: 0.31.1 Kubernetes distro being used: k3d ### Steps to reproduce 1. Zarf init 2. Deploy some things with zarf 3. `kubectl debug...

possible-bug 🐛

Currently the only way to set container security context for the deployments is via `anchoreGlobal.containerSecurityContext`. While this is useful for a lot of things ("sane" default security) there are also...