Build the latest 3 k3s versions (#1064)

Fixes https://github.com/kairos-io/kairos/issues/2878

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Dimitris Karakasilis 2024-09-26 15:15:15 +03:00 committed by GitHub
parent addac01fff
commit ae54338fa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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"
@ -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"
@ -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"
@ -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"
@ -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"
@ -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"