Revert "Update enterprise private registry docs for combined tigera/calico image (#2717)"#2737
Merged
Merged
Conversation
…alico image (tigera#2717)" This reverts commit 3146043.
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Reverts the prior update to Calico Enterprise private registry documentation that referenced a combined tigera/calico image, restoring calicoctl as a standalone image and updating supporting release/variable data.
Changes:
- Switches the calicoctl container install instructions back to pulling
tigera/calicoctlinstead oftigera/calico. - Updates
calico-enterprise/releases.jsoncomponent definitions to remove thecalicocomponent and includecalicoctl(and other component entries). - Updates
calico-enterprise/variables.jsto exposecomponentImage.calicoctlfor variable substitution.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| calico-enterprise/variables.js | Updates exported doc variables to reference calicoctl image metadata. |
| calico-enterprise/releases.json | Adjusts component image/version metadata used for docs substitutions. |
| calico-enterprise/operations/clis/calicoctl/install.mdx | Updates private-registry container install steps to pull calicoctl image. |
| componentImage: { | ||
| cnxNode: componentImage('cnx-node', releases[0]), | ||
| calico: componentImage('calico', releases[0]), | ||
| calicoctl:componentImage('calicoctl', releases[0]), |
| ```bash | ||
| REPOSITORY TAG IMAGE ID CREATED SIZE | ||
| $[releases.0.components.calico.image] $[releases.0.components.calico.version] e07d59b0eb8a 2 minutes ago 42MB | ||
| $[releases.0.components.calicoctl.image] $[releases.0.components.calicoctl.version] e07d59b0eb8a 2 minutes ago 42MB |
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.

This reverts commit 3146043.
Product Version(s):
Issue:
Link to docs preview:
SME review:
DOCS review:
Additional information:
Merge checklist: