From a46b93460e34ceadf9fe333c32d1665a458375c4 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 3 Jul 2021 12:58:26 +0200 Subject: [PATCH] fix securitycontext for nextcloud --- charts/develop/nextcloud/Chart.yaml | 2 +- charts/develop/nextcloud/templates/_cronjob.tpl | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/develop/nextcloud/Chart.yaml b/charts/develop/nextcloud/Chart.yaml index 27fa70401ea..fb8821c0dea 100644 --- a/charts/develop/nextcloud/Chart.yaml +++ b/charts/develop/nextcloud/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 1.0.16 +version: 1.0.17 diff --git a/charts/develop/nextcloud/templates/_cronjob.tpl b/charts/develop/nextcloud/templates/_cronjob.tpl index 001182209f8..c2ed1ca20f8 100644 --- a/charts/develop/nextcloud/templates/_cronjob.tpl +++ b/charts/develop/nextcloud/templates/_cronjob.tpl @@ -44,8 +44,7 @@ spec: {{- end }} securityContext: runAsUser: 33 - runAsgroup: 33 - fsGroup: 33 + runAsGroup: 33 resources: {{ toYaml .Values.resources | indent 16 }}