Skip to content

Commit

Permalink
upgrade to v0.22.2 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasaga authored May 27, 2023
1 parent a64dcca commit 4628cad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/pomerium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: pomerium
version: 33.0.2
appVersion: v0.20.0
version: 34.0.0
appVersion: v0.22.0
home: http://www.pomerium.com/
icon: https://www.pomerium.com/img/icon.svg
description: Pomerium is an identity-aware access proxy.
Expand All @@ -23,7 +23,7 @@ sources:
engine: gotpl
dependencies:
- name: redis
version: "17.0.9"
version: '17.0.9'
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

Expand Down
5 changes: 4 additions & 1 deletion charts/pomerium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,12 +462,15 @@ A full listing of Pomerium's configuration variables can be found on the [config

## Changelog

### 34.0.0

- Upgrade to Pomerium Core v0.22.2, that addresses a critical security vulnerability [GHSA-pvrc-wvj2-f59p](https://github.com/pomerium/pomerium/security/advisories/GHSA-pvrc-wvj2-f59p)

### 33.0.0

- `idp.serviceAccount` is removed. Please see the [Upgrade Guide](https://www.pomerium.com/docs/overview/upgrading#since-0200)
- Update to v0.20.0 of Pomerium


### 32.0.0

- Update to v0.18 of Pomerium
Expand Down
2 changes: 1 addition & 1 deletion charts/pomerium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ ingressController:
nameOverride: ''
image:
repository: 'pomerium/ingress-controller'
tag: 'sha-5623bd8'
tag: 'sha-54e3ddc'
pullPolicy: IfNotPresent
deployment:
annotations: {}
Expand Down

0 comments on commit 4628cad

Please sign in to comment.