Skip to content

Commit

Permalink
Upgrade pomerium and pomerium-operator version (#99)
Browse files Browse the repository at this point in the history
- pomerium v0.7.6
- pomerium-operator v0.0.2

Signed-off-by: Travis Groth <[email protected]>
  • Loading branch information
travisgroth authored May 13, 2020
1 parent 2f9c5d0 commit 01ec6b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pomerium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: pomerium
version: 8.5.5
version: 8.6.0
appVersion: 0.7.6
home: http://www.pomerium.io/
icon: https://www.pomerium.io/logo-long.svg
Expand Down
4 changes: 2 additions & 2 deletions charts/pomerium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ operator:
replicaCount: 1
image:
repository: "pomerium/pomerium-operator"
tag: "v0.0.1-rc3"
tag: "v0.0.2"
config:
ingressClass: pomerium
serviceClass: pomerium
Expand Down Expand Up @@ -221,7 +221,7 @@ imagePullSecrets: ""

image:
repository: "pomerium/pomerium"
tag: "v0.7.5"
tag: "v0.7.6"
pullPolicy: "IfNotPresent"

metrics:
Expand Down

0 comments on commit 01ec6b9

Please sign in to comment.