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