Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
microk8s-version:
- 1.24
- 1.25
- 1.26
- 1.27
platform:
- linux/amd64
env:
Expand Down
6 changes: 3 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ FROM alpine
ARG BASE_IMAGE=quay.io/kairos/core-ubuntu-20-lts:v2.0.3
ARG IMAGE_REPOSITORY=quay.io/kairos

ARG LUET_VERSION=0.32.4
ARG GOLINT_VERSION=v1.46.2
ARG GOLANG_VERSION=1.18
ARG LUET_VERSION=0.33.0
ARG GOLINT_VERSION=1.52.2
ARG GOLANG_VERSION=1.20

ARG MICROK8S_CHANNEL=latest
ARG BASE_IMAGE_NAME=$(echo $BASE_IMAGE | grep -o [^/]*: | rev | cut -c2- | rev)
Expand Down
1 change: 1 addition & 0 deletions scripts/cloudinit/00-install-microk8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

packageVersion=$(snap info /opt/microk8s/snaps/microk8s.snap |grep "version:" | awk '{ print $2 }')
channel=$(echo "${packageVersion%.*}" |cut -f2 -dv)
snap wait system seed.loaded
snap ack /opt/microk8s/snaps/core.assert
snap install /opt/microk8s/snaps/core.snap
snap ack /opt/microk8s/snaps/microk8s.assert
Expand Down