From 84d0ce67bcfc66303d8f877e735d9da0eae720fd Mon Sep 17 00:00:00 2001 From: Trevor Royer Date: Tue, 8 Aug 2023 09:22:11 -0600 Subject: [PATCH] switch to latest from depreciated stable channel (#47) --- .../aggregate/base/kustomization.yaml | 2 +- .../operator/overlays/stable/README.md | 1 - .../operator/overlays/stable/kustomization.yaml | 11 ----------- .../operator/overlays/stable/patch-channel.yaml | 3 --- 4 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 components/operators/openshift-gitops-operator/operator/overlays/stable/README.md delete mode 100644 components/operators/openshift-gitops-operator/operator/overlays/stable/kustomization.yaml delete mode 100644 components/operators/openshift-gitops-operator/operator/overlays/stable/patch-channel.yaml diff --git a/components/operators/openshift-gitops-operator/aggregate/base/kustomization.yaml b/components/operators/openshift-gitops-operator/aggregate/base/kustomization.yaml index 4bf629a..0dbaa5f 100644 --- a/components/operators/openshift-gitops-operator/aggregate/base/kustomization.yaml +++ b/components/operators/openshift-gitops-operator/aggregate/base/kustomization.yaml @@ -5,4 +5,4 @@ commonAnnotations: argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true bases: - - ../../operator/overlays/stable + - ../../operator/overlays/latest diff --git a/components/operators/openshift-gitops-operator/operator/overlays/stable/README.md b/components/operators/openshift-gitops-operator/operator/overlays/stable/README.md deleted file mode 100644 index ee33a75..0000000 --- a/components/operators/openshift-gitops-operator/operator/overlays/stable/README.md +++ /dev/null @@ -1 +0,0 @@ -Installs the *stable* channel version of the OpenShift GitOps Operator. This channel may be removed in a future version of OpenShift GitOps. diff --git a/components/operators/openshift-gitops-operator/operator/overlays/stable/kustomization.yaml b/components/operators/openshift-gitops-operator/operator/overlays/stable/kustomization.yaml deleted file mode 100644 index b84bcd2..0000000 --- a/components/operators/openshift-gitops-operator/operator/overlays/stable/kustomization.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization - -resources: - - ../../base - -patches: - - target: - kind: Subscription - name: openshift-gitops-operator - path: patch-channel.yaml diff --git a/components/operators/openshift-gitops-operator/operator/overlays/stable/patch-channel.yaml b/components/operators/openshift-gitops-operator/operator/overlays/stable/patch-channel.yaml deleted file mode 100644 index 6642eb1..0000000 --- a/components/operators/openshift-gitops-operator/operator/overlays/stable/patch-channel.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- op: replace - path: /spec/channel - value: stable