Skip to content

Commit

Permalink
Bump k3s systemd package versions too (#418)
Browse files Browse the repository at this point in the history
* 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:

kairos-io/kairos@b8b6e87

Signed-off-by: Dimitris Karakasilis <[email protected]>

* Include empty dir and bump packages

It didn't include the empty dir because of the forward slash

Signed-off-by: Dimitris Karakasilis <[email protected]>

---------

Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily authored Sep 11, 2023
1 parent 59fabf5 commit 96c44ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/k8s/k3s/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down
12 changes: 6 additions & 6 deletions packages/k8s/k3s/collection.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 96c44ab

Please sign in to comment.