Skip to content

Commit fdea240

Browse files
authored
Merge pull request #15 from mbaldessari/update-gitops-1.17
update gitops 1.17
2 parents bddcccd + 9aa580a commit fdea240

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ description: A Helm chart to configure Advanced Cluster Manager for OpenShift.
33
keywords:
44
- pattern
55
name: acm
6-
version: 0.1.6
6+
version: 0.1.7

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# acm
22

3-
![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square)
3+
![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square)
44

55
A Helm chart to configure Advanced Cluster Manager for OpenShift.
66

@@ -22,7 +22,7 @@ This chart is used by the Validated Patterns to configure ACM and manage remote
2222
| global.repoURL | string | `"none"` | Repository URL pointing to the pattern |
2323
| global.secretStore.backend | string | `"vault"` | |
2424
| global.targetRevision | string | `"main"` | The branch or Git reference to use to deploy the pattern |
25-
| main.gitops.channel | string | `"gitops-1.15"` | Default gitops channel to install on remote clusters |
25+
| main.gitops.channel | string | `"gitops-1.17"` | Default gitops channel to install on remote clusters |
2626
| secretStore | object | depends on the individual settings | Default secretstore configuration variables |
2727
| secretStore.name | string | `"vault-backend"` | Name of the clustersecretstore to be used for secrets |
2828

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
main:
22
gitops:
33
# -- Default gitops channel to install on remote clusters
4-
channel: "gitops-1.15"
4+
channel: "gitops-1.17"
55

66
global:
77
# -- List of additional value files to be passed to the pattern

0 commit comments

Comments
 (0)