Skip to content

Commit

Permalink
Merge pull request #88 from WASdev/bvn-9july23-aks-auto
Browse files Browse the repository at this point in the history
Update olo/wlo version in install.sh
  • Loading branch information
venunathb authored Jul 12, 2023
2 parents ad07c01 + 2e5e221 commit 052998b
Showing 1 changed file with 2 additions and 2 deletions.
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.2.0
OLO_VERSION=1.2.1
# Install Open Liberty Operator, see https:/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.2.0
WLO_VERSION=1.2.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 052998b

Please sign in to comment.