diff --git a/openshift-data-foundation-operator/operator/overlays/stable-4.20/README.md b/openshift-data-foundation-operator/operator/overlays/stable-4.20/README.md new file mode 100644 index 00000000..a3895833 --- /dev/null +++ b/openshift-data-foundation-operator/operator/overlays/stable-4.20/README.md @@ -0,0 +1 @@ +Installs the *stable-4.20* channel version of the OpenShift Data Foundation Operator diff --git a/openshift-data-foundation-operator/operator/overlays/stable-4.20/kustomization.yaml b/openshift-data-foundation-operator/operator/overlays/stable-4.20/kustomization.yaml new file mode 100644 index 00000000..98f4e86b --- /dev/null +++ b/openshift-data-foundation-operator/operator/overlays/stable-4.20/kustomization.yaml @@ -0,0 +1,17 @@ +--- +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +namespace: openshift-storage + + +resources: + - ../../base +patches: + - path: patch-channel.yaml + target: + group: operators.coreos.com + kind: Subscription + name: odf-operator + namespace: openshift-storage + version: v1alpha1 diff --git a/openshift-data-foundation-operator/operator/overlays/stable-4.20/patch-channel.yaml b/openshift-data-foundation-operator/operator/overlays/stable-4.20/patch-channel.yaml new file mode 100644 index 00000000..20768023 --- /dev/null +++ b/openshift-data-foundation-operator/operator/overlays/stable-4.20/patch-channel.yaml @@ -0,0 +1,3 @@ +- op: replace + path: /spec/channel + value: stable-4.20