kubewarden / helm-charts

Helm charts for the Kubewarden project
Apache License 2.0
25 stars 16 forks source link

Automation: update version of policies referenced by `kubewarden-defaults` chart #388

Closed flavio closed 5 months ago

flavio commented 6 months ago

The kubewarden-defaults helm charts can deploy some Kubewarden policies at installation time. The versions of these policies are specified inside of the chart values file.

Currently we have to remember to manually bump these versions whenever one of the policies is updated. Instead, it would be great to have a bot automatically make PRs.

Admission Criteria