chore(apps): remove TZ from values. (#1945)

* chore(apps): remove TZ from values.

* chore(apps): remove TZ from values.

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Stavros Kois 2022-03-03 11:44:21 +02:00 committed by GitHub
parent 74148478ab
commit 2d331d15ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
73 changed files with 1 additions and 76 deletions

View File

@ -9,7 +9,6 @@ secret:
SERVER_PASS: secret
env:
TZ: UTC
STATUS_HTTP: true
STATUS_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
SUPERVISOR_HTTP_PORT: "{{ .Values.service.supervisor.ports.supervisor.port }}"

View File

@ -11,9 +11,6 @@ podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
TZ: UTC
service:
main:
ports:

View File

@ -6,7 +6,6 @@ image:
# See more environment variables in the babybuddy documentation
# https://hub.docker.com/r/jgeusebroek/spotweb
env:
TZ: UTC
SPOTWEB_SYSTEMTYPE: single
SPOTWEB_FIRSTNAME: demo
SPOTWEB_LASTNAME: spotweb

View File

@ -13,7 +13,6 @@ podSecurityContext:
env:
PUID: 568
TZ: UTC
AIRSONIC_DIR: "/"
# -- For passing additional java options. For some reverse proxies, you may need to pass `JAVA_OPTS=-Dserver.use-forward-headers=true` for airsonic to generate the proper URL schemes.
JAVA_OPTS:

View File

@ -18,7 +18,6 @@ podSecurityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Specify the user ID the application will run as
PUID: 568
# -- Used to set the base path for reverse proxies eg. /booksonic, /books, etc.

View File

@ -35,9 +35,8 @@ secret:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Host name used to connect to the Amcrest device
AMCREST_HOST: ""
AMCREST_HOST: "localhost"
# -- Port used to connect to the Amcrest device
AMCREST_PORT: 80
# -- Host name used to connect to the MQTT broker

View File

@ -12,7 +12,6 @@ secret:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
PUID: 568
RPC_PORT: 6800
# LISTEN_PORT: 6888

View File

@ -11,7 +11,6 @@ service:
targetPort: 6767
env: {}
# TZ: UTC
# PUID: 1001
persistence:
config:

View File

@ -18,7 +18,6 @@ podSecurityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Specify the user ID the application will run as
PUID: 568
# -- Used to set the base path for reverse proxies eg. /booksonic, /books, etc.

View File

@ -15,7 +15,6 @@ secret:
PASSWORD: ""
env:
TZ: UTC
PUID: 568
CLI_ARGS:

View File

@ -18,7 +18,6 @@ podSecurityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml

View File

@ -15,7 +15,6 @@ secret:
DECONZ_VNC_PASSWORD: ""
env:
TZ: UTC
PUID: 568
# -- Override the location where deCONZ looks for the RaspBee/Conbee device.
DECONZ_DEVICE: # /dev/ttyUSB0

View File

@ -10,7 +10,6 @@ image:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Specify the user ID the application will run as
PUID: 568

View File

@ -10,7 +10,6 @@ image:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
DJANGO_TIME_ZONE: "{{ .Values.env.TZ }}"
DJANGO_DATABASE_ENGINE: "django.db.backends.postgresql"
DJANGO_DATABASE_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"

View File

@ -10,7 +10,6 @@ image:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml

View File

@ -17,7 +17,6 @@ podSecurityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml

View File

@ -19,7 +19,6 @@ service:
targetPort: 80
env: {}
# TZ: UTC
# PUID: 1001
persistence:
config:

View File

@ -14,7 +14,6 @@ service:
targetPort: 8484
env: {}
# TZ: UTC
persistence:
data:

View File

@ -17,7 +17,6 @@ podSecurityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# GONIC_MUSIC_PATH:
# GONIC_PODCAST_PATH:
# GONIC_CACHE_PATH:

View File

@ -32,7 +32,6 @@ secret:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Set to true to always override the local_settings.py file with values from environment variables. Do not set to True if you have made manual modifications to this file.
REGENERATE_SETTINGS: "True"
# -- The site's top-level URL and the port it listens to

View File

@ -13,7 +13,6 @@ podSecurityContext:
runAsGroup: 0
env:
TZ: UTC
PUID: 568
service:

View File

@ -17,7 +17,6 @@ podSecurityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Specify the user ID the application will run as
PUID: 568

View File

@ -25,7 +25,6 @@ probes:
path: "/UI/Login"
env: {}
# TZ: UTC
# PUID: 1001
persistence:
config:

View File

@ -12,7 +12,6 @@ podSecurityContext:
runAsGroup: 0
env:
TZ: UTC
APP_BASE_URL: http://localhost:22300
APP_PORT: 22300
DB_CLIENT: "pg"

View File

@ -19,7 +19,6 @@ podSecurityContext:
# @default -- See below (only deviations from the default settings are specified)
env:
# -- Set the container timezone
TZ: UTC
# -- Enable/disable email configuration from the user interface
MAIL_CONFIGURATION: false
# -- log driver: syslog, stderr, stdout or file

View File

@ -18,7 +18,6 @@ service:
targetPort: 5299
env: {}
# TZ: UTC
# PUID: 1001
persistence:
config:

View File

@ -26,7 +26,6 @@ secret:
MAPBOX_API_KEY: ""
env:
TZ: UTC
BACKEND_HOST: "localhost"
DB_BACKEND: "postgresql"
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"

View File

@ -18,7 +18,6 @@ podSecurityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Specify the user ID the application will run as
PUID: 568
# PASSWORD:

View File

@ -14,7 +14,6 @@ service:
targetPort: 8686
env: {}
# TZ: UTC
# PUID: 1001
probes:
liveness:

View File

@ -24,7 +24,6 @@ env:
APP_ENV: "production"
APP_TIMEZONE: "{{ .Values.env.TZ }}"
# User Envs
TZ: UTC
APP_URL: "http://localhost"
APP_DEBUG: false
BACKUP_ENABLED: false

View File

@ -46,7 +46,6 @@ probes:
path: "/ready"
env: {}
# TZ: UTC
# PUID: 1001

View File

@ -35,7 +35,6 @@ env:
MIX_PUSHER_APP_CLUSTER: "{{ .Values.env.PUSHER_APP_CLUSTER }}"
# User Envs
PUID: 568
TZ: UTC
SECURITY_HEADER_HSTS_ENABLE: false
APP_DEBUG: false
PUSHER_APP_KEY: ""

View File

@ -18,7 +18,6 @@ podSecurityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
DB_TYPE: postgres
POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}"
POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}"

