From 5e9a997685249c03c02e7fcbeccbdf5017f09d62 Mon Sep 17 00:00:00 2001 From: dongjiang Date: Wed, 13 Nov 2024 19:46:45 +0800 Subject: [PATCH] feat: Update lxcfs charts (#24) * update all Signed-off-by: dongjiang1989 * update Signed-off-by: dongjiang1989 --------- Signed-off-by: dongjiang1989 --- charts/kubeservice-lxcfs-webhook/Chart.yaml | 4 ++-- .../kubeservice-lxcfs-webhook/templates/lxcfs-daemonset.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/kubeservice-lxcfs-webhook/Chart.yaml b/charts/kubeservice-lxcfs-webhook/Chart.yaml index 7219777..b34933f 100644 --- a/charts/kubeservice-lxcfs-webhook/Chart.yaml +++ b/charts/kubeservice-lxcfs-webhook/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.1 +version: 1.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.2.1" +appVersion: "1.2.2" home: https://github.com/kubeservice-stack/lxcfs-webhook icon: https://kubeservice-stack.github.io/kubservice-charts/logo.png diff --git a/charts/kubeservice-lxcfs-webhook/templates/lxcfs-daemonset.yaml b/charts/kubeservice-lxcfs-webhook/templates/lxcfs-daemonset.yaml index bb8fab5..f68c994 100644 --- a/charts/kubeservice-lxcfs-webhook/templates/lxcfs-daemonset.yaml +++ b/charts/kubeservice-lxcfs-webhook/templates/lxcfs-daemonset.yaml @@ -83,4 +83,5 @@ spec: type: DirectoryOrCreate - hostPath: path: {{ .Values.lxcfs.log.path }} + type: DirectoryOrCreate name: datalog \ No newline at end of file