Make sure /etc/rancher/k3s dir is there (#417)

because otherwise the provider-kairos cannot enable the k3s service
This commit is contained in:
Dimitris Karakasilis
2023-09-11 13:05:47 +03:00
committed by GitHub
parent 038ee95bfd
commit 59fabf5527
2 changed files with 5 additions and 3 deletions

View File

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

View File

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