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:
Mauro Morales 2025-01-24 18:33:59 +01:00 committed by GitHub
parent 29b59b8a35
commit eb78df03ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

View File

@ -30,11 +30,11 @@ includes:
- ^/usr/bin/k0s - ^/usr/bin/k0s
{{ if eq .Values.name "k0s-openrc" }} {{ if eq .Values.name "k0s-openrc" }}
- ^/etc/init.d/$ - ^/etc/init.d/$
- ^/etc/init.d/k0s* - ^/etc/init.d/k0s.*
- ^/etc/k0s/$ - ^/etc/k0s/$
- ^/etc/k0s/k0s$ - ^/etc/k0s/k0s$
{{ else }} {{ else }}
- ^/etc/systemd$ - ^/etc/systemd$
- ^/etc/systemd/system$ - ^/etc/systemd/system$
- ^/etc/systemd/system/k0s*.service$ - ^/etc/systemd/system/k0s.*\.service$
{{ end }} {{ end }}

View File

@ -1,7 +1,7 @@
packages: packages:
- name: k0s-openrc - name: k0s-openrc
category: k8s category: k8s
version: "1.31.3+2" version: "1.31.3+3"
k0s_version: "0" k0s_version: "0"
labels: labels:
github.owner: "k0sproject" github.owner: "k0sproject"
@ -14,7 +14,7 @@ packages:
description: " The Zero Friction Kubernetes " description: " The Zero Friction Kubernetes "
- name: k0s-openrc - name: k0s-openrc
category: k8s category: k8s
version: "1.30.7+2" version: "1.30.7+3"
k0s_version: "0" k0s_version: "0"
labels: labels:
github.owner: "k0sproject" github.owner: "k0sproject"
@ -27,7 +27,7 @@ packages:
description: " The Zero Friction Kubernetes " description: " The Zero Friction Kubernetes "
- name: k0s-openrc - name: k0s-openrc
category: k8s category: k8s
version: "1.29.11+2" version: "1.29.11+3"
k0s_version: "0" k0s_version: "0"
labels: labels:
github.owner: "k0sproject" github.owner: "k0sproject"
@ -40,7 +40,7 @@ packages:
description: " The Zero Friction Kubernetes " description: " The Zero Friction Kubernetes "
- name: k0s-systemd - name: k0s-systemd
category: k8s category: k8s
version: "1.31.3+2" version: "1.31.3+3"
k0s_version: "0" k0s_version: "0"
labels: labels:
github.owner: "k0sproject" github.owner: "k0sproject"
@ -53,7 +53,7 @@ packages:
description: " The Zero Friction Kubernetes " description: " The Zero Friction Kubernetes "
- name: k0s-systemd - name: k0s-systemd
category: k8s category: k8s
version: "1.30.7+2" version: "1.30.7+3"
k0s_version: "0" k0s_version: "0"
labels: labels:
github.owner: "k0sproject" github.owner: "k0sproject"
@ -66,7 +66,7 @@ packages:
description: " The Zero Friction Kubernetes " description: " The Zero Friction Kubernetes "
- name: k0s-systemd - name: k0s-systemd
category: k8s category: k8s
version: "1.29.11+2" version: "1.29.11+3"
k0s_version: "0" k0s_version: "0"
labels: labels:
github.owner: "k0sproject" github.owner: "k0sproject"

View File

@ -47,8 +47,8 @@ packages:
- name: toolchain-go-ubuntu - name: toolchain-go-ubuntu
variant: "bookworm" variant: "bookworm"
category: development category: development
version: "1.20.2" version: "1.23.5"
tag: "1.20.2" tag: "1.23.5"
hidden: true hidden: true
labels: labels:
autobump.revdeps: "false" autobump.revdeps: "false"