Skip to content

Commit

Permalink
update armadactl version to v0.12.1 in get-armadactl script (#3968)
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele authored Sep 25, 2024
1 parent 8df0eb6 commit df26703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-armadactl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ get_latest_release() {

# TODO: This is commented out due to an issue with release process. Until we fix integration tests run on release, we will use the hardcoded version v0.8.2
#VERSION=$(get_latest_release)
VERSION=v0.8.2
VERSION=v0.12.1

ARMADACTL_URL="https://github.com/armadaproject/armada/releases/download/$VERSION/armadactl_${VERSION#v}_${SYSTEM}_${ARCH}.${ARCHIVE_TYPE}"

Expand Down

0 comments on commit df26703

Please sign in to comment.