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;
11
11
12
12
app:: 'kube-oidc-proxy' ,
13
13
14
- image:: 'quay.io/jetstack/kube-oidc-proxy:v0.2 .0' ,
14
+ image:: 'quay.io/jetstack/kube-oidc-proxy:v0.3 .0' ,
15
15
16
16
name:: $.p + $.app,
17
17
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " v0.2 .0"
2
+ appVersion : " v0.3 .0"
3
3
description : A Helm chart for kube-oidc-proxy
4
4
home : https://github.com/jetstack/kube-oidc-proxy
5
5
name : kube-oidc-proxy
6
- version : 0.1 .0
6
+ version : 0.3 .0
7
7
maintainers :
8
8
- name : mhrabovcin
9
+ - name : joshvanl
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
6
6
7
7
image :
8
8
repository : quay.io/jetstack/kube-oidc-proxy
9
- tag : v0.2 .0
9
+ tag : v0.3 .0
10
10
pullPolicy : IfNotPresent
11
11
12
12
imagePullSecrets : []
Original file line number Diff line number Diff line change 29
29
spec :
30
30
serviceAccountName : kube-oidc-proxy
31
31
containers :
32
- - image : quay.io/jetstack/kube-oidc-proxy:v0.2 .0
32
+ - image : quay.io/jetstack/kube-oidc-proxy:v0.3 .0
33
33
ports :
34
34
- containerPort : 443
35
35
- containerPort : 8080
You can’t perform that action at this time.
0 commit comments