Skip to content

Commit 00aae8c

Browse files
committed
Switch to gitops-1.12
1 parent 72a8b26 commit 00aae8c

15 files changed

Lines changed: 20 additions & 20 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
labels:
4646
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
4747
spec:
48-
channel: {{ default "gitops-1.11" .Values.main.gitops.channel }}
48+
channel: {{ default "gitops-1.12" .Values.main.gitops.channel }}
4949
installPlanApproval: Automatic
5050
name: openshift-gitops-operator
5151
source: redhat-operators

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.11"
3+
channel: "gitops-1.12"
44

55
global:
66
extraValueFiles: []

operator-install/templates/pattern.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
tokenSecretNamespace: {{ .Values.main.tokenSecretNamespace }}
1414
{{- end }} {{/* if and .Values.main.tokenSecret .Values.main.tokenSecretNamespace */}}
1515
gitOpsSpec:
16-
operatorChannel: {{ default "gitops-1.11" .Values.main.gitops.channel }}
16+
operatorChannel: {{ default "gitops-1.12" .Values.main.gitops.channel }}
1717
operatorSource: {{ default "redhat-operators" .Values.main.gitops.operatorSource }}
1818
multiSourceConfig:
1919
enabled: {{ .Values.main.multiSourceConfig.enabled }}

operator-install/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ main:
77
revision: main
88

99
gitops:
10-
channel: "gitops-1.11"
10+
channel: "gitops-1.12"
1111
operatorSource: redhat-operators
1212

1313
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.11
115+
channel: gitops-1.12
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
@@ -109,7 +109,7 @@ spec:
109109
labels:
110110
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
111111
spec:
112-
channel: gitops-1.11
112+
channel: gitops-1.12
113113
installPlanApproval: Automatic
114114
name: openshift-gitops-operator
115115
source: redhat-operators

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ spec:
316316
labels:
317317
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
318318
spec:
319-
channel: gitops-1.11
319+
channel: gitops-1.12
320320
installPlanApproval: Automatic
321321
name: openshift-gitops-operator
322322
source: redhat-operators

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ spec:
307307
labels:
308308
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
309309
spec:
310-
channel: gitops-1.11
310+
channel: gitops-1.12
311311
installPlanApproval: Automatic
312312
name: openshift-gitops-operator
313313
source: redhat-operators

tests/acm-naked.expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ spec:
110110
labels:
111111
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
112112
spec:
113-
channel: gitops-1.11
113+
channel: gitops-1.12
114114
installPlanApproval: Automatic
115115
name: openshift-gitops-operator
116116
source: redhat-operators

tests/acm-normal.expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ spec:
806806
labels:
807807
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
808808
spec:
809-
channel: gitops-1.11
809+
channel: gitops-1.12
810810
installPlanApproval: Automatic
811811
name: openshift-gitops-operator
812812
source: redhat-operators

0 commit comments

Comments
 (0)