Skip to content

Commit 7089e0e

Browse files
Software version bump (v7.2.0) (#63)
* Added .gitignore from https://raw.githubusercontent.com/helm/charts/master/.gitignore * Software version bump
1 parent fdd0f9e commit 7089e0e

File tree

4 files changed

+43
-4
lines changed

4 files changed

+43
-4
lines changed

.gitignore

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# From https://raw.githubusercontent.com/helm/charts/master/.gitignore
2+
3+
# General files for the project
4+
pkg/*
5+
*.pyc
6+
bin/*
7+
.project
8+
/.bin
9+
/_test/secrets/*.json
10+
11+
# OSX leaves these everywhere on SMB shares
12+
._*
13+
14+
# OSX trash
15+
.DS_Store
16+
17+
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
18+
.idea/
19+
*.iml
20+
21+
# Vscode files
22+
.vscode
23+
24+
# Emacs save files
25+
*~
26+
\#*\#
27+
.\#*
28+
29+
# Vim-related files
30+
[._]*.s[a-w][a-z]
31+
[._]s[a-w][a-z]
32+
*.un~
33+
Session.vim
34+
.netrwhist
35+
36+
# Chart dependencies
37+
**/charts/*.tgz
38+
39+
.history

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: 5.0.1
2+
version: 5.0.2
33
apiVersion: v2
4-
appVersion: 7.1.3
4+
appVersion: 7.2.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
@@ -112,7 +112,7 @@ Parameter | Description | Default
112112
`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`
113113
`image.pullPolicy` | Image pull policy | `IfNotPresent`
114114
`image.repository` | Image repository | `quay.io/oauth2-proxy/oauth2-proxy`
115-
`image.tag` | Image tag | `v7.1.3`
115+
`image.tag` | Image tag | `v7.2.0`
116116
`imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods)
117117
`ingress.enabled` | Enable Ingress | `false`
118118
`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
@@ -35,7 +35,7 @@ config:
3535

3636
image:
3737
repository: "quay.io/oauth2-proxy/oauth2-proxy"
38-
tag: "v7.1.3"
38+
tag: "v7.2.0"
3939
pullPolicy: "IfNotPresent"
4040

4141
# Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)