Skip to content

Commit

Permalink
Merge pull request #267 from giofontana/main
Browse files Browse the repository at this point in the history
Added channel 4.14 for ODF
  • Loading branch information
strangiato authored Dec 12, 2023
2 parents 16c1ff0 + 9d18728 commit d0db566
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
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

0 comments on commit d0db566

Please sign in to comment.