View File

@ -12,7 +12,6 @@ secret:
ADMIN_PASSWORD: "changeme"
env:
# -- Set the container timezone.
TZ: UTC
# -- Set to `1` to run database migrations during application startup.
RUN_MIGRATIONS: 1
# -- Set to `1` to create an admin user from environment variables.

View File

@ -21,7 +21,6 @@ secret:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Required: Minio server URL
# Example: https://minio.server:9000
CONSOLE_MINIO_SERVER: ""

View File

@ -12,7 +12,6 @@ podSecurityContext:
fsGroup: 1000
env:
TZ: UTC
GENERIC_TIMEZONE: "{{ .Values.env.TZ }}"
DB_TYPE: "postgresdb"
DB_POSTGRESDB_USER: "{{ .Values.postgresql.postgresqlUsername }}"

View File

@ -21,7 +21,6 @@ podSecurityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml

View File

@ -14,7 +14,6 @@ service:
targetPort: 5076
env: {}
# TZ: UTC
# PUID: 1001
probes:
liveness:

View File

@ -17,7 +17,6 @@ podSecurityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Enable MJPG Streamer
# Enable this to ensure camera streaming is enabled you add a video device.
ENABLE_MJPG_STREAMER: "true"

View File

@ -14,7 +14,6 @@ service:
targetPort: 3579
env: {}
# TZ: UTC
# PUID: 1001
persistence:
config:

View File

@ -28,7 +28,6 @@ podSecurityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml

View File

@ -19,7 +19,6 @@ service:
targetPort: 80
env: {}
# TZ: UTC
# PUID: 1001
persistence:
config:

View File

@ -11,7 +11,6 @@ podSecurityContext:
runAsGroup: 20
env:
TZ: UTC
PUID: 568
service:

View File

@ -13,7 +13,6 @@ securityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Set the application log level
LOG_LEVEL: info

View File

@ -13,7 +13,6 @@ securityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml

View File

@ -10,7 +10,6 @@ secret:
PHOTOPRISM_ADMIN_PASSWORD: "please-change"
env:
HOME: "/photoprism"
TZ: UTC
PHOTOPRISM_ORIGINALS_PATH: "/photoprism/originals"
PHOTOPRISM_IMPORT_PATH: "/photoprism/import"
PHOTOPRISM_TEMP_PATH: "/photoprism/temp"

View File

@ -4,7 +4,6 @@ image:
pullPolicy: IfNotPresent
env:
TZ: UTC
PHOTOVIEW_DATABASE_DRIVER: "postgres"
PHOTOVIEW_LISTEN_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
PHOTOVIEW_MEDIA_CACHE: "/cache"

View File

@ -18,7 +18,6 @@ podSecurityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml

View File

@ -18,7 +18,6 @@ podSecurityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml

View File

