helm-charts
helm-charts copied to clipboard
Helm charts for the Kubewarden project
Schedule PR tests Local run: https://github.com/kravciak/helm-charts/actions/runs/10831677457
### Is your feature request related to a problem? We want to test the controller's webhooks certificate bootstrap logic. The test should test: - Given a clean state, when the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior On PR https://github.com/kubewarden/helm-charts/pull/220, With job https://github.com/kubewarden/helm-charts/actions/runs/4692840686, Which is a new release...
We should have a series of unit tests that make sure the helm charts are rendered properly. Possible solutions: * [helm guidelines about testing](https://helm.sh/docs/topics/chart_tests/) * take inspiration from [what NeuVector...
It seems that the updatecli automation for patch releases bumps images even if they don't exist. For example, here it bumped the audit-scanner image to v1.15.1 even if no such...
From Martin: [Here](https://github.com/kubewarden/helm-charts/blob/kubewarden-controller-2.1.0/charts/kubewarden-controller/templates/opentelemetry-collector.yaml#L2) we use `apiVersion: opentelemetry.io/v1alpha1` but in 0.102.0 there is `v1beta1`. The deployment seems to work well but Fleet seems to have a problem to compare properly. Is...
Automatic Helm chart minor update. This PR has been created by the automation used to automatically update the Helm charts when some Kubewarden component is released REMEMBER IF YOU WANT...
## Description Fixes https://github.com/kubewarden/audit-scanner/issues/462 NOTE: e2e tests are not passing since it is not using the latest images.
We need to add the appropriate values and configuration to enable the user to set up and activate mTLS communication. AC: - [ ] allow the user to provide the...
## Description Part of https://github.com/kubewarden/helm-charts/issues/630. For kubewarden-controller chart, add a new `.Values.mTLS` section, where one can enable mutual TLS on the controller image. The controller expects a ConfigMap with a...