From 355c87b6f0271e906a8fe41ae9cfe74f92500096 Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Thu, 9 Jun 2022 01:46:13 +0200 Subject: [PATCH] fix: correct flood chart --- flood/Chart.yaml | 2 +- flood/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/flood/Chart.yaml b/flood/Chart.yaml index 3cc3315..4c7af31 100644 --- a/flood/Chart.yaml +++ b/flood/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: flood description: Helm Chart for flood type: application -version: 0.1.0 +version: 0.1.1 appVersion: "4.7.0" diff --git a/flood/values.yaml b/flood/values.yaml index 374d3ee..8245ff3 100644 --- a/flood/values.yaml +++ b/flood/values.yaml @@ -30,7 +30,8 @@ securityContext: capabilities: drop: - ALL - readOnlyRootFilesystem: true + runAsNonRoot: true + runAsUser: 1000 resources: limits: -- GitLab