From cc3c2567cbb53f15f03e5c2b77c6084de5598091 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Mon, 4 Dec 2023 17:41:22 +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 459994f7a3de1cebbde56bdd4e6fe346f698b185 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Mon, 4 Dec 2023 17:41:22 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 745e5f7..3e10d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +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 +* Update default registry domain in values.yaml to gsoci.azurecr.io + ## [0.8.0] - 2023-07-17 ### Added