Micah Nagel
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...
**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...
#### 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...
#### 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...
#### 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:...
### 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...
#### 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...
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...