Fixed sonarr run as user value

This commit is contained in:
Jonathan Ervine 2020-07-27 14:25:11 +08:00
parent 137489f88e
commit fb3b91a1f0
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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.

View File

@ -29,7 +29,7 @@ securityContext:
# - ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
runAsUser: 1003
service:
type: ClusterIP