Skip to content

Commit

Permalink
Merge #28
Browse files Browse the repository at this point in the history
28: k0s, k0s-worker: upgrade from version 1.22.2+k0s.2 to 1.22.4+k0s.0 r=bfritz a=bfritz

Release notes:
https://github.com/k0sproject/k0s/releases/tag/v1.22.4%2Bk0s.0

Co-authored-by: Brad Fritz <[email protected]>
  • Loading branch information
bors[bot] and bfritz authored Nov 20, 2021
2 parents c5c7957 + c7b8a9f commit f26e2a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k0s/cluster.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
role: worker
{{- end }}
k0s:
version: 1.22.2+k0s.2
version: 1.22.4+k0s.0
config:
apiVersion: k0s.k0sproject.io/v1beta1
kind: Cluster
Expand Down
2 changes: 1 addition & 1 deletion scripts/genapkovl-k0s-worker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

K0S_ARCH=amd64
K0S_VER=1.22.2+k0s.2
K0S_VER=1.22.4+k0s.0
K0S_URL="https://github.com/k0sproject/k0s/releases/download/v$K0S_VER/k0s-v$K0S_VER-$K0S_ARCH"

hostname="$1"
Expand Down

0 comments on commit f26e2a3

Please sign in to comment.