Skip to content

Commit

Permalink
Build the latest 3 k3s versions (#1064)
Browse files Browse the repository at this point in the history
Fixes kairos-io/kairos#2878

Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily authored Sep 26, 2024
1 parent addac01 commit ae54338
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/k8s/k3s/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
- INSTALL_K3S_SKIP_SELINUX_RPM="true"
# Remove any possible "+N" from the end of the version. We only bump that to
# avoid overwritting existing images when we want the package to be rebuilt.
- INSTALL_K3S_VERSION=v{{ regexReplaceAll "\\+\\d+$" .Values.version "" }}+k3s1
- INSTALL_K3S_VERSION=v{{ regexReplaceAll "\\+\\d+$" .Values.version "" }}+k3s{{.Values.k3s_version}}
{{$arch:=(default "amd64" .Values.arch)}}
{{ if eq $arch "arm" }}
- ARCH=arm64
Expand Down
20 changes: 10 additions & 10 deletions packages/k8s/k3s/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
- name: k3s-openrc
category: k8s
version: "1.31.1"
k3s_version: "2"
k3s_version: "1"
labels:
github.owner: "k3s-io"
github.repo: "k3s"
Expand All @@ -14,8 +14,8 @@ packages:
description: " Lightweight Kubernetes "
- name: k3s-openrc
category: k8s
version: "1.28.9"
k3s_version: "2"
version: "1.30.5"
k3s_version: "1"
labels:
github.owner: "k3s-io"
github.repo: "k3s"
Expand All @@ -27,8 +27,8 @@ packages:
description: " Lightweight Kubernetes "
- name: k3s-openrc
category: k8s
version: "1.29.4"
k3s_version: "2"
version: "1.29.9"
k3s_version: "1"
labels:
github.owner: "k3s-io"
github.repo: "k3s"
Expand All @@ -41,7 +41,7 @@ packages:
- name: k3s-systemd
category: k8s
version: "1.31.1"
k3s_version: "2"
k3s_version: "1"
labels:
github.owner: "k3s-io"
github.repo: "k3s"
Expand All @@ -53,8 +53,8 @@ packages:
description: " Lightweight Kubernetes "
- name: k3s-systemd
category: k8s
version: "1.28.9"
k3s_version: "2"
version: "1.30.5"
k3s_version: "1"
labels:
github.owner: "k3s-io"
github.repo: "k3s"
Expand All @@ -66,8 +66,8 @@ packages:
description: " Lightweight Kubernetes "
- name: k3s-systemd
category: k8s
version: "1.29.4"
k3s_version: "2"
version: "1.29.9"
k3s_version: "1"
labels:
github.owner: "k3s-io"
github.repo: "k3s"
Expand Down

0 comments on commit ae54338

Please sign in to comment.