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

Commit d593c7b

Browse files
committed
Adds version number to kube-oidc-proxy image
Signed-off-by: JoshVanL <[email protected]>
1 parent 6fc6425 commit d593c7b

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 = 'quay.io/jetstack/kube-oidc-proxy';
4+
local KUBE_OIDC_PROXY_IMAGE = 'quay.io/jetstack/kube-oidc-proxy:0.1.0';
55
local CONFIG_PATH = '/etc/kube-oidc-proxy';
66
local READINESS_PORT = 8080;
77

0 commit comments

Comments
 (0)