diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index bff6fcad4fd..d32a61b4ad6 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 8.0.6 +version: 8.0.7 diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index 36fd4c68026..01d92453e57 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -595,10 +595,10 @@ persistence: # -- Create an emptyDir volume to share between all containers # [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) # @default -- See below - varruns6: + varrun: enabled: true type: emptyDir - mountPath: /var/run/s6 + mountPath: /var/run # -- Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead # of the storage medium that backs the node.