Skip to content

Commit

Permalink
Merge pull request #116 from WASdev/update-aks-with-wlo-1.3.3
Browse files Browse the repository at this point in the history
 Update Liberty on aks to wlo/olo 1.3.3
  • Loading branch information
git4rk authored Aug 19, 2024
2 parents 048e776 + 9c51093 commit b2e0ea5
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 @@ -38,7 +38,7 @@
<properties>
<git.repo>WASdev</git.repo>
<artifactsLocationBase>https://raw.githubusercontent.com/${git.repo}/${project.artifactId}/${git.tag}</artifactsLocationBase>
<version.azure.liberty.aks>1.0.47</version.azure.liberty.aks>
<version.azure.liberty.aks>1.0.48</version.azure.liberty.aks>
</properties>

<repositories>
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.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
Expand All @@ -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
Expand Down

0 comments on commit b2e0ea5

Please sign in to comment.