This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
demo/manifests/components Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff 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.2 .0' ,
14+ image:: 'quay.io/jetstack/kube-oidc-proxy:v0.3 .0' ,
1515
1616 name:: $.p + $.app,
1717
Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " v0.2 .0"
2+ appVersion : " v0.3 .0"
33description : A Helm chart for kube-oidc-proxy
44home : https://github.com/jetstack/kube-oidc-proxy
55name : kube-oidc-proxy
6- version : 0.1 .0
6+ version : 0.3 .0
77maintainers :
88- name : mhrabovcin
9+ - name : joshvanl
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
66
77image :
88 repository : quay.io/jetstack/kube-oidc-proxy
9- tag : v0.2 .0
9+ tag : v0.3 .0
1010 pullPolicy : IfNotPresent
1111
1212imagePullSecrets : []
Original file line number Diff line number Diff line change 2929 spec :
3030 serviceAccountName : kube-oidc-proxy
3131 containers :
32- - image : quay.io/jetstack/kube-oidc-proxy:v0.2 .0
32+ - image : quay.io/jetstack/kube-oidc-proxy:v0.3 .0
3333 ports :
3434 - containerPort : 443
3535 - containerPort : 8080
You can’t perform that action at this time.
0 commit comments