kubewarden / helm-charts

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

fix(ci): fix broken updatecli yaml files. #386

Closed jvanz closed 6 months ago

jvanz commented 6 months ago

Description

There are two updatecli yaml files missing the targets field. Thus, the execution failed because all the update actions that should be under targets are children of the conditions field. This commit that adding the targets field.

This commit also fixes some warning messages from updatecli about the keys used to find the fields in the Helm chart yaml files.

This fix is required to tag v1.11.0-rc1. https://github.com/kubewarden/kubewarden-controller/issues/642