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

Commit 24c120f

Browse files
committed
Updates image tags to v0.3.0
Signed-off-by: JoshVanL <[email protected]>
1 parent 9838781 commit 24c120f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2.0',
14+
image:: 'quay.io/jetstack/kube-oidc-proxy:v0.3.0',
1515

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

deploy/charts/kube-oidc-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "v0.2.0"
2+
appVersion: "v0.3.0"
33
description: A Helm chart for kube-oidc-proxy
44
home: https://github.com/jetstack/kube-oidc-proxy
55
name: kube-oidc-proxy

deploy/charts/kube-oidc-proxy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: quay.io/jetstack/kube-oidc-proxy
9-
tag: v0.2.0
9+
tag: v0.3.0
1010
pullPolicy: IfNotPresent
1111

1212
imagePullSecrets: []

deploy/yaml/kube-oidc-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
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

0 commit comments

Comments
 (0)