Skip to content

Commit 45d4faf

Browse files
committed
Merge branch 'edburns-msft-ew-6237-update-scripts-zip-version' into 'main'
On branch edburns-msft-ew-6237-update-scripts-zip-version Chang 4.2.5 to 4.2.8. See merge request weblogic-cloud/weblogic-kubernetes-operator!4837 (cherry picked from commit f933d6d) f780290 On branch edburns-msft-ew-6237-update-scripts-zip-version Chang 4.2.5 to 4.2.8.
1 parent 14eb840 commit 45d4faf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
##### Download the WebLogic Kubernetes Operator sample.
22

3-
Download the WebLogic Kubernetes Operator sample ZIP file. We will use several scripts in this zip file to create a WebLogic domain. This sample was tested with v4.2.5, but should work with the latest release.
3+
Download the WebLogic Kubernetes Operator sample ZIP file. We will use several scripts in this zip file to create a WebLogic domain. This sample was tested with v4.2.8, but should work with the latest release.
44

55
```shell
66
$ cd $BASE_DIR
77
$ mkdir sample-scripts
8-
$ curl -m 120 -fL https://github.com/oracle/weblogic-kubernetes-operator/releases/download/v4.2.5/sample-scripts.zip \
8+
$ curl -m 120 -fL https://github.com/oracle/weblogic-kubernetes-operator/releases/download/v4.2.8/sample-scripts.zip \
99
-o ${BASE_DIR}/sample-scripts/sample-scripts.zip
1010
$ unzip ${BASE_DIR}/sample-scripts/sample-scripts.zip -d ${BASE_DIR}/sample-scripts
1111
```

documentation/site/content/samples/azure-kubernetes-service/model-in-image.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Update the repo to get the latest Helm charts. It is a best practice to do this
103103
$ helm repo update
104104
$ helm install weblogic-operator weblogic-operator/weblogic-operator \
105105
--namespace sample-weblogic-operator-ns \
106-
--version 4.2.5 \
106+
--version 4.2.8 \
107107
--set serviceAccount=sample-weblogic-operator-sa \
108108
--wait
109109
```
@@ -119,7 +119,7 @@ REVISION: 1
119119
TEST SUITE: None
120120
```
121121

122-
{{% notice tip %}} If you wish to use a more recent version of the operator, replace the `4.2.5` in the preceding command with the other version number. To see the list of versions, visit the [GitHub releases page](https://github.com/oracle/weblogic-kubernetes-operator/releases).
122+
{{% notice tip %}} If you wish to use a more recent version of the operator, replace the `4.2.8` in the preceding command with the other version number. To see the list of versions, visit the [GitHub releases page](https://github.com/oracle/weblogic-kubernetes-operator/releases).
123123
{{% /notice %}}
124124

125125

@@ -130,7 +130,7 @@ $ helm list -A
130130
```
131131
```
132132
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
133-
weblogic-operator sample-weblogic-operator-ns 1 2023-05-15 10:31:05.1890341 +0800 CST deployeweblogic-operator-4.2.5 4.2.5
133+
weblogic-operator sample-weblogic-operator-ns 1 2023-05-15 10:31:05.1890341 +0800 CST deployeweblogic-operator-4.2.8 4.2.8
134134
```
135135
```shell
136136
$ kubectl get pods -n sample-weblogic-operator-ns

0 commit comments

Comments
 (0)