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