From f6ea94e24a74b669c0b6caada3cf2790f4fa8089 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 27 Sep 2022 19:25:31 +0200 Subject: [PATCH] fix(portainer): add emptydir for cache directory (#3929) * fix(portainer): add emptydir for cache directory Signed-off-by: Kjeld Schouten-Lebbing * Update Chart.yaml Signed-off-by: Kjeld Schouten-Lebbing Signed-off-by: Kjeld Schouten-Lebbing --- charts/incubator/portainer-ce/Chart.yaml | 2 +- charts/incubator/portainer-ce/values.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/incubator/portainer-ce/Chart.yaml b/charts/incubator/portainer-ce/Chart.yaml index 20a00f90638..e0798d8637c 100644 --- a/charts/incubator/portainer-ce/Chart.yaml +++ b/charts/incubator/portainer-ce/Chart.yaml @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/portainer-ce - https://docs.portainer.io/v/ce-2.11/start/install/server/kubernetes/baremetal - https://hub.docker.com/r/portainer/portainer-ce -version: 0.0.7 +version: 0.0.8 annotations: truecharts.org/catagories: | - management diff --git a/charts/incubator/portainer-ce/values.yaml b/charts/incubator/portainer-ce/values.yaml index 2bb75c0338e..d3baf14d8f0 100644 --- a/charts/incubator/portainer-ce/values.yaml +++ b/charts/incubator/portainer-ce/values.yaml @@ -73,6 +73,10 @@ persistence: data: enabled: true mountPath: "/data" + cache: + enabled: true + mountPath: "/.cache" + type: emptyDir portal: enabled: true