kubewarden / helm-charts

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

Automation should bump kubewarden-crds during major and minor releases. #398

Closed jvanz closed 5 months ago

jvanz commented 5 months ago

In the current state of automation used to update the Helm charts, the kubewarden-crds Helm chart, is updated only when there is some CRD update. This is causing issues because the appVersion field among all the 3 charts should be kept in sync. Therefore, we need to update the automation scripts to bump the kubewarden-crds version and appVersion when a major/minor update happens.

Acceptance criteria

flavio commented 5 months ago

This is really annoying, we should address that ASAP