Skip to content

Commit

Permalink
Merge pull request #108 from WASdev/update-aro-olo-wlo-1.3.0-bvn
Browse files Browse the repository at this point in the history
Update OLO/WLO version to 1.3.0
  • Loading branch information
venunathb authored Jan 16, 2024
2 parents de4bce9 + 9c03875 commit 69f359b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.aro</artifactId>
<version>1.0.51</version>
<version>1.0.52</version>

<parent>
<groupId>com.microsoft.azure.iaas</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ consoleUrl=$(az aro show -g $clusterRGName -n $clusterName --query 'consoleProfi
# Install the OpenShift CLI
downloadUrl=$(echo $consoleUrl | sed -e "s/https:\/\/console/https:\/\/downloads/g")
wget ${downloadUrl}amd64/linux/oc.tar -q -P ~
wget --no-check-certificate ${downloadUrl}amd64/linux/oc.tar -q -P ~
mkdir ~/openshift
tar xvf ~/oc.tar -C ~/openshift
echo 'export PATH=$PATH:~/openshift' >> ~/.bash_profile && source ~/.bash_profile
Expand Down
4 changes: 2 additions & 2 deletions src/main/scripts/open-liberty-operator-subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ metadata:
name: open-liberty-certified
namespace: openshift-operators
spec:
channel: v1.2
channel: v1.3
installPlanApproval: Automatic
name: open-liberty-certified
source: certified-operators
sourceNamespace: openshift-marketplace
startingCSV: open-liberty-operator.v1.2.2
startingCSV: open-liberty-operator.v1.3.0

0 comments on commit 69f359b

Please sign in to comment.