From fcf57ada69a8e0daecb986f76e9dfc09eb304408 Mon Sep 17 00:00:00 2001 From: weatherhog Date: Thu, 30 Jul 2026 16:31:50 +0200 Subject: [PATCH] fix: point example simple-db-app ImageRepository at gsoci registry Replace decommissioned giantswarmpublic.azurecr.io/giantswarm-catalog with gsoci.azurecr.io/charts/giantswarm in the simple-db-app example ImageRepository across bases, docs, and tests/ats fixtures, matching the sibling hello-world example. Part of giantswarm/giantswarm#35783 --- CHANGELOG.md | 6 ++++++ .../stages/dev/hello_app_cluster/imagerepositories.yaml | 2 +- .../stages/staging/hello_app_cluster/imagerepositories.yaml | 2 +- docs/add_wc_environments.md | 2 +- .../hello-app-dev-1/imagerepositories.yaml | 2 +- .../hello-app-staging-1/imagerepositories.yaml | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fac85390..2de89cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,12 @@ following [Semantic Versioning](https://semver.org/spec/v2.0.0.html). `yaml-diff` workflow. - migrated `.spec.config` to `.spec.extraConfigs` - Templates: Rename `nginx-ingress-controller` to `ingress-nginx`. ([#85](https://github.com/giantswarm/gitops-template/pull/85)) +- Example `simple-db-app` `ImageRepository` now points at the current registry + `gsoci.azurecr.io/charts/giantswarm/simple-db-app` instead of the + decommissioned `giantswarmpublic.azurecr.io/giantswarm-catalog/simple-db-app` + (bases, `add_wc_environments.md` docs, and `tests/ats` fixtures), matching the + sibling `hello-world` example. See + [giantswarm/giantswarm#35783](https://github.com/giantswarm/giantswarm/issues/35783). ### Removed diff --git a/bases/environments/stages/dev/hello_app_cluster/imagerepositories.yaml b/bases/environments/stages/dev/hello_app_cluster/imagerepositories.yaml index 6e754764..19b3bcad 100644 --- a/bases/environments/stages/dev/hello_app_cluster/imagerepositories.yaml +++ b/bases/environments/stages/dev/hello_app_cluster/imagerepositories.yaml @@ -14,5 +14,5 @@ metadata: name: ${cluster_name}-simple-db-app namespace: org-${organization} spec: - image: giantswarmpublic.azurecr.io/giantswarm-catalog/simple-db-app + image: gsoci.azurecr.io/charts/giantswarm/simple-db-app interval: 10m0s diff --git a/bases/environments/stages/staging/hello_app_cluster/imagerepositories.yaml b/bases/environments/stages/staging/hello_app_cluster/imagerepositories.yaml index 6e754764..19b3bcad 100644 --- a/bases/environments/stages/staging/hello_app_cluster/imagerepositories.yaml +++ b/bases/environments/stages/staging/hello_app_cluster/imagerepositories.yaml @@ -14,5 +14,5 @@ metadata: name: ${cluster_name}-simple-db-app namespace: org-${organization} spec: - image: giantswarmpublic.azurecr.io/giantswarm-catalog/simple-db-app + image: gsoci.azurecr.io/charts/giantswarm/simple-db-app interval: 10m0s diff --git a/docs/add_wc_environments.md b/docs/add_wc_environments.md index 27da6413..15515990 100644 --- a/docs/add_wc_environments.md +++ b/docs/add_wc_environments.md @@ -243,7 +243,7 @@ metadata: name: \${cluster_name}-simple-db-app namespace: org-\${organization} spec: - image: giantswarmpublic.azurecr.io/giantswarm-catalog/simple-db-app + image: gsoci.azurecr.io/charts/giantswarm/simple-db-app interval: 10m0s EOF ``` diff --git a/tests/ats/assertions/exists/organizations/workload-clusters/hello-app-dev-1/imagerepositories.yaml b/tests/ats/assertions/exists/organizations/workload-clusters/hello-app-dev-1/imagerepositories.yaml index 143901a0..8df0669d 100644 --- a/tests/ats/assertions/exists/organizations/workload-clusters/hello-app-dev-1/imagerepositories.yaml +++ b/tests/ats/assertions/exists/organizations/workload-clusters/hello-app-dev-1/imagerepositories.yaml @@ -14,5 +14,5 @@ metadata: name: hello-app-dev-1-simple-db-app namespace: org-org-name spec: - image: giantswarmpublic.azurecr.io/giantswarm-catalog/simple-db-app + image: gsoci.azurecr.io/charts/giantswarm/simple-db-app interval: 10m0s diff --git a/tests/ats/assertions/exists/organizations/workload-clusters/hello-app-staging-1/imagerepositories.yaml b/tests/ats/assertions/exists/organizations/workload-clusters/hello-app-staging-1/imagerepositories.yaml index b6b144f6..9ac6b218 100644 --- a/tests/ats/assertions/exists/organizations/workload-clusters/hello-app-staging-1/imagerepositories.yaml +++ b/tests/ats/assertions/exists/organizations/workload-clusters/hello-app-staging-1/imagerepositories.yaml @@ -14,5 +14,5 @@ metadata: name: hello-app-staging-1-simple-db-app namespace: org-org-name spec: - image: giantswarmpublic.azurecr.io/giantswarm-catalog/simple-db-app + image: gsoci.azurecr.io/charts/giantswarm/simple-db-app interval: 10m0s