From 5e37e597e5402bf97ba53f49c4eb130f9a376570 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Tue, 19 Dec 2023 11:12:39 +0100 Subject: [PATCH] Configure gsoci.azurecr.io as the registry to use by default (#28) --- CHANGELOG.md | 4 ++++ helm/pss-operator/values.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b0635..2f52a59 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. + ## [0.3.2] - 2023-12-18 ### Fixed diff --git a/helm/pss-operator/values.yaml b/helm/pss-operator/values.yaml index 5cd9f25..102f78d 100644 --- a/helm/pss-operator/values.yaml +++ b/helm/pss-operator/values.yaml @@ -1,5 +1,5 @@ registry: - domain: docker.io + domain: gsoci.azurecr.io image: name: "giantswarm/pss-operator" @@ -28,7 +28,7 @@ securityContext: allowPrivilegeEscalation: false capabilities: drop: - - ALL + - ALL privileged: false readOnlyRootFilesystem: true runAsNonRoot: true