Skip to content

Commit

Permalink
Update tests after common rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed May 2, 2024
1 parent 0ed41d4 commit 5e5e990
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion tests/common-acm-industrial-edge-factory.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ metadata:
namespace: open-cluster-management
annotations:
argocd.argoproj.io/sync-wave: "-1"
installer.open-cluster-management.io/mce-subscription-spec: '{"source": "redhat-operators" }'
spec: {}
---
# Source: acm/templates/policies/ocp-gitops-policy.yaml
Expand Down Expand Up @@ -109,7 +110,7 @@ spec:
labels:
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
spec:
channel: gitops-1.11
channel: gitops-1.12
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down
2 changes: 1 addition & 1 deletion tests/common-acm-industrial-edge-hub.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ spec:
labels:
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
spec:
channel: gitops-1.11
channel: gitops-1.12
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down
2 changes: 1 addition & 1 deletion tests/common-acm-medical-diagnosis-hub.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ spec:
labels:
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
spec:
channel: gitops-1.11
channel: gitops-1.12
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down
2 changes: 1 addition & 1 deletion tests/common-acm-naked.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
labels:
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
spec:
channel: gitops-1.11
channel: gitops-1.12
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down
2 changes: 1 addition & 1 deletion tests/common-acm-normal.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ spec:
labels:
operators.coreos.com/openshift-gitops-operator.openshift-operators: ''
spec:
channel: gitops-1.11
channel: gitops-1.12
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: openshift-operators
data:
gitops.catalogSource: redhat-operators
gitops.channel: gitops-1.11
gitops.channel: gitops-1.12

# gitops.sourceNamespace: GitOpsDefaultCatalogSourceNamespace
# gitops.installApprovalPlan: GitOpsDefaultApprovalPlan
Expand All @@ -26,7 +26,7 @@ spec:
targetRepo: https://github.com/pattern-clone/mypattern
targetRevision: main
gitOpsSpec:
operatorChannel: gitops-1.11
operatorChannel: gitops-1.12
operatorSource: redhat-operators
multiSourceConfig:
enabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: openshift-operators
data:
gitops.catalogSource: redhat-operators
gitops.channel: gitops-1.11
gitops.channel: gitops-1.12

# gitops.sourceNamespace: GitOpsDefaultCatalogSourceNamespace
# gitops.installApprovalPlan: GitOpsDefaultApprovalPlan
Expand All @@ -26,7 +26,7 @@ spec:
targetRepo: https://github.com/pattern-clone/mypattern
targetRevision: main
gitOpsSpec:
operatorChannel: gitops-1.11
operatorChannel: gitops-1.12
operatorSource: redhat-operators
multiSourceConfig:
enabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: openshift-operators
data:
gitops.catalogSource: redhat-operators
gitops.channel: gitops-1.11
gitops.channel: gitops-1.12

# gitops.sourceNamespace: GitOpsDefaultCatalogSourceNamespace
# gitops.installApprovalPlan: GitOpsDefaultApprovalPlan
Expand All @@ -26,7 +26,7 @@ spec:
targetRepo: https://github.com/pattern-clone/mypattern
targetRevision: main
gitOpsSpec:
operatorChannel: gitops-1.11
operatorChannel: gitops-1.12
operatorSource: redhat-operators
multiSourceConfig:
enabled: false
Expand Down
4 changes: 2 additions & 2 deletions tests/common-operator-install-naked.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: openshift-operators
data:
gitops.catalogSource: redhat-operators
gitops.channel: gitops-1.11
gitops.channel: gitops-1.12

# gitops.sourceNamespace: GitOpsDefaultCatalogSourceNamespace
# gitops.installApprovalPlan: GitOpsDefaultApprovalPlan
Expand All @@ -26,7 +26,7 @@ spec:
targetRepo: https://github.com/pattern-clone/mypattern
targetRevision: main
gitOpsSpec:
operatorChannel: gitops-1.11
operatorChannel: gitops-1.12
operatorSource: redhat-operators
multiSourceConfig:
enabled: false
Expand Down
4 changes: 2 additions & 2 deletions tests/common-operator-install-normal.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: openshift-operators
data:
gitops.catalogSource: redhat-operators
gitops.channel: gitops-1.11
gitops.channel: gitops-1.12

# gitops.sourceNamespace: GitOpsDefaultCatalogSourceNamespace
# gitops.installApprovalPlan: GitOpsDefaultApprovalPlan
Expand All @@ -26,7 +26,7 @@ spec:
targetRepo: https://github.com/pattern-clone/mypattern
targetRevision: main
gitOpsSpec:
operatorChannel: gitops-1.11
operatorChannel: gitops-1.12
operatorSource: redhat-operators
multiSourceConfig:
enabled: false
Expand Down

0 comments on commit 5e5e990

Please sign in to comment.