-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Version updates for v3.30.2 release #10580
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates component image versions to align with the v3.30.2 release and the corresponding tigera-operator v1.38.3 patch.
- Bump tigera-operator images from v1.38.1 to v1.38.3 in operator manifests
- Update all Calico component images (cni, node, kube-controllers, apiserver, calicoctl, dikastes, etc.) from v3.30.1 to v3.30.2
- Synchronize Helm chart defaults for tigera-operator and Calico versions
Reviewed Changes
Copilot reviewed 61 out of 61 changed files in this pull request and generated no comments.
File | Description |
---|---|
manifests/**/*.yaml | Updated all Calico and operator container image tags to the new versions |
charts/tigera-operator/values.yaml | Bumped default tigera-operator and calicoctl versions |
charts/calico/values.yaml | Updated default Calico version |
Comments suppressed due to low confidence (3)
charts/tigera-operator/values.yaml:83
- [nitpick] Consider centralizing version strings or using a single source of truth (e.g., a shared values file or templating) to avoid manual updates across many manifests and reduce risk of mismatches.
version: v1.38.3
We already do this, Copilot. All those other files are generated from the one you mentioned. |
This reverts commit cf50b56.
No description provided.