Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 318f881

Browse files
author
Jason Schmidt
authored
fix: pin version of microk8s snap (#152)
1 parent 3fd6103 commit 318f881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/jenkins/MicroK8s/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pipeline {
112112

113113
steps {
114114
sh '''
115-
snap install microk8s --classic
115+
snap install microk8s --classic --channel=1.23/stable
116116
microk8s.enable storage dns helm3
117117
microk8s.enable metallb 192.168.100.100/30
118118
'''

0 commit comments

Comments
 (0)