From 535eda84cd7f438d9949057ba42b0b61d67dbbff Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Mon, 17 Aug 2026 20:44:14 +1000 Subject: [PATCH] arrproxy: use real quay.io oauth2-proxy address (rke2 mirror) 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. --- apps/base/arrstack/arrproxy/oauth2-proxy-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/arrstack/arrproxy/oauth2-proxy-deployment.yaml b/apps/base/arrstack/arrproxy/oauth2-proxy-deployment.yaml index f3fb499..4b5faa4 100644 --- a/apps/base/arrstack/arrproxy/oauth2-proxy-deployment.yaml +++ b/apps/base/arrstack/arrproxy/oauth2-proxy-deployment.yaml @@ -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