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

Commit c08b133

Browse files
authored
Merge pull request #69 from JoshVanL/update-demo-image
Update kube-oidc-proxy image in demo to v0.1.1
2 parents ce643b1 + 1cd6a00 commit c08b133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local READINESS_PORT = 8080;
1111

1212
app:: 'kube-oidc-proxy',
1313

14-
image:: 'quay.io/jetstack/kube-oidc-proxy:v0.1.0',
14+
image:: 'quay.io/jetstack/kube-oidc-proxy:v0.1.1',
1515

1616
name:: $.p + $.app,
1717

demo/yaml/kube-oidc-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
app: kube-oidc-proxy
2929
spec:
3030
containers:
31-
- image: quay.io/jetstack/kube-oidc-proxy:v0.1.0
31+
- image: quay.io/jetstack/kube-oidc-proxy:v0.1.1
3232
ports:
3333
- containerPort: 443
3434
- containerPort: 8080

0 commit comments

Comments
 (0)