Skip to content
Open
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 advanced-cluster-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Do not use the `base` directory directly, as you will need to patch the `channel

The current *overlays* available are for the following channels:

* [release-2.15](operator/overlays/release-2.15)
* [release-2.14](operator/overlays/release-2.14)
* [release-2.13](operator/overlays/release-2.13)
* [release-2.12](operator/overlays/release-2.12)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base

patches:
- target:
kind: Subscription
name: advanced-cluster-management
path: patch-channel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: release-2.15
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- namespace.yaml
- operatorgroup.yaml
- subscription.yaml
6 changes: 6 additions & 0 deletions cluster-observability-operator/operator/base/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: openshift-cluster-observability-operator
labels:
openshift.io/cluster-monitoring: "true"
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: cco-group
namespace: openshift-cluster-observability-operator
spec:
upgradeStrategy: Default
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: cluster-observability-operator
namespace: openshift-operators
# namespace: openshift-operators
namespace: openshift-cluster-observability-operator
spec:
channel: patch-me-see-overlays-dir
installPlanApproval: Automatic
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
**Version: 0.1.2**
Legacy stub for any consumers of the older Development channel of the Cluster Observability Operator
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base
- subscription.yaml

patches:
- target:
kind: Subscription
name: cluster-observability-operator
path: patch-channel.yaml
# patches:
# - target:
# kind: Subscription
# name: cluster-observability-operator
# path: patch-channel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: cluster-observability-operator
namespace: openshift-operators
spec:
channel: development
installPlanApproval: Automatic
name: cluster-observability-operator
source: redhat-operators
sourceNamespace: openshift-marketplace
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base

patches:
- target:
kind: Subscription
name: cluster-observability-operator
path: patch-channel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: stable
15 changes: 15 additions & 0 deletions loki-operator/operator/overlays/stable-6.3/kustomization.yaml
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: loki-operator
namespace: openshift-operators-redhat
version: v1alpha1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: 'stable-6.3'
15 changes: 15 additions & 0 deletions loki-operator/operator/overlays/stable-6.4/kustomization.yaml
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: loki-operator
namespace: openshift-operators-redhat
version: v1alpha1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: 'stable-6.4'
1 change: 1 addition & 0 deletions openshift-data-foundation-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Do not use the `base` directory directly, as you will need to patch the `channel

The current *overlays* available are for the following channels:

* [stable-4.20](operator/overlays/stable-4.20)
* [stable-4.19](operator/overlays/stable-4.19)
* [stable-4.18](operator/overlays/stable-4.18)
* [stable-4.17](operator/overlays/stable-4.17)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Installs the *stable-4.20* 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.20
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base

patches:
- patch: |-
- op: replace
path: /spec/channel
value: 'stable-6.3'
target:
group: operators.coreos.com
kind: Subscription
name: cluster-logging
namespace: openshift-logging
version: v1alpha1
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base

patches:
- patch: |-
- op: replace
path: /spec/channel
value: 'stable-6.4'
target:
group: operators.coreos.com
kind: Subscription
name: cluster-logging
namespace: openshift-logging
version: v1alpha1