mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-31 14:07:27 +00:00
Make sure /etc/rancher/k3s dir is there (#417)
because otherwise the provider-kairos cannot enable the k3s service
This commit is contained in:
committed by
GitHub
parent
038ee95bfd
commit
59fabf5527
@@ -37,6 +37,8 @@ includes:
|
||||
{{ if eq .Values.name "k3s-openrc" }}
|
||||
- ^/etc/init.d/$
|
||||
- ^/etc/init.d/k3s.*
|
||||
- ^/etc/rancher/$
|
||||
- ^/etc/rancher/k3s/$
|
||||
{{ else }}
|
||||
- ^/etc/systemd$
|
||||
- ^/etc/systemd/system$
|
||||
|
@@ -1,7 +1,7 @@
|
||||
packages:
|
||||
- name: k3s-openrc
|
||||
category: k8s
|
||||
version: "1.25.11"
|
||||
version: "1.25.11+1"
|
||||
k3s_version: "2"
|
||||
labels:
|
||||
github.owner: "k3s-io"
|
||||
@@ -13,7 +13,7 @@ packages:
|
||||
|
||||
- name: k3s-openrc
|
||||
category: k8s
|
||||
version: "1.26.6"
|
||||
version: "1.26.6+1"
|
||||
k3s_version: "2"
|
||||
labels:
|
||||
github.owner: "k3s-io"
|
||||
@@ -25,7 +25,7 @@ packages:
|
||||
|
||||
- name: k3s-openrc
|
||||
category: k8s
|
||||
version: "1.27.3"
|
||||
version: "1.27.3+1"
|
||||
k3s_version: "2"
|
||||
labels:
|
||||
github.owner: "k3s-io"
|
||||
|
Reference in New Issue
Block a user