helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Helm charts for the Kubewarden project

Results 40 helm-charts issues
Sort by recently updated
recently updated
newest added

When deploying KW UI, and deploying `kubewarden-defaults`, I didn't find a button to enable the default policies, and did it by changing the yaml instead. This is not easily discoverable...

good first issue

Helm has [a feature to sign and verify charts so that the provenance and integrity can be checked](https://helm.sh/docs/topics/provenance/). Given that kubewarden is around security, this could be useful to use....

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When deploying cert-manager we create a CA and a ClusterIssuer and...

kind/bug

Update the CI/CD pipelines to allow the major/minor updates of all charts. This means that when a component (kubewarden-controller, kubewarden-crds or policy-server) has a major/minor version release, the CI/CD pipeline...

Updates the CI/CD pipeline to run the E2E tests after a new helm chart release. The E2E tests should validate if the released chart does not have issues

Update the CI/CD pipelines to allow the patch update of the individual chart releases. This means that when a component (`kubewarden-controller`, `kubewarden-crds` or `policy-server`) has a patch version release, the...

Update the CI/CD pipeline to allow other repositories trigger chart releases.

Just did a standard deployment with 50Mi using kubewarden-controller 1.2.4 helm chart (v1.3.0) and got OOM in the kubewarden-controller. Deployment has been done on RKE2 1.24.4 in a 3 node...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...

## Description Partial implementation of https://github.com/kubewarden/rfc/pull/12. Several Helm charts for several policies, ranging from complex policy settings to simple ones. ## Test To test, install Rancher and then add the...