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

Commit

Permalink
Merge pull request #145 from JoshVanL/update-image-tag-v0.3.0
Browse files Browse the repository at this point in the history
Updates image tags to v0.3.0
  • Loading branch information
jetstack-bot authored Mar 30, 2020
2 parents 4e88a00 + cc0ae7b commit 8160ef5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/manifests/components/kube-oidc-proxy.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local READINESS_PORT = 8080;

app:: 'kube-oidc-proxy',

image:: 'quay.io/jetstack/kube-oidc-proxy:v0.2.0',
image:: 'quay.io/jetstack/kube-oidc-proxy:v0.3.0',

name:: $.p + $.app,

Expand Down
5 changes: 3 additions & 2 deletions deploy/charts/kube-oidc-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
apiVersion: v1
appVersion: "v0.2.0"
appVersion: "v0.3.0"
description: A Helm chart for kube-oidc-proxy
home: https://github.com/jetstack/kube-oidc-proxy
name: kube-oidc-proxy
version: 0.1.0
version: 0.3.0
maintainers:
- name: mhrabovcin
- name: joshvanl
2 changes: 1 addition & 1 deletion deploy/charts/kube-oidc-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: quay.io/jetstack/kube-oidc-proxy
tag: v0.2.0
tag: v0.3.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion deploy/yaml/kube-oidc-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
serviceAccountName: kube-oidc-proxy
containers:
- image: quay.io/jetstack/kube-oidc-proxy:v0.2.0
- image: quay.io/jetstack/kube-oidc-proxy:v0.3.0
ports:
- containerPort: 443
- containerPort: 8080
Expand Down

0 comments on commit 8160ef5

Please sign in to comment.