From 4c45907d0fb9eb5fc9b08b2d125a75d3ec1aa9cc Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Tue, 5 Dec 2023 16:53:00 +0100 Subject: [PATCH 1/2] Update default registry domain in values.yaml --- helm/teleport-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/teleport-operator/values.yaml b/helm/teleport-operator/values.yaml index fecabae0..87b183a1 100644 --- a/helm/teleport-operator/values.yaml +++ b/helm/teleport-operator/values.yaml @@ -5,7 +5,7 @@ global: image: name: "giantswarm/teleport-operator" registry: - domain: docker.io + domain: gsoci.azurecr.io teleport: appCatalog: giantswarm From 0a23a38efbe242e9e1a025026f74b8ccf117d14f Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Tue, 5 Dec 2023 16:53:02 +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 83889207..1d56f993 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.7.0] - 2023-11-28 @@ -60,7 +62,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Leverage app platform for deploying teleport-kube-agent app - ## [0.1.0] - 2023-08-09 [Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.7.0...HEAD