From 1f751a31fbbdb60731872e60a539eff64a813612 Mon Sep 17 00:00:00 2001 From: Denilson Nastacio Date: Wed, 25 Oct 2023 22:18:46 -0400 Subject: [PATCH] chore: Update GitOps to 1.8 Signed-off-by: Denilson Nastacio --- config/rhacm/seeds/Chart.yaml | 4 ++-- .../rhacm/seeds/templates/0200-policy-openshift-gitops.yaml | 2 +- docs/install.md | 2 +- tests/descriptors/operators/gitops-operators.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rhacm/seeds/Chart.yaml b/config/rhacm/seeds/Chart.yaml index 52039dc8..451d7d42 100644 --- a/config/rhacm/seeds/Chart.yaml +++ b/config/rhacm/seeds/Chart.yaml @@ -16,9 +16,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.11.0 +version: 0.12.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 2.8.0 +appVersion: 2.8.3 diff --git a/config/rhacm/seeds/templates/0200-policy-openshift-gitops.yaml b/config/rhacm/seeds/templates/0200-policy-openshift-gitops.yaml index 5428198d..8de10f79 100644 --- a/config/rhacm/seeds/templates/0200-policy-openshift-gitops.yaml +++ b/config/rhacm/seeds/templates/0200-policy-openshift-gitops.yaml @@ -37,7 +37,7 @@ spec: name: openshift-gitops-operator namespace: openshift-operators spec: - channel: stable + channel: gitops-1.8 installPlanApproval: Automatic name: openshift-gitops-operator source: redhat-operators diff --git a/docs/install.md b/docs/install.md index 0d05cbf1..37a733b0 100644 --- a/docs/install.md +++ b/docs/install.md @@ -81,7 +81,7 @@ name: openshift-gitops-operator namespace: openshift-operators spec: - channel: stable + channel: gitops-1.8 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 2fb4a6c9..d349a04a 100644 --- a/tests/descriptors/operators/gitops-operators.yaml +++ b/tests/descriptors/operators/gitops-operators.yaml @@ -5,7 +5,7 @@ metadata: name: openshift-gitops-operator namespace: openshift-operators spec: - channel: stable + channel: gitops-1.8 installPlanApproval: Automatic name: openshift-gitops-operator source: redhat-operators