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 Jan 17, 2024
1 parent dcfe222 commit a0776e5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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.8
gitops.channel: gitops-1.11

# 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.8
operatorChannel: gitops-1.11
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.8
gitops.channel: gitops-1.11

# 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.8
operatorChannel: gitops-1.11
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.8
gitops.channel: gitops-1.11

# 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.8
operatorChannel: gitops-1.11
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.8
gitops.channel: gitops-1.11

# 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.8
operatorChannel: gitops-1.11
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.8
gitops.channel: gitops-1.11

# 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.8
operatorChannel: gitops-1.11
operatorSource: redhat-operators
multiSourceConfig:
enabled: false
Expand Down

0 comments on commit a0776e5

Please sign in to comment.