-
Notifications
You must be signed in to change notification settings - Fork 135
Fix image list for 3.22 ep3 #2469
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
This reverts commit 4ce7fba.
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview succeeded!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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 fixes the image list for Calico Enterprise version 3.22.0-3.0 (EP3) by correcting which container images are available in different patch releases. The changes move the manager-proxy and envoy-init image entries from the v3.22.0-3.0 release object to the v3.22.0-2.0 release object.
Changes:
- Removed
manager-proxyandenvoy-initentries from v3.22.0-3.0 release - Added
manager-proxyandenvoy-initentries to v3.22.0-2.0 release - Fixed indentation on opening brace of first release object
| @@ -1,5 +1,5 @@ | |||
| [ | |||
| { | |||
| { | |||
Copilot
AI
Jan 15, 2026
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.
Inconsistent indentation: The opening brace should use 2 spaces for indentation (like line 263 and other release objects in the file), not 4 spaces.
| { | |
| { |

Product Version(s):
Issue:
Link to docs preview:
SME review:
DOCS review:
Additional information:
Merge checklist: