From 45d4faf66aea5f6d36ef5294412eb9851ef9ddea Mon Sep 17 00:00:00 2001 From: Ryan Eberhard Date: Thu, 10 Oct 2024 21:27:44 +0000 Subject: [PATCH] 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 f933d6d912fe331361cfd45038f62352087070de) f780290c On branch edburns-msft-ew-6237-update-scripts-zip-version Chang 4.2.5 to 4.2.8. --- .../includes/download-samples-zip.txt | 4 ++-- .../samples/azure-kubernetes-service/model-in-image.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/site/content/samples/azure-kubernetes-service/includes/download-samples-zip.txt b/documentation/site/content/samples/azure-kubernetes-service/includes/download-samples-zip.txt index 3e4b1fefe4d..16369529d99 100644 --- a/documentation/site/content/samples/azure-kubernetes-service/includes/download-samples-zip.txt +++ b/documentation/site/content/samples/azure-kubernetes-service/includes/download-samples-zip.txt @@ -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 ``` diff --git a/documentation/site/content/samples/azure-kubernetes-service/model-in-image.md b/documentation/site/content/samples/azure-kubernetes-service/model-in-image.md index 37399013a65..99319d6bec9 100644 --- a/documentation/site/content/samples/azure-kubernetes-service/model-in-image.md +++ b/documentation/site/content/samples/azure-kubernetes-service/model-in-image.md @@ -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 ``` @@ -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 %}} @@ -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