Upgrade CHART_VERSION to 3.8.2 - App version 1.18.2 - #10
Merged
Conversation
aswnrana
force-pushed
the
upgrade-chart-3.8.2
branch
from
September 1, 2026 11:08
20a1442 to
3c7af29
Compare
aswnrana
marked this pull request as draft
September 1, 2026 11:32
aswnrana
marked this pull request as ready for review
September 1, 2026 14:07
kaessert
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade CHART_VERSION to 3.8.2
Kyverno chart
3.7.0→3.8.2, which is app versionv1.17.0→v1.18.2.Changed
.chart-attributes—CHART_VERSION=3.8.2addon.yaml,controller.yaml—webhooksCleanup.image.repository:upbound/kyverno-kubectl→upbound/kyverno-readiness-checkerAdded
hack/sync-images.sh— mapping forghcr.io/kyverno/readiness-checker→xpkg.upbound.io/upbound/kyverno-readiness-checkerRemoved
addon.yaml,controller.yaml— thepolicyReportsCleanupoverrideWhy the image changes
Chart 3.8.x switches the webhooks cleanup hook off kubectl and onto Kyverno's own binary (
charts/kyverno/values.yaml):webhooksCleanup.imageregistry.k8s.io/kubectl:v1.34.3ghcr.io/kyverno/readiness-checker:v1.18.2It feeds the
kyverno-rm-webhooksandkyverno-scale-to-zeropre-deletehooks. Unmapped source images are skipped bysync-images.shwith a warning and the job still exits0, so without the new mapping the image never reaches xpkg and uninstall fails onImagePullBackOff.upbound/kyverno-readiness-checkerhas been provisioned on xpkg for this — mirroring it intokyverno-kubectlwould put two unrelated binaries under one name.policyReportsCleanupwas dropped because no chart since 3.4.2 references that key anywhere — values, templates, or subcharts. Rendering 3.8.2 with and without it produces byte-identical output.How has this code been tested
Locally against the real chart and registry, before pushing:
I have:
- [ ] Runmake reviewableto ensure this PR is ready for review.- [ ] Addedbackport release-x.ylabels to auto-backport this PR, as appropriate.