Skip to content

Commit

Permalink
Merge pull request #300 from v1k0d3n/odf-update-4-15
Browse files Browse the repository at this point in the history
adding/updating odf overlays for stable-4.15
  • Loading branch information
strangiato authored May 10, 2024
2 parents 0d9c167 + baa1255 commit 89fb034
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.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)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Installs the *stable-4.15* 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.15

0 comments on commit 89fb034

Please sign in to comment.