kubewarden / helm-charts

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

Add job to update policies and kubectl image #407

Closed viccuad closed 5 months ago

viccuad commented 5 months ago

Description

Fix https://github.com/kubewarden/helm-charts/issues/388

Add job that checks the policies and kubectl image tags every week, and opens a PR if there's any bump needed.

Test

Tested updatecli part locally with:

  --config updatecli/updatecli.d/update-deps.yaml \
  --values updatecli/values.yaml

Tested make generate-policies-file generate-images-file, everything works for airgap scripts.

Tested in my fork: https://github.com/viccuad/helm-charts/actions/runs/8393105846/job/22987348660 https://github.com/viccuad/helm-charts/pull/2

Additional Information

Should wait for merge until 1.11 is released.

Tradeoff

Potential improvement