Skip to content

Commit 20bb833

Browse files
committed
Switch to gitops-1.8 channel in common
1 parent d2b58ed commit 20bb833

14 files changed

+15
-15
lines changed

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: stable
38+
channel: gitops-1.8
3939
installPlanApproval: Automatic
4040
name: openshift-gitops-operator
4141
source: redhat-operators

operator-install/templates/pattern.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ spec:
99
targetRepo: {{ .Values.main.git.repoURL }}
1010
targetRevision: {{ .Values.main.git.revision }}
1111
gitOpsSpec:
12-
operatorChannel: {{ default "stable" .Values.main.gitops.channel }}
12+
operatorChannel: {{ default "gitops-1.8" .Values.main.gitops.channel }}
1313
{{- if .Values.main.extraParameters }}
1414
extraParameters:
1515
{{- range .Values.main.extraParameters }}
1616
- name: {{ .name }}
1717
value: {{ .value }}
1818
{{- end }}
19-
{{- end }}
19+
{{- end }}

operator-install/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ main:
44
revision: main
55

66
gitops:
7-
channel: "stable"
7+
channel: "gitops-1.8"
88

99
clusterGroupName: default

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: stable
115+
channel: gitops-1.8
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
@@ -87,7 +87,7 @@ spec:
8787
labels:
8888
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
8989
spec:
90-
channel: stable
90+
channel: gitops-1.8
9191
installPlanApproval: Automatic
9292
name: openshift-gitops-operator
9393
source: redhat-operators

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ spec:
289289
labels:
290290
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
291291
spec:
292-
channel: stable
292+
channel: gitops-1.8
293293
installPlanApproval: Automatic
294294
name: openshift-gitops-operator
295295
source: redhat-operators

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ spec:
280280
labels:
281281
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
282282
spec:
283-
channel: stable
283+
channel: gitops-1.8
284284
installPlanApproval: Automatic
285285
name: openshift-gitops-operator
286286
source: redhat-operators

tests/acm-naked.expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
labels:
8888
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
8989
spec:
90-
channel: stable
90+
channel: gitops-1.8
9191
installPlanApproval: Automatic
9292
name: openshift-gitops-operator
9393
source: redhat-operators

tests/acm-normal.expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ spec:
790790
labels:
791791
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
792792
spec:
793-
channel: stable
793+
channel: gitops-1.8
794794
installPlanApproval: Automatic
795795
name: openshift-gitops-operator
796796
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
@@ -11,7 +11,7 @@ spec:
1111
targetRepo: https://github.com/pattern-clone/mypattern
1212
targetRevision: main
1313
gitOpsSpec:
14-
operatorChannel: stable
14+
operatorChannel: gitops-1.8
1515
---
1616
# Source: pattern-install/templates/subscription.yaml
1717
apiVersion: operators.coreos.com/v1alpha1

0 commit comments

Comments
 (0)