Skip to content

Commit

Permalink
fix: Update GitOps operator to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Denilson Nastacio <[email protected]>
  • Loading branch information
nastacio committed Feb 1, 2024
1 parent 15df620 commit 36b43fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
name: openshift-gitops-operator
namespace: openshift-gitops-operator
spec:
channel: gitops-1.10
channel: gitops-1.11
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
name: openshift-gitops-operator
namespace: openshift-operators
spec:
channel: gitops-1.10
channel: latest
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down
4 changes: 2 additions & 2 deletions docs/rhacm.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This repository contains governance policies and placement rules for Argo CD and

### Install the OpenShift GitOps operator

This section contains a simple shortcut, but you can choose to follow the instructions in the [Red Hat OpenShift GitOps Installation page](https://docs.openshift.com/gitops/1.10/installing_gitops/installing-openshift-gitops.html) instead, with special care to **use a release at or above `gitops-1.8`**.) These instructions were validated with the OpenShift GitOps 1.10 release.
This section contains a simple shortcut, but you can choose to follow the instructions in the [Red Hat OpenShift GitOps Installation page](https://docs.openshift.com/gitops/1.11/installing_gitops/installing-openshift-gitops.html) instead, with special care to **use a release at or above `gitops-1.8`**.) These instructions are always validated with the latest OpenShift GitOps release.

The shortcut in case you choose to skip the official instructions:

Expand Down Expand Up @@ -79,7 +79,7 @@ The shortcut in case you choose to skip the official instructions:
name: openshift-gitops-operator
namespace: openshift-gitops-operator
spec:
channel: gitops-1.10
channel: latest
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down
2 changes: 1 addition & 1 deletion tests/descriptors/operators/gitops-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: openshift-gitops-operator
namespace: openshift-gitops-operator
spec:
channel: gitops-1.10
channel: latest
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down

0 comments on commit 36b43fb

Please sign in to comment.