Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 868ed53

Browse files
committed
Use jetstack quay.io image location for kube-oidc-proxy
Signed-off-by: JoshVanL <[email protected]>
1 parent 3db0d72 commit 868ed53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/manifests/components/kube-oidc-proxy.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local kube = import '../vendor/kube-prod-runtime/lib/kube.libsonnet';
22
local utils = import '../vendor/kube-prod-runtime/lib/utils.libsonnet';
33

4-
local KUBE_OIDC_PROXY_IMAGE = 'docker.io/simonswine/kube-oidc-proxy';
4+
local KUBE_OIDC_PROXY_IMAGE = 'quay.io/jetstack/kube-oidc-proxy';
55
local CONFIG_PATH = '/etc/kube-oidc-proxy';
66
local READINESS_PORT = 8080;
77

0 commit comments

Comments
 (0)