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

Commit 8160ef5

Browse files
authored
Merge pull request #145 from JoshVanL/update-image-tag-v0.3.0
Updates image tags to v0.3.0
2 parents 4e88a00 + cc0ae7b commit 8160ef5

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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
6-
version: 0.1.0
6+
version: 0.3.0
77
maintainers:
88
- name: mhrabovcin
9+
- name: joshvanl

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)