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

Added channel 4.14 for ODF #267

Merged
merged 2 commits into from
Dec 12, 2023
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
1 change: 1 addition & 0 deletions openshift-data-foundation-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Installs the *stable-4.14* channel version of the OpenShift Data Foundation Operator
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: stable-4.14
Loading