From 18f6eedfdfd3f3cddeb0f35f33dfc28cbb907a17 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Tue, 5 Dec 2023 15:55:49 +0100 Subject: [PATCH 1/2] Update default registry domain in values.yaml --- helm/cluster-cleaner/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/cluster-cleaner/values.yaml b/helm/cluster-cleaner/values.yaml index ff8f1c6..6c140e1 100644 --- a/helm/cluster-cleaner/values.yaml +++ b/helm/cluster-cleaner/values.yaml @@ -5,7 +5,7 @@ image: name: "giantswarm/cluster-cleaner" tag: "[[ .Version ]]" registry: - domain: docker.io + domain: gsoci.azurecr.io dryRun: false @@ -31,4 +31,4 @@ securityContext: type: RuntimeDefault capabilities: drop: - - ALL + - ALL From e842f9c124d52327a1ae6fd40643e4b72ab2bde8 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Tue, 5 Dec 2023 15:55:51 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 745e5f7..d2114e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Changed -## [Unreleased] +- Configure `gsoci.azurecr.io` as the default container image registry. ## [0.8.0] - 2023-07-17