Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Liberty on aks to wlo/olo 1.3.3 #116

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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