@ -13,7 +13,6 @@ securityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml

View File

@ -17,7 +17,6 @@ podSecurityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Specify the user ID the application will run as
PUID: 568

View File

@ -7,7 +7,6 @@ securityContext:
readOnlyRootFilesystem: false
env: {}
# TZ: UTC
# PUID: 1001
service:

View File

@ -14,7 +14,6 @@ service:
targetPort: 7878
env: {}
# TZ: UTC
# PUID: 1001
probes:
liveness:

View File

@ -14,7 +14,6 @@ service:
targetPort: 8787
env: {}
# TZ: UTC
# PUID: 1001
probes:
liveness:

View File

@ -9,7 +9,6 @@ image:
# -- environment variables. See more environment variables in the [reg documentation](https://github.com/genuinetools/reg).
env:
# -- Set the container timezone
TZ: UTC
# -- Set the server registry
# EXTRA_ARGS: "server --registry r.j3ss.co"

View File

@ -12,7 +12,6 @@ podSecurityContext:
runAsGroup: 0
env:
TZ: UTC
PUID: 568
service:

View File

@ -11,7 +11,6 @@ service:
targetPort: 8080
env: {}
# TZ: UTC
# PUID: 1001
persistence:
config:

View File

@ -10,7 +10,6 @@ image:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Port where ser2sock listens
LISTENER_PORT: "{{ .Values.service.main.ports.main.port }}"
# -- Path to the serial device

View File

@ -11,7 +11,6 @@ service:
targetPort: 8989
env: {}
# TZ: UTC
# PUID: 1001
probes:
liveness:

View File

@ -10,7 +10,6 @@ image:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
securityContext:
readOnlyRootFilesystem: false

View File

@ -17,7 +17,6 @@ secret:
ADMIN_EMAIL: "info@example.com"
env:
# -- Set the container timezone
TZ: UTC
# -- Name of the Statping instance
NAME: "Statping Example"
# -- Description of the Statping instance

View File

@ -12,7 +12,6 @@ podSecurityContext:
runAsGroup: 0
env:
TZ: UTC
DATABASE_CLIENT: "postgres"
DATABASE_PORT: 5432
DATABASE_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"

View File

@ -11,7 +11,6 @@ service:
targetPort: 8181
env: {}
# TZ: UTC
# PUID: 1001
persistence:
config:

View File

@ -19,7 +19,6 @@ secret:
DOCS_SMTP_PASSWORD: ""
env:
# -- Set the container timezone
TZ: UTC
# -- The language which will be used as default
DOCS_DEFAULT_LANGUAGE: "eng"
# -- The base url used by the application

View File

@ -28,7 +28,6 @@ secret: {}
# TRANSMISSION_RPC_USERNAME: ""
# TRANSMISSION_RPC_PASSWORD: ""
env:
# TZ: UTC
# PUID: 1001
# TRANSMISSION_ALT_SPEED_DOWN: 50
# TRANSMISSION_ALT_SPEED_ENABLED: false

View File

@ -19,7 +19,6 @@ service:
targetPort: 80
env: {}
# TZ: UTC
# PUID: 1001
persistence:
data:

View File

@ -12,7 +12,6 @@ podSecurityContext:
runAsGroup: 0
env:
TZ: UTC
PUID: 568
service:

View File

@ -14,7 +14,6 @@ portal:
enabled: false
env: {}
# TZ: UTC
# PUID: 1001
probes:
liveness:

View File

@ -10,7 +10,6 @@ image:
# -- Environment variable configuration options for unifi-poller ([docs](https://unifipoller.com/docs/install/configuration)).
# Note: a [configuration file](https://github.com/unifi-poller/unifi-poller/blob/master/examples/up.conf.example) is also supported.
env:
# TZ: UTC
# UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443"
# UP_UNIFI_DEFAULT_USER: "unifipoller"
# UP_UNIFI_DEFAULT_PASS: "unifipoller"

View File

@ -12,7 +12,6 @@ podSecurityContext:
fsGroup: 1000
env:
TZ: UTC
WEBLATE_TIME_ZONE: "{{ .Values.env.TZ }}"
POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}"
POSTGRES_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"

View File

@ -10,7 +10,6 @@ image:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
WHOOGLE_CONFIG_COUNTRY: ""
WHOOGLE_CONFIG_THEME: "dark"
WHOOGLE_CONFIG_SAFE: true

View File

@ -19,7 +19,6 @@ podSecurityContext:
env:
# -- Set the container timezone
PUID: 568
TZ: UTC
DB_TYPE: "postgres"
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
DB_USER: "{{ .Values.postgresql.postgresqlUsername }}"

View File

@ -13,7 +13,6 @@ securityContext:
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
service:
main: