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: +