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:
Dimitris Karakasilis
2023-09-11 15:41:56 +03:00
committed by GitHub
parent 59fabf5527
commit 96c44aba73
2 changed files with 7 additions and 7 deletions

View File

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

View File

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