Skip to content

Commit

Permalink
Merge pull request #106 from WASdev/liberty-aks-olo-wlo-1.3.1
Browse files Browse the repository at this point in the history
Update WLO/OLO version to 1.3.1
  • Loading branch information
venunathb authored Apr 11, 2024
2 parents 269b3c2 + 8cb2cda commit 6385166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.ibm.websphere.azure</groupId>
<artifactId>azure.liberty.aks</artifactId>
<version>1.0.42</version>
<version>1.0.43</version>

<!-- mvn -Pbicep -Passembly clean install -Ptemplate-validation-tests -->

Expand Down
4 changes: 2 additions & 2 deletions src/main/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ operatorNamespaceName=
if [ "$DEPLOY_WLO" = False ]; then
operatorDeploymentName=olo-controller-manager
operatorNamespaceName=open-liberty
OLO_VERSION=1.3.0
OLO_VERSION=1.3.1
# 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
Expand All @@ -204,7 +204,7 @@ if [ "$DEPLOY_WLO" = False ]; then
else
operatorDeploymentName=websphere-liberty-controller-manager
operatorNamespaceName=websphere-liberty
WLO_VERSION=1.3.0
WLO_VERSION=1.3.1
# 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
Expand Down

0 comments on commit 6385166

Please sign in to comment.