From a2688ec173a8347af117b0ea3149f6f5d4179c60 Mon Sep 17 00:00:00 2001 From: Cory Latschkowski Date: Sun, 30 Jun 2024 18:42:08 -0600 Subject: [PATCH] add: overlay 1.5 --- .../operator/overlays/gitops-1.5/kustomization.yaml | 11 +++++++++++ .../operator/overlays/gitops-1.5/patch-channel.yaml | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 components/operators/openshift-gitops-operator/operator/overlays/gitops-1.5/kustomization.yaml create mode 100644 components/operators/openshift-gitops-operator/operator/overlays/gitops-1.5/patch-channel.yaml diff --git a/components/operators/openshift-gitops-operator/operator/overlays/gitops-1.5/kustomization.yaml b/components/operators/openshift-gitops-operator/operator/overlays/gitops-1.5/kustomization.yaml new file mode 100644 index 00000000..b84bcd2c --- /dev/null +++ b/components/operators/openshift-gitops-operator/operator/overlays/gitops-1.5/kustomization.yaml @@ -0,0 +1,11 @@ +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/gitops-1.5/patch-channel.yaml b/components/operators/openshift-gitops-operator/operator/overlays/gitops-1.5/patch-channel.yaml new file mode 100644 index 00000000..d88ff44c --- /dev/null +++ b/components/operators/openshift-gitops-operator/operator/overlays/gitops-1.5/patch-channel.yaml @@ -0,0 +1,3 @@ +- op: replace + path: /spec/channel + value: gitops-1.5