File tree Expand file tree Collapse file tree
updatecli/updatecli.release.d Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,6 +146,15 @@ targets:
146146 spec :
147147 file : charts/kubewarden-controller/Chart.yaml
148148 key : $.appVersion
149+ update_kubewarden_controller_auto_install_annotation :
150+ name : " Update kubewarden-controller auto-install annotation"
151+ kind : yaml
152+ sourceid : crdsChartVersion
153+ scmid : " default"
154+ spec :
155+ file : " file://charts/kubewarden-controller/Chart.yaml"
156+ key : ' annotations.catalog\.cattle\.io/auto-install'
157+ value : ' kubewarden-crds={{ source "crdsChartVersion" }}'
149158 update_kubewarden_defaults_helm_version :
150159 scmid : default
151160 name : Update Helm chart kubewarden-defaults version
@@ -162,6 +171,15 @@ targets:
162171 spec :
163172 file : charts/kubewarden-defaults/Chart.yaml
164173 key : $.appVersion
174+ update_kubewarden_defaults_auto_install_annotation :
175+ name : " Update kubewarden-defaults auto-install annotation"
176+ kind : yaml
177+ sourceid : crdsChartVersion
178+ scmid : " default"
179+ spec :
180+ file : " file://charts/kubewarden-defaults/Chart.yaml"
181+ key : ' annotations.catalog\.cattle\.io/auto-install'
182+ value : ' kubewarden-crds={{ source "crdsChartVersion" }}'
165183 update_controller_image_tag :
166184 scmid : default
167185 name : Update Helm chart kubewarden-controller image tag
You can’t perform that action at this time.
0 commit comments