We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that the updatecli automation for patch releases bumps images even if they don't exist.
For example, here it bumped the audit-scanner image to v1.15.1 even if no such tag or release exists. (yet there is the usual draft release).
This may be because updatecli.d/patch-kubewarden-kubewraden-*.yaml lack some conditions to check for the image version, e.g:
updatecli.d/patch-kubewarden-kubewraden-*.yaml
helm-charts/updatecli/updatecli.d/major-kubewarden-update.yaml
Lines 75 to 112 in 6b0ec15
See: https://github.com/kubewarden/helm-charts/actions/runs/10181224959/job/28160875951#step:9:83 Noticed here: #499 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that the updatecli automation for patch releases bumps images even if they don't exist.
For example, here it bumped the audit-scanner image to v1.15.1 even if no such tag or release exists.
(yet there is the usual draft release).
This may be because
updatecli.d/patch-kubewarden-kubewraden-*.yaml
lack some conditions to check for the image version, e.g:helm-charts/updatecli/updatecli.d/major-kubewarden-update.yaml
Lines 75 to 112 in 6b0ec15
See:
https://github.com/kubewarden/helm-charts/actions/runs/10181224959/job/28160875951#step:9:83
Noticed here:
#499 (comment)
Acceptance criteria
updatecli.d/patch-kubewarden-kubewraden-*.yaml
checks that all images exist prior to bumping them.The text was updated successfully, but these errors were encountered: