diff --git a/production/helm/promtail/Chart.yaml b/production/helm/promtail/Chart.yaml index f6580366d5689..8689e9f55d8e0 100644 --- a/production/helm/promtail/Chart.yaml +++ b/production/helm/promtail/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: "v1" name: promtail -version: 0.23.3 +version: 0.23.4 appVersion: v1.5.0 kubeVersion: "^1.10.0-0" description: "Responsible for gathering logs and sending them to Loki" diff --git a/production/helm/promtail/templates/podsecuritypolicy.yaml b/production/helm/promtail/templates/podsecuritypolicy.yaml index 440ca7176a401..77ab4a493e98d 100644 --- a/production/helm/promtail/templates/podsecuritypolicy.yaml +++ b/production/helm/promtail/templates/podsecuritypolicy.yaml @@ -17,6 +17,7 @@ spec: - 'hostPath' - 'projected' - 'downwardAPI' + - 'emptyDir' hostNetwork: false hostIPC: false hostPID: false