diff --git a/openshift-data-foundation-operator/README.md b/openshift-data-foundation-operator/README.md index a6433c65..ef859a35 100644 --- a/openshift-data-foundation-operator/README.md +++ b/openshift-data-foundation-operator/README.md @@ -5,6 +5,7 @@ Installs the OpenShift Data Foundation operator. Do not use the `base` directory directly, as you will need to patch the `channel` based on the version of OpenShift you are using, or the version of the operator you want to use. The current *overlays* available are for the following channels: +* [stable-4.14](operator/overlays/stable-4.14) * [stable-4.13](operator/overlays/stable-4.13) * [stable-4.12](operator/overlays/stable-4.12) * [stable-4.11](operator/overlays/stable-4.11) diff --git a/openshift-data-foundation-operator/operator/overlays/stable-4.14/README.md b/openshift-data-foundation-operator/operator/overlays/stable-4.14/README.md new file mode 100644 index 00000000..0ae5060e --- /dev/null +++ b/openshift-data-foundation-operator/operator/overlays/stable-4.14/README.md @@ -0,0 +1 @@ +Installs the *stable-4.14* channel version of the OpenShift Data Foundation Operator diff --git a/openshift-data-foundation-operator/operator/overlays/stable-4.14/kustomization.yaml b/openshift-data-foundation-operator/operator/overlays/stable-4.14/kustomization.yaml new file mode 100644 index 00000000..98f4e86b --- /dev/null +++ b/openshift-data-foundation-operator/operator/overlays/stable-4.14/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.14/patch-channel.yaml b/openshift-data-foundation-operator/operator/overlays/stable-4.14/patch-channel.yaml new file mode 100644 index 00000000..365a4c2e --- /dev/null +++ b/openshift-data-foundation-operator/operator/overlays/stable-4.14/patch-channel.yaml @@ -0,0 +1,3 @@ +- op: replace + path: /spec/channel + value: stable-4.14