Skip to content

Commit

Permalink
Merge pull request #102 from andrewnicolalde/bump_oauth2_proxy_versio…
Browse files Browse the repository at this point in the history
…n-7.3.0

Bump oauth2-proxy image to latest release v7.3.0
  • Loading branch information
pierluigilenoci authored Jul 13, 2022
2 parents 2be28cb + 3cbf951 commit 04bc6dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 04bc6dd

Please sign in to comment.