From 805c8bdd1653384aaaf06ce2fb874d7cf590777c Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sat, 9 Jul 2022 16:19:04 +0200 Subject: [PATCH] fix(common): ensure `/tmp` is a emptyDir and not a ramdisk. Can manually be set to ramdisk where required. --- charts/common/Chart.yaml | 2 +- charts/common/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 1082cd41..d2c0ba37 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 10.2.0 +version: 10.2.1 diff --git a/charts/common/values.yaml b/charts/common/values.yaml index 3efeaa75..7a07627e 100644 --- a/charts/common/values.yaml +++ b/charts/common/values.yaml @@ -776,7 +776,7 @@ persistence: mountPath: /tmp # -- Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead # of the storage medium that backs the node. - medium: Memory + medium: # Memory # -- If the `SizeMemoryBackedVolumes` feature gate is enabled, you can # specify a size for memory backed volumes. sizeLimit: # 1Gi