From 2057baaa521856c599298921d6364f50b2d7c61a Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Tue, 5 Dec 2023 15:26:09 +0100 Subject: [PATCH 1/2] Update default registry domain in values.yaml --- helm/aws-admission-controller/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/aws-admission-controller/values.yaml b/helm/aws-admission-controller/values.yaml index a3daddf2..95e3638a 100644 --- a/helm/aws-admission-controller/values.yaml +++ b/helm/aws-admission-controller/values.yaml @@ -22,7 +22,7 @@ workloadCluster: clusterIPRange: "" registry: - domain: docker.io + domain: gsoci.azurecr.io image: name: "giantswarm/aws-admission-controller" @@ -58,7 +58,7 @@ securityContext: allowPrivilegeEscalation: false capabilities: drop: - - ALL + - ALL serviceMonitor: enabled: true From 2ae33b6f7419b213af1e4de950976426949f2d01 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Tue, 5 Dec 2023 15:26:11 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d0ea39..812b0b55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,18 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Fixed - - Fix the requests duration metrics exposed by the controller, as the duration was always 0. - ### Added - - Add `global.podSecurityStandards.enforced` value for PSS migration. +### Changed + +- Configure `gsoci.azurecr.io` as the default container image registry. ## [4.12.0] - 2023-08-23 ### Changed -- Don't change pod CIDR during upgrade from v18 to v19 if eni ipam mode is enabled. +- Don't change pod CIDR during upgrade from v18 to v19 if eni ipam mode is enabled. ## [4.11.0] - 2023-07-14