From 3dd94c23b72c4677c114191860ad3be6282feb40 Mon Sep 17 00:00:00 2001 From: Trevor Royer Date: Wed, 11 Oct 2023 10:15:13 -0600 Subject: [PATCH] update from v1alpha1 to v1beta1 update component patches to correct api version --- openshift-gitops-operator/INFO.md | 2 +- openshift-gitops-operator/instance/base/openshift-gitops.yaml | 2 +- .../annotation-resource-tracking/patch-resource-tracking.yaml | 2 +- .../components/edge-termination/patch-edge-termination.yaml | 2 +- .../enable-notifications/patch-enable-notifications.yaml | 2 +- .../instance/components/gitops-admins/patch-rbac.yaml | 2 +- .../kustomize-build-enable-helm/patch-enable-helm.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/openshift-gitops-operator/INFO.md b/openshift-gitops-operator/INFO.md index 9a25e946..6239d3f5 100644 --- a/openshift-gitops-operator/INFO.md +++ b/openshift-gitops-operator/INFO.md @@ -22,7 +22,7 @@ Red Hat OpenShift GitOps is a declarative continuous delivery platform based on After installing the OpenShift GitOps operator, an instance of Argo CD is installed in the `openshift-gitops` namespace which has sufficient privileges for managing cluster configurations. You can create additional Argo CD instances using the `ArgoCD` custom resource within the desired namespaces. ```yaml -apiVersion: argoproj.io/v1alpha1 +apiVersion: argoproj.io/v1beta1 kind: ArgoCD metadata: name: argocd diff --git a/openshift-gitops-operator/instance/base/openshift-gitops.yaml b/openshift-gitops-operator/instance/base/openshift-gitops.yaml index ecb545cb..fc05fbcb 100644 --- a/openshift-gitops-operator/instance/base/openshift-gitops.yaml +++ b/openshift-gitops-operator/instance/base/openshift-gitops.yaml @@ -1,4 +1,4 @@ -apiVersion: argoproj.io/v1alpha1 +apiVersion: argoproj.io/v1beta1 kind: ArgoCD metadata: name: openshift-gitops diff --git a/openshift-gitops-operator/instance/components/annotation-resource-tracking/patch-resource-tracking.yaml b/openshift-gitops-operator/instance/components/annotation-resource-tracking/patch-resource-tracking.yaml index 1eec07c0..cda7ea20 100644 --- a/openshift-gitops-operator/instance/components/annotation-resource-tracking/patch-resource-tracking.yaml +++ b/openshift-gitops-operator/instance/components/annotation-resource-tracking/patch-resource-tracking.yaml @@ -1,4 +1,4 @@ -apiVersion: argoproj.io/v1alpha1 +apiVersion: argoproj.io/v1beta1 kind: ArgoCD metadata: name: openshift-gitops diff --git a/openshift-gitops-operator/instance/components/edge-termination/patch-edge-termination.yaml b/openshift-gitops-operator/instance/components/edge-termination/patch-edge-termination.yaml index 0ab2df54..cfccad07 100644 --- a/openshift-gitops-operator/instance/components/edge-termination/patch-edge-termination.yaml +++ b/openshift-gitops-operator/instance/components/edge-termination/patch-edge-termination.yaml @@ -1,4 +1,4 @@ -apiVersion: argoproj.io/v1alpha1 +apiVersion: argoproj.io/v1beta1 kind: ArgoCD metadata: name: openshift-gitops diff --git a/openshift-gitops-operator/instance/components/enable-notifications/patch-enable-notifications.yaml b/openshift-gitops-operator/instance/components/enable-notifications/patch-enable-notifications.yaml index ccf3b96c..fca579c4 100644 --- a/openshift-gitops-operator/instance/components/enable-notifications/patch-enable-notifications.yaml +++ b/openshift-gitops-operator/instance/components/enable-notifications/patch-enable-notifications.yaml @@ -1,4 +1,4 @@ -apiVersion: argoproj.io/v1alpha1 +apiVersion: argoproj.io/v1beta1 kind: ArgoCD metadata: name: openshift-gitops diff --git a/openshift-gitops-operator/instance/components/gitops-admins/patch-rbac.yaml b/openshift-gitops-operator/instance/components/gitops-admins/patch-rbac.yaml index f9728142..df8b3c8e 100644 --- a/openshift-gitops-operator/instance/components/gitops-admins/patch-rbac.yaml +++ b/openshift-gitops-operator/instance/components/gitops-admins/patch-rbac.yaml @@ -1,4 +1,4 @@ -apiVersion: argoproj.io/v1alpha1 +apiVersion: argoproj.io/v1beta1 kind: ArgoCD metadata: name: openshift-gitops diff --git a/openshift-gitops-operator/instance/components/kustomize-build-enable-helm/patch-enable-helm.yaml b/openshift-gitops-operator/instance/components/kustomize-build-enable-helm/patch-enable-helm.yaml index b2fa1b0a..0a9256f8 100644 --- a/openshift-gitops-operator/instance/components/kustomize-build-enable-helm/patch-enable-helm.yaml +++ b/openshift-gitops-operator/instance/components/kustomize-build-enable-helm/patch-enable-helm.yaml @@ -1,4 +1,4 @@ -apiVersion: argoproj.io/v1alpha1 +apiVersion: argoproj.io/v1beta1 kind: ArgoCD metadata: name: openshift-gitops