From a6b155fc077b4b7243edf634e454ce93023b25ba Mon Sep 17 00:00:00 2001 From: Floris Feddema Date: Fri, 3 Mar 2023 18:06:52 +0100 Subject: [PATCH] change drop capabilities to uppercase (#1124) Signed-off-by: FlorisF Co-authored-by: FlorisF --- helm/sealed-secrets/Chart.yaml | 2 +- helm/sealed-secrets/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/sealed-secrets/Chart.yaml b/helm/sealed-secrets/Chart.yaml index 6db264783c..22c9af1395 100644 --- a/helm/sealed-secrets/Chart.yaml +++ b/helm/sealed-secrets/Chart.yaml @@ -14,4 +14,4 @@ maintainers: url: https://github.com/bitnami-labs/sealed-secrets name: sealed-secrets type: application -version: 2.7.5 +version: 2.7.6 diff --git a/helm/sealed-secrets/values.yaml b/helm/sealed-secrets/values.yaml index c6262558b2..bc8f967cb0 100644 --- a/helm/sealed-secrets/values.yaml +++ b/helm/sealed-secrets/values.yaml @@ -160,7 +160,7 @@ containerSecurityContext: runAsUser: 1001 capabilities: drop: - - all + - ALL ## @param automountServiceAccountToken whether to automatically mount the service account API-token to a particular pod automountServiceAccountToken: ""