arrstack: use canonical upstream image names
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

rke2 registries.yaml already mirrors upstream pulls through artifactapi,
so manifests must carry canonical upstream names.
This commit is contained in:
2026-08-29 21:06:58 +10:00
parent c313c7cc3f
commit db37b829fa
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ spec:
type: RuntimeDefault type: RuntimeDefault
containers: containers:
- name: migrate - name: migrate
image: artifactapi.k8s.syd1.au.unkin.net/dockerhub/library/postgres:18-alpine image: docker.io/library/postgres:18-alpine
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: HOME - name: HOME
@@ -35,7 +35,7 @@ spec:
# identity.unkin.net serves a Vault-PKI cert; combine the system roots # identity.unkin.net serves a Vault-PKI cert; combine the system roots
# with the internal CA so oauth2-proxy's OIDC HTTP client trusts it. # with the internal CA so oauth2-proxy's OIDC HTTP client trusts it.
- name: combine-certs - name: combine-certs
image: artifactapi.k8s.syd1.au.unkin.net/dockerhub/library/alpine:3 image: docker.io/library/alpine:3
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- sh - sh
+1 -1
View File
@@ -28,7 +28,7 @@ metadata:
spec: spec:
shards: 1 shards: 1
replicas: 2 replicas: 2
image: artifactapi.k8s.syd1.au.unkin.net/dockerhub/valkey/valkey:9.0.0 image: docker.io/valkey/valkey:9.0.0
exporter: exporter:
enabled: false enabled: false
scheduling: scheduling: