mirror of
https://github.com/kairos-io/packages.git
synced 2025-07-16 16:21:11 +00:00
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:
parent
addac01fff
commit
ae54338fa8
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user