Skip to content

Commit

Permalink
upgrade linkerd to v2.7.0 (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
balchua authored Mar 17, 2020
1 parent cfa6f38 commit 20a2e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microk8s-resources/actions/enable.linkerd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argz=("${ARGUMENTS[@]/#/--}")

# check if linkerd cli is already in the system. Download if it doesn't exist.
if [ ! -f "${SNAP_DATA}/bin/linkerd" ]; then
LINKERD_VERSION="${LINKERD_VERSION:-v2.6.0}"
LINKERD_VERSION="${LINKERD_VERSION:-v2.7.0}"
echo "Fetching Linkerd2 version $LINKERD_VERSION."
run_with_sudo mkdir -p "$SNAP_DATA/bin"
LINKERD_VERSION=$(echo $LINKERD_VERSION | sed 's/v//g')
Expand Down

0 comments on commit 20a2e5b

Please sign in to comment.