Skip to content

Commit 838b09f

Browse files
fix upgrade note (#1821)
1 parent 0d00b8c commit 838b09f

File tree

1 file changed

+2
-3
lines changed
  • docs-source/content/userguide/managing-operators/installation

1 file changed

+2
-3
lines changed

docs-source/content/userguide/managing-operators/installation/_index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ $ helm install weblogic-operator weblogic-operator/weblogic-operator
8989
{{% notice note %}}
9090
Because operator 3.0.0 introduces _non-backward compatible_ changes, you cannot use `helm upgrade` to upgrade
9191
a 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

9495
The deletion of the 2.6.0 operator will _not affect_ the Domain CustomResourceDefinition (CRD) and will _not stop_ any
9596
WebLogic Server instances already running.
@@ -105,8 +106,6 @@ $ helm delete weblogic-operator -n weblogic-operator-namespace
105106

106107
Then install the 3.0.0 operator using the [installation](#install-the-operator-helm-chart) instructions above.
107108

108-
{{% /notice %}}
109-
110109
The following instructions will be applicable to upgrade operators within the 3.x release family
111110
as additional versions are released.
112111

0 commit comments

Comments
 (0)