File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
docs-source/content/userguide/managing-operators/installation Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ $ helm install weblogic-operator weblogic-operator/weblogic-operator
8989{{% notice note %}}
9090Because operator 3.0.0 introduces _ non-backward compatible_ changes, you cannot use ` helm upgrade ` to upgrade
9191a 2.6.0 operator to a 3.x operator. Instead, you must delete the 2.6.0 operator and then install the
92- 3.x operator.
92+ 3.x operator.
93+ {{% /notice %}}
9394
9495The deletion of the 2.6.0 operator will _ not affect_ the Domain CustomResourceDefinition (CRD) and will _ not stop_ any
9596WebLogic Server instances already running.
@@ -105,8 +106,6 @@ $ helm delete weblogic-operator -n weblogic-operator-namespace
105106
106107Then install the 3.0.0 operator using the [ installation] ( #install-the-operator-helm-chart ) instructions above.
107108
108- {{% /notice %}}
109-
110109The following instructions will be applicable to upgrade operators within the 3.x release family
111110as additional versions are released.
112111
You can’t perform that action at this time.
0 commit comments