feat(addons): bump 12 charts to current (minor/patch, no schema change)#35
Merged
Conversation
Version-currency pass — the low-risk half of the catalog bump. Each renders cleanly against the existing eks-gitops values (helm template with the per-addon values.yaml), so no values migration was needed: - argo-platform: argo-rollouts 2.39.1->2.41.0, argo-events 2.4.11->2.4.21 - networking: cilium 1.18.6->1.19.4, external-dns 1.17.0->1.21.1 - bootstrap: reloader 2.2.5->2.2.12 - observability: tempo 1.21.0->1.24.4 - operations: vpa 4.7.1->4.11.0, descheduler 0.31.0->0.36.0, keda 2.16.1->2.20.0 - security: kyverno 3.5.0->3.8.1, trivy-operator 0.31.0->0.33.1 - ai-platform: kagent + kagent-crds 0.9.4->0.9.6 The cross-major bumps (external-secrets, opencost, loki, velero, argo-workflows, aws-load-balancer-controller, falco, goldilocks, prometheus-operator-crds) need values migration and land separately, validated on kx. Refs the kx#6 currency reconcile.
CI Results
All validations passed. |
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.
What
The low-risk half of the eks-gitops catalog version-currency bump (the catalog had drifted — only 2 of 22 charts were current). These 12 are minor/patch bumps that render cleanly against the existing values (validated with
helm template+ each addon'svalues.yaml), so no values migration was needed:2.39.1→2.41.0, argo-events2.4.11→2.4.211.18.6→1.19.4, external-dns1.17.0→1.21.12.2.5→2.2.121.21.0→1.24.44.7.1→4.11.0, descheduler0.31.0→0.36.0, keda2.16.1→2.20.03.5.0→3.8.1, trivy-operator0.31.0→0.33.10.9.4→0.9.6Verification
helm templates cleanly with its eks-gitopsvalues.yamlat the new version (the appsets reference remote charts, so this local render is the real schema gate — CI'stask validatecovers structure/kustomize only).task validatepasses.Scope
The 9 cross-major bumps (external-secrets, opencost, loki, velero, argo-workflows, aws-load-balancer-controller, falco, goldilocks, prometheus-operator-crds) need values-schema migration and land in follow-up PRs, each validated on a kx kind cluster. Part of the kx#6 currency reconcile.