Skip to content

Commit a663fa3

Browse files
authored
Merge pull request #986 from oracle/rmarano2
updated operator version number, jenkins-ignore
2 parents cee0bf9 + 84035c9 commit a663fa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-source/content/userguide/managing-domains/domain-lifecycle/restarting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ d. Update the `image` property of the domain resource specifying the new image n
161161
```
162162
domain:
163163
spec:
164-
image: oracle/weblogic-updated:2.0
164+
image: oracle/weblogic-updated:2.0.1
165165
```
166166
e. The operator will now initiate a rolling restart, which will apply the updated image, for all the server pods in the domain.
167167

docs-source/content/userguide/managing-operators/using-the-operator/using-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ javaLoggingLevel: "FINE"
9999

100100
Specifies the Docker image containing the operator code.
101101

102-
Defaults to `weblogic-kubernetes-operator:2.0`.
102+
Defaults to `weblogic-kubernetes-operator:2.0.1`.
103103

104104
Example:
105105
```

0 commit comments

Comments
 (0)