Skip to content

Commit

Permalink
Switch to gitops-1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Dec 20, 2024
1 parent 92ee22d commit 679dfc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This chart is used by the Validated Patterns to configure ACM and manage remote
| global.repoURL | string | `"none"` | Repository URL pointing to the pattern |
| global.secretStore.backend | string | `"vault"` | |
| global.targetRevision | string | `"main"` | The branch or Git reference to use to deploy the pattern |
| main.gitops.channel | string | `"gitops-1.14"` | Default gitops channel to install on remote clusters |
| main.gitops.channel | string | `"gitops-1.15"` | Default gitops channel to install on remote clusters |
| secretStore | object | depends on the individual settings | Default secretstore configuration variables |
| secretStore.name | string | `"vault-backend"` | Name of the clustersecretstore to be used for secrets |

Expand Down
2 changes: 1 addition & 1 deletion templates/policies/ocp-gitops-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
labels:
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
spec:
channel: {{ default "gitops-1.14" .Values.main.gitops.channel }}
channel: {{ default "gitops-1.15" .Values.main.gitops.channel }}
installPlanApproval: Automatic
name: openshift-gitops-operator
source: {{ default "redhat-operators" .Values.main.gitops.operatorSource }}
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
main:
gitops:
# -- Default gitops channel to install on remote clusters
channel: "gitops-1.14"
channel: "gitops-1.15"

global:
# -- List of additional value files to be passed to the pattern
Expand Down

0 comments on commit 679dfc1

Please sign in to comment.