Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading