From 9c510937f1fb0df218e9fa66d3294e70fdf8ea2e Mon Sep 17 00:00:00 2001 From: Venunath Beyagudem Date: Mon, 19 Aug 2024 12:07:10 -0400 Subject: [PATCH] Update Liberty on aks to wlo/olo 1.3.3 --- pom.xml | 2 +- src/main/scripts/install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f237031..58b4b62 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ WASdev https://raw.githubusercontent.com/${git.repo}/${project.artifactId}/${git.tag} - 1.0.47 + 1.0.48 diff --git a/src/main/scripts/install.sh b/src/main/scripts/install.sh index 0a41220..dd67a6a 100644 --- a/src/main/scripts/install.sh +++ b/src/main/scripts/install.sh @@ -188,7 +188,7 @@ operatorNamespaceName= if [ "$DEPLOY_WLO" = False ]; then operatorDeploymentName=olo-controller-manager operatorNamespaceName=open-liberty - OLO_VERSION=1.3.2 + OLO_VERSION=1.3.3 # Install Open Liberty Operator, see https://github.com/OpenLiberty/open-liberty-operator/blob/main/deploy/releases/${OLO_VERSION}/kustomize/README.adoc mkdir -p overlays/watch-all-namespaces wget https://raw.githubusercontent.com/OpenLiberty/open-liberty-operator/main/deploy/releases/${OLO_VERSION}/kustomize/overlays/watch-all-namespaces/olo-all-namespaces.yaml -q -P ./overlays/watch-all-namespaces @@ -204,7 +204,7 @@ if [ "$DEPLOY_WLO" = False ]; then else operatorDeploymentName=websphere-liberty-controller-manager operatorNamespaceName=websphere-liberty - WLO_VERSION=1.3.2 + WLO_VERSION=1.3.3 # Install WebSphere Liberty Operator, see https://www.ibm.com/docs/en/was-liberty/base?topic=cli-installing-kustomize mkdir -p overlays/watch-all-namespaces wget https://raw.githubusercontent.com/WASdev/websphere-liberty-operator/main/deploy/releases/${WLO_VERSION}/kustomize/overlays/watch-all-namespaces/wlo-all-namespaces.yaml -q -P ./overlays/watch-all-namespaces