From 7f2eceecc380d8e683fcb8f160126e9ad2ed834c Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 11 Dec 2021 01:25:39 +0200 Subject: [PATCH] fix(apps): remove `UMASK` as this is taken care from common (#1503) --- charts/stable/aria2/questions.yaml | 6 ------ charts/stable/aria2/values.yaml | 1 - charts/stable/calibre-web/values.yaml | 2 -- charts/stable/calibre/questions.yaml | 9 +-------- charts/stable/calibre/values.yaml | 2 -- charts/stable/photoprism/values.yaml | 2 -- charts/stable/qbittorrent/values.yaml | 2 -- charts/stable/resilio-sync/values.yaml | 2 -- 8 files changed, 1 insertion(+), 25 deletions(-) diff --git a/charts/stable/aria2/questions.yaml b/charts/stable/aria2/questions.yaml index 6aa4e17da6d..c8ce9859242 100644 --- a/charts/stable/aria2/questions.yaml +++ b/charts/stable/aria2/questions.yaml @@ -87,12 +87,6 @@ questions: schema: type: int default: 568 - - variable: UMASK_SET - label: "UMASK" - description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" - schema: - type: string - default: "022" - variable: RPC_SECRET label: "RPC_SECRET" description: "Sets the RPC_SECRET env var" diff --git a/charts/stable/aria2/values.yaml b/charts/stable/aria2/values.yaml index 6760e44d234..041f197da64 100644 --- a/charts/stable/aria2/values.yaml +++ b/charts/stable/aria2/values.yaml @@ -12,7 +12,6 @@ env: # -- Set the container timezone TZ: UTC PUID: 568 - UMASK_SET: 022 RPC_SECRET: ChangemeNow # Or From a secret RPC_PORT: 6800 # LISTEN_PORT: 6888 diff --git a/charts/stable/calibre-web/values.yaml b/charts/stable/calibre-web/values.yaml index d7be7440a8f..61e4c9b462c 100644 --- a/charts/stable/calibre-web/values.yaml +++ b/charts/stable/calibre-web/values.yaml @@ -21,8 +21,6 @@ service: env: {} # TZ: # PUID: - - # UMASK: # DOCKER_MODS: persistence: diff --git a/charts/stable/calibre/questions.yaml b/charts/stable/calibre/questions.yaml index 72427bf8489..62c5dd263df 100644 --- a/charts/stable/calibre/questions.yaml +++ b/charts/stable/calibre/questions.yaml @@ -86,13 +86,6 @@ questions: schema: type: string default: "568" - - - variable: UMASK_SET - label: "UMASK" - description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" - schema: - type: string - default: "002" - variable: GUAC_USER label: "GUAC_USER" description: "Username for the calibre gui" @@ -110,7 +103,7 @@ questions: description: "Optionally pass cli start arguments to calibre" schema: type: string - default: "002" + default: "" # Include{containerConfig} - variable: service diff --git a/charts/stable/calibre/values.yaml b/charts/stable/calibre/values.yaml index 5857bb66cb1..1f0b5f87dc1 100644 --- a/charts/stable/calibre/values.yaml +++ b/charts/stable/calibre/values.yaml @@ -25,8 +25,6 @@ env: GUAC_USER: # -- Password's md5 hash for the calibre gui GUAC_PASS: - # -- for umask setting of Calibre, default if left unset is 022. - UMASK_SET: "022" # -- Optionally pass cli start arguments to calibre. CLI_ARGS: diff --git a/charts/stable/photoprism/values.yaml b/charts/stable/photoprism/values.yaml index 18dbc60e110..caf9fc171bf 100644 --- a/charts/stable/photoprism/values.yaml +++ b/charts/stable/photoprism/values.yaml @@ -38,8 +38,6 @@ env: UID: # 1000 # -- Sets GID Photoprism runs under. GID: # 1000 - # -- Sets UMASK. - UMASK: # 0000 PHOTOPRISM_DATABASE_DRIVER: "mysql" # Use MariaDB 10.5+ or MySQL 8+ instead of SQLite for improved performance PHOTOPRISM_DATABASE_NAME: "photoprism" # MariaDB or MySQL database schema name PHOTOPRISM_DATABASE_USER: "photoprism" # MariaDB or MySQL database user name diff --git a/charts/stable/qbittorrent/values.yaml b/charts/stable/qbittorrent/values.yaml index 01cfc23bf73..e362e3ed091 100644 --- a/charts/stable/qbittorrent/values.yaml +++ b/charts/stable/qbittorrent/values.yaml @@ -10,8 +10,6 @@ env: {} # TZ: UTC # PUID: 1001 - # UMASK: 022 - service: main: ports: diff --git a/charts/stable/resilio-sync/values.yaml b/charts/stable/resilio-sync/values.yaml index d8c065b522e..7cf0539cb9b 100644 --- a/charts/stable/resilio-sync/values.yaml +++ b/charts/stable/resilio-sync/values.yaml @@ -20,8 +20,6 @@ env: TZ: UTC # -- Specify the user ID the application will run as PUID: 568 - # -- Sets default UMASK - UMASK: # 022 # -- Configures service settings for the chart. # @default -- See values.yaml