From 38137540d4686a0f7c33d0b6c749657f803c21dd Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 29 Aug 2026 21:12:13 +1000 Subject: [PATCH 1/2] valkey-operator-system: use canonical ghcr.io registry --- apps/overlays/au-syd1/valkey-operator-system/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/overlays/au-syd1/valkey-operator-system/values.yaml b/apps/overlays/au-syd1/valkey-operator-system/values.yaml index e1afdf9..ef8e878 100644 --- a/apps/overlays/au-syd1/valkey-operator-system/values.yaml +++ b/apps/overlays/au-syd1/valkey-operator-system/values.yaml @@ -1,5 +1,5 @@ image: - registry: artifactapi.k8s.syd1.au.unkin.net/ghcr + registry: ghcr.io repository: valkey-io/valkey-operator tag: v0.5.0 -- 2.47.3 From ae05b05f2cd99ab79763b570146183df93a7b2d2 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 29 Aug 2026 21:28:20 +1000 Subject: [PATCH 2/2] valkey-operator-system: note the canonical-registry policy in values.yaml --- apps/overlays/au-syd1/valkey-operator-system/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/overlays/au-syd1/valkey-operator-system/values.yaml b/apps/overlays/au-syd1/valkey-operator-system/values.yaml index ef8e878..cbbd383 100644 --- a/apps/overlays/au-syd1/valkey-operator-system/values.yaml +++ b/apps/overlays/au-syd1/valkey-operator-system/values.yaml @@ -1,3 +1,5 @@ +# rke2's `registries.yaml` rewrites upstream image names to the artifactapi +# mirror, so this manifest carries the canonical upstream registry. image: registry: ghcr.io repository: valkey-io/valkey-operator -- 2.47.3