Skip to content

Commit

Permalink
Merge branch 'edburns-msft-ew-6237-update-scripts-zip-version' into '…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
rjeberhard committed Oct 10, 2024
1 parent 14eb840 commit 45d4faf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
##### Download the WebLogic Kubernetes Operator sample.

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.
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.

```shell
$ cd $BASE_DIR
$ mkdir sample-scripts
$ curl -m 120 -fL https://github.com/oracle/weblogic-kubernetes-operator/releases/download/v4.2.5/sample-scripts.zip \
$ curl -m 120 -fL https://github.com/oracle/weblogic-kubernetes-operator/releases/download/v4.2.8/sample-scripts.zip \
-o ${BASE_DIR}/sample-scripts/sample-scripts.zip
$ unzip ${BASE_DIR}/sample-scripts/sample-scripts.zip -d ${BASE_DIR}/sample-scripts
```
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Update the repo to get the latest Helm charts. It is a best practice to do this
$ helm repo update
$ helm install weblogic-operator weblogic-operator/weblogic-operator \
--namespace sample-weblogic-operator-ns \
--version 4.2.5 \
--version 4.2.8 \
--set serviceAccount=sample-weblogic-operator-sa \
--wait
```
Expand All @@ -119,7 +119,7 @@ REVISION: 1
TEST SUITE: None
```

{{% 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).
{{% 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).
{{% /notice %}}


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

0 comments on commit 45d4faf

Please sign in to comment.