From e2d933807a2aa1f56eb60ee618075884aa57c93a Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <janne@kuschku.de>
Date: Fri, 27 May 2022 19:00:40 +0200
Subject: [PATCH] feat: remove user restrictions of restic

---
 restic/Chart.yaml  | 2 +-
 restic/values.yaml | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/restic/Chart.yaml b/restic/Chart.yaml
index 7e4b93b..5da0ec4 100644
--- a/restic/Chart.yaml
+++ b/restic/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
 name: restic
 description: Helm Chart for restic
 type: application
-version: 1.0.2
+version: 1.1.0
 appVersion: "0.13.1"
diff --git a/restic/values.yaml b/restic/values.yaml
index 8a6ea60..37c7f74 100644
--- a/restic/values.yaml
+++ b/restic/values.yaml
@@ -35,8 +35,6 @@ securityContext:
   capabilities:
     drop:
       - ALL
-  runAsNonRoot: true
-  runAsUser: 1000
 
 resources:
   limits:
-- 
GitLab