mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-18 00:10:17 +00:00
Bump k3s systemd package versions too (#418)
* Bump k3s systemd package versions too
It's not needed but that's the quickest fix for the fact that our
pipelines assume both packages (openrc and systemd) have the same
versions:
b8b6e87130
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Include empty dir and bump packages
It didn't include the empty dir because of the forward slash
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
---------
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
committed by
GitHub
parent
59fabf5527
commit
96c44aba73
@@ -38,7 +38,7 @@ includes:
|
||||
- ^/etc/init.d/$
|
||||
- ^/etc/init.d/k3s.*
|
||||
- ^/etc/rancher/$
|
||||
- ^/etc/rancher/k3s/$
|
||||
- ^/etc/rancher/k3s$
|
||||
{{ else }}
|
||||
- ^/etc/systemd$
|
||||
- ^/etc/systemd/system$
|
||||
|
@@ -1,7 +1,7 @@
|
||||
packages:
|
||||
- name: k3s-openrc
|
||||
category: k8s
|
||||
version: "1.25.11+1"
|
||||
version: "1.25.11+2"
|
||||
k3s_version: "2"
|
||||
labels:
|
||||
github.owner: "k3s-io"
|
||||
@@ -13,7 +13,7 @@ packages:
|
||||
|
||||
- name: k3s-openrc
|
||||
category: k8s
|
||||
version: "1.26.6+1"
|
||||
version: "1.26.6+2"
|
||||
k3s_version: "2"
|
||||
labels:
|
||||
github.owner: "k3s-io"
|
||||
@@ -25,7 +25,7 @@ packages:
|
||||
|
||||
- name: k3s-openrc
|
||||
category: k8s
|
||||
version: "1.27.3+1"
|
||||
version: "1.27.3+2"
|
||||
k3s_version: "2"
|
||||
labels:
|
||||
github.owner: "k3s-io"
|
||||
@@ -37,7 +37,7 @@ packages:
|
||||
|
||||
- name: k3s-systemd
|
||||
category: k8s
|
||||
version: "1.25.11"
|
||||
version: "1.25.11+2"
|
||||
k3s_version: "2"
|
||||
labels:
|
||||
github.owner: "k3s-io"
|
||||
@@ -49,7 +49,7 @@ packages:
|
||||
|
||||
- name: k3s-systemd
|
||||
category: k8s
|
||||
version: "1.26.6"
|
||||
version: "1.26.6+2"
|
||||
k3s_version: "2"
|
||||
labels:
|
||||
github.owner: "k3s-io"
|
||||
@@ -61,7 +61,7 @@ packages:
|
||||
|
||||
- name: k3s-systemd
|
||||
category: k8s
|
||||
version: "1.27.3"
|
||||
version: "1.27.3+2"
|
||||
k3s_version: "2"
|
||||
labels:
|
||||
github.owner: "k3s-io"
|
||||
|
Reference in New Issue
Block a user