From 91c6b6ffdf19fedb4830f01cd16e62794da0806e Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Fri, 10 Jan 2020 15:57:02 -0500 Subject: [PATCH] Update EO channel version to 4.3 --- modules/cluster-logging-deploy-subscription.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cluster-logging-deploy-subscription.adoc b/modules/cluster-logging-deploy-subscription.adoc index 940a911e76..c942bd81b5 100644 --- a/modules/cluster-logging-deploy-subscription.adoc +++ b/modules/cluster-logging-deploy-subscription.adoc @@ -140,14 +140,14 @@ metadata: generateName: "elasticsearch-" namespace: "openshift-operators-redhat" <1> spec: - channel: "4.2" <2> + channel: "4.3" <2> installPlanApproval: "Automatic" source: "redhat-operators" sourceNamespace: "openshift-marketplace" name: "elasticsearch-operator" ---- <1> You must specify the `openshift-operators-redhat` namespace. -<2> Specify `4.2` as the channel. +<2> Specify `4.3` as the channel. .. Create the Subscription object: +