From fb3b91a1f090989eec4c479853cbfaaa5d01181f Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 27 Jul 2020 14:25:11 +0800 Subject: [PATCH] Fixed sonarr run as user value --- emby/Chart.yaml | 2 ++ sonarr/Chart.yaml | 2 +- sonarr/values.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/emby/Chart.yaml b/emby/Chart.yaml index c1373ed..45c73d8 100644 --- a/emby/Chart.yaml +++ b/emby/Chart.yaml @@ -19,3 +19,5 @@ version: 0.1.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. appVersion: 4.4.3.0 + +icon: https://git.ervine.org/jonny/charts/src/branch/master/emby/emby.png diff --git a/sonarr/Chart.yaml b/sonarr/Chart.yaml index 54ede9c..7020dd0 100644 --- a/sonarr/Chart.yaml +++ b/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.0 +version: 0.1.1 # 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/sonarr/values.yaml b/sonarr/values.yaml index 2c14ba8..3ee8c94 100644 --- a/sonarr/values.yaml +++ b/sonarr/values.yaml @@ -29,7 +29,7 @@ securityContext: # - ALL readOnlyRootFilesystem: true runAsNonRoot: true - runAsUser: 1000 + runAsUser: 1003 service: type: ClusterIP