We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686f13f commit 8b06dd9Copy full SHA for 8b06dd9
.circleci/config.yml
@@ -182,7 +182,7 @@ jobs:
182
- run:
183
name: Install MicroK8s and Helm
184
command: |
185
- sudo apt-get update && sudo apt install snapd -y
+ sudo apt-get update && sudo apt install snapd=2.63+22.04ubuntu0.1 -y
186
sudo snap install microk8s --classic --channel=1.32
187
sudo snap install helm --classic
188
sudo microk8s enable dns
0 commit comments