arrproxy: use real quay.io oauth2-proxy address (rke2 mirror)
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

Repoints the oauth2-proxy sidecar image from the one-off artifactapi
copy to the real upstream address quay.io/oauth2-proxy/oauth2-proxy,
relying on the rke2 registries.yaml mirror that rewrites quay.io to
artifactapi.k8s.syd1.au.unkin.net/quay.
This commit is contained in:
unkin-agent
2026-08-17 20:44:14 +10:00
parent 76da30d2f7
commit 535eda84cd
@@ -62,7 +62,7 @@ spec:
memory: 64Mi
containers:
- name: oauth2-proxy
image: artifactapi.k8s.syd1.au.unkin.net/ghcr/oauth2-proxy/oauth2-proxy:v7.15.3
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 4180