valkey-operator-system: use canonical ghcr.io registry (#437)

rke2's `registries.yaml` already rewrites upstream image names to the artifactapi mirror, so manifests must carry canonical upstream names. Only in-house `artifactapi.k8s.syd1.au.unkin.net/docker-internal/...` images stay explicit.

Changes:
- Set the valkey-operator chart `image.registry` to `ghcr.io`.

The `registry`/`repository`/`tag` split is untouched otherwise, so the rendered image is `ghcr.io/valkey-io/valkey-operator:v0.5.0`. `kustomize build --enable-helm apps/overlays/au-syd1/valkey-operator-system` differs from main only in that image string. No other proxied image refs in the file (the `helmCharts[].repo` entry in kustomization.yaml is a Helm chart repo, not a container registry, so it stays on artifactapi).

Reviewed-on: #437
Co-authored-by: unkin-agent <unkin-agent@unkin.net>
Co-committed-by: unkin-agent <unkin-agent@unkin.net>
This commit was merged in pull request #437.
This commit is contained in:
2026-08-29 21:52:52 +10:00
committed by BenVincent
parent 1169d796e7
commit e4d93ef4fe
@@ -1,5 +1,7 @@
# rke2's `registries.yaml` rewrites upstream image names to the artifactapi
# mirror, so this manifest carries the canonical upstream registry.
image: image:
registry: artifactapi.k8s.syd1.au.unkin.net/ghcr registry: ghcr.io
repository: valkey-io/valkey-operator repository: valkey-io/valkey-operator
tag: v0.5.0 tag: v0.5.0