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 #117 from JoshVanL/update-0.2.0-tag
Browse files Browse the repository at this point in the history
Update image tags to v0.2.0
  • Loading branch information
jetstack-bot authored Jan 8, 2020
2 parents 3e57f9a + b49b119 commit 13c9f28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1.1',
image:: 'quay.io/jetstack/kube-oidc-proxy:v0.2.0',

name:: $.p + $.app,

Expand Down
2 changes: 1 addition & 1 deletion demo/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.1.1
- image: quay.io/jetstack/kube-oidc-proxy:v0.2.0
ports:
- containerPort: 443
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/kube-oidc-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v0.1.1"
appVersion: "v0.2.0"
description: A Helm chart for kube-oidc-proxy
home: https://github.com/jetstack/kube-oidc-proxy
name: kube-oidc-proxy
Expand Down
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.1.1
tag: v0.2.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit 13c9f28

Please sign in to comment.