Skip to content

Commit a66b706

Browse files
Merge pull request #442 from mbaldessari/gitops-1.18
Default to gitops-1.18
2 parents 0a12b88 + fdbf69e commit a66b706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717

1818
// GitOps Subscription
1919
const (
20-
GitOpsDefaultChannel = "gitops-1.17"
20+
GitOpsDefaultChannel = "gitops-1.18"
2121
GitOpsDefaultPackageName = "openshift-gitops-operator"
2222
GitOpsDefaultCatalogSource = "redhat-operators"
2323
GitOpsDefaultCatalogSourceNamespace = "openshift-marketplace"

0 commit comments

Comments
 (0)