Skip to content

Commit 92d4056

Browse files
chore: Update release version to 3.7.2 (#126)
Tekton cache endpoint was fixed Change-Id: I88a9af5fd8b81b8a796a91f20831870882da14fb
1 parent 6a3a67d commit 92d4056

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy-templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ A Helm chart for EDP Install
6060
| global.dnsWildCard | string | `nil` | a cluster DNS wildcard name |
6161
| global.gitProvider | string | `"github"` | Can be gerrit, github or gitlab. By default: github |
6262
| 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 |
6464
| oauth2_proxy.enabled | bool | `false` | Install oauth2-proxy as a part of EDP deployment. Default: false |
6565
| oauth2_proxy.existingSecret.secretKey | string | `"cookie-secret"` | Secret key which stores cookie-secret |
6666
| oauth2_proxy.existingSecret.secretName | string | `"oauth2-proxy-cookie-secret"` | Secret name which stores cookie-secret |

deploy-templates/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
global:
77
# -- EDP version
8-
version: "3.7.1"
8+
version: "3.7.2"
99
# -- platform type that can be "kubernetes" or "openshift"
1010
platform: "kubernetes"
1111
# -- a cluster DNS wildcard name

0 commit comments

Comments
 (0)