diff --git a/charts/incubator/tdarr-node/questions.yaml b/charts/incubator/tdarr-node/questions.yaml index 08be6f2e41d..3f915c2e98a 100644 --- a/charts/incubator/tdarr-node/questions.yaml +++ b/charts/incubator/tdarr-node/questions.yaml @@ -97,14 +97,6 @@ questions: required: true $ref: - "definitions/nodeIP" - - variable: nodePort - label: "nodePort" - description: "Sets the port of this node." - schema: - type: int - required: true - hidden: true - default: 8267 - variable: serverIP label: "serverIP" description: "Sets the serverIP, to which this node will connect. Use the service name if the node is in the same cluster" diff --git a/charts/incubator/tdarr/questions.yaml b/charts/incubator/tdarr/questions.yaml index 95999863ff5..46cebb6bd61 100644 --- a/charts/incubator/tdarr/questions.yaml +++ b/charts/incubator/tdarr/questions.yaml @@ -90,30 +90,6 @@ questions: type: int required: true default: 568 - - variable: serverIP - label: "serverIP" - description: "Sets the serverIP." - schema: - type: string - required: true - hidden: true - default: "localhost" - - variable: serverPort - label: "serverPort" - description: "Sets the server's comm port." - schema: - type: int - required: true - hidden: true - default: 8266 - - variable: webUIPort - label: "webUIPort" - description: "Sets the webUIPort." - schema: - type: int - required: true - hidden: true - default: 8265 # Include{containerConfig} diff --git a/charts/stable/aria2/questions.yaml b/charts/stable/aria2/questions.yaml index 8351a7e1688..a55073b046d 100644 --- a/charts/stable/aria2/questions.yaml +++ b/charts/stable/aria2/questions.yaml @@ -99,13 +99,6 @@ questions: schema: type: int default: 568 - - variable: RPC_PORT - label: "RPC_PORT" - description: "Sets the RPC_PORT env var" - schema: - type: int - hidden: true - default: 6800 # Include{containerConfig} - variable: service diff --git a/charts/stable/authelia/questions.yaml b/charts/stable/authelia/questions.yaml index 57657a2c363..a2e2d861b18 100644 --- a/charts/stable/authelia/questions.yaml +++ b/charts/stable/authelia/questions.yaml @@ -1069,12 +1069,6 @@ questions: schema: type: boolean default: false - - variable: minimum_parameter_entropy - label: "Minimum Parameter Entropy" - schema: - type: int - default: 8 - hidden: true - variable: clients label: "Clients" schema: diff --git a/charts/stable/gotify/questions.yaml b/charts/stable/gotify/questions.yaml index 6687ff6b761..de89f456bbf 100644 --- a/charts/stable/gotify/questions.yaml +++ b/charts/stable/gotify/questions.yaml @@ -99,14 +99,6 @@ questions: type: dict attrs: # Include{fixedEnv} - - variable: GOTIFY_SERVER_PORT - label: "GOTIFY_SERVER_PORT" - description: "Sets the GOTIFY_SERVER_PORT env var" - schema: - type: int - required: true - hidden: true - default: 8080 - variable: GOTIFY_SERVER_KEEPALIVEPERIODSECONDS label: "GOTIFY_SERVER_KEEPALIVEPERIODSECONDS" description: "Sets the GOTIFY_SERVER_KEEPALIVEPERIODSECONDS env var" diff --git a/charts/stable/joplin-server/questions.yaml b/charts/stable/joplin-server/questions.yaml index b56bda35f12..7b0af320f1f 100644 --- a/charts/stable/joplin-server/questions.yaml +++ b/charts/stable/joplin-server/questions.yaml @@ -87,14 +87,6 @@ questions: schema: type: string default: "" - - variable: APP_PORT - label: "APP_PORT" - description: "Sets the APP_BASE_URL env var" - schema: - type: int - required: true - hidden: true - default: 22300 # Include{containerConfig} diff --git a/charts/stable/photoprism/questions.yaml b/charts/stable/photoprism/questions.yaml index 6298375d641..aac6ef5a005 100644 --- a/charts/stable/photoprism/questions.yaml +++ b/charts/stable/photoprism/questions.yaml @@ -112,54 +112,6 @@ questions: schema: type: string default: "/photoprism/import" - - variable: PHOTOPRISM_TEMP_PATH - label: "PHOTOPRISM_TEMP_PATH" - description: "Photoprism temp path" - schema: - hidden: true - editable: false - type: string - default: "/photoprism/temp" - - variable: PHOTOPRISM_STORAGE_PATH - label: "PHOTOPRISM_STORAGE_PATH" - description: "Photoprism storage path" - schema: - hidden: true - editable: false - type: string - default: "/assets/storage" - - variable: PHOTOPRISM_SIDECAR_PATH - label: "PHOTOPRISM_SIDECAR_PATH" - description: "Photoprism sidecar path" - schema: - hidden: true - editable: false - type: string - default: "/assets/sidecar" - - variable: PHOTOPRISM_CACHE_PATH - label: "PHOTOPRISM_CACHE_PATH" - description: "Photoprism cache path" - schema: - hidden: true - editable: false - type: string - default: "/assets/cache" - - variable: PHOTOPRISM_CONFIG_PATH - label: "PHOTOPRISM_CONFIG_PATH" - description: "Photoprism config path" - schema: - hidden: true - editable: false - type: string - default: "/assets/config" - - variable: PROTOPRISM_BACKUP_PATH - label: "PROTOPRISM_BACKUP_PATH" - description: "Photoprism backup path" - schema: - hidden: true - editable: false - type: string - default: "/assets/backup" - variable: PHOTOPRISM_PUBLIC label: "PHOTOPRISM_PUBLIC" description: "Disable authentication / password protection" diff --git a/charts/stable/photoprism/values.yaml b/charts/stable/photoprism/values.yaml index 7b6023cf83b..299627fdb00 100644 --- a/charts/stable/photoprism/values.yaml +++ b/charts/stable/photoprism/values.yaml @@ -18,23 +18,23 @@ env: # -- Set the container timezone TZ: UTC # -- Photoprism originals path - PHOTOPRISM_ORIGINALS_PATH: /photoprism/originals + PHOTOPRISM_ORIGINALS_PATH: "/photoprism/originals" # -- Photoprism import path - PHOTOPRISM_IMPORT_PATH: /photoprism/import + PHOTOPRISM_IMPORT_PATH: "/photoprism/import" # -- Photoprism temp path - PHOTOPRISM_TEMP_PATH: /photoprism/temp + PHOTOPRISM_TEMP_PATH: "/photoprism/temp" # -- Photoprism storage path - PHOTOPRISM_STORAGE_PATH: /assets/storage + PHOTOPRISM_STORAGE_PATH: "/assets/storage" # -- Photoprism sidecar path - PHOTOPRISM_SIDECAR_PATH: /assets/sidecar + PHOTOPRISM_SIDECAR_PATH: "/assets/sidecar" # -- Photoprism cache path - PHOTOPRISM_CACHE_PATH: /assets/cache + PHOTOPRISM_CACHE_PATH: "/assets/cache" # -- Photoprism config path - PHOTOPRISM_CONFIG_PATH: /assets/config + PHOTOPRISM_CONFIG_PATH: "/assets/config" # -- Photoprism backup path - PROTOPRISM_BACKUP_PATH: /assets/backup + PROTOPRISM_BACKUP_PATH: "/assets/backup" # -- Disable authentication / password protection - PHOTOPRISM_PUBLIC: "false" + PHOTOPRISM_PUBLIC: false # -- Sets UID Photoprism runs under. UID: # 1000 # -- Sets GID Photoprism runs under. diff --git a/charts/stable/ser2sock/questions.yaml b/charts/stable/ser2sock/questions.yaml index e4e587311a7..8c1b3a3fb26 100644 --- a/charts/stable/ser2sock/questions.yaml +++ b/charts/stable/ser2sock/questions.yaml @@ -94,13 +94,6 @@ questions: type: string required: true default: "" - - variable: LISTENER_PORT - label: "LISTENER_PORT" - description: "Port where ser2sock listens" - schema: - type: string - hidden: true - default: "{{ .Values.service.main.ports.main.port }}" # Include{containerConfig} - variable: service diff --git a/charts/stable/teamspeak3/questions.yaml b/charts/stable/teamspeak3/questions.yaml index 25c8197078f..0274e581bc7 100644 --- a/charts/stable/teamspeak3/questions.yaml +++ b/charts/stable/teamspeak3/questions.yaml @@ -74,14 +74,7 @@ questions: type: dict attrs: # Include{fixedEnv} - - variable: TS3SERVER_LICENSE - label: "TS3SERVER_LICENSE" - description: "Accept TS3SERVER LICENSE" - schema: - hidden: true - editable: false - type: string - default: "accept" + # Include{containerConfig} diff --git a/charts/stable/teamspeak3/values.yaml b/charts/stable/teamspeak3/values.yaml index f68c6cbb3ac..efc400f0831 100644 --- a/charts/stable/teamspeak3/values.yaml +++ b/charts/stable/teamspeak3/values.yaml @@ -37,7 +37,7 @@ service: targetPort: 30033 env: - TS3SERVER_LICENSE: accept + TS3SERVER_LICENSE: "accept" persistence: data: diff --git a/charts/stable/unpoller/questions.yaml b/charts/stable/unpoller/questions.yaml index cf7630db57e..cb5138450dd 100644 --- a/charts/stable/unpoller/questions.yaml +++ b/charts/stable/unpoller/questions.yaml @@ -40,12 +40,6 @@ questions: type: string default: "" required: true - - variable: UP_PROMETHEUS_DISABLE - label: "Disable Prometheus Metrics" - schema: - type: boolean - default: false - hidden: true # Include{containerConfig} diff --git a/charts/stable/unpoller/values.yaml b/charts/stable/unpoller/values.yaml index 19150d9e851..dd8d7339467 100644 --- a/charts/stable/unpoller/values.yaml +++ b/charts/stable/unpoller/values.yaml @@ -14,7 +14,7 @@ env: # UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443" # UP_UNIFI_DEFAULT_USER: "unifipoller" # UP_UNIFI_DEFAULT_PASS: "unifipoller" - # UP_PROMETHEUS_DISABLE: true + UP_PROMETHEUS_DISABLE: false UP_INFLUXDB_DISABLE: true service: diff --git a/charts/stable/valheim/questions.yaml b/charts/stable/valheim/questions.yaml index e136a0bd30f..9992a00ee99 100644 --- a/charts/stable/valheim/questions.yaml +++ b/charts/stable/valheim/questions.yaml @@ -111,20 +111,6 @@ questions: schema: type: boolean default: true - - variable: STATUS_HTTP_PORT - label: "STATUS_HTTP_PORT" - schema: - type: int - default: 9010 - hidden: true - required: true - - variable: SUPERVISOR_HTTP_PORT - label: "SUPERVISOR_HTTP_PORT" - schema: - type: int - default: 9011 - hidden: true - required: true - variable: SUPERVISOR_HTTP label: "SUPERVISOR_HTTP" schema: @@ -136,13 +122,6 @@ questions: type: string default: "My Server" required: true - - variable: SERVER_PORT - label: "SERVER_PORT" - schema: - type: int - default: 2456 - hidden: true - required: true - variable: WORLD_NAME label: "WORLD_NAME" schema: diff --git a/charts/stable/vaultwarden/questions.yaml b/charts/stable/vaultwarden/questions.yaml index b89af4f0f34..a5c169585ee 100644 --- a/charts/stable/vaultwarden/questions.yaml +++ b/charts/stable/vaultwarden/questions.yaml @@ -342,13 +342,6 @@ questions: schema: type: int default: 600 - - variable: enableWebsockets - label: "Enable Websocket Connections" - description: "Enable Websockets for notification. https://github.com/dani-garcia/vaultwarden/wiki/Enabling-WebSocket-notifications" - schema: - type: boolean - default: true - hidden: true - variable: enableWebVault label: "Enable Webvault" description: "Enable Web Vault (static content). https://github.com/dani-garcia/vaultwarden/wiki/Disabling-or-overriding-the-Vault-interface-hosting"