diff --git a/openshift-pipelines-operator/README.md b/openshift-pipelines-operator/README.md index a67ef5c2..0cd9ed68 100644 --- a/openshift-pipelines-operator/README.md +++ b/openshift-pipelines-operator/README.md @@ -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 diff --git a/openshift-pipelines-operator/overlays/pipelines-1.19/README.md b/openshift-pipelines-operator/overlays/pipelines-1.19/README.md new file mode 100644 index 00000000..c1f4aeb0 --- /dev/null +++ b/openshift-pipelines-operator/overlays/pipelines-1.19/README.md @@ -0,0 +1 @@ +Installs the *pipelines-1.19* channel of the Pipeline Operator which tracks the 1.19.X version. \ No newline at end of file diff --git a/openshift-pipelines-operator/overlays/pipelines-1.19/kustomization.yaml b/openshift-pipelines-operator/overlays/pipelines-1.19/kustomization.yaml new file mode 100644 index 00000000..38285d10 --- /dev/null +++ b/openshift-pipelines-operator/overlays/pipelines-1.19/kustomization.yaml @@ -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 diff --git a/openshift-pipelines-operator/overlays/pipelines-1.19/patch-channel.yaml b/openshift-pipelines-operator/overlays/pipelines-1.19/patch-channel.yaml new file mode 100644 index 00000000..b875b972 --- /dev/null +++ b/openshift-pipelines-operator/overlays/pipelines-1.19/patch-channel.yaml @@ -0,0 +1,3 @@ +- op: replace + path: /spec/channel + value: pipelines-1.19 diff --git a/openshift-pipelines-operator/overlays/pipelines-1.20/README.md b/openshift-pipelines-operator/overlays/pipelines-1.20/README.md new file mode 100644 index 00000000..6327371a --- /dev/null +++ b/openshift-pipelines-operator/overlays/pipelines-1.20/README.md @@ -0,0 +1 @@ +Installs the *pipelines-1.20* channel of the Pipeline Operator which tracks the 1.20.X version. \ No newline at end of file diff --git a/openshift-pipelines-operator/overlays/pipelines-1.20/kustomization.yaml b/openshift-pipelines-operator/overlays/pipelines-1.20/kustomization.yaml new file mode 100644 index 00000000..38285d10 --- /dev/null +++ b/openshift-pipelines-operator/overlays/pipelines-1.20/kustomization.yaml @@ -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 diff --git a/openshift-pipelines-operator/overlays/pipelines-1.20/patch-channel.yaml b/openshift-pipelines-operator/overlays/pipelines-1.20/patch-channel.yaml new file mode 100644 index 00000000..838e582f --- /dev/null +++ b/openshift-pipelines-operator/overlays/pipelines-1.20/patch-channel.yaml @@ -0,0 +1,3 @@ +- op: replace + path: /spec/channel + value: pipelines-1.20