File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ A Helm chart for EDP Install
60
60
| global.dnsWildCard | string | ` nil ` | a cluster DNS wildcard name |
61
61
| global.gitProvider | string | ` "github" ` | Can be gerrit, github or gitlab. By default: github |
62
62
| global.platform | string | ` "kubernetes" ` | platform type that can be "kubernetes" or "openshift" |
63
- | global.version | string | ` "3.7.1 " ` | EDP version |
63
+ | global.version | string | ` "3.7.2 " ` | EDP version |
64
64
| oauth2_proxy.enabled | bool | ` false ` | Install oauth2-proxy as a part of EDP deployment. Default: false |
65
65
| oauth2_proxy.existingSecret.secretKey | string | ` "cookie-secret" ` | Secret key which stores cookie-secret |
66
66
| oauth2_proxy.existingSecret.secretName | string | ` "oauth2-proxy-cookie-secret" ` | Secret name which stores cookie-secret |
Original file line number Diff line number Diff line change 5
5
6
6
global :
7
7
# -- EDP version
8
- version : " 3.7.1 "
8
+ version : " 3.7.2 "
9
9
# -- platform type that can be "kubernetes" or "openshift"
10
10
platform : " kubernetes"
11
11
# -- a cluster DNS wildcard name
You can’t perform that action at this time.
0 commit comments