Skip to content

Commit

Permalink
Merge pull request #2694 from tobiasmuehl/master
Browse files Browse the repository at this point in the history
Upgrade linkerd to version 2.11.1
  • Loading branch information
neoaggelos committed Nov 17, 2021
2 parents b724320 + 452bcac commit 8c28d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion microk8s-resources/actions/enable.linkerd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARCH=$(arch)

# 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.10.2}"
LINKERD_VERSION="${LINKERD_VERSION:-v2.11.1}"
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
2 changes: 1 addition & 1 deletion microk8s-resources/wrappers/addon-lists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ microk8s-addons:

- name: "linkerd"
description: "Linkerd is a service mesh for Kubernetes and other frameworks"
version: "2.10.2"
version: "2.11.1"
check_status: "pod/linkerd-controller"
supported_architectures:
- amd64
Expand Down

0 comments on commit 8c28d82

Please sign in to comment.