Skip to content

Commit 3cbf951

Browse files
Bump oauth2-proxy image to latest release v7.3.0
Per the [release notes](https://github.com/oauth2-proxy/oauth2-proxy/releases/tag/v7.3.0), this release contains a number of security fixes and feature additions, but no breaking changes. The maintainers recommeend updating to the latest version due to those security fixes "as soon as possible."
1 parent 2be28cb commit 3cbf951

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: oauth2-proxy
2-
version: 6.2.1
2+
version: 6.2.2
33
apiVersion: v2
4-
appVersion: 7.2.1
4+
appVersion: 7.3.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
66
description: A reverse proxy that provides authentication with Google, Github or other providers
77
keywords:

helm/oauth2-proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Parameter | Description | Default
125125
`httpScheme` | `http` or `https`. `name` used for port on the deployment. `httpGet` port `name` and `scheme` used for `liveness`- and `readinessProbes`. `name` and `targetPort` used for the service. | `http`
126126
`image.pullPolicy` | Image pull policy | `IfNotPresent`
127127
`image.repository` | Image repository | `quay.io/oauth2-proxy/oauth2-proxy`
128-
`image.tag` | Image tag | `v7.2.1`
128+
`image.tag` | Image tag | `v7.3.0`
129129
`imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods)
130130
`ingress.enabled` | Enable Ingress | `false`
131131
`ingress.className` | name referencing IngressClass | `nil`

helm/oauth2-proxy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ alphaConfig:
5353

5454
image:
5555
repository: "quay.io/oauth2-proxy/oauth2-proxy"
56-
tag: "v7.2.1"
56+
tag: "v7.3.0"
5757
pullPolicy: "IfNotPresent"
5858

5959
# Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)