mirror of
https://github.com/kairos-io/packages.git
synced 2025-04-28 11:26:06 +00:00
Add system unit files for k0s (#1248)
* Add system unit files for k0s Signed-off-by: Mauro Morales <contact@mauromorales.com> * Use regex Signed-off-by: Mauro Morales <contact@mauromorales.com> * oops Signed-off-by: Mauro Morales <contact@mauromorales.com> * Update collection Signed-off-by: Mauro Morales <contact@mauromorales.com> * Really? Signed-off-by: Mauro Morales <contact@mauromorales.com> --------- Signed-off-by: Mauro Morales <contact@mauromorales.com>
This commit is contained in:
parent
29b59b8a35
commit
eb78df03ec
@ -30,11 +30,11 @@ includes:
|
||||
- ^/usr/bin/k0s
|
||||
{{ if eq .Values.name "k0s-openrc" }}
|
||||
- ^/etc/init.d/$
|
||||
- ^/etc/init.d/k0s*
|
||||
- ^/etc/init.d/k0s.*
|
||||
- ^/etc/k0s/$
|
||||
- ^/etc/k0s/k0s$
|
||||
{{ else }}
|
||||
- ^/etc/systemd$
|
||||
- ^/etc/systemd/system$
|
||||
- ^/etc/systemd/system/k0s*.service$
|
||||
- ^/etc/systemd/system/k0s.*\.service$
|
||||
{{ end }}
|
||||
|
@ -1,7 +1,7 @@
|
||||
packages:
|
||||
- name: k0s-openrc
|
||||
category: k8s
|
||||
version: "1.31.3+2"
|
||||
version: "1.31.3+3"
|
||||
k0s_version: "0"
|
||||
labels:
|
||||
github.owner: "k0sproject"
|
||||
@ -14,7 +14,7 @@ packages:
|
||||
description: " The Zero Friction Kubernetes "
|
||||
- name: k0s-openrc
|
||||
category: k8s
|
||||
version: "1.30.7+2"
|
||||
version: "1.30.7+3"
|
||||
k0s_version: "0"
|
||||
labels:
|
||||
github.owner: "k0sproject"
|
||||
@ -27,7 +27,7 @@ packages:
|
||||
description: " The Zero Friction Kubernetes "
|
||||
- name: k0s-openrc
|
||||
category: k8s
|
||||
version: "1.29.11+2"
|
||||
version: "1.29.11+3"
|
||||
k0s_version: "0"
|
||||
labels:
|
||||
github.owner: "k0sproject"
|
||||
@ -40,7 +40,7 @@ packages:
|
||||
description: " The Zero Friction Kubernetes "
|
||||
- name: k0s-systemd
|
||||
category: k8s
|
||||
version: "1.31.3+2"
|
||||
version: "1.31.3+3"
|
||||
k0s_version: "0"
|
||||
labels:
|
||||
github.owner: "k0sproject"
|
||||
@ -53,7 +53,7 @@ packages:
|
||||
description: " The Zero Friction Kubernetes "
|
||||
- name: k0s-systemd
|
||||
category: k8s
|
||||
version: "1.30.7+2"
|
||||
version: "1.30.7+3"
|
||||
k0s_version: "0"
|
||||
labels:
|
||||
github.owner: "k0sproject"
|
||||
@ -66,7 +66,7 @@ packages:
|
||||
description: " The Zero Friction Kubernetes "
|
||||
- name: k0s-systemd
|
||||
category: k8s
|
||||
version: "1.29.11+2"
|
||||
version: "1.29.11+3"
|
||||
k0s_version: "0"
|
||||
labels:
|
||||
github.owner: "k0sproject"
|
||||
|
@ -47,8 +47,8 @@ packages:
|
||||
- name: toolchain-go-ubuntu
|
||||
variant: "bookworm"
|
||||
category: development
|
||||
version: "1.20.2"
|
||||
tag: "1.20.2"
|
||||
version: "1.23.5"
|
||||
tag: "1.23.5"
|
||||
hidden: true
|
||||
labels:
|
||||
autobump.revdeps: "false"
|
||||
|
Loading…
Reference in New Issue
Block a user