From dedf03f817f3d42686892541b561933d21b824b6 Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Thu, 29 Jul 2021 09:22:04 +0200 Subject: [PATCH] Change openshift-operators default source to `certified-operators` Also change the getting started example to use elasticsearch-eck-operator-certified Co-authored-by: Megian --- class/defaults.yml | 2 +- docs/modules/ROOT/pages/how-tos/getting-started.adoc | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/class/defaults.yml b/class/defaults.yml index 5566d6e..4cff4a5 100644 --- a/class/defaults.yml +++ b/class/defaults.yml @@ -7,7 +7,7 @@ parameters: defaultSourceNamespace: openshift-marketplace openshift_operators: - defaultSource: community-operators + defaultSource: certified-operators openshift_operators_redhat: defaultSource: redhat-operators diff --git a/docs/modules/ROOT/pages/how-tos/getting-started.adoc b/docs/modules/ROOT/pages/how-tos/getting-started.adoc index 3e45595..c05999d 100644 --- a/docs/modules/ROOT/pages/how-tos/getting-started.adoc +++ b/docs/modules/ROOT/pages/how-tos/getting-started.adoc @@ -94,14 +94,14 @@ kind: Subscription metadata: annotations: {} labels: - name: grafana-operator - name: grafana-operator + name: elasticsearch-eck-operator-certified + name: elasticsearch-eck-operator-certified namespace: openshift-operators spec: - channel: alpha + channel: stable installPlanApproval: Automatic <1> - name: grafana-operator - source: community-operators <2> + name: elasticsearch-eck-operator-certified + source: certified-operators <2> sourceNamespace: openshift-marketplace <3> ---- <1> The value of this field can be changed by providing optional parameter `installPlanApproval` when calling function `registerSubscription`.