diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index abfe4906..72e6d593 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,7 +1,7 @@ name: oauth2-proxy -version: 6.2.1 +version: 6.2.2 apiVersion: v2 -appVersion: 7.2.1 +appVersion: 7.3.0 home: https://oauth2-proxy.github.io/oauth2-proxy/ description: A reverse proxy that provides authentication with Google, Github or other providers keywords: diff --git a/helm/oauth2-proxy/README.md b/helm/oauth2-proxy/README.md index abcb93ed..0200f1ab 100644 --- a/helm/oauth2-proxy/README.md +++ b/helm/oauth2-proxy/README.md @@ -125,7 +125,7 @@ Parameter | Description | Default `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` `image.pullPolicy` | Image pull policy | `IfNotPresent` `image.repository` | Image repository | `quay.io/oauth2-proxy/oauth2-proxy` -`image.tag` | Image tag | `v7.2.1` +`image.tag` | Image tag | `v7.3.0` `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) `ingress.enabled` | Enable Ingress | `false` `ingress.className` | name referencing IngressClass | `nil` diff --git a/helm/oauth2-proxy/values.yaml b/helm/oauth2-proxy/values.yaml index 62e8e003..c1f735a9 100644 --- a/helm/oauth2-proxy/values.yaml +++ b/helm/oauth2-proxy/values.yaml @@ -53,7 +53,7 @@ alphaConfig: image: repository: "quay.io/oauth2-proxy/oauth2-proxy" - tag: "v7.2.1" + tag: "v7.3.0" pullPolicy: "IfNotPresent" # Optionally specify an array of imagePullSecrets.