From baa125539c8002c7098afff40f45a150472e780d Mon Sep 17 00:00:00 2001 From: "Brandon B. Jozsa" Date: Fri, 10 May 2024 10:38:18 -0400 Subject: [PATCH] adding/updating odf overlays for stable-4.15 Signed-off-by: Brandon B. Jozsa --- openshift-data-foundation-operator/README.md | 1 + .../operator/overlays/stable-4.15/README.md | 1 + .../overlays/stable-4.15/kustomization.yaml | 17 +++++++++++++++++ .../overlays/stable-4.15/patch-channel.yaml | 3 +++ 4 files changed, 22 insertions(+) create mode 100644 openshift-data-foundation-operator/operator/overlays/stable-4.15/README.md create mode 100644 openshift-data-foundation-operator/operator/overlays/stable-4.15/kustomization.yaml create mode 100644 openshift-data-foundation-operator/operator/overlays/stable-4.15/patch-channel.yaml diff --git a/openshift-data-foundation-operator/README.md b/openshift-data-foundation-operator/README.md index ef859a35..f3a23ea9 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.15](operator/overlays/stable-4.15) * [stable-4.14](operator/overlays/stable-4.14) * [stable-4.13](operator/overlays/stable-4.13) * [stable-4.12](operator/overlays/stable-4.12) diff --git a/openshift-data-foundation-operator/operator/overlays/stable-4.15/README.md b/openshift-data-foundation-operator/operator/overlays/stable-4.15/README.md new file mode 100644 index 00000000..3f502ea4 --- /dev/null +++ b/openshift-data-foundation-operator/operator/overlays/stable-4.15/README.md @@ -0,0 +1 @@ +Installs the *stable-4.15* channel version of the OpenShift Data Foundation Operator diff --git a/openshift-data-foundation-operator/operator/overlays/stable-4.15/kustomization.yaml b/openshift-data-foundation-operator/operator/overlays/stable-4.15/kustomization.yaml new file mode 100644 index 00000000..98f4e86b --- /dev/null +++ b/openshift-data-foundation-operator/operator/overlays/stable-4.15/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.15/patch-channel.yaml b/openshift-data-foundation-operator/operator/overlays/stable-4.15/patch-channel.yaml new file mode 100644 index 00000000..7099c643 --- /dev/null +++ b/openshift-data-foundation-operator/operator/overlays/stable-4.15/patch-channel.yaml @@ -0,0 +1,3 @@ +- op: replace + path: /spec/channel + value: stable-4.15