From bf417dc0a26c841f2027dec2620fcc3d2778b325 Mon Sep 17 00:00:00 2001 From: jonny Date: Sat, 3 Apr 2021 17:10:45 +0000 Subject: [PATCH 1/2] 'update files with ansible' --- chart/tautulli/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chart/tautulli/values.yaml b/chart/tautulli/values.yaml index 5f92e8a..63ff953 100644 --- a/chart/tautulli/values.yaml +++ b/chart/tautulli/values.yaml @@ -28,7 +28,7 @@ securityContext: # - ALL readOnlyRootFilesystem: true runAsNonRoot: true - runAsUser: 1003 + runAsUser: 1027 service: type: ClusterIP @@ -67,4 +67,5 @@ tolerations: [] affinity: {} config: - configPvc: tautulli-icarus-config-pvc + configPvc: tautulli-icarus-config + alpine_version: 3.13.3 From 45aa54bd2ee2771d205a7e338c3d5a4dbfcd3839 Mon Sep 17 00:00:00 2001 From: jonny Date: Sat, 3 Apr 2021 17:29:08 +0000 Subject: [PATCH 2/2] 'update files with ansible' --- chart/tautulli/Chart.yaml | 2 +- chart/tautulli/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/tautulli/Chart.yaml b/chart/tautulli/Chart.yaml index cb3baee..d5d38b2 100644 --- a/chart/tautulli/Chart.yaml +++ b/chart/tautulli/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.15 +version: 0.1.16 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/chart/tautulli/values.yaml b/chart/tautulli/values.yaml index 63ff953..906d47a 100644 --- a/chart/tautulli/values.yaml +++ b/chart/tautulli/values.yaml @@ -26,8 +26,8 @@ securityContext: # capabilities: # drop: # - ALL - readOnlyRootFilesystem: true - runAsNonRoot: true + readOnlyRootFilesystem: false + runAsNonRoot: false runAsUser: 1027 service: