kubewarden / helm-charts

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

fix(ci): update crds chart in any major/minor update. #403

Closed jvanz closed 5 months ago

jvanz commented 5 months ago

Description

The CRDs chart was being updated only when there was some CRDs change. However, the appVersion should be kept in sync among all the three repositories. Therefore, the updatecli script to perform the update with no CRD change should also bump the appVersion in the kubewarden-crds chart

Fix #398