arrproxy: use real quay.io oauth2-proxy address (rke2 mirror) #380
Reference in New Issue
Block a user
Delete Branch "benvin/oauth2-proxy-quay"
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?
Repoints the arrproxy
oauth2-proxysidecar image to the real upstream addressquay.io/oauth2-proxy/oauth2-proxy:v7.15.3, replacing the one-off artifactapi copy (artifactapi.k8s.syd1.au.unkin.net/ghcr/oauth2-proxy/oauth2-proxy:v7.15.3).Why
Pull the image from its canonical upstream location instead of a hand-copied artifactapi path. containerd on rke2 transparently mirrors
quay.iothrough artifactapi, so the real address resolves without hardcoding the proxy host.Change
apps/base/arrstack/arrproxy/oauth2-proxy-deployment.yaml: image only ->quay.io/oauth2-proxy/oauth2-proxy:v7.15.3.Validated with
kustomize build --enable-helm apps/overlays/au-syd1/arrstackand pre-commit.Dependencies (must be in place before merge)
registries.yamlmirrors quay.io — already configured in puppet (hieradata/roles/infra/k8s.yaml,rke2::registriesrewritesquay.io->artifactapi.k8s.syd1.au.unkin.net/quay/$1). No change needed.^oauth2-proxy/to the quay remote patterns. This PR must NOT be merged until #35 is applied, otherwise the caching proxy rejectsoauth2-proxy/*and the sidecar fails to pull.