Skip to content

Commit 0a20ea6

Browse files
authored
Merge pull request #577 from mbaldessari/gitops-1.13-support
Switch to gitops-1.13
2 parents 29d9d0a + fc3fb1f commit 0a20ea6

14 files changed

Lines changed: 14 additions & 14 deletions

acm/templates/policies/ocp-gitops-policy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
labels:
3636
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
3737
spec:
38-
channel: {{ default "gitops-1.12" .Values.main.gitops.channel }}
38+
channel: {{ default "gitops-1.13" .Values.main.gitops.channel }}
3939
installPlanApproval: Automatic
4040
name: openshift-gitops-operator
4141
source: {{ default "redhat-operators" .Values.main.gitops.operatorSource }}

acm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
main:
22
gitops:
3-
channel: "gitops-1.12"
3+
channel: "gitops-1.13"
44

55
global:
66
extraValueFiles: []

operator-install/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ main:
1212
revision: main
1313

1414
gitops:
15-
channel: "gitops-1.12"
15+
channel: "gitops-1.13"
1616
operatorSource: redhat-operators
1717

1818
multiSourceConfig:

reference-output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ metadata:
112112
labels:
113113
operators.coreos.com/openshift-gitops-operator.openshift-operators: ""
114114
spec:
115-
channel: gitops-1.12
115+
channel: gitops-1.13
116116
installPlanApproval: Automatic
117117
name: openshift-gitops-operator
118118
source: redhat-operators

tests/acm-industrial-edge-factory.expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ spec:
139139
labels:
140140
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
141141
spec:
142-
channel: gitops-1.12
142+
channel: gitops-1.13
143143
installPlanApproval: Automatic
144144
name: openshift-gitops-operator
145145
source: redhat-operators

tests/acm-industrial-edge-hub.expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ spec:
509509
labels:
510510
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
511511
spec:
512-
channel: gitops-1.12
512+
channel: gitops-1.13
513513
installPlanApproval: Automatic
514514
name: openshift-gitops-operator
515515
source: redhat-operators

tests/acm-medical-diagnosis-hub.expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ spec:
500500
labels:
501501
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
502502
spec:
503-
channel: gitops-1.12
503+
channel: gitops-1.13
504504
installPlanApproval: Automatic
505505
name: openshift-gitops-operator
506506
source: redhat-operators

tests/acm-naked.expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ spec:
139139
labels:
140140
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
141141
spec:
142-
channel: gitops-1.12
142+
channel: gitops-1.13
143143
installPlanApproval: Automatic
144144
name: openshift-gitops-operator
145145
source: redhat-operators

tests/acm-normal.expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ spec:
16701670
labels:
16711671
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
16721672
spec:
1673-
channel: gitops-1.12
1673+
channel: gitops-1.13
16741674
installPlanApproval: Automatic
16751675
name: openshift-gitops-operator
16761676
source: redhat-operators

tests/operator-install-industrial-edge-factory.expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
namespace: openshift-operators
88
data:
99
gitops.catalogSource: redhat-operators
10-
gitops.channel: gitops-1.12
10+
gitops.channel: gitops-1.13
1111

1212
# gitops.sourceNamespace: GitOpsDefaultCatalogSourceNamespace
1313
# gitops.installApprovalPlan: GitOpsDefaultApprovalPlan

0 commit comments

Comments
 (0)