chore: replace decommissioned giantswarmpublic.azurecr.io registry#132
Merged
Conversation
Validation output log |
Rendered manifest diff output log |
piontec
approved these changes
Jun 25, 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.
What
The
giantswarmpublic.azurecr.ioregistry, which hosted Giant Swarm Helm chart catalogs, has been decommissioned. All chart catalogs are now consolidated ontooci://gsoci.azurecr.io/charts/giantswarm/.This PR replaces all references accordingly:
oci://giantswarmpublic.azurecr.io/giantswarm-catalog/→oci://gsoci.azurecr.io/charts/giantswarm/giantswarmpublic.azurecr.io/giantswarm-catalog/hello-world-app→gsoci.azurecr.io/charts/giantswarm/hello-world(the demo app's chart is namedhello-worldon the new registry; the path also changes, not just the domain)giantswarmpublic.azurecr.io/giantswarm-catalog(e.g. prose in docs) →gsoci.azurecr.io/charts/giantswarmFiles changed
docs/add_wc_environments.mdbases/environments/stages/{dev,staging}/hello_app_cluster/imagerepositories.yamlbases/environments/stages/{dev,staging}/hello_app_cluster/automatic_updates/catalog.yamlmanagement-clusters/MC_NAME/organizations/ORG_NAME/workload-clusters/WC_NAME_OUT_OF_BAND_{FLUX,NO_FLUX}_APP/mapi/apps/hello-world-automatic-updates/imagerepository.yamlmanagement-clusters/MC_NAME/organizations/ORG_NAME/workload-clusters/WC_NAME_OUT_OF_BAND_{FLUX,NO_FLUX}_APP/mapi/automatic-updates/catalog.yamltests/ats/assertions/exists/organizations/workload-clusters/hello-app-{dev,staging}-1/catalogs.yamltests/ats/assertions/exists/organizations/workload-clusters/hello-app-{dev,staging}-1/imagerepositories.yamlIntentionally left untouched:
simple-db-appThe
simple-db-appchart no longer exists and is not available ongsoci. All lines referencingsimple-db-appare deliberately left pointing at the oldgiantswarmpublic.azurecr.ioregistry and are not modified in this PR. Replacing thesimple-db-appdemo is tracked separately in #131.