diff --git a/lvm-storage/README.md b/lvm-storage/README.md index 0576de32..ff63e971 100644 --- a/lvm-storage/README.md +++ b/lvm-storage/README.md @@ -5,9 +5,10 @@ Installs the OpenShift LVM Storage 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: - -* [4.12-stable](overlays/4.12-stable) +* [4.15-stable](overlays/4.15-stable) +* [4.14-stable](overlays/4.14-stable) * [4.13-stable](overlays/4.13-stable) +* [4.12-stable](overlays/4.12-stable) ## Usage diff --git a/lvm-storage/operator/overlays/stable-4.14/kustomization.yaml b/lvm-storage/operator/overlays/stable-4.14/kustomization.yaml new file mode 100644 index 00000000..52392d99 --- /dev/null +++ b/lvm-storage/operator/overlays/stable-4.14/kustomization.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: + - ../../base + +patches: + - path: patch-channel.yaml + target: + group: operators.coreos.com + kind: Subscription + name: lvms-operator + namespace: openshift-storage + version: v1alpha1 diff --git a/lvm-storage/operator/overlays/stable-4.14/patch-channel.yaml b/lvm-storage/operator/overlays/stable-4.14/patch-channel.yaml new file mode 100644 index 00000000..6879a8f9 --- /dev/null +++ b/lvm-storage/operator/overlays/stable-4.14/patch-channel.yaml @@ -0,0 +1,3 @@ +- op: replace + path: /spec/channel + value: 4.14-stable diff --git a/lvm-storage/operator/overlays/stable-4.15/kustomization.yaml b/lvm-storage/operator/overlays/stable-4.15/kustomization.yaml new file mode 100644 index 00000000..52392d99 --- /dev/null +++ b/lvm-storage/operator/overlays/stable-4.15/kustomization.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: + - ../../base + +patches: + - path: patch-channel.yaml + target: + group: operators.coreos.com + kind: Subscription + name: lvms-operator + namespace: openshift-storage + version: v1alpha1 diff --git a/lvm-storage/operator/overlays/stable-4.15/patch-channel.yaml b/lvm-storage/operator/overlays/stable-4.15/patch-channel.yaml new file mode 100644 index 00000000..9b197940 --- /dev/null +++ b/lvm-storage/operator/overlays/stable-4.15/patch-channel.yaml @@ -0,0 +1,3 @@ +- op: replace + path: /spec/channel + value: 4.15-stable