From b858d551d09906b61abf719228f96a0e56fc322e Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Mon, 4 Dec 2023 17:28:42 +0100 Subject: [PATCH 1/2] Update default registry domain in values.yaml --- helm/cluster-operator/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/cluster-operator/values.yaml b/helm/cluster-operator/values.yaml index 121575ce0..a5fea5d08 100644 --- a/helm/cluster-operator/values.yaml +++ b/helm/cluster-operator/values.yaml @@ -12,9 +12,9 @@ project: commit: "[[ .SHA ]]" registry: - domain: docker.io + domain: gsoci.azurecr.io mirrors: - - giantswarm.azurecr.io + - giantswarm.azurecr.io pullSecret: dockerConfigJSON: "" @@ -75,4 +75,4 @@ securityContext: type: RuntimeDefault capabilities: drop: - - ALL + - ALL From 5827668b4596b5b53caf4aeb494241dbd5858c32 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Tue, 5 Dec 2023 09:54:05 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb4809cb..981b366d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Configure `gsoci.azurecr.io` as the default container image registry. + ## [5.10.0] - 2023-10-17 ### Changed