1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Update EO channel version to 4.3

This commit is contained in:
Michael Burke
2020-01-10 15:57:02 -05:00
committed by openshift-cherrypick-robot
parent be8e05f95e
commit 91c6b6ffdf

View File

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