From 36b43fbcfefe6304aa65c59b0bbfc9cad1cefbf4 Mon Sep 17 00:00:00 2001 From: Denilson Nastacio Date: Fri, 15 Dec 2023 15:33:48 -0500 Subject: [PATCH] fix: Update GitOps operator to latest Signed-off-by: Denilson Nastacio --- .../rhacm/seeds/templates/0200-policy-openshift-gitops.yaml | 2 +- docs/install.md | 2 +- docs/rhacm.md | 4 ++-- tests/descriptors/operators/gitops-operators.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rhacm/seeds/templates/0200-policy-openshift-gitops.yaml b/config/rhacm/seeds/templates/0200-policy-openshift-gitops.yaml index f5fbf1b0..f259399f 100644 --- a/config/rhacm/seeds/templates/0200-policy-openshift-gitops.yaml +++ b/config/rhacm/seeds/templates/0200-policy-openshift-gitops.yaml @@ -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 diff --git a/docs/install.md b/docs/install.md index 41d1e1db..5ad75fb0 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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 diff --git a/docs/rhacm.md b/docs/rhacm.md index 7ad89208..cacce822 100644 --- a/docs/rhacm.md +++ b/docs/rhacm.md @@ -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: @@ -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 diff --git a/tests/descriptors/operators/gitops-operators.yaml b/tests/descriptors/operators/gitops-operators.yaml index 0221346c..18ae77f8 100644 --- a/tests/descriptors/operators/gitops-operators.yaml +++ b/tests/descriptors/operators/gitops-operators.yaml @@ -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