Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update overlays for lvm, and update readme #301

Merged
merged 1 commit into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions lvm-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
15 changes: 15 additions & 0 deletions lvm-storage/operator/overlays/stable-4.14/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: 4.14-stable
15 changes: 15 additions & 0 deletions lvm-storage/operator/overlays/stable-4.15/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: 4.15-stable
Loading