diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..54ea678a --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# From https://raw.githubusercontent.com/helm/charts/master/.gitignore + +# General files for the project +pkg/* +*.pyc +bin/* +.project +/.bin +/_test/secrets/*.json + +# OSX leaves these everywhere on SMB shares +._* + +# OSX trash +.DS_Store + +# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA +.idea/ +*.iml + +# Vscode files +.vscode + +# Emacs save files +*~ +\#*\# +.\#* + +# Vim-related files +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] +*.un~ +Session.vim +.netrwhist + +# Chart dependencies +**/charts/*.tgz + +.history diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 8f930f9c..25bc2302 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,7 +1,7 @@ name: oauth2-proxy -version: 5.0.1 +version: 5.0.2 apiVersion: v2 -appVersion: 7.1.3 +appVersion: 7.2.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 ed177455..8f21ae2a 100644 --- a/helm/oauth2-proxy/README.md +++ b/helm/oauth2-proxy/README.md @@ -112,7 +112,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.1.3` +`image.tag` | Image tag | `v7.2.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 451c0ba5..c5e1cd75 100644 --- a/helm/oauth2-proxy/values.yaml +++ b/helm/oauth2-proxy/values.yaml @@ -35,7 +35,7 @@ config: image: repository: "quay.io/oauth2-proxy/oauth2-proxy" - tag: "v7.1.3" + tag: "v7.2.0" pullPolicy: "IfNotPresent" # Optionally specify an array of imagePullSecrets.