Skip to content

Commit 8b06dd9

Browse files
Temporarily pin snapd since newer versions have flaky timeouts
1 parent 686f13f commit 8b06dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
- run:
183183
name: Install MicroK8s and Helm
184184
command: |
185-
sudo apt-get update && sudo apt install snapd -y
185+
sudo apt-get update && sudo apt install snapd=2.63+22.04ubuntu0.1 -y
186186
sudo snap install microk8s --classic --channel=1.32
187187
sudo snap install helm --classic
188188
sudo microk8s enable dns

0 commit comments

Comments
 (0)