Skip to content
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
6 changes: 3 additions & 3 deletions openshift-pipelines-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Do not use the `base` directory directly, as you will need to patch the `channel
The current *overlays* available are for the following channels:
* [latest](overlays/latest)
* [stable](overlays/stable)
* [pipelines-1.7](overlays/pipelines-1.7)
* [pipelines-1.8](overlays/pipelines-1.8)
* [pipelines-1.9](overlays/pipelines-1.9)
* [pipelines-1.18](overlays/pipelines-1.18)
* [pipelines-1.19](overlays/pipelines-1.19)
* [pipelines-1.20](overlays/pipelines-1.20)
* [preview](overlays/preview)

## Usage
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Installs the *pipelines-1.19* channel of the Pipeline Operator which tracks the 1.19.X version.
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: openshift-pipelines-operator
namespace: openshift-operators
version: v1alpha1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: pipelines-1.19
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Installs the *pipelines-1.20* channel of the Pipeline Operator which tracks the 1.20.X version.
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: openshift-pipelines-operator
namespace: openshift-operators
version: v1alpha1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: pipelines-1.20