Skip to content

Commit

Permalink
chore(vagrant): update go to 1.21.0 and microk8s to 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Dec 14, 2023
1 parent fd9ba76 commit 51bffbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vagrant/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
set -x

export DEBIAN_FRONTEND=noninteractive
GO_VERSION="1.20"
GO_VERSION="1.21.5"
HELM_VERSION=v3.5.2
KUTTL_VERSION=0.15.0
MICROK8S_VERSION=1.27

apt-get update
apt-get --yes upgrade
Expand All @@ -23,7 +24,7 @@ apt-get install --yes docker-ce docker-ce-cli containerd.io
usermod -aG docker vagrant

# Install k8s
snap install microk8s --classic --channel=1.20/stable
snap install microk8s --classic --channel=${MICROK8S_VERSION}/stable
microk8s.status --wait-ready
ufw allow in on cbr0
ufw allow out on cbr0
Expand Down

0 comments on commit 51bffbd

Please sign in to comment.