clickhouse-system: use canonical upstream image names #436
Reference in New Issue
Block a user
Delete Branch "benvin/upstream-images-clickhouse-system"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
rke2's
registries.yamlalready rewrites upstream image names to the artifactapi mirror, so manifests must carry canonical upstream names. Only in-houseartifactapi.k8s.syd1.au.unkin.net/docker-internal/...images stay explicit.Changes:
docker.io/bitnami/kubectl.docker.io/altinity/clickhouse-operator.docker.io/altinity/metrics-exporter.Only the
repositorykeys change; the chart still supplies the tags (0.27.2 / latest), so rendered tags are identical.kustomize build --enable-helm apps/overlays/au-syd1/clickhouse-systemdiffers from main only in those three image strings. No other proxied refs in the file.