diff --git a/stable/sealed-secrets/Chart.yaml b/stable/sealed-secrets/Chart.yaml index 6a41d08063..64b520accf 100644 --- a/stable/sealed-secrets/Chart.yaml +++ b/stable/sealed-secrets/Chart.yaml @@ -1,6 +1,6 @@ name: sealed-secrets description: A Helm chart for Sealed Secrets -version: 1.7.3 +version: 1.7.4 appVersion: 0.9.7 kubeVersion: ">=1.9.0-0" home: https://github.com/bitnami-labs/sealed-secrets diff --git a/stable/sealed-secrets/templates/deployment.yaml b/stable/sealed-secrets/templates/deployment.yaml index 9680174a13..7c0452c3b2 100644 --- a/stable/sealed-secrets/templates/deployment.yaml +++ b/stable/sealed-secrets/templates/deployment.yaml @@ -57,6 +57,8 @@ spec: runAsUser: {{ .Values.securityContext.runAsUser }} resources: {{ toYaml .Values.resources | indent 12 }} + securityContext: + fsGroup: 65534 volumes: - name: tmp emptyDir: {}