File tree Expand file tree Collapse file tree 4 files changed +43
-4
lines changed Expand file tree Collapse file tree 4 files changed +43
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 5.0.1
2+ version : 5.0.2
33apiVersion : v2
4- appVersion : 7.1.3
4+ appVersion : 7.2.0
55home : https://oauth2-proxy.github.io/oauth2-proxy/
66description : A reverse proxy that provides authentication with Google, Github or other providers
77keywords :
Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ config:
3535
3636image :
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.
You can’t perform that action at this time.
0 commit comments