From 07f67d7b342568882e3b6de12e4e7beebb07cf45 Mon Sep 17 00:00:00 2001 From: jonny Date: Tue, 12 Oct 2021 03:16:00 +0000 Subject: [PATCH] 'update files with ansible' --- chart/sonarr/Chart.yaml | 2 +- chart/sonarr/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/sonarr/Chart.yaml b/chart/sonarr/Chart.yaml index 4c226f2..59ccb27 100644 --- a/chart/sonarr/Chart.yaml +++ b/chart/sonarr/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.10 +version: 0.2.0 # 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/sonarr/values.yaml b/chart/sonarr/values.yaml index 71d6c84..fd24e97 100644 --- a/chart/sonarr/values.yaml +++ b/chart/sonarr/values.yaml @@ -29,7 +29,7 @@ securityContext: # - ALL readOnlyRootFilesystem: true runAsNonRoot: true - runAsUser: 1003 + runAsUser: 1027 service: type: ClusterIP