diff --git a/charts/incubator/homebridge/Chart.yaml b/charts/incubator/homebridge/Chart.yaml index 824970ff533..97c5ac29603 100644 --- a/charts/incubator/homebridge/Chart.yaml +++ b/charts/incubator/homebridge/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://homebridge.io/ - https://github.com/oznu/docker-homebridge type: application -version: 1.0.4 +version: 1.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/homebridge/values.yaml b/charts/incubator/homebridge/values.yaml index 86465808111..15f70dac283 100644 --- a/charts/incubator/homebridge/values.yaml +++ b/charts/incubator/homebridge/values.yaml @@ -19,9 +19,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 - -# -- environment variables. See [image docs](https://github.com/oznu/docker-homebridge#parameters) for more details. -# @default -- See below env: HOMEBRIDGE_CONFIG_UI: 1 diff --git a/charts/stable/airsonic-advanced/Chart.yaml b/charts/stable/airsonic-advanced/Chart.yaml index 3f759355ebb..234482d5c2f 100644 --- a/charts/stable/airsonic-advanced/Chart.yaml +++ b/charts/stable/airsonic-advanced/Chart.yaml @@ -22,7 +22,7 @@ name: airsonic-advanced sources: - https://github.com/airsonic/airsonic-advanced - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced -version: 4.0.3 +version: 4.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/airsonic-advanced/questions.yaml b/charts/stable/airsonic-advanced/questions.yaml index 2873610632c..7e73eddca7b 100644 --- a/charts/stable/airsonic-advanced/questions.yaml +++ b/charts/stable/airsonic-advanced/questions.yaml @@ -74,7 +74,6 @@ questions: - value: "OnDelete" description: "(Legacy) OnDelete: ignore .spec.template changes" # Include{controllerExpert} - # Docker specific env - variable: env group: "Container Configuration" label: "Image Environment" diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index b52b26d6edb..451692a0e60 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -19,7 +19,7 @@ sources: - https://github.com/airsonic/airsonic - https://github.com/linuxserver/docker-airsonic - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/airsonic/questions.yaml b/charts/stable/airsonic/questions.yaml index bdf215746b7..d92b088a692 100644 --- a/charts/stable/airsonic/questions.yaml +++ b/charts/stable/airsonic/questions.yaml @@ -74,7 +74,7 @@ questions: - value: "OnDelete" description: "(Legacy) OnDelete: ignore .spec.template changes" # Include{controllerExpert} - # Docker specific env + # Include{containerConfig} - variable: service diff --git a/charts/stable/airsonic/values.yaml b/charts/stable/airsonic/values.yaml index eeaf91a0cb2..91caade5fd6 100644 --- a/charts/stable/airsonic/values.yaml +++ b/charts/stable/airsonic/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/airsonic - # -- image tag tag: version-v10.6.2@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030 - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -14,16 +11,10 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-airsonic#environment-variables-e) for more details. -# @default -- See below env: - # -- Used to set the base path for reverse proxies eg. /booksonic, /books, etc. CONTEXT_PATH: # "url-base" - # -- 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: -# -- Configures service settings for the chart. Normally this does not need to be modified. -# @default -- See values.yaml service: main: ports: @@ -31,14 +22,6 @@ service: port: 10047 targetPort: 4040 -ingress: - # -- Enable and configure ingress settings for the chart under this key. - # @default -- See values.yaml - main: - enabled: false - -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/alist/Chart.yaml b/charts/stable/alist/Chart.yaml index 657e1e74b88..27ec4fa7030 100644 --- a/charts/stable/alist/Chart.yaml +++ b/charts/stable/alist/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: alist -version: 2.0.4 +version: 2.0.5 appVersion: "2.6.1" description: Alist program that supports multiple storage, powered by Gin and React type: application diff --git a/charts/stable/alist/values.yaml b/charts/stable/alist/values.yaml index 90c879b28ea..cb5e8b08d15 100644 --- a/charts/stable/alist/values.yaml +++ b/charts/stable/alist/values.yaml @@ -3,8 +3,6 @@ image: pullPolicy: IfNotPresent tag: v2.6.1@sha256:60d7928a8fef827c78a00c04f05bbc8e452a2a026dbbee67ddb6e4ce328628e0 -env: {} - service: main: ports: diff --git a/charts/stable/amcrest2mqtt/Chart.yaml b/charts/stable/amcrest2mqtt/Chart.yaml index 61666ed2ff6..f529bad1225 100644 --- a/charts/stable/amcrest2mqtt/Chart.yaml +++ b/charts/stable/amcrest2mqtt/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: amcrest2mqtt sources: - https://github.com/dchesterton/amcrest2mqtt -version: 4.0.4 +version: 4.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/amcrest2mqtt/questions.yaml b/charts/stable/amcrest2mqtt/questions.yaml index c5e3fe156aa..923d6a0eb42 100644 --- a/charts/stable/amcrest2mqtt/questions.yaml +++ b/charts/stable/amcrest2mqtt/questions.yaml @@ -62,27 +62,30 @@ questions: attrs: - variable: AMCREST_USERNAME label: "AMCREST_USERNAME" + description: "User name used to connect to the Amcrest device" schema: type: string default: "admin" - variable: AMCREST_PASSWORD label: "AMCREST_PASSWORD" + description: "Password used to connect to the Amcrest device" schema: type: string default: "changeme" required: true - variable: MQTT_USERNAME label: "MQTT_USERNAME" + description: "User name used to connect to the MQTT broker" schema: type: string default: "mqttuser" required: true - variable: MQTT_PASSWORD label: "MQTT_PASSWORD" + description: "Password used to connect to the MQTT broker" schema: type: string default: "changeme" - - variable: env group: "Container Configuration" label: "Image Environment" @@ -90,39 +93,43 @@ questions: additional_attrs: true type: dict attrs: - - - variable: AMCREST_HOST label: "AMCREST_HOST" + description: "Host name used to connect to the Amcrest device" schema: type: string default: "" required: true - variable: AMCREST_PORT label: "AMCREST_PORT" + description: "Port used to connect to the Amcrest device" schema: type: int default: 80 required: true - variable: MQTT_HOST label: "MQTT_HOST" + description: "Host name used to connect to the MQTT broker" schema: type: string default: "localhost" required: true - variable: MQTT_PORT label: "MQTT_PORT" + description: "Port used to connect to the MQTT broker" schema: type: int default: 1883 required: true - variable: HOME_ASSISTANT label: "HOME_ASSISTANT" + description: "Enable Home Assistant autodiscovery" schema: type: boolean default: false - variable: HOME_ASSISTANT_PREFIX label: "HOME_ASSISTANT_PREFIX" + description: "Home Assistant autodiscovery prefix" schema: type: string default: "homeassistant" diff --git a/charts/stable/amcrest2mqtt/values.yaml b/charts/stable/amcrest2mqtt/values.yaml index c73a8e00b41..11cf46fafdf 100644 --- a/charts/stable/amcrest2mqtt/values.yaml +++ b/charts/stable/amcrest2mqtt/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/amcrest2mqtt - # -- image tag tag: v1.0.16@sha256:64d7a2487a2622ed163ff0dd9d518b9564f29c11438801a953da1d1bf931f18e - # -- image pull policy pullPolicy: IfNotPresent service: @@ -31,10 +28,7 @@ secretEnv: # -- Password used to connect to the MQTT broker MQTT_PASSWORD: "changeme" -# -- environment variables. See more environment variables in the [amcrest2mqtt repo](https://github.com/dchesterton/amcrest2mqtt). -# @default -- See below env: - # -- Set the container timezone # -- Host name used to connect to the Amcrest device AMCREST_HOST: "localhost" # -- Port used to connect to the Amcrest device diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index 6bde739a4c2..6b37a8d4fa7 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -25,7 +25,7 @@ maintainers: name: anonaddy sources: - https://github.com/anonaddy/docker -version: 9.0.4 +version: 9.0.6 annotations: truecharts.org/catagories: | - email diff --git a/charts/stable/anonaddy/values.yaml b/charts/stable/anonaddy/values.yaml index b408178a81b..7f00705c717 100644 --- a/charts/stable/anonaddy/values.yaml +++ b/charts/stable/anonaddy/values.yaml @@ -15,11 +15,8 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See more environment variables in the [anonaddy documentation](https://github.com/anonaddy/docker#environment-variables). -# @default -- See below env: - # -- Root domain to receive email from - ANONADDY_DOMAIN: chart-example.local + ANONADDY_DOMAIN: "chart-example.local" DB_DATABASE: anonaddy DB_USERNAME: anonaddy DB_HOST: @@ -47,8 +44,6 @@ env: name: appkey key: secret -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -63,8 +58,6 @@ service: port: 25 targetPort: 25 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: varrun: enabled: true diff --git a/charts/stable/apache-musicindex/Chart.yaml b/charts/stable/apache-musicindex/Chart.yaml index b39ec8c8b9d..cede2e6056a 100644 --- a/charts/stable/apache-musicindex/Chart.yaml +++ b/charts/stable/apache-musicindex/Chart.yaml @@ -20,7 +20,7 @@ maintainers: name: apache-musicindex sources: - http://hacks.slashdirt.org/sw/musicindex/ -version: 4.0.4 +version: 4.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/apache-musicindex/values.yaml b/charts/stable/apache-musicindex/values.yaml index b62747e5947..9744dcbd58c 100644 --- a/charts/stable/apache-musicindex/values.yaml +++ b/charts/stable/apache-musicindex/values.yaml @@ -1,13 +1,8 @@ image: - # -- image repository repository: tccr.io/truecharts/apache-musicindex - # -- image tag tag: v1.4.1-2@sha256:442d1edfbf89b8a2a42c0d649f53f091c39256c65f922078ad38ff60bdbdadf9 - # -- image pull policy pullPolicy: IfNotPresent -# -- Allows to start web server on ports 80 and 443 -# @default -- See values.yaml securityContext: readOnlyRootFilesystem: false runAsNonRoot: false @@ -16,8 +11,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml index df4ea4de71e..abb72f85e71 100644 --- a/charts/stable/appdaemon/Chart.yaml +++ b/charts/stable/appdaemon/Chart.yaml @@ -26,7 +26,7 @@ name: appdaemon sources: - https://github.com/AppDaemon/appdaemon type: application -version: 9.0.4 +version: 9.0.5 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/appdaemon/values.yaml b/charts/stable/appdaemon/values.yaml index cced196cbea..13266c3c027 100644 --- a/charts/stable/appdaemon/values.yaml +++ b/charts/stable/appdaemon/values.yaml @@ -10,11 +10,15 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 +secretEnv: + TOKEN: "REPLACETHIS" + env: + DASH_URL: "http://$HOSTNAME:5050" + HA_URL: "" LATITUDE: 46 LONGITUDE: -94 ELEVATION: 1217 - DASH_URL: "http://$HOSTNAME:5050" service: main: @@ -34,6 +38,5 @@ persistence: conf: enabled: true mountPath: "/conf" - varrun: enabled: true diff --git a/charts/stable/aria2/Chart.yaml b/charts/stable/aria2/Chart.yaml index a55a3225ba8..a41c00f3ae3 100644 --- a/charts/stable/aria2/Chart.yaml +++ b/charts/stable/aria2/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: aria2 sources: - https://github.com/P3TERX/Aria2-Pro-Docker -version: 5.0.4 +version: 5.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/aria2/values.yaml b/charts/stable/aria2/values.yaml index 1f1369eefd8..be1ea1cd1c1 100644 --- a/charts/stable/aria2/values.yaml +++ b/charts/stable/aria2/values.yaml @@ -1,21 +1,15 @@ image: - # -- image repository repository: tccr.io/truecharts/aria2-pro - # -- image tag tag: latest@sha256:6c0ddcc7be4da69ac146ff3153df727a5818f733636a1c4d9b78ccffd6106a23 - # -- image pull policy pullPolicy: IfNotPresent secretEnv: RPC_SECRET: "ChangemeNow" - # -- environment variables. See more environment variables in the [Aria2c documentation](https://github.com/P3TERX/Aria2-Pro-Docker). - # @default -- See below + env: RPC_PORT: 6800 # LISTEN_PORT: 6888 - # -- Configures service settings for the chart. - # @default -- See values.yaml service: main: ports: @@ -38,8 +32,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 - # -- Configure persistence settings for the chart under this key. - # @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index 63fc9e7160c..332ce087c40 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -38,7 +38,7 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 11.0.4 +version: 11.0.5 annotations: truecharts.org/catagories: | - security diff --git a/charts/stable/authelia/questions.yaml b/charts/stable/authelia/questions.yaml index a607f685483..ca81e85fd5f 100644 --- a/charts/stable/authelia/questions.yaml +++ b/charts/stable/authelia/questions.yaml @@ -93,7 +93,6 @@ questions: schema: type: string default: "" - required: false - variable: theme group: "App Configuration" diff --git a/charts/stable/automatic-music-downloader/Chart.yaml b/charts/stable/automatic-music-downloader/Chart.yaml index 0ed244cccd4..7bde689798e 100644 --- a/charts/stable/automatic-music-downloader/Chart.yaml +++ b/charts/stable/automatic-music-downloader/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/RandomNinjaAtk/docker-amd - https://hub.docker.com/r/randomninjaatk/amd type: application -version: 2.0.4 +version: 2.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/automatic-music-downloader/values.yaml b/charts/stable/automatic-music-downloader/values.yaml index a3853c3cc2b..fe95679e7d5 100644 --- a/charts/stable/automatic-music-downloader/values.yaml +++ b/charts/stable/automatic-music-downloader/values.yaml @@ -11,6 +11,35 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 +env: + AUTOSTART: true + SCRIPTINTERVAL: "1h" + DOWNLOADMODE: "wanted" + FALLBACKSEARCH: true + LIST: "both" + SearchType: "both" + Concurrency: 1 + EMBEDDED_COVER_QUALITY: 80 + FORMAT: "FLAC" + BITRATE: 320 + ENABLEPOSTPROCESSING: true + FORCECONVERT: true + requirequality: true + MatchDistance: 10 + replaygain: true + FolderPermissions: 766 + FilePermissions: 666 + MBRAINZMIRROR: "https://musicbrainz.org" + LidarrUrl: "http://x.x.x.x:8686" + LidarrAPIkey: "LIDARRAPI" + ARL_TOKEN: "ARLTOKEN" + NOTIFYPLEX: false + PLEXLIBRARYNAME: "Music" + PLEXURL: "http://x.x.x.x:32400" + PLEXTOKEN: "plextoken" + ALBUM_TYPE_FILTER: "COMPILE" + POSTPROCESSTHREADS: 1 + service: main: enabled: false diff --git a/charts/stable/babybuddy/Chart.yaml b/charts/stable/babybuddy/Chart.yaml index eb5a6741d3b..272a29fc1a4 100644 --- a/charts/stable/babybuddy/Chart.yaml +++ b/charts/stable/babybuddy/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "1.11.1" kubeVersion: '>=1.16.0-0' -version: 8.0.5 +version: 8.0.6 name: babybuddy description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. type: application diff --git a/charts/stable/babybuddy/values.yaml b/charts/stable/babybuddy/values.yaml index 140c58edd23..2e0d782dd18 100644 --- a/charts/stable/babybuddy/values.yaml +++ b/charts/stable/babybuddy/values.yaml @@ -8,6 +8,7 @@ env: DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}" DB_USER: "{{ .Values.postgresql.postgresqlUsername }}" DB_PORT: "5432" + CSRF_TRUSTED_ORIGINS: "" DB_PASSWORD: secretKeyRef: name: dbcreds diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index ed55ea78737..48e50af62aa 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -26,7 +26,7 @@ name: baserow sources: - https://hub.docker.com/r/baserow/baserow - https://gitlab.com/bramw/baserow/ -version: 3.0.5 +version: 3.0.6 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/baserow/values.yaml b/charts/stable/baserow/values.yaml index 51306b2a801..7befd470060 100644 --- a/charts/stable/baserow/values.yaml +++ b/charts/stable/baserow/values.yaml @@ -21,6 +21,13 @@ env: BASEROW_CADDY_ADDRESSES: ":{{ .Values.service.main.ports.main.port }}" # User Defined BASEROW_PUBLIC_URL: "http://localhost:10228" + FROM_EMAIL: "" + EMAIL_SMTP: "" + EMAIL_SMTP_USE_TLS: "" + EMAIL_SMTP_HOST: "" + EMAIL_SMTP_PORT: 587 + EMAIL_SMTP_USER: "" + EMAIL_SMTP_PASSWORD: "" DATABASE_HOST: secretKeyRef: name: dbcreds diff --git a/charts/stable/blog/Chart.yaml b/charts/stable/blog/Chart.yaml index ff2c5e2e146..6da4852b60e 100644 --- a/charts/stable/blog/Chart.yaml +++ b/charts/stable/blog/Chart.yaml @@ -26,7 +26,7 @@ name: blog sources: - https://github.com/m1k1o/blog - https://github.com/nicholaswilde/docker-blog -version: 3.0.3 +version: 3.0.5 annotations: truecharts.org/catagories: | - hosting diff --git a/charts/stable/blog/values.yaml b/charts/stable/blog/values.yaml index c15558c8b77..3864846266f 100644 --- a/charts/stable/blog/values.yaml +++ b/charts/stable/blog/values.yaml @@ -15,16 +15,14 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# See more environment variables in the blog documentation -# https://github.com/nicholaswilde/docker-blog env: - BLOG_TITLE: Blog - BLOG_NAME: Max Musermann - BLOG_LANG: en - BLOG_DB_CONNECTION: postgres - BLOG_POSTGRES_USER: blog - BLOG_POSTGRES_PORT: 5432 - BLOG_DB_NAME: blog + BLOG_TITLE: "Blog" + BLOG_NAME: "Max Musermann" + BLOG_LANG: "en" + BLOG_DB_CONNECTION: "postgres" + BLOG_POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}" + BLOG_POSTGRES_PORT: "5432" + BLOG_DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}" BLOG_POSTGRES_PASS: secretKeyRef: name: dbcreds @@ -46,7 +44,6 @@ persistence: enabled: true mountPath: "/var/www/html/data" -# Enabled postgres postgresql: enabled: true existingSecret: "dbcreds" diff --git a/charts/stable/boinc/Chart.yaml b/charts/stable/boinc/Chart.yaml index ffcb380e56b..f52fd45460a 100644 --- a/charts/stable/boinc/Chart.yaml +++ b/charts/stable/boinc/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: boinc -version: 2.0.6 +version: 2.0.7 appVersion: "latest" description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). type: application diff --git a/charts/stable/boinc/values.yaml b/charts/stable/boinc/values.yaml index 43ea57984e5..28a78dab8f0 100644 --- a/charts/stable/boinc/values.yaml +++ b/charts/stable/boinc/values.yaml @@ -11,6 +11,9 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 +# secretEnv: +# PASSWORD: "" + service: main: ports: diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index 2031d3d3a15..3aea0d00c22 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -20,7 +20,7 @@ name: booksonic-air sources: - https://github.com/popeen/Booksonic-Air - https://hub.docker.com/r/linuxserver/booksonic-air -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/booksonic-air/values.yaml b/charts/stable/booksonic-air/values.yaml index ea8bc6c4a4a..5a0af01d082 100644 --- a/charts/stable/booksonic-air/values.yaml +++ b/charts/stable/booksonic-air/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/booksonic-air - # -- image pull policy pullPolicy: IfNotPresent - # -- image tag tag: v2201.1.0@sha256:f7c9907522bd37d041a78cbd6e946b1aae7da907a5700c1b3385784aad6850bc securityContext: @@ -14,14 +11,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# See more environment variables in the [booksonic-air documentation](https://github.com/linuxserver/docker-booksonic-air#parameters) -# @default -- See below -env: {} - # -- Used to set the base path for reverse proxies eg. /booksonic, /books, etc. - # CONTEXT_PATH=url-base - -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -29,8 +18,6 @@ service: port: 10048 targetPort: 4040 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/bookstack/Chart.yaml b/charts/stable/bookstack/Chart.yaml index 4a0bac83fd7..00183966201 100644 --- a/charts/stable/bookstack/Chart.yaml +++ b/charts/stable/bookstack/Chart.yaml @@ -27,7 +27,7 @@ name: bookstack sources: - https://www.bookstackapp.com/ - https://hub.docker.com/r/linuxserver/bookstack -version: 3.0.3 +version: 3.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/bookstack/values.yaml b/charts/stable/bookstack/values.yaml index a00ddd13e4f..07f10c6c36e 100644 --- a/charts/stable/bookstack/values.yaml +++ b/charts/stable/bookstack/values.yaml @@ -6,6 +6,7 @@ image: env: DB_USER: "{{ .Values.mariadb.mariadbUsername }}" DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}" + APP_URL: "" DB_HOST: secretKeyRef: name: mariadbcreds diff --git a/charts/stable/clarkson/Chart.yaml b/charts/stable/clarkson/Chart.yaml index 19f94a4eebb..a805fd56a34 100644 --- a/charts/stable/clarkson/Chart.yaml +++ b/charts/stable/clarkson/Chart.yaml @@ -26,7 +26,7 @@ name: clarkson sources: - https://github.com/linuxserver/Clarkson - https://hub.docker.com/r/linuxserver/clarkson -version: 3.0.3 +version: 3.0.4 annotations: truecharts.org/catagories: | - vehicle diff --git a/charts/stable/clarkson/values.yaml b/charts/stable/clarkson/values.yaml index 35a2b16008b..23a38f06aa3 100644 --- a/charts/stable/clarkson/values.yaml +++ b/charts/stable/clarkson/values.yaml @@ -10,7 +10,6 @@ securityContext: runAsNonRoot: false readOnlyRootFilesystem: false - podSecurityContext: runAsUser: 0 runAsGroup: 0 diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index b1df5989c83..11d412be538 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -21,7 +21,7 @@ name: code-server sources: - https://github.com/cdr/code-server type: application -version: 4.0.4 +version: 4.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/code-server/values.yaml b/charts/stable/code-server/values.yaml index bd58621b4c0..fb65f6078dd 100644 --- a/charts/stable/code-server/values.yaml +++ b/charts/stable/code-server/values.yaml @@ -9,8 +9,8 @@ args: - --auth - none -env: {} - # PROXY_DOMAIN: code-server.my.domain +env: + PROXY_DOMAIN: "" securityContext: readOnlyRootFilesystem: false diff --git a/charts/stable/collabora-online/Chart.yaml b/charts/stable/collabora-online/Chart.yaml index 5770495b983..cb402f31fb4 100644 --- a/charts/stable/collabora-online/Chart.yaml +++ b/charts/stable/collabora-online/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://sdk.collaboraonline.com/contents.html - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm type: application -version: 12.0.5 +version: 12.0.6 annotations: truecharts.org/catagories: | - office diff --git a/charts/stable/collabora-online/values.yaml b/charts/stable/collabora-online/values.yaml index 89eacc75aac..dfe75442cec 100644 --- a/charts/stable/collabora-online/values.yaml +++ b/charts/stable/collabora-online/values.yaml @@ -17,11 +17,14 @@ service: main: port: 10105 targetPort: 9980 + secretEnv: - username: admin - password: changeme + username: "admin" + password: "changeme" env: - dictionaries: de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru + aliasgroup1: "" + dictionaries: "de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru" extra_params: "--o:welcome.enable=false --o:logging.level=information --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false " - server_name: collabora\.domain\.tld + server_name: "collabora.domain.tld" + DONT_GEN_SSL_CERT: true diff --git a/charts/stable/commento-plusplus/Chart.yaml b/charts/stable/commento-plusplus/Chart.yaml index 8c56947c1c0..80b1cfe7c29 100644 --- a/charts/stable/commento-plusplus/Chart.yaml +++ b/charts/stable/commento-plusplus/Chart.yaml @@ -22,7 +22,7 @@ name: commento-plusplus sources: - https://github.com/souramoo/commentoplusplus - https://hub.docker.com/r/caroga/commentoplusplus -version: 3.0.3 +version: 3.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/commento-plusplus/values.yaml b/charts/stable/commento-plusplus/values.yaml index 453a4cfcef8..e7e3fe5488a 100644 --- a/charts/stable/commento-plusplus/values.yaml +++ b/charts/stable/commento-plusplus/values.yaml @@ -11,6 +11,12 @@ env: COMMENTO_ORIGIN: "http://localhost:8080" COMMENTO_ENABLE_WILDCARDS: true COMMENTO_ENABLE_LOGGING: false + SMTP_SKIP_HOST_VERIFY: false + COMMENTO_SMTP_USERNAME: "" + COMMENTO_SMTP_PASSWORD: "" + COMMENTO_SMTP_HOST: "" + COMMENTO_SMTP_FROM_ADDRESS: "" + COMMENTO_SMTP_PORT: 587 COMMENTO_POSTGRES: secretKeyRef: name: dbcreds diff --git a/charts/stable/cryptofolio/Chart.yaml b/charts/stable/cryptofolio/Chart.yaml index ebc9c6dcd3e..d95c8fc2b65 100644 --- a/charts/stable/cryptofolio/Chart.yaml +++ b/charts/stable/cryptofolio/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: cryptofolio sources: - https://github.com/Xtrendence/cryptofolio -version: 4.0.4 +version: 4.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/cryptofolio/values.yaml b/charts/stable/cryptofolio/values.yaml index 5be496ec159..5dd330e46b5 100644 --- a/charts/stable/cryptofolio/values.yaml +++ b/charts/stable/cryptofolio/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/cryptofolio - # -- image tag tag: v2.2.0@sha256:e77706dd4748dbdf2665cb53434802a3c2ef85f3d9b1ca809f2615b15758f3d0 - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -14,13 +11,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See more environment variables in the [cryptofolio documentation](https://cryptofolio.org/docs). -# @default -- See below -env: - # -- Set the container timezone - -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -28,8 +18,6 @@ service: port: 10007 targetPort: 80 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: data: enabled: true diff --git a/charts/stable/ddns-updater/Chart.yaml b/charts/stable/ddns-updater/Chart.yaml index 49cd2c5e419..ca1b357640b 100644 --- a/charts/stable/ddns-updater/Chart.yaml +++ b/charts/stable/ddns-updater/Chart.yaml @@ -18,7 +18,7 @@ name: ddns-updater sources: - https://github.com/qdm12/ddns-updater - https://hub.docker.com/r/qmcgaw/ddns-updater -version: 2.0.4 +version: 2.0.5 annotations: truecharts.org/catagories: | - network diff --git a/charts/stable/ddns-updater/values.yaml b/charts/stable/ddns-updater/values.yaml index 54adbea8a19..2be38900053 100644 --- a/charts/stable/ddns-updater/values.yaml +++ b/charts/stable/ddns-updater/values.yaml @@ -5,6 +5,21 @@ image: env: LISTENING_PORT: "{{ .Values.service.main.ports.main.port }}" + CONFIG: "" + PERIOD: "5m" + IPV6_PREFIX: "/128" + PUBLICIP_FETCHERS: "all" + PUBLICIP_HTTP_PROVIDERS: "all" + PUBLICIPV4_HTTP_PROVIDERS: "all" + PUBLICIPV6_HTTP_PROVIDERS: "all" + PUBLICIP_DNS_PROVIDERS: "all" + PUBLICIP_DNS_TIMEOUT: "3s" + UPDATE_COOLDOWN_PERIOD: "5m" + HTTP_TIMEOUT: "10s" + BACKUP_PERIOD: "0" + LOG_LEVEL: "info" + LOG_CALLER: "hidden" + SHOUTRRR_ADDRESSES: "" service: main: diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index 276a72c91eb..a2e0a4203a6 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -22,7 +22,7 @@ name: deconz sources: - https://github.com/dresden-elektronik/deconz-rest-plugin - https://github.com/marthoc/docker-deconz -version: 8.0.5 +version: 8.0.6 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/deconz/values.yaml b/charts/stable/deconz/values.yaml index afb568b1562..0bce6e2cecb 100644 --- a/charts/stable/deconz/values.yaml +++ b/charts/stable/deconz/values.yaml @@ -16,7 +16,7 @@ secretEnv: env: # -- Override the location where deCONZ looks for the RaspBee/Conbee device. - DECONZ_DEVICE: # /dev/ttyUSB0 + DECONZ_DEVICE: "" # /dev/ttyUSB0 DECONZ_UPNP: 0 DECONZ_START_VERBOSE: 0 # -- Enable VNC access to the container to view the deCONZ ZigBee mesh diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index f90ff2d3a08..f81d85391be 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -19,7 +19,7 @@ name: dizquetv sources: - https://github.com/vexorian/dizquetv - https://hub.docker.com/r/vexorian/dizquetv -version: 7.0.4 +version: 7.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/dizquetv/values.yaml b/charts/stable/dizquetv/values.yaml index bdf06ce41ca..891d76e2d3a 100644 --- a/charts/stable/dizquetv/values.yaml +++ b/charts/stable/dizquetv/values.yaml @@ -1,17 +1,8 @@ image: - # -- image repository repository: tccr.io/truecharts/dizquetv - # -- image pull policy pullPolicy: IfNotPresent - # -- image tag tag: v1.5.0@sha256:00edf305cfe85a8df0053ef924fe23cc26fdf4e063c70b94c1062040d9f21778 -# -- environment variables. See more environment variables in the [dizquetv documentation](https://hub.docker.com/r/vexorian/dizquetv). -# @default -- See below -env: {} - -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -19,8 +10,6 @@ service: port: 10071 targetPort: 8000 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/dsmr-reader/Chart.yaml b/charts/stable/dsmr-reader/Chart.yaml index 170c173f7d5..88fa3dc44dc 100644 --- a/charts/stable/dsmr-reader/Chart.yaml +++ b/charts/stable/dsmr-reader/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2021.09.02" description: DSMR-protocol reader, telegram data storage and energy consumption visualizer. name: dsmr-reader -version: 8.0.3 +version: 8.0.4 kubeVersion: ">=1.16.0-0" keywords: - dsmr-reader diff --git a/charts/stable/dsmr-reader/values.yaml b/charts/stable/dsmr-reader/values.yaml index 8487f6124b3..702c66d3d09 100644 --- a/charts/stable/dsmr-reader/values.yaml +++ b/charts/stable/dsmr-reader/values.yaml @@ -1,15 +1,9 @@ image: - # -- image repository repository: tccr.io/truecharts/dsmr-reader - # -- image tag tag: v2021.09.02@sha256:bf3454b0b379d325d95ec0693e2634bcfd4bfd917ec59d0918ca60d32a6073c5 - # -- image pull policy pullPolicy: IfNotPresent -# -- environment variables. See [image docs](https://github.com/xirixiz/dsmr-reader-docker#dsmr-reader---environment-variables) for more details. -# @default -- See below env: - # -- Set the container timezone DJANGO_TIME_ZONE: "{{ .Values.TZ }}" DJANGO_DATABASE_ENGINE: "django.db.backends.postgresql" DJANGO_DATABASE_NAME: "{{ .Values.postgresql.postgresqlDatabase }}" @@ -32,20 +26,18 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: main: port: 10009 targetPort: 80 + persistence: config: enabled: true mountPath: "/config" -# -- Enable and configure postgresql database subchart under this key. -# @default -- See values.yaml + postgresql: enabled: true existingSecret: "dbcreds" diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml index c5a8f71197f..3f8401fd3f1 100644 --- a/charts/stable/duplicati/Chart.yaml +++ b/charts/stable/duplicati/Chart.yaml @@ -18,7 +18,7 @@ name: duplicati sources: - https://hub.docker.com/r/linuxserver/duplicati/ - https://github.com/duplicati/duplicati -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/duplicati/values.yaml b/charts/stable/duplicati/values.yaml index d086ecdeccb..d980da5793f 100644 --- a/charts/stable/duplicati/values.yaml +++ b/charts/stable/duplicati/values.yaml @@ -1,18 +1,8 @@ image: - # -- image repository repository: tccr.io/truecharts/duplicati - # -- image tag tag: latest@sha256:9435ca54cf320b8f6b285e4bb6b304e285e828a2b97f29f3037ac604924d99a0 - # -- image pull policy pullPolicy: IfNotPresent -# See more environment variables in the [duplicati documentation](https://github.com/linuxserver/docker-duplicati#parameters) -# @default -- See below -env: - # -- Set the container timezone - -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -20,8 +10,6 @@ service: port: 8200 targetPort: 8200 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/etherpad/Chart.yaml b/charts/stable/etherpad/Chart.yaml index 1f94bbec683..082183a51ac 100644 --- a/charts/stable/etherpad/Chart.yaml +++ b/charts/stable/etherpad/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "1.8.14" -version: 8.0.3 +version: 8.0.4 kubeVersion: '>=1.16.0-0' name: etherpad description: A real-time collaborative editor scalable to thousands of simultaneous real time users. diff --git a/charts/stable/etherpad/values.yaml b/charts/stable/etherpad/values.yaml index c98ef44c963..1fc4df236db 100644 --- a/charts/stable/etherpad/values.yaml +++ b/charts/stable/etherpad/values.yaml @@ -3,11 +3,6 @@ image: pullPolicy: IfNotPresent tag: version-1.8.14@sha256:4900f0e787ca22cf93090ae44ecceb5689d4427c739e1eb637a6e3a913161bf8 -secretEnv: {} - -# See more environment variables in the etherpad documentation -# https://github.com/ether/etherpad-lite/blob/develop/doc/docker.md -# For Mariadb, use DB_TYPE: mysql https://github.com/ether/etherpad-lite/issues/4214 env: DB_TYPE: "postgres" DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}" @@ -45,7 +40,6 @@ persistence: enabled: true mountPath: "/opt/etherpad-lite/app" -# Enabled postgres postgresql: enabled: true existingSecret: "dbcreds" diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index e64100cca0c..80253ae4117 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -28,7 +28,7 @@ name: fireflyiii sources: - https://github.com/firefly-iii/firefly-iii/ type: application -version: 16.0.5 +version: 16.0.6 annotations: truecharts.org/catagories: | - finacial diff --git a/charts/stable/fireflyiii/values.yaml b/charts/stable/fireflyiii/values.yaml index 314155caa14..b8dc65c5cb9 100644 --- a/charts/stable/fireflyiii/values.yaml +++ b/charts/stable/fireflyiii/values.yaml @@ -29,8 +29,8 @@ probes: path: "/login" env: - DB_USERNAME: firefly - DB_DATABASE: firefly + DB_USERNAME: "{{ .Values.postgresql.postgresqlUsername }}" + DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}" DB_CONNECTION: pgsql DB_PORT: 5432 REDIS_DB: "0" diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml index 3ef43ca66a4..6694203ed6a 100644 --- a/charts/stable/flaresolverr/Chart.yaml +++ b/charts/stable/flaresolverr/Chart.yaml @@ -19,7 +19,7 @@ name: flaresolverr sources: - https://github.com/FlareSolverr/FlareSolverr - https://hub.docker.com/r/flaresolverr/flaresolverr -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/flaresolverr/values.yaml b/charts/stable/flaresolverr/values.yaml index 21c573d7435..2934e3465e6 100644 --- a/charts/stable/flaresolverr/values.yaml +++ b/charts/stable/flaresolverr/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/flaresolverr - # -- image pull policy pullPolicy: IfNotPresent - # -- image tag tag: v2.2.4@sha256:fc40bdb3a29a6b53387267977a46b94055a2cd5ab6a15b16f3dc841e18bb41d7 securityContext: @@ -13,13 +10,7 @@ securityContext: podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See more environment variables in the [flaresolverr documentation](https://github.com/FlareSolverr/FlareSolverr#environment-variables). -# @default -- See below -env: - # -- Set the container timezone -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index c51966857fd..00e7d308050 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -21,7 +21,7 @@ name: flood sources: - https://github.com/jesec/flood - https://hub.docker.com/r/jesec/flood -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/flood/values.yaml b/charts/stable/flood/values.yaml index 1fb78463bbe..944530c1ddc 100644 --- a/charts/stable/flood/values.yaml +++ b/charts/stable/flood/values.yaml @@ -1,20 +1,11 @@ image: - # -- image repository repository: tccr.io/truecharts/flood - # -- image pull policy pullPolicy: IfNotPresent - # -- image tag tag: v4.7.0@sha256:758b454843dcade464111920afce72994ecdbcfac1f4cf167a55936cec2ad616 -# -- environment variables. See more environment variables in the [flood documentation] (https://github.com/jesec/flood/blob/v4.6.0/config.ts) -# Note: The environmental variables are not case sensitive (e.g. FLOOD_OPTION_port=FLOOD_OPTION_PORT). -# @default -- See below env: - # -- Where to store Flood's runtime files (eg. database) FLOOD_OPTION_RUNDIR: /data -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -22,8 +13,6 @@ service: port: 10036 targetPort: 3000 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: data: enabled: true diff --git a/charts/stable/freeradius/Chart.yaml b/charts/stable/freeradius/Chart.yaml index bdeca303918..e058a48c82c 100644 --- a/charts/stable/freeradius/Chart.yaml +++ b/charts/stable/freeradius/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://hub.docker.com/r/freeradius/freeradius-server/ - https://freeradius.org/ type: application -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - auth diff --git a/charts/stable/freeradius/values.yaml b/charts/stable/freeradius/values.yaml index 503e0dcb060..907e4825f0a 100644 --- a/charts/stable/freeradius/values.yaml +++ b/charts/stable/freeradius/values.yaml @@ -27,27 +27,14 @@ service: port: 1813 targetPort: 1813 -# -- Probe configuration -# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) -# @default -- See below probes: - # -- Liveness probe configuration - # @default -- See below liveness: enabled: false - - # -- Redainess probe configuration - # @default -- See below readiness: enabled: false - - # -- Startup probe configuration - # @default -- See below startup: enabled: false -env: {} - persistence: config: enabled: true diff --git a/charts/stable/friendica/Chart.yaml b/charts/stable/friendica/Chart.yaml index b5a4b6cb22d..03ad4c7724d 100644 --- a/charts/stable/friendica/Chart.yaml +++ b/charts/stable/friendica/Chart.yaml @@ -27,7 +27,7 @@ name: friendica sources: - https://friendi.ca/ - https://hub.docker.com/_/friendica -version: 4.0.6 +version: 4.0.7 annotations: truecharts.org/catagories: | - social diff --git a/charts/stable/friendica/values.yaml b/charts/stable/friendica/values.yaml index 7afc381ee07..21b75bf205d 100644 --- a/charts/stable/friendica/values.yaml +++ b/charts/stable/friendica/values.yaml @@ -24,6 +24,7 @@ env: FRIENDICA_ADMIN_MAIL: "my@domain.com" FRIENDICA_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}" FRIENDICA_UPGRADE: false + FRIENDICA_SITENAME: "" PHP_MEMORY_LIMIT: "512M" PHP_UPLOAD_LIMIT: "512M" MYSQL_HOST: diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml index 4f87af0d2b6..651e948ee7f 100644 --- a/charts/stable/gonic/Chart.yaml +++ b/charts/stable/gonic/Chart.yaml @@ -19,7 +19,7 @@ name: gonic sources: - https://github.com/sentriz/gonic - https://hub.docker.com/r/sentriz/gonic -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/gonic/values.yaml b/charts/stable/gonic/values.yaml index 864cc506899..8a3df5f523e 100644 --- a/charts/stable/gonic/values.yaml +++ b/charts/stable/gonic/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/gonic - # -- image pull policy pullPolicy: IfNotPresent - # -- image tag tag: v0.14.0@sha256:2965f50240b6fd9fb1535e87607c65f0f1212b5ce1df54966fb7d212efe1b770 securityContext: @@ -13,16 +10,11 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See more environment variables in the [gonic documentation](https://github.com/sentriz/gonic#configuration-options) -# @default -- See below -env: - # -- Set the container timezone - # GONIC_MUSIC_PATH: - # GONIC_PODCAST_PATH: - # GONIC_CACHE_PATH: +# env: +# GONIC_MUSIC_PATH: +# GONIC_PODCAST_PATH: +# GONIC_CACHE_PATH: -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -30,8 +22,6 @@ service: port: 10023 targetPort: 80 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: data: enabled: true diff --git a/charts/stable/gotify/Chart.yaml b/charts/stable/gotify/Chart.yaml index cdb8b986c80..9e6e79ca95e 100644 --- a/charts/stable/gotify/Chart.yaml +++ b/charts/stable/gotify/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "2.1.4" -version: 8.0.3 +version: 8.0.4 kubeVersion: '>=1.16.0-0' name: gotify description: a simple server for sending and receiving messages diff --git a/charts/stable/gotify/values.yaml b/charts/stable/gotify/values.yaml index ccbae934402..c268f5e41cd 100644 --- a/charts/stable/gotify/values.yaml +++ b/charts/stable/gotify/values.yaml @@ -7,8 +7,6 @@ secretEnv: user: "admin" pass: "admin" -# See more environment variables in the gotify documentation -# https://gotify.net/docs/config#environment-variables env: GOTIFY_SERVER_PORT: 8080 GOTIFY_SERVER_KEEPALIVEPERIODSECONDS: 0 @@ -42,7 +40,6 @@ persistence: enabled: true mountPath: "/app/data" -# Enabled postgres postgresql: enabled: true existingSecret: "dbcreds" diff --git a/charts/stable/grist/Chart.yaml b/charts/stable/grist/Chart.yaml index f2c4b3d6192..5e4229adb21 100644 --- a/charts/stable/grist/Chart.yaml +++ b/charts/stable/grist/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://hub.docker.com/r/gristlabs/grist - https://github.com/gristlabs/grist-core - https://support.getgrist.com/ -version: 3.0.4 +version: 3.0.5 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/grist/values.yaml b/charts/stable/grist/values.yaml index 62ae3ab202d..8cdd7c56340 100644 --- a/charts/stable/grist/values.yaml +++ b/charts/stable/grist/values.yaml @@ -15,6 +15,19 @@ env: PORT: "{{ .Values.service.main.ports.main.port }}" HOME_PORT: "{{ .Values.service.api.ports.api.port }}" GRIST_DEFAULT_EMAIL: "user@mydomain.com" + GRIST_DOMAIN: "" + GRIST_SUPPORT_ANON: false + GRIST_THROTTLE_CPU: false + GRIST_BACKUP_DELAY_SECS: 15 + ALLOWED_WEBHOOK_DOMAINS: "" + GRIST_SANDBOX_FLAVOR: "" + GRIST_SANDBOX: "" + PYTHON_VERSION: "" + PYTHON_VERSION_ON_CREATION: "" + GOOGLE_CLIENT_ID: "" + GOOGLE_CLIENT_SECRET: "" + GOOGLE_API_KEY: "" + GOOGLE_DRIVE_SCOPE: "" REDIS_URL: secretKeyRef: name: rediscreds diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml index 27cb95d2c2f..0136af234e2 100644 --- a/charts/stable/haste-server/Chart.yaml +++ b/charts/stable/haste-server/Chart.yaml @@ -21,7 +21,7 @@ name: haste-server sources: - https://github.com/seejohnrun/haste-server - https://github.com/k8s-at-home/container-images -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/haste-server/values.yaml b/charts/stable/haste-server/values.yaml index 4cf73502dd7..e44b794cec5 100644 --- a/charts/stable/haste-server/values.yaml +++ b/charts/stable/haste-server/values.yaml @@ -1,21 +1,12 @@ image: - # -- image repository repository: tccr.io/truecharts/haste-server - # -- image pull policy pullPolicy: IfNotPresent - # -- image tag tag: latest@sha256:046b4d04aa5c23a7a4de10b678aad8f62932e2ae04b2db123107e753b7929f86 -# -- environment variables. See [image docs](https://github.com/seejohnrun/haste-server) for more details. -# @default -- See below env: - # -- filepath for persistance STORAGE_FILEPATH: "/config" - # -- sets backend STORAGE_TYPE: "file" -# -- Configures service settings for the chart. Normally this does not need to be modified. -# @default -- See values.yaml service: main: ports: @@ -23,14 +14,6 @@ service: port: 7777 targetPort: 7777 -ingress: - # -- Enable and configure ingress settings for the chart under this key. - # @default -- See values.yaml - main: - enabled: false - -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index 70ccdbe39ba..21df7fb0cc3 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -22,7 +22,7 @@ name: healthchecks sources: - https://github.com/healthchecks/healthchecks - https://hub.docker.com/r/linuxserver/healthchecks -version: 7.0.4 +version: 7.0.6 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/healthchecks/values.yaml b/charts/stable/healthchecks/values.yaml index 3c97199da1d..21e788a3f6b 100644 --- a/charts/stable/healthchecks/values.yaml +++ b/charts/stable/healthchecks/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/healthchecks - # -- image tag tag: version-v1.22.0@sha256:234347d239410227e8d4585c467293f7bb59859f2042bad885633c1ff30c98f2 - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -14,8 +11,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -24,25 +19,15 @@ service: targetPort: 8000 secretEnv: - # -- Superuser email SUPERUSER_EMAIL: "email@healthchecks.io" - # -- Superuser password SUPERUSER_PASSWORD: "myVeryStrongPassword" -# -- environment variables. See [image docs](https://github.com/linuxserver/docker-healthchecks#parameters) for more details. -# @default -- See below -env: - # -- Set the container timezone - # -- 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 - SITE_ROOT: "https://healthchecks.domain" - # -- The site's name (e.g., "Example Corp HealthChecks") - SITE_NAME: 8265 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml +env: + REGENERATE_SETTINGS: "True" + SITE_ROOT: "https://healthchecks.domain" + SITE_NAME: "" + persistence: -# -- Volume used for configuration config: enabled: true mountPath: "/config" diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index 76269540368..e6f5fac41b3 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://github.com/home-assistant/home-assistant - https://github.com/cdr/code-server type: application -version: 15.0.6 +version: 15.0.7 annotations: truecharts.org/catagories: | - home-automation diff --git a/charts/stable/home-assistant/values.yaml b/charts/stable/home-assistant/values.yaml index 6e90036dd16..bc024ba6f55 100644 --- a/charts/stable/home-assistant/values.yaml +++ b/charts/stable/home-assistant/values.yaml @@ -142,17 +142,12 @@ configmap: trusted_proxies: - 172.16.0.0/16 -# -- Enable and configure postgresql database subchart under this key. -# For more options see [postgresql chart documentation](https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/postgresql) -# @default -- See values.yaml postgresql: enabled: true postgresqlUsername: home-assistant postgresqlDatabase: home-assistant existingSecret: "dbcreds" -# Enable influxdb -# ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/influxdb influxdb: enabled: false architecture: standalone diff --git a/charts/stable/homer/Chart.yaml b/charts/stable/homer/Chart.yaml index 9293e9b9365..171ed98a4f6 100644 --- a/charts/stable/homer/Chart.yaml +++ b/charts/stable/homer/Chart.yaml @@ -20,7 +20,7 @@ name: homer sources: - https://github.com/bastienwirtz/homer - https://hub.docker.com/r/b4bz/homer -version: 2.0.6 +version: 2.0.7 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/homer/values.yaml b/charts/stable/homer/values.yaml index e59223b6264..f5dce38e1a4 100644 --- a/charts/stable/homer/values.yaml +++ b/charts/stable/homer/values.yaml @@ -7,6 +7,9 @@ podSecurityContext: runAsUser: 1000 runAsGroup: 1000 +env: + INIT_ASSETS: true + service: main: ports: diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml index 4e08766d3e4..55426e8df7d 100644 --- a/charts/stable/hyperion-ng/Chart.yaml +++ b/charts/stable/hyperion-ng/Chart.yaml @@ -19,7 +19,7 @@ name: hyperion-ng sources: - https://github.com/hyperion-project/hyperion.ng - https://hub.docker.com/r/sirfragalot/hyperion.ng -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/hyperion-ng/values.yaml b/charts/stable/hyperion-ng/values.yaml index ac0e540b09c..3a89d27298d 100644 --- a/charts/stable/hyperion-ng/values.yaml +++ b/charts/stable/hyperion-ng/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/hyperion.ng - # -- image tag tag: v2.0.13@sha256:1480feaaa3e9f9969254828427de061384dc6a29940aa8d5df1fce907d795e61 - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -13,12 +10,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-airsonic#environment-variables-e) for more details. -# @default -- See below -env: {} - -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: diff --git a/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml b/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml index d6cfd9bf0f7..a49af44494b 100644 --- a/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml +++ b/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml @@ -21,7 +21,7 @@ name: icantbelieveitsnotvaletudo sources: - https://github.com/Hypfer/ICantBelieveItsNotValetudo - https://github.com/truecharts/apps/tree/master/charts/icantbelieveitsnotvaletudo -version: 4.0.4 +version: 4.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/icantbelieveitsnotvaletudo/values.yaml b/charts/stable/icantbelieveitsnotvaletudo/values.yaml index 34140b1daad..2194e633dde 100644 --- a/charts/stable/icantbelieveitsnotvaletudo/values.yaml +++ b/charts/stable/icantbelieveitsnotvaletudo/values.yaml @@ -1,13 +1,9 @@ image: - # -- image repository repository: tccr.io/truecharts/icantbelieveitsnotvaletudo - # -- image tag tag: v2021.2.1@sha256:12546c37abe795970d27fda99f78fd45cd25522b11b4c6db6ce98d7484c68883 - # -- image pull policy pullPolicy: IfNotPresent controller: - # -- Set the controller upgrade strategy strategy: RollingUpdate configmap: @@ -37,8 +33,6 @@ persistence: configMap: name: '{{ printf "%v-settings" (include "tc.common.names.fullname" .) }}' -# -- Configures app settings. See [image docs](https://github.com/Hypfer/ICantBelieveItsNotValetudo) for more information. -# @default -- See values.yaml config: mapsettings: drawPath: true diff --git a/charts/stable/icinga2/Chart.yaml b/charts/stable/icinga2/Chart.yaml index 43034295313..b2f25bb04c9 100644 --- a/charts/stable/icinga2/Chart.yaml +++ b/charts/stable/icinga2/Chart.yaml @@ -23,7 +23,7 @@ name: icinga2 sources: - https://github.com/jjethwa/icinga2 - https://icinga.com/ -version: 3.0.3 +version: 3.0.4 annotations: truecharts.org/catagories: | - monitoring diff --git a/charts/stable/icinga2/values.yaml b/charts/stable/icinga2/values.yaml index ef8ebf23fb0..3bacb747fda 100644 --- a/charts/stable/icinga2/values.yaml +++ b/charts/stable/icinga2/values.yaml @@ -3,8 +3,6 @@ image: tag: v2.13.3@sha256:4bb7c9f538ab738d6b94d5ec2007f6f415056800c000016b7893ffac0a816fe6 pullPolicy: IfNotPresent -# -- environment variables. See more environment variables in the [icinga2 documentation](https://github.com/jjethwa/icinga2#environment-variables-reference). -# @default -- See below env: DEFAULT_MYSQL_USER: icinga2 DEFAULT_MYSQL_HOST: @@ -28,8 +26,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -51,26 +47,16 @@ service: port: 10116 targetPort: 5665 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: - # -- Icinga2 configuration folder - # @default -- Disabled config: enabled: true mountPath: "/etc/icinga2" - # -- Icinga2 Data - # @default -- Disabled data: enabled: true mountPath: "/var/lib/icinga2" - # -- Icingaweb2 configuration folder - # @default -- Disabled web: enabled: true mountPath: "/etc/icingaweb2" - # -- ssmtp folder - # @default -- Disabled ssmtp: enabled: true mountPath: "/etc/ssmtp" diff --git a/charts/stable/impostor-server/Chart.yaml b/charts/stable/impostor-server/Chart.yaml index 9a09950bb26..1cddfd5bc98 100644 --- a/charts/stable/impostor-server/Chart.yaml +++ b/charts/stable/impostor-server/Chart.yaml @@ -19,7 +19,7 @@ name: impostor-server sources: - https://github.com/truecharts/apps/tree/master/incubator/impostor-server type: application -version: 1.0.5 +version: 1.0.7 annotations: truecharts.org/catagories: | - games diff --git a/charts/stable/impostor-server/questions.yaml b/charts/stable/impostor-server/questions.yaml index 44a5c23608c..a74b04ce01a 100644 --- a/charts/stable/impostor-server/questions.yaml +++ b/charts/stable/impostor-server/questions.yaml @@ -110,13 +110,11 @@ questions: label: "Enable/Disable Anti Cheat" schema: type: boolean - required: false default: true - variable: IMPOSTOR_AntiCheat__BanIpFromGame label: "Enable/Disable Anti Cheat Ban IP" schema: type: boolean - required: false default: true - variable: debug label: "Show Debug settings" @@ -129,13 +127,11 @@ questions: label: "Enable/Disable Game Recorder" schema: type: boolean - required: false default: false - variable: IMPOSTOR_Debug__GameRecorderPath label: "Game Recorder Path" schema: type: string - required: false default: "" diff --git a/charts/stable/impostor-server/values.yaml b/charts/stable/impostor-server/values.yaml index ebb8411cccf..fed7ef45f12 100644 --- a/charts/stable/impostor-server/values.yaml +++ b/charts/stable/impostor-server/values.yaml @@ -25,17 +25,9 @@ service: targetPort: 22023 probes: - # -- Liveness probe configuration - # @default -- See below liveness: enabled: false - - # -- Redainess probe configuration - # @default -- See below readiness: enabled: false - - # -- Startup probe configuration - # @default -- See below startup: enabled: false diff --git a/charts/stable/kanboard/Chart.yaml b/charts/stable/kanboard/Chart.yaml index 32522b09c76..cac0ed45867 100644 --- a/charts/stable/kanboard/Chart.yaml +++ b/charts/stable/kanboard/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.2.22" description: Kanboard is a free and open source Kanban project management software. name: kanboard -version: 8.0.3 +version: 8.0.4 kubeVersion: ">=1.16.0-0" keywords: - kanboard diff --git a/charts/stable/kanboard/values.yaml b/charts/stable/kanboard/values.yaml index 363d96beadd..342c75e98af 100644 --- a/charts/stable/kanboard/values.yaml +++ b/charts/stable/kanboard/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/kanboard - # -- image tag tag: v1.2.22@sha256:693507bec023dacc214fcb5bdcfc7004fd116befc8aed63b1617315bf2de8f9c - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -14,14 +11,8 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See [image docs](https://docs.kanboard.org/en/latest/admin_guide/docker.html#environment-variables) -# and [application docs](# https://docs.kanboard.org/en/latest/admin_guide/config_file.html) for more details. -# @default -- See below (only deviations from the default settings are specified) env: - # -- Set the container timezone - # -- Enable/disable email configuration from the user interface MAIL_CONFIGURATION: false - # -- log driver: syslog, stderr, stdout or file LOG_DRIVER: stdout DB_DRIVER: "postgres" DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}" @@ -36,8 +27,6 @@ env: name: dbcreds key: plainhost -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -45,8 +34,6 @@ service: port: 10015 targetPort: 80 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: data: enabled: true @@ -55,8 +42,6 @@ persistence: enabled: true mountPath: "/etc/nginx/ssl" -# -- Enable and configure postgresql database subchart under this key. -# @default -- See values.yaml postgresql: enabled: true existingSecret: "dbcreds" diff --git a/charts/stable/koel/Chart.yaml b/charts/stable/koel/Chart.yaml index 6149b1f7572..a12698de135 100644 --- a/charts/stable/koel/Chart.yaml +++ b/charts/stable/koel/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://github.com/koel/docker - https://hub.docker.com/r/phanan/koel - https://github.com/koel/koel -version: 3.0.3 +version: 3.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/koel/values.yaml b/charts/stable/koel/values.yaml index eb53b95d865..e14f37c9246 100644 --- a/charts/stable/koel/values.yaml +++ b/charts/stable/koel/values.yaml @@ -11,6 +11,11 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 +secretEnv: + LASTFM_API_KEY: "" + LASTFM_API_SECRET: "" + YOUTUBE_API_KEY: "" + env: DB_CONNECTION: "mysql" DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}" @@ -18,9 +23,6 @@ env: DB_PORT: "3306" FORCE_HTTPS: false MEMORY_LIMIT: 2048 - LASTFM_API_KEY: "" - LASTFM_API_SECRET: "" - YOUTUBE_API_KEY: "" DB_HOST: secretKeyRef: name: mariadbcreds diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml index 10b7dcd9359..3c57d82c61b 100644 --- a/charts/stable/komga/Chart.yaml +++ b/charts/stable/komga/Chart.yaml @@ -21,7 +21,7 @@ name: komga sources: - https://komga.org/ - https://github.com/gotson/komga -version: 6.0.5 +version: 6.0.6 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/komga/values.yaml b/charts/stable/komga/values.yaml index 20def8baa15..3d313332b76 100644 --- a/charts/stable/komga/values.yaml +++ b/charts/stable/komga/values.yaml @@ -1,17 +1,8 @@ image: - # -- image repository repository: tccr.io/truecharts/komga - # -- image tag tag: v0.154.3@sha256:e4d3665f4b42c7cfb74ab119ab6ef01eef9a41850dc1dfaff36ac205b0f427c0 - # -- image pull policy pullPolicy: IfNotPresent -# -- environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). -# @default -- See below -env: {} - -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -19,8 +10,6 @@ service: port: 10085 targetPort: 8080 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/leaf2mqtt/Chart.yaml b/charts/stable/leaf2mqtt/Chart.yaml index cb4d5507612..63290ea3f90 100644 --- a/charts/stable/leaf2mqtt/Chart.yaml +++ b/charts/stable/leaf2mqtt/Chart.yaml @@ -22,7 +22,7 @@ name: leaf2mqtt sources: - https://github.com/mitsumaui/leaf2mqtt - https://github.com/k8s-at-home/container-images -version: 4.0.4 +version: 4.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/leaf2mqtt/values.yaml b/charts/stable/leaf2mqtt/values.yaml index 3fce082435f..521205d8dd1 100644 --- a/charts/stable/leaf2mqtt/values.yaml +++ b/charts/stable/leaf2mqtt/values.yaml @@ -1,9 +1,6 @@ image: - # -- Image repository repository: tccr.io/truecharts/leaf2mqtt - # -- Image tag tag: v0.6@sha256:a2afcdee61b39e7306f8c4296376e7b9734f39f07ea10fdf6032bc87e05dc1d6 - # -- Image pull policy pullPolicy: IfNotPresent service: @@ -35,8 +32,6 @@ secretEnv: MQTT_USERNAME: "mqttuser" MQTT_PASSWORD: "changeme" -# -- environment variables. See [image docs](https://github.com/mitsumaui/leaf2mqtt) for more details. -# @default -- See below env: LEAF_TYPE: "" MQTT_HOST: "" diff --git a/charts/stable/librephotos/Chart.yaml b/charts/stable/librephotos/Chart.yaml index 454a9dd2ebc..22058a489ed 100644 --- a/charts/stable/librephotos/Chart.yaml +++ b/charts/stable/librephotos/Chart.yaml @@ -27,7 +27,7 @@ name: librephotos sources: - https://github.com/LibrePhotos/librephotos - https://hub.docker.com/r/reallibrephotos/librephotos -version: 4.0.4 +version: 4.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/librephotos/questions.yaml b/charts/stable/librephotos/questions.yaml index 83aa7f1fea9..306b7cbef1b 100644 --- a/charts/stable/librephotos/questions.yaml +++ b/charts/stable/librephotos/questions.yaml @@ -74,40 +74,6 @@ questions: - value: "OnDelete" description: "(Legacy) OnDelete: ignore .spec.template changes" # Include{controllerExpert} - # Docker specific env - - variable: env - group: "Container Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: SKIP_PATTERNS - label: "SKIP_PATTERNS" - description: "Comma delimited list of patterns to ignore" - schema: - type: string - default: "" - - variable: WEB_CONCURRENCY - label: "WEB_CONCURRENCY" - description: "Number of workers, which take care of the request to the api. This setting can dramatically affect the ram usage." - schema: - type: int - required: true - default: 2 - - variable: HEAVYWEIGHT_PROCESS - label: "HEAVYWEIGHT_PROCESS" - description: "Number of workers, when scanning pictures. This setting can dramatically affect the ram usage" - schema: - type: int - required: true - default: 1 - - variable: DEBUG - label: "DEBUG" - description: "Enable Debug" - schema: - type: boolean - default: false - variable: secretEnv group: "Container Configuration" @@ -144,6 +110,41 @@ questions: type: string default: "" + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: SKIP_PATTERNS + label: "SKIP_PATTERNS" + description: "Comma delimited list of patterns to ignore" + schema: + type: string + default: "" + - variable: WEB_CONCURRENCY + label: "WEB_CONCURRENCY" + description: "Number of workers, which take care of the request to the api. This setting can dramatically affect the ram usage." + schema: + type: int + required: true + default: 2 + - variable: HEAVYWEIGHT_PROCESS + label: "HEAVYWEIGHT_PROCESS" + description: "Number of workers, when scanning pictures. This setting can dramatically affect the ram usage" + schema: + type: int + required: true + default: 1 + - variable: DEBUG + label: "DEBUG" + description: "Enable Debug" + schema: + type: boolean + default: false + + # Include{containerConfig} - variable: service diff --git a/charts/stable/librephotos/values.yaml b/charts/stable/librephotos/values.yaml index fdfc29d8462..3176b685c41 100644 --- a/charts/stable/librephotos/values.yaml +++ b/charts/stable/librephotos/values.yaml @@ -95,7 +95,7 @@ env: WEB_CONCURRENCY: 2 SKIP_PATTERNS: "" HEAVYWEIGHT_PROCESS: 1 - DEBUG: 0 + DEBUG: false DB_PASS: secretKeyRef: name: dbcreds diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml index 411f3e6d0c1..b71089f4205 100644 --- a/charts/stable/librespeed/Chart.yaml +++ b/charts/stable/librespeed/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/librespeed/speedtest - https://hub.docker.com/r/linuxserver/librespeed - https://github.com/truecharts/apps/tree/master/charts/librespeed -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/librespeed/values.yaml b/charts/stable/librespeed/values.yaml index d812ee12681..896b1dcdc1e 100644 --- a/charts/stable/librespeed/values.yaml +++ b/charts/stable/librespeed/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/librespeed - # -- image tag tag: version-5.2.4@sha256:c441bc4d4d086a95966e93b4dea82674d1a258774f97084b02e87c0bc38deb2a - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -14,22 +11,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See [image docs](https://hub.docker.com/r/linuxserver/librespeed) for more details. -# @default -- See below -env: {} - # -- Set the container timezone - # -- Specify the user ID the application will run as - # PASSWORD: - # CUSTOM_RESULTS: - # DB_TYPE: - # DB_NAME: - # DB_HOSTNAME: - # DB_USERNAME: - # DB_PASSWORD: - # DB_PORT: - -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -37,8 +18,6 @@ service: port: 10016 targetPort: 80 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/linkace/Chart.yaml b/charts/stable/linkace/Chart.yaml index 523a3b25fff..4f3b2a65dde 100644 --- a/charts/stable/linkace/Chart.yaml +++ b/charts/stable/linkace/Chart.yaml @@ -27,7 +27,7 @@ sources: - https://www.linkace.org/docs/ - https://github.com/linkace/linkace - https://hub.docker.com/r/linkace/linkace -version: 4.0.5 +version: 4.0.6 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/linkace/questions.yaml b/charts/stable/linkace/questions.yaml index f3470225d9f..0e627ad2827 100644 --- a/charts/stable/linkace/questions.yaml +++ b/charts/stable/linkace/questions.yaml @@ -74,49 +74,6 @@ questions: - value: "OnDelete" description: "(Legacy) OnDelete: ignore .spec.template changes" # Include{controllerExpert} - # Docker specific env - - variable: env - group: "Container Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_URL - label: "APP_URL" - description: "Application URL eg. https://linkace.mydomain.com" - schema: - type: string - default: "http://localhost" - - variable: APP_DEBUG - label: "APP_DEBUG" - description: "Enables the debug info" - schema: - type: boolean - default: false - - variable: BACKUP_ENABLED - label: "BACKUP_ENABLED" - description: "Enables backups" - schema: - type: boolean - default: false - - variable: BACKUP_DISK - label: "BACKUP_DISK" - description: "Backup destination" - schema: - type: string - default: "local" - enum: - - value: "local" - description: "local" - - value: "s3" - description: "s3" - - variable: BACKUP_MAX_SIZE - label: "BACKUP_MAX_SIZE" - description: "Max size of backup in MB" - schema: - type: int - default: 512 - variable: secretEnv group: "Container Configuration" label: "Secret Image Environment" @@ -198,6 +155,7 @@ questions: description: "Mail Port" schema: type: int + default: 587 - variable: MAIL_USERNAME label: "MAIL_USERNAME" description: "Mail Username" @@ -216,6 +174,48 @@ questions: schema: type: string default: "tls" + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: APP_URL + label: "APP_URL" + description: "Application URL eg. https://linkace.mydomain.com" + schema: + type: string + default: "http://localhost" + - variable: APP_DEBUG + label: "APP_DEBUG" + description: "Enables the debug info" + schema: + type: boolean + default: false + - variable: BACKUP_ENABLED + label: "BACKUP_ENABLED" + description: "Enables backups" + schema: + type: boolean + default: false + - variable: BACKUP_DISK + label: "BACKUP_DISK" + description: "Backup destination" + schema: + type: string + default: "local" + enum: + - value: "local" + description: "local" + - value: "s3" + description: "s3" + - variable: BACKUP_MAX_SIZE + label: "BACKUP_MAX_SIZE" + description: "Max size of backup in MB" + schema: + type: int + default: 512 # Include{containerConfig} diff --git a/charts/stable/linkace/values.yaml b/charts/stable/linkace/values.yaml index 4a00e76b12a..31d4e4965aa 100644 --- a/charts/stable/linkace/values.yaml +++ b/charts/stable/linkace/values.yaml @@ -11,6 +11,21 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 +# secretEnv: +# CRON_TOKEN: "" +# AWS_ACCESS_KEY_ID: "" +# AWS_SECRET_ACCESS_KEY: "" +# AWS_DEFAULT_REGION: "" +# AWS_BUCKET: "" +# MAIL_DRIVER: "smtp" +# MAIL_FROM_ADDRESS: "" +# MAIL_FROM_NAME: "" +# MAIL_HOST: "" +# MAIL_PORT: "587" +# MAIL_USERNAME: "" +# MAIL_PASSWORD: "" +# MAIL_ENCRYPTION: "tls" + env: # Internal Envs DB_CONNECTION: "mysql" diff --git a/charts/stable/loki/Chart.yaml b/charts/stable/loki/Chart.yaml index 5fff3adee3f..f11f2b75f83 100644 --- a/charts/stable/loki/Chart.yaml +++ b/charts/stable/loki/Chart.yaml @@ -23,7 +23,7 @@ name: loki sources: - https://github.com/grafana/loki type: application -version: 5.0.4 +version: 5.0.5 annotations: truecharts.org/catagories: | - logs diff --git a/charts/stable/loki/values.yaml b/charts/stable/loki/values.yaml index 84f48330ac6..3fb99ed0fab 100644 --- a/charts/stable/loki/values.yaml +++ b/charts/stable/loki/values.yaml @@ -143,7 +143,6 @@ alerting_groups: [] # for: 2m persistence: - # @default -- See below config: enabled: true type: secret diff --git a/charts/stable/lychee/Chart.yaml b/charts/stable/lychee/Chart.yaml index 3d7997e8963..e1dfcce6fab 100644 --- a/charts/stable/lychee/Chart.yaml +++ b/charts/stable/lychee/Chart.yaml @@ -31,7 +31,7 @@ sources: - https://github.com/LycheeOrg/Lychee - https://hub.docker.com/r/lycheeorg/lychee type: application -version: 13.0.4 +version: 13.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/lychee/questions.yaml b/charts/stable/lychee/questions.yaml index d10a2e64b08..6cd8e4ef9c5 100644 --- a/charts/stable/lychee/questions.yaml +++ b/charts/stable/lychee/questions.yaml @@ -74,32 +74,6 @@ questions: - value: "OnDelete" description: "(Legacy) OnDelete: ignore .spec.template changes" # Include{controllerExpert} - - variable: env - group: "Container Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_URL - label: "APP_URL" - description: "Application URL eg. https://lychee.mydomain.com" - schema: - type: string - default: "http://localhost" - - variable: APP_DEBUG - label: "APP_DEBUG" - description: "Enables the debug info" - schema: - type: boolean - default: false - - variable: SECURITY_HEADER_HSTS_ENABLE - label: "SECURITY_HEADER_HSTS_ENABLE" - description: "Enables HSTS Headers" - schema: - type: boolean - default: false - - variable: secretEnv group: "Container Configuration" label: "Secret Image Environment" @@ -196,18 +170,32 @@ questions: schema: type: string default: "mt1" - - variable: PUSHER_APP_CLUSTER - label: "PUSHER_APP_CLUSTER" - description: "Pusher App Cluster" + + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: APP_URL + label: "APP_URL" + description: "Application URL eg. https://lychee.mydomain.com" schema: type: string - default: "mt1" - - variable: PUSHER_APP_CLUSTER - label: "PUSHER_APP_CLUSTER" - description: "Pusher App Cluster" + default: "http://localhost" + - variable: APP_DEBUG + label: "APP_DEBUG" + description: "Enables the debug info" schema: - type: string - default: "mt1" + type: boolean + default: false + - variable: SECURITY_HEADER_HSTS_ENABLE + label: "SECURITY_HEADER_HSTS_ENABLE" + description: "Enables HSTS Headers" + schema: + type: boolean + default: false # Include{containerConfig} diff --git a/charts/stable/lychee/values.yaml b/charts/stable/lychee/values.yaml index f1aa680c008..6ac1979de9c 100644 --- a/charts/stable/lychee/values.yaml +++ b/charts/stable/lychee/values.yaml @@ -18,6 +18,20 @@ service: port: 10017 targetPort: 80 +# secretEnv: +# PUSHER_APP_KEY: "" +# PUSHER_APP_SECRET: "" +# PUSHER_APP_ID: "" +# PUSHER_APP_CLUSTER: "mt1" +# MAIL_DRIVER: "smtp" +# MAIL_HOST: "" +# MAIL_FROM_NAME: "" +# MAIL_FROM_ADDRESS: "" +# MAIL_USERNAME: "" +# MAIL_PASSWORD: "" +# MAIL_PORT: "587" +# MAIL_ENCRYPTION: "tls" + env: # Internal Envs TIMEZONE: "{{ .Values.TZ }}" @@ -36,8 +50,6 @@ env: # User Envs SECURITY_HEADER_HSTS_ENABLE: false APP_DEBUG: false - PUSHER_APP_KEY: "" - PUSHER_APP_CLUSTER: "" APP_URL: http://localhost DB_PASSWORD: secretKeyRef: diff --git a/charts/stable/mattermost/Chart.yaml b/charts/stable/mattermost/Chart.yaml index 42bb7306e1c..28bbfcdc6e5 100644 --- a/charts/stable/mattermost/Chart.yaml +++ b/charts/stable/mattermost/Chart.yaml @@ -24,7 +24,7 @@ name: mattermost sources: - https://github.com/mattermost/mattermost-server - https://github.com/mattermost/docker -version: 3.0.5 +version: 3.0.6 annotations: truecharts.org/catagories: | - hosting diff --git a/charts/stable/mattermost/questions.yaml b/charts/stable/mattermost/questions.yaml index 911e663c64f..f17ab6a18c9 100644 --- a/charts/stable/mattermost/questions.yaml +++ b/charts/stable/mattermost/questions.yaml @@ -86,7 +86,6 @@ questions: description: "HTTPS URL on which you will reach this instance, eg. https://matter.example.com/" schema: type: string - required: false default: "" # Include{containerConfig} diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index fe695b31476..ca498fc6f6c 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -21,7 +21,7 @@ maintainers: name: mealie sources: - https://github.com/hay-kot/mealie -version: 8.0.3 +version: 8.0.4 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/mealie/values.yaml b/charts/stable/mealie/values.yaml index 444c432aa2b..77b212119f3 100644 --- a/charts/stable/mealie/values.yaml +++ b/charts/stable/mealie/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/mealie - # -- image tag tag: v0.5.6@sha256:49fca9d0e53aa4ceb92dd41b9bf58ca47d31d3ceff0b9575fe86d193c0484f66 - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -14,10 +11,7 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See [image docs](https://hay-kot.github.io/mealie/getting-started/install/#env-variables) for more details. -# @default -- See below env: - # -- Set the container timezone DB_TYPE: postgres POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}" POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}" @@ -35,8 +29,7 @@ postgresql: existingSecret: "dbcreds" postgresqlUsername: mealie postgresqlDatabase: mealie -# -- Configures service settings for the chart. -# @default -- See values.yaml + service: main: ports: @@ -44,14 +37,6 @@ service: port: 10018 targetPort: 80 -ingress: - # -- Enable and configure ingress settings for the chart under this key. - # @default -- See values.yaml - main: - enabled: false - -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/minecraft-bedrock/Chart.yaml b/charts/stable/minecraft-bedrock/Chart.yaml index 9a133f66b24..f91510bd9fe 100644 --- a/charts/stable/minecraft-bedrock/Chart.yaml +++ b/charts/stable/minecraft-bedrock/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/itzg/docker-minecraft-server - https://hub.docker.com/r/itzg/minecraft-server type: application -version: 1.0.4 +version: 1.0.5 annotations: truecharts.org/catagories: | - games diff --git a/charts/stable/minecraft-bedrock/questions.yaml b/charts/stable/minecraft-bedrock/questions.yaml index 506b2891395..e83a1de1d59 100644 --- a/charts/stable/minecraft-bedrock/questions.yaml +++ b/charts/stable/minecraft-bedrock/questions.yaml @@ -143,7 +143,6 @@ questions: label: "Enable/Disable Cheats" schema: type: boolean - required: false default: false - variable: MAX_PLAYERS label: "Max players" @@ -156,13 +155,11 @@ questions: label: "Online mode" schema: type: boolean - required: false default: true - variable: WHITE_LIST label: "White list" schema: type: boolean - required: false default: false - variable: VIEW_DISTANCE label: "View distance" @@ -202,7 +199,6 @@ questions: label: "Level seed" schema: type: string - required: false default: "" - variable: DEFAULT_PLAYER_PERMISSION_LEVEL label: "Default player permission level" @@ -221,7 +217,6 @@ questions: label: "Require texturepack" schema: type: boolean - required: false default: false - variable: SERVER_AUTHORITATIVE_MOVEMENT label: "Server authoritave movement" @@ -260,7 +255,6 @@ questions: label: "Enable/Disable Player movement correction" schema: type: boolean - required: false default: false # Include{containerConfig} diff --git a/charts/stable/minecraft-java/Chart.yaml b/charts/stable/minecraft-java/Chart.yaml index d1b28879601..8daf0579f4f 100644 --- a/charts/stable/minecraft-java/Chart.yaml +++ b/charts/stable/minecraft-java/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/itzg/docker-minecraft-server - https://hub.docker.com/r/itzg/minecraft-server type: application -version: 1.0.7 +version: 1.0.8 annotations: truecharts.org/catagories: | - games diff --git a/charts/stable/minecraft-java/questions.yaml b/charts/stable/minecraft-java/questions.yaml index afe5b5fa483..ac55eeac513 100644 --- a/charts/stable/minecraft-java/questions.yaml +++ b/charts/stable/minecraft-java/questions.yaml @@ -176,196 +176,168 @@ questions: label: "Forge Version" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "FORGE"]] - variable: FORGE_INSTALLER label: "Forge Installer" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "FORGE"]] - variable: FORGE_INSTALLER_URL label: "Forge Installer URL" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "FORGE"]] - variable: FABRIC_LOADER_VERSION label: "Fabric Loader Version" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "FABRIC"]] - variable: FABRIC_INSTALLER label: "Fabric Installer" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "FABRIC"]] - variable: FABRIC_INSTALLER_URL label: "Fabric Installer URL" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "FABRIC"]] - variable: SPIGOT_DOWNLOAD_URL label: "Spigot Download URL" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "SPIGOT"]] - variable: BUILD_FROM_SOURCE label: "Build Spigot from Source?" schema: type: boolean - required: false default: false show_if: [[TYPE, "=", "SPIGOT"]] - variable: BUKKIT_DOWNLOAD_URL label: "Bukkit Download URL" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "BUKKIT"]] - variable: PAPERBUILD label: "Paper Build Number" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "PAPER"]] - variable: PAPER_DOWNLOAD_URL label: "Paper Download URL" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "PAPER"]] - variable: PACKWIZ_URL label: "Packwiz URL" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "PAPER"]] - variable: AIRPLANE_BUILD label: "Airplane Build" schema: type: string - required: false default: "lastSuccessfulBuild" show_if: [[TYPE, "=", "AIRPLANE"]] - variable: USE_FLARE_FLAGS label: "Enable to add appropriate flags for the Flare profiler" schema: type: boolean - required: false default: false show_if: [[TYPE, "=", "AIRPLANE"]] - variable: MAGMA_CHANNEL label: "Magma Channel" schema: type: string - required: false default: "stable" show_if: [[TYPE, "=", "MAGMA"]] - variable: MOHIST_BUILD label: "Mohist Build" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "MOHIST"]] - variable: CANYON_BUILD label: "Canyon Build" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "CANYON"]] - variable: SPONGEBRANCH label: "Sponge Branch" schema: type: string - required: false default: "STABLE" show_if: [[TYPE, "=", "SPONGEVANILLA"]] - variable: SPONGEVERSION label: "Sponge Version" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "SPONGEVANILLA"]] - variable: LIMBO_BUILD label: "Limbo Build" schema: type: string - required: false default: "LATEST" show_if: [[TYPE, "=", "LIMBO"]] - variable: LIMBO_SCHEMA_FILENAME label: "Limbo Schema Filename" schema: type: string - required: false default: "default.schem" show_if: [[TYPE, "=", "LIMBO"]] - variable: CRUCIBLE_RELEASE label: "Crucible Release" schema: type: string - required: false default: "latest" show_if: [[TYPE, "=", "CRUCIBLE"]] - variable: FTB_MODPACK_ID label: "FTB Modpack ID" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "FTBA"]] - variable: FTB_MODPACK_VERSION_ID label: "FTB Modpack Version ID" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "FTBA"]] - variable: CF_SERVER_MOD label: "CF Server Mod" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "CURSEFORGE"]] - variable: CF_BASE_DIR label: "CF Base Dir" schema: type: string - required: false default: "" show_if: [[TYPE, "=", "CURSEFORGE"]] - variable: USE_MODPACK_START_SCRIPT label: "Use Modpack Start Script" schema: type: boolean - required: false default: true show_if: [[TYPE, "=", "CURSEFORGE"]] - variable: FTB_LEGACYJAVAFIXER label: "Fix for \"unable to launch forgemodloader\"" schema: type: boolean - required: false default: false show_if: [[TYPE, "=", "CURSEFORGE"]] - variable: DIFFICULTY @@ -387,19 +359,16 @@ questions: label: "Whitelist" schema: type: string - required: false default: "" - variable: OPS label: "OPs" schema: type: string - required: false default: "" - variable: ICON label: "URL to Server Icon" schema: type: string - required: false default: "" - variable: MAX_PLAYERS label: "Max Connected Players" @@ -417,37 +386,31 @@ questions: label: "Enable/Disable Nether" schema: type: boolean - required: false default: true - variable: ANNOUNCE_PLAYER_ACHIEVEMENTS label: "Enable/Disable Announceing Player Achievements" schema: type: boolean - required: false default: true - variable: ENABLE_COMMAND_BLOCK label: "Enable/Disable Command Blocks" schema: type: boolean - required: false default: false - variable: FORCE_GAMEMODE label: "Enable/Disable Force Gamemode" schema: type: boolean - required: false default: false - variable: GENERATE_STRUCTURES label: "Enable/Disable Generate Structures" schema: type: boolean - required: false default: true - variable: HARDCORE label: "Enable/Disable Hardcore Mode" schema: type: boolean - required: false default: false - variable: MAX_BUILD_HEIGHT label: "Max World Build Height" @@ -465,19 +428,16 @@ questions: label: "Enable/Disable Spawning Animals" schema: type: boolean - required: false default: true - variable: SPAWN_MONSTERS label: "Enable/Disable Spawning Monsters" schema: type: boolean - required: false default: true - variable: SPAWN_NPCS label: "Enable/Disable Spawning NPCs" schema: type: boolean - required: false default: true - variable: VIEW_DISTANCE label: "Server View Distance" @@ -489,7 +449,6 @@ questions: label: "Level Seed" schema: type: string - required: false default: "" - variable: MODE label: "Default Gamemode" @@ -510,13 +469,11 @@ questions: label: "Server Message of the Day" schema: type: string - required: false default: "Welcome to Minecraft on TrueNAS Scale!" - variable: PVP label: "Enable/Disable PVP" schema: type: boolean - required: false default: false - variable: LEVEL_TYPE label: "Level Type" @@ -528,7 +485,6 @@ questions: label: "Generator Settings" schema: type: string - required: false default: "" - variable: LEVEL label: "World Save Name" @@ -540,19 +496,16 @@ questions: label: "URL of world download" schema: type: string - required: false default: "" - variable: FORCE_REDOWNLOAD label: "Force redownload server files" schema: type: string - required: false default: "" - variable: ONLINE_MODE label: "Enable/Disable Online Mode" schema: type: boolean - required: false default: true - variable: advanced label: "Show Advanced Server Settings" @@ -571,13 +524,11 @@ questions: label: "JVM Options" schema: type: string - required: false default: "" - variable: JVM_XX_OPTS label: "JVM -X Options" schema: type: string - required: false default: "" # Include{containerConfig} diff --git a/charts/stable/minecraft-java/values.yaml b/charts/stable/minecraft-java/values.yaml index 97a024f757a..20cdefbc195 100644 --- a/charts/stable/minecraft-java/values.yaml +++ b/charts/stable/minecraft-java/values.yaml @@ -60,6 +60,43 @@ env: LEVEL: world ONLINE_MODE: true MEMORY: 2048M + # FORGEVERSION: "" + # FORGE_INSTALLER: "" + # FORGE_INSTALLER_URL: "" + # FABRIC_LOADER_VERSION: "" + # FABRIC_INSTALLER: "" + # FABRIC_INSTALLER_URL: "" + # SPIGOT_DOWNLOAD_URL: "" + # BUILD_FROM_SOURCE: false + # BUKKIT_DOWNLOAD_URL: "" + # PAPERBUILD: "" + # PAPER_DOWNLOAD_URL: "" + # PACKWIZ_URL: "" + # AIRPLANE_BUILD: "lastSuccessfulBuild" + # USE_FLARE_FLAGS: false + # MAGMA_CHANNEL: "stable" + # MOHIST_BUILD: "" + # CANYON_BUILD: "" + # SPONGEBRANCH: "STABLE" + # SPONGEVERSION: "" + # LIMBO_BUILD: "LATEST" + # LIMBO_SCHEMA_FILENAME: "default.schem" + # CRUCIBLE_RELEASE: "latest" + # FTB_MODPACK_ID: "" + # FTB_MODPACK_VERSION_ID: "" + # CF_SERVER_MOD: "" + # CF_BASE_DIR: "" + # USE_MODPACK_START_SCRIPT: true + # FTB_LEGACYJAVAFIXER: false + # WHITELIST: "" + # OPS: "" + # ICON: "" + # SEED: "" + # GENERATOR_SETTINGS: "" + # WORLD: "" + # FORCE_REDOWNLOAD: "" + # JVM_OPTS: "" + # JVM_XX_OPTS: "" persistence: data: diff --git a/charts/stable/miniflux/Chart.yaml b/charts/stable/miniflux/Chart.yaml index e3624e13288..f6e3b403585 100644 --- a/charts/stable/miniflux/Chart.yaml +++ b/charts/stable/miniflux/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2.0.37" description: Miniflux is a minimalist and opinionated feed reader. name: miniflux -version: 7.0.3 +version: 7.0.4 kubeVersion: ">=1.16.0-0" keywords: - miniflux diff --git a/charts/stable/miniflux/values.yaml b/charts/stable/miniflux/values.yaml index dbb8200fe57..b00e2d80567 100644 --- a/charts/stable/miniflux/values.yaml +++ b/charts/stable/miniflux/values.yaml @@ -3,27 +3,19 @@ image: tag: v2.0.37@sha256:591557c5015384ff8f3c580fb651f0ddbbcaf4fac9ea5a02d0116362b44db107 pullPolicy: IfNotPresent -# -- environment variables. See [miniflux docs](https://miniflux.app/docs/configuration.html) for more details. -# @default -- See below secretEnv: # -- Admin user login, it's used only if `CREATE_ADMIN` is enabled. ADMIN_USERNAME: "admin" # -- Admin user password, it's used only if `CREATE_ADMIN` is enabled. ADMIN_PASSWORD: "changeme" env: - # -- Set the container timezone. - # -- Set to `1` to run database migrations during application startup. RUN_MIGRATIONS: 1 - # -- Set to `1` to create an admin user from environment variables. CREATE_ADMIN: 1 - # -- Postgresql connection parameters. See [lib/pq](https://pkg.go.dev/github.com/lib/pq#hdr-Connection_String_Parameters) for more details. DATABASE_URL: secretKeyRef: name: dbcreds key: urlnossl -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -35,8 +27,7 @@ persistence: config: enabled: true mountPath: "/config" -# -- Configures the probes for the main Pod. -# @default -- See values.yaml + probes: liveness: enabled: true @@ -50,8 +41,6 @@ probes: path: /healthcheck port: 8080 -# -- Enable and configure postgresql database subchart under this key. -# @default -- Enabled (see values.yaml for more details) postgresql: enabled: true existingSecret: "dbcreds" diff --git a/charts/stable/minio-console/Chart.yaml b/charts/stable/minio-console/Chart.yaml index 52f4c0d81ee..90eb6e72759 100644 --- a/charts/stable/minio-console/Chart.yaml +++ b/charts/stable/minio-console/Chart.yaml @@ -19,7 +19,7 @@ maintainers: name: minio-console sources: - https://github.com/minio/console -version: 3.0.4 +version: 3.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/minio-console/values.yaml b/charts/stable/minio-console/values.yaml index 448e431b910..610911ffb3a 100644 --- a/charts/stable/minio-console/values.yaml +++ b/charts/stable/minio-console/values.yaml @@ -1,32 +1,17 @@ image: - # -- image repository repository: tccr.io/truecharts/minio-console - # -- image tag tag: v0.18.1@sha256:b3f107196a93f0a231081bf041d2d51e1f86c7fadf017152a3dc699c5de2177c - # -- image pull policy pullPolicy: IfNotPresent -# -- Override the args for the default container. args: ["server"] secretEnv: - # -- Required: Passphrase to derive keys (generate own) - # Example: D6vpras1xpUgrcFpOIGA4crHvzUDQb48 CONSOLE_PBKDF_PASSPHRASE: "changeme" - # -- Required: Salt for derived keys (generate own) - # Example: ILy2FWzwjjYi1TeTEpBjEsPrwLfKZxgi CONSOLE_PBKDF_SALT: "changeme" -# -- environment variables. See more environment variables in the [minio-console documentation](https://minio-console.org/docs). -# @default -- See below env: - # -- Set the container timezone - # -- Required: Minio server URL - # Example: https://minio.server:9000 CONSOLE_MINIO_SERVER: "" -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index ec90a441994..2aefbc871bc 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -22,7 +22,7 @@ name: monica sources: - https://github.com/monicahq/monica - https://hub.docker.com/_/monica -version: 3.0.4 +version: 3.0.5 annotations: truecharts.org/catagories: | - crm diff --git a/charts/stable/monica/values.yaml b/charts/stable/monica/values.yaml index c8513a9d1f2..9e2235a174f 100644 --- a/charts/stable/monica/values.yaml +++ b/charts/stable/monica/values.yaml @@ -11,12 +11,8 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See [monica documentation](https://raw.githubusercontent.com/monicahq/monica/master/.env.example) for more details. -# @default -- See below env: - # -- Use `local` if you want to install Monica as a development version. Use `production` otherwise. APP_ENV: production - # -- The URL of your application. APP_URL: https://crm.k8s-at-home.com DB_DATABASE: monica DB_USERNAME: monica @@ -33,8 +29,6 @@ env: name: appkey key: appkey -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -42,8 +36,6 @@ service: port: 10119 targetPort: 80 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/nocodb/Chart.yaml b/charts/stable/nocodb/Chart.yaml index 32f5a323f95..1b696e835a3 100644 --- a/charts/stable/nocodb/Chart.yaml +++ b/charts/stable/nocodb/Chart.yaml @@ -26,7 +26,7 @@ name: nocodb sources: - https://hub.docker.com/r/nocodb/nocodb - https://github.com/nocodb/nocodb -version: 3.0.6 +version: 3.0.7 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/nocodb/values.yaml b/charts/stable/nocodb/values.yaml index d8f655d484f..262fda3ed6e 100644 --- a/charts/stable/nocodb/values.yaml +++ b/charts/stable/nocodb/values.yaml @@ -11,6 +11,14 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 +secretEnv: +AWS_ACCESS_KEY_ID: "" +AWS_SECRET_ACCESS_KEY: "" +AWS_BUCKET: "" +AWS_BUCKET_PATH: "" +NC_GOOGLE_CLIENT_ID: "" +NC_GOOGLE_CLIENT_SECRET: "" + env: NC_MIN: "" PORT: "{{ .Values.service.main.ports.main.port }}" @@ -18,6 +26,13 @@ env: NC_PUBLIC_URL: "http://localhost:10226" NC_DISABLE_TELE: true DISABLE_SPLASH_SCREEN: false + NC_JWT_EXPIRES_IN: "10h" + NC_INVITE_ONLY_SIGNUP: false + NC_DISABLE_CACHE: false + NC_DISABLE_ERR_REPORT: true + NC_REQUEST_BODY_SIZE: "1MB" + NC_EXPORT_MAX_TIMEOUT: 5000 + NC_SENTRY_DSN: "" NC_REDIS_URL: secretKeyRef: name: rediscreds diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index 062a175586e..b1c4e26abd5 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/node-red/Chart.yaml @@ -20,7 +20,7 @@ name: node-red sources: - https://github.com/node-red/node-red-docker type: application -version: 11.0.4 +version: 11.0.5 annotations: truecharts.org/catagories: | - tools diff --git a/charts/stable/node-red/values.yaml b/charts/stable/node-red/values.yaml index 6bfb70821e9..a4cc3898bc1 100644 --- a/charts/stable/node-red/values.yaml +++ b/charts/stable/node-red/values.yaml @@ -3,14 +3,12 @@ image: pullPolicy: IfNotPresent tag: v2.2.2@sha256:7c181ad1464aebe7e41401acbbb024a3dd1505ce687b0b049fc52a6affe98e54 -# See more environment varaibles in the node-red documentation -# https://nodered.org/docs/getting-started/docker -env: {} - # TZ: - # NODE_OPTIONS: - # NODE_RED_ENABLE_PROJECTS: - # NODE_RED_ENABLE_SAFE_MODE: - # FLOWS: +env: + TZ: "{{ .Values.TZ }}" +# NODE_OPTIONS: +# NODE_RED_ENABLE_PROJECTS: +# NODE_RED_ENABLE_SAFE_MODE: +# FLOWS: service: main: diff --git a/charts/stable/novnc/Chart.yaml b/charts/stable/novnc/Chart.yaml index 0be6bbe145f..737086d0cc1 100644 --- a/charts/stable/novnc/Chart.yaml +++ b/charts/stable/novnc/Chart.yaml @@ -21,7 +21,7 @@ name: novnc sources: - https://novnc.com/ type: application -version: 3.0.4 +version: 3.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/novnc/values.yaml b/charts/stable/novnc/values.yaml index 654487057ce..2f831976e96 100644 --- a/charts/stable/novnc/values.yaml +++ b/charts/stable/novnc/values.yaml @@ -2,7 +2,7 @@ image: repository: tccr.io/truecharts/novnc pullPolicy: IfNotPresent tag: version-1.2.0@sha256:aac782a823a7c34efce17d635a706cf967c6690784f0da9bd8efd4bb0bb598c1 -# https://github.com/nicholaswilde/docker-novnc + env: REMOTE_HOST: "localhost" REMOTE_PORT: "5900" diff --git a/charts/stable/ntfy/Chart.yaml b/charts/stable/ntfy/Chart.yaml index 731d546996d..049bffa8652 100644 --- a/charts/stable/ntfy/Chart.yaml +++ b/charts/stable/ntfy/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: ntfy sources: - https://github.com/binwiederhier/ntfy/ -version: 2.0.4 +version: 2.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ntfy/values.yaml b/charts/stable/ntfy/values.yaml index 87731342be4..e406d452546 100644 --- a/charts/stable/ntfy/values.yaml +++ b/charts/stable/ntfy/values.yaml @@ -14,6 +14,29 @@ env: ENABLE_CACHE_FILE: false ENABLE_ATTACHMENT_CACHE_DIR: false ENABLE_AUTH_FILE: false + # NTFY_CACHE_DURATION: "12h" + # NTFY_KEEPALIVE_INTERVAL: "45s" + # NTFY_MANAGER_INTERVAL: "1m" + # NTFY_GLOBAL_TOPIC_LIMIT: 15000 + # NTFY_VISITOR_SUBSCRIPTION_LIMIT: 30 + # NTFY_VISITOR_ATTACHMENT_TOTAL_SIZE_LIMIT: "100M" + # NTFY_VISITOR_ATTACHMENT_DAILY_BANDWIDTH_LIMIT: "500M" + # NTFY_VISITOR_REQUEST_LIMIT_BURST: 60 + # NTFY_VISITOR_REQUEST_LIMIT_REPLENISH: "5s" + # NTFY_VISITOR_REQUEST_LIMIT_EXEMPT_HOSTS: "" + # NTFY_VISITOR_EMAIL_LIMIT_BURST: 16 + # NTFY_VISITOR_EMAIL_LIMIT_REPLENISH: "1h" + # NTFY_ATTACHMENT_TOTAL_SIZE_LIMIT: "5G" + # NTFY_ATTACHMENT_FILE_SIZE_LIMIT: "15M" + # NTFY_ATTACHMENT_EXPIRY_DURATION: "3h" + # NTFY_AUTH_DEFAULT_ACCESS: "read-write" + # NTFY_SMTP_SENDER_ADDR: "" + # NTFY_SMTP_SENDER_USER: "" + # NTFY_SMTP_SENDER_PASS: "" + # NTFY_SMTP_SENDER_FROM: "" + # NTFY_SMTP_SERVER_LISTEN: "" + # NTFY_SMTP_SERVER_DOMAIN: "" + # NTFY_SMTP_SERVER_ADDR_PREFIX: "" envFrom: - configMapRef: diff --git a/charts/stable/nullserv/Chart.yaml b/charts/stable/nullserv/Chart.yaml index 12fb802ab01..6d27a590203 100644 --- a/charts/stable/nullserv/Chart.yaml +++ b/charts/stable/nullserv/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: nullserv sources: - https://github.com/bmrzycki/nullserv -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/nullserv/values.yaml b/charts/stable/nullserv/values.yaml index dab0d81996d..df8d6729556 100644 --- a/charts/stable/nullserv/values.yaml +++ b/charts/stable/nullserv/values.yaml @@ -1,13 +1,9 @@ controller: - # -- Number of pods to load balance between replicas: 2 image: - # -- image repository repository: tccr.io/truecharts/nullserv - # -- image tag tag: v1.3.0@sha256:67aa9d50ba0c9547b4b0f7fc68c023a34b5e2b027f7bc9233120d5fbd6bcf3cd - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -17,13 +13,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See more environment variables in the [nullserv documentation](https://github.com/bmrzycki/nullserv/blob/master/README.md). -# @default -- See below -env: - # -- Set the container timezone - -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -43,9 +32,6 @@ persistence: enabled: true mountPath: "/config" - -# -- Configures the probes for the main Pod. -# @default -- See values.yaml probes: readiness: enabled: true diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml index 91b21e627a4..fd1369382fe 100644 --- a/charts/stable/octoprint/Chart.yaml +++ b/charts/stable/octoprint/Chart.yaml @@ -20,7 +20,7 @@ name: octoprint sources: - https://github.com/OctoPrint/OctoPrint - https://hub.docker.com/r/octoprint/octoprint -version: 6.0.5 +version: 6.0.6 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/octoprint/values.yaml b/charts/stable/octoprint/values.yaml index 50524131ca2..77317a5e190 100644 --- a/charts/stable/octoprint/values.yaml +++ b/charts/stable/octoprint/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/octoprint - # -- image tag tag: v1.8.1@sha256:3e0b4798b1058f5deb13fcd0af023adc1eb58f97f5c250cc9fd0df8af0139350 - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -13,20 +10,11 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. -# @default -- See below env: - # -- Set the container timezone - # -- Enable MJPG Streamer - # Enable this to ensure camera streaming is enabled you add a video device. ENABLE_MJPG_STREAMER: "true" - # -- MJPG Streamer input parameters MJPG_STREAMER_INPUT: # "-y -n -r 640x480" - # -- MJPG Streamer camera device CAMERA_DEV: # /dev/video0 -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -34,13 +22,9 @@ service: port: 10021 targetPort: 80 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: data: enabled: true mountPath: "/octoprint" - # -- Configure a hostPathMount to mount a USB device in the container. - # @default -- See values.yaml varrun: enabled: true diff --git a/charts/stable/openkm/Chart.yaml b/charts/stable/openkm/Chart.yaml index 09d8a90cd30..5cba0567c9f 100644 --- a/charts/stable/openkm/Chart.yaml +++ b/charts/stable/openkm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "6.3.11" description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. name: openkm -version: 7.0.3 +version: 7.0.4 kubeVersion: ">=1.16.0-0" keywords: - openkm diff --git a/charts/stable/openkm/values.yaml b/charts/stable/openkm/values.yaml index 5acaa7cacbe..4477af87613 100644 --- a/charts/stable/openkm/values.yaml +++ b/charts/stable/openkm/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/openkm-ce - # -- image tag tag: v6.3.11@sha256:0e540f965a5ce457e55cd06f87fd7f9a0723b6028e88d6000d29326e4a7964a1 - # -- image pull policy pullPolicy: IfNotPresent initContainers: @@ -24,13 +21,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See more environment variables in the [openkm documentation](https://openkm.org/docs). -# @default -- See below -env: - # -- Set the container timezone - -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -38,8 +28,6 @@ service: port: 10090 targetPort: 8080 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/openldap/Chart.yaml b/charts/stable/openldap/Chart.yaml index 6212d020b7d..2b7d7971cce 100644 --- a/charts/stable/openldap/Chart.yaml +++ b/charts/stable/openldap/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/jp-gouin/helm-openldap - https://github.com/osixia/docker-openldap type: application -version: 7.0.4 +version: 7.0.5 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/openldap/values.yaml b/charts/stable/openldap/values.yaml index 6680e434e25..fcbdd183de7 100644 --- a/charts/stable/openldap/values.yaml +++ b/charts/stable/openldap/values.yaml @@ -74,6 +74,7 @@ env: KEEP_EXISTING_CONFIG: false LDAP_REMOVE_CONFIG_AFTER_SETUP: true LDAP_SSL_HELPER_PREFIX: "ldap" + LDAP_BASE_DN: "" replication: enabled: false diff --git a/charts/stable/openvscode-server/Chart.yaml b/charts/stable/openvscode-server/Chart.yaml index 439d2416663..b2c54270fbf 100644 --- a/charts/stable/openvscode-server/Chart.yaml +++ b/charts/stable/openvscode-server/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: openvscode-server -version: 2.0.4 +version: 2.0.5 appVersion: "1.68.0" description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. type: application diff --git a/charts/stable/openvscode-server/values.yaml b/charts/stable/openvscode-server/values.yaml index 1cc659452bc..8dfcbfdffd4 100644 --- a/charts/stable/openvscode-server/values.yaml +++ b/charts/stable/openvscode-server/values.yaml @@ -14,8 +14,10 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -secretEnv: {} - # CONNECTION_TOKEN: "somerandomstring" +# secretEnv: +# CONNECTION_TOKEN: "somerandomstring" +# CONNECTION_SECRET: "" +# SUDO_PASSWORD: "" service: main: diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml index ca531fe90c4..4206955b1a2 100644 --- a/charts/stable/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -28,7 +28,7 @@ name: outline sources: - https://github.com/outline/outline type: application -version: 3.0.4 +version: 3.0.5 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/outline/values.yaml b/charts/stable/outline/values.yaml index 42b1fedd260..caf48272738 100644 --- a/charts/stable/outline/values.yaml +++ b/charts/stable/outline/values.yaml @@ -53,6 +53,14 @@ env: # AWS_S3_UPLOAD_MAX_SIZE: 26214400 # AWS_S3_FORCE_PATH_STYLE: true # AWS_S3_ACL: "" + # SMTP_HOST: "" + # SMTP_PORT: 587 + # SMTP_USERNAME: "" + # SMTP_PASSWORD: "" + # SMTP_FROM_EMAIL: "" + # SMTP_REPLY_EMAIL: "" + # SMTP_SECURE: true + DATABASE_URL: secretKeyRef: name: dbcreds diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml index f44be3414de..2365f3882cb 100644 --- a/charts/stable/overseerr/Chart.yaml +++ b/charts/stable/overseerr/Chart.yaml @@ -23,7 +23,7 @@ name: overseerr sources: - https://github.com/sct/overseerr - https://hub.docker.com/r/sctx/overseerr -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/overseerr/values.yaml b/charts/stable/overseerr/values.yaml index bcd98815797..57796ec338c 100644 --- a/charts/stable/overseerr/values.yaml +++ b/charts/stable/overseerr/values.yaml @@ -1,23 +1,14 @@ image: - # -- image repository repository: tccr.io/truecharts/overseerr - # -- image tag tag: v1.29.1@sha256:8b2e31f80dcdaed42ef89be859068a741379b25cf9f02ae9ba9cc26ceea16d30 - # -- image pull policy pullPolicy: IfNotPresent securityContext: readOnlyRootFilesystem: false -# -- environment variables. -# @default -- See below env: - # -- Set the container timezone - # -- Set the application log level LOG_LEVEL: info -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -25,8 +16,6 @@ service: port: 5055 targetPort: 5055 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml index d91460e314c..8412ebf1645 100644 --- a/charts/stable/owncast/Chart.yaml +++ b/charts/stable/owncast/Chart.yaml @@ -22,7 +22,7 @@ name: owncast sources: - https://owncast.online/ - https://github.com/owncast/owncast -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/owncast/values.yaml b/charts/stable/owncast/values.yaml index c225a9eb1e9..cb321ca705e 100644 --- a/charts/stable/owncast/values.yaml +++ b/charts/stable/owncast/values.yaml @@ -1,9 +1,6 @@ image: -# -- image repository repository: tccr.io/truecharts/owncast - # -- image tag tag: v0.0.11@sha256:bebcb90cae79b4dddd7222d002052a9b3eb6f4a20dc7386df28617120f3fe53c - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -14,8 +11,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -24,16 +19,13 @@ service: targetPort: 8080 rtmp: enabled: true - externalTrafficPolicy: Local + # externalTrafficPolicy: Local ports: rtmp: enabled: true port: 1935 targetPort: 1935 - -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/paperless-ng/Chart.yaml b/charts/stable/paperless-ng/Chart.yaml index 3fb2445dff3..1c33251e191 100644 --- a/charts/stable/paperless-ng/Chart.yaml +++ b/charts/stable/paperless-ng/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: paperless-ng -version: 4.0.4 +version: 4.0.5 appVersion: "1.7.1" description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. type: application diff --git a/charts/stable/paperless-ng/values.yaml b/charts/stable/paperless-ng/values.yaml index 1dc25ba61f8..f4407a2601e 100644 --- a/charts/stable/paperless-ng/values.yaml +++ b/charts/stable/paperless-ng/values.yaml @@ -21,6 +21,7 @@ env: PAPERLESS_DATA_DIR: "/data/" PAPERLESS_CONSUMPTION_DIR: "/consume/" PAPERLESS_MEDIA_ROOT: "/media/" + PAPERLESS_URL: "" USERMAP_UID: "{{ .Values.security.PUID }}" USERMAP_GID: "{{ .Values.podSecurityContext.fsGroup }}" PAPERLESS_TIME_ZONE: "{{ .Values.TZ }}" diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml index 7c70bf3295e..bc2ba161c2b 100644 --- a/charts/stable/pgadmin/Chart.yaml +++ b/charts/stable/pgadmin/Chart.yaml @@ -21,7 +21,7 @@ name: pgadmin sources: - https://www.pgadmin.org/ type: application -version: 7.0.4 +version: 7.0.5 annotations: truecharts.org/catagories: | - management diff --git a/charts/stable/pgadmin/values.yaml b/charts/stable/pgadmin/values.yaml index 68e2488cf05..e4e5b6c5fa1 100644 --- a/charts/stable/pgadmin/values.yaml +++ b/charts/stable/pgadmin/values.yaml @@ -23,8 +23,6 @@ secretEnv: PGADMIN_DEFAULT_EMAIL: "replace@this.now" PGADMIN_DEFAULT_PASSWORD: "changeme" -env: {} - persistence: config: enabled: true diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 59329b49f63..f3e7ba5e524 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -26,7 +26,7 @@ name: photoprism sources: - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism -version: 10.0.4 +version: 10.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/photoprism/values.yaml b/charts/stable/photoprism/values.yaml index e67094c1a1b..6d65fa8bca8 100644 --- a/charts/stable/photoprism/values.yaml +++ b/charts/stable/photoprism/values.yaml @@ -8,6 +8,7 @@ securityContext: secretEnv: PHOTOPRISM_ADMIN_PASSWORD: "please-change" + env: HOME: "/photoprism" PHOTOPRISM_ORIGINALS_PATH: "/photoprism/originals" diff --git a/charts/stable/piaware/Chart.yaml b/charts/stable/piaware/Chart.yaml index 0adb094a1b3..fc734e8c80d 100644 --- a/charts/stable/piaware/Chart.yaml +++ b/charts/stable/piaware/Chart.yaml @@ -19,7 +19,7 @@ maintainers: name: piaware sources: - https://github.com/flightaware/piaware -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/piaware/values.yaml b/charts/stable/piaware/values.yaml index 0375115f1b7..4611b008781 100644 --- a/charts/stable/piaware/values.yaml +++ b/charts/stable/piaware/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/piaware - # -- image tag tag: v7.2@sha256:a6bb5724e207b6d32016b2dfec1ccb29ded7c4f05f8b27fdc7b4204f8923fa99 - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -14,13 +11,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See [application docs](https://flightaware.com/adsb/piaware/advanced_configuration) for more details. -# @default -- See below -env: - # -- Set the container timezone - -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -28,8 +18,6 @@ service: port: 10092 targetPort: 8080 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index 0e62ca0e0ed..2bb4f4ec5c9 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -20,7 +20,7 @@ name: plex sources: - https://github.com/k8s-at-home/container-images/pkgs/container/plex type: application -version: 10.0.5 +version: 10.0.6 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/plex/values.yaml b/charts/stable/plex/values.yaml index 9b3b6da45f7..30d16d01905 100644 --- a/charts/stable/plex/values.yaml +++ b/charts/stable/plex/values.yaml @@ -15,6 +15,7 @@ persistence: enabled: true mountPath: "/config" - env: - ALLOWED_NETWORKS: "172.16.0.0/16" + ALLOWED_NETWORKS: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16" + ADVERTISE_IP: "" + PLEX_CLAIM: "" diff --git a/charts/stable/podgrab/Chart.yaml b/charts/stable/podgrab/Chart.yaml index 2a699735f27..3dc4198e8cc 100644 --- a/charts/stable/podgrab/Chart.yaml +++ b/charts/stable/podgrab/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/akhilrex/podgrab - https://hub.docker.com/r/akhilrex/podgrab type: application -version: 10.0.4 +version: 10.0.5 annotations: truecharts.org/catagories: | - mutlimedia diff --git a/charts/stable/podgrab/questions.yaml b/charts/stable/podgrab/questions.yaml index f6ec65355fc..7020c7a584d 100644 --- a/charts/stable/podgrab/questions.yaml +++ b/charts/stable/podgrab/questions.yaml @@ -86,7 +86,6 @@ questions: description: "Desired Password" schema: type: string - required: false private: true default: "REPLACETHIS" - variable: env diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml index 3a4b8c46a7e..e333391cfb8 100644 --- a/charts/stable/pretend-youre-xyzzy/Chart.yaml +++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml @@ -21,7 +21,7 @@ name: pretend-youre-xyzzy sources: - https://github.com/ajanata/PretendYoureXyzzy - https://github.com/emcniece/DockerYourXyzzy -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/pretend-youre-xyzzy/values.yaml b/charts/stable/pretend-youre-xyzzy/values.yaml index aa0e0470e08..ca696269208 100644 --- a/charts/stable/pretend-youre-xyzzy/values.yaml +++ b/charts/stable/pretend-youre-xyzzy/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/pretend-youre-xyzzy - # -- image tag tag: v4@sha256:d2b339819975c546a5360e160c793a615e86ab04e5aed91427ff1dd850205ace - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -14,8 +11,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: diff --git a/charts/stable/promcord/Chart.yaml b/charts/stable/promcord/Chart.yaml index 5221314a02f..1ac620488ae 100644 --- a/charts/stable/promcord/Chart.yaml +++ b/charts/stable/promcord/Chart.yaml @@ -21,7 +21,7 @@ name: promcord sources: - https://github.com/nimarion/promcord type: application -version: 4.0.4 +version: 4.0.5 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/promcord/values.yaml b/charts/stable/promcord/values.yaml index 288e6703d1a..587952366f9 100644 --- a/charts/stable/promcord/values.yaml +++ b/charts/stable/promcord/values.yaml @@ -3,8 +3,6 @@ image: tag: latest@sha256:ba9bee8d89b3ce86ca55d1bd29e13deb31f73a004991b17d8d80c73f2cc1c03c pullPolicy: IfNotPresent -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -15,11 +13,8 @@ service: port: 10101 targetPort: 8080 -# -- environment variables. See [application docs](https://github.com/nimarion/promcord/blob/master/README.md) for more details. -# @default -- See below -env: {} - # -- Discord bot token - # DISCORD_TOKEN: +# env: +# DISCORD_TOKEN: metrics: # -- Enable and configure a Prometheus serviceMonitor for the chart under this key. diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index 2446d68fb18..7232991c136 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -19,7 +19,7 @@ name: protonmail-bridge sources: - https://github.com/shenxn/protonmail-bridge-docker - https://hub.docker.com/r/shenxn/protonmail-bridge -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/protonmail-bridge/values.yaml b/charts/stable/protonmail-bridge/values.yaml index c0a8e60c59d..cec9c141b81 100644 --- a/charts/stable/protonmail-bridge/values.yaml +++ b/charts/stable/protonmail-bridge/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/protonmail-bridge - # -- image tag tag: v1.8.10-1@sha256:58a54002123cc9a83cfb3170deb0a1dbf4cedabdced09a9c6bcafc19ee4b5631 - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -14,13 +11,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. -# @default -- See below -env: - # -- Set the container timezone - -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: enabled: false @@ -35,8 +25,6 @@ service: port: 25 targetPort: 25 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index 2edf201ce3a..8f2c2a9d4af 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -21,7 +21,7 @@ name: prowlarr sources: - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/prowlarr/values.yaml b/charts/stable/prowlarr/values.yaml index 827f82c9982..e9b1e725407 100644 --- a/charts/stable/prowlarr/values.yaml +++ b/charts/stable/prowlarr/values.yaml @@ -1,21 +1,12 @@ image: - # -- image repository repository: tccr.io/truecharts/prowlarr - # -- image tag tag: v0.4.0.1802@sha256:38c36ad5f20a578764c48b5188a46e943263e232b922bcf88c57edd77db16629 - # -- image pull policy pullPolicy: IfNotPresent securityContext: readOnlyRootFilesystem: false -# -- environment variables. -# @default -- See below -env: - # -- Set the container timezone -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -23,14 +14,6 @@ service: port: 9696 targetPort: 9696 -ingress: - # -- Enable and configure ingress settings for the chart under this key. - # @default -- See values.yaml - main: - enabled: false - -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml index 7f226055658..37b3e6d8759 100644 --- a/charts/stable/pyload/Chart.yaml +++ b/charts/stable/pyload/Chart.yaml @@ -21,7 +21,7 @@ name: pyload sources: - https://github.com/pyload/pyload - https://hub.docker.com/r/linuxserver/pyload -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/pyload/values.yaml b/charts/stable/pyload/values.yaml index 5c0015cb3c1..f5a1552a244 100644 --- a/charts/stable/pyload/values.yaml +++ b/charts/stable/pyload/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/pyload - # -- image tag tag: version-5de90278@sha256:c33489498cb4541bbf936b1ebd1eaebfb0cae279f738aa0e6184969089e94081 - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -13,12 +10,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-pyload#environment-variables-e) for more details. -# @default -- See below -env: {} - -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -26,8 +17,6 @@ service: port: 10075 targetPort: 8000 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/recipes/Chart.yaml b/charts/stable/recipes/Chart.yaml index e5e4278db93..6ab517f6175 100644 --- a/charts/stable/recipes/Chart.yaml +++ b/charts/stable/recipes/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.2.7" description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. name: recipes -version: 8.0.3 +version: 8.0.4 kubeVersion: ">=1.16.0-0" keywords: - recipes diff --git a/charts/stable/recipes/values.yaml b/charts/stable/recipes/values.yaml index b5e716ef543..ae76b23b194 100644 --- a/charts/stable/recipes/values.yaml +++ b/charts/stable/recipes/values.yaml @@ -1,15 +1,10 @@ image: - # -- image repository repository: tccr.io/truecharts/recipes - # -- image tag tag: v1.2.7@sha256:adf374f81318ded9b4f8d8a4b3ce4694fe034b1f52f86f069ba05fb1689db2ce - # -- image pull policy pullPolicy: IfNotPresent nginxImage: - # -- nginx sidecar image repository repository: tccr.io/truecharts/nginx - # -- nginx sidecar image tag tag: v1.22.0@sha256:9829252d9891aa3dfc654df8a98f65567ca8b43683e3ef2898944bc44287aeef securityContext: @@ -50,8 +45,6 @@ configmap: } } -# -- environment variables. See [project docs](https://raw.githubusercontent.com/vabene1111/recipes/master/.env.template) for more details. -# @default -- See below env: DEBUG: 0 ALLOWED_HOSTS: "*" @@ -94,8 +87,6 @@ additionalContainers: - name: static mountPath: "/static" -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -103,8 +94,6 @@ service: port: 10029 targetPort: 80 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: media: enabled: true @@ -122,7 +111,6 @@ persistence: configMap: name: '{{ printf "%v-config" (include "tc.common.names.fullname" .) }}' -# Enabled postgres postgresql: enabled: true existingSecret: "dbcreds" diff --git a/charts/stable/reg/Chart.yaml b/charts/stable/reg/Chart.yaml index 743001c07dc..2a311526494 100644 --- a/charts/stable/reg/Chart.yaml +++ b/charts/stable/reg/Chart.yaml @@ -19,7 +19,7 @@ name: reg sources: - https://github.com/genuinetools/reg - https://github.com/k8s-at-home/container-images/ -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/reg/values.yaml b/charts/stable/reg/values.yaml index 22c68c85a8f..469cef3b4e0 100644 --- a/charts/stable/reg/values.yaml +++ b/charts/stable/reg/values.yaml @@ -1,19 +1,8 @@ image: - # -- image repository repository: tccr.io/truecharts/reg - # -- image pull policy pullPolicy: IfNotPresent - # -- image tag tag: v0.16.1@sha256:ae581387764a23c62c1386389e27358bac5088790904938264cb0bcd4e8c946c -# -- environment variables. See more environment variables in the [reg documentation](https://github.com/genuinetools/reg). -env: - # -- Set the container timezone - # -- Set the server registry - # EXTRA_ARGS: "server --registry r.j3ss.co" - -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -25,10 +14,3 @@ persistence: config: enabled: true mountPath: "/config" - - -ingress: - # -- Enable and configure ingress settings for the chart under this key. - # @default -- See values.yaml - main: - enabled: false diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index 45bbe42028d..f71858fb5c0 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -20,7 +20,7 @@ name: sabnzbd sources: - https://sabnzbd.org/ type: application -version: 11.0.5 +version: 11.0.6 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/sabnzbd/questions.yaml b/charts/stable/sabnzbd/questions.yaml index 833da2995e9..47c72f3204a 100644 --- a/charts/stable/sabnzbd/questions.yaml +++ b/charts/stable/sabnzbd/questions.yaml @@ -87,7 +87,6 @@ questions: schema: type: string default: "" - required: false # Include{containerConfig} diff --git a/charts/stable/sabnzbd/values.yaml b/charts/stable/sabnzbd/values.yaml index aed297f8328..57a73fa601f 100644 --- a/charts/stable/sabnzbd/values.yaml +++ b/charts/stable/sabnzbd/values.yaml @@ -3,6 +3,9 @@ image: pullPolicy: IfNotPresent tag: v3.6.0@sha256:9caf7833f7cfc44e8d8cfdeaf626f13059118b479a89519bd43ca22c59a5f463 +env: + HOST_WHITELIST_ENTRIES: "" + service: main: ports: diff --git a/charts/stable/satisfactory/Chart.yaml b/charts/stable/satisfactory/Chart.yaml index 58ba033655c..c20936be7aa 100644 --- a/charts/stable/satisfactory/Chart.yaml +++ b/charts/stable/satisfactory/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/wolveix/satisfactory-server - https://hub.docker.com/r/wolveix/satisfactory-server type: application -version: 2.0.4 +version: 2.0.6 annotations: truecharts.org/catagories: | - games diff --git a/charts/stable/satisfactory/questions.yaml b/charts/stable/satisfactory/questions.yaml index a3aacd8209c..f44f34e003c 100644 --- a/charts/stable/satisfactory/questions.yaml +++ b/charts/stable/satisfactory/questions.yaml @@ -66,7 +66,6 @@ questions: label: "Enable/Disable Auto pause" schema: type: boolean - required: false default: true - variable: AUTOSAVEINTERVAL label: "Auto save interval" @@ -84,25 +83,21 @@ questions: label: "Auto save on Disconnect" schema: type: boolean - required: false default: true - variable: CRASHREPORT label: "Crash report" schema: type: boolean - required: false default: true - variable: DEBUG label: "Debug" schema: type: boolean - required: false default: false - variable: DISABLESEASONALEVENTS label: "Disable seasonal events" schema: type: boolean - required: false default: false - variable: MAXPLAYERS label: "Max players" @@ -114,13 +109,11 @@ questions: label: "Skip update" schema: type: boolean - required: false default: false - variable: STEAMBETA label: "Steam beta" schema: type: boolean - required: false default: false # Include{containerConfig} diff --git a/charts/stable/satisfactory/values.yaml b/charts/stable/satisfactory/values.yaml index 8f6fba8877f..b24851a2dd6 100644 --- a/charts/stable/satisfactory/values.yaml +++ b/charts/stable/satisfactory/values.yaml @@ -57,17 +57,9 @@ service: protocol: UDP probes: - # -- Liveness probe configuration - # @default -- See below liveness: enabled: false - - # -- Redainess probe configuration - # @default -- See below readiness: enabled: false - - # -- Startup probe configuration - # @default -- See below startup: enabled: false diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml index 83648a664b7..889c38fb666 100644 --- a/charts/stable/ser2sock/Chart.yaml +++ b/charts/stable/ser2sock/Chart.yaml @@ -18,7 +18,7 @@ name: ser2sock sources: - https://github.com/nutechsoftware/ser2sock - https://github.com/tenstartups/ser2sock -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ser2sock/values.yaml b/charts/stable/ser2sock/values.yaml index f3163d36f73..d30962437fe 100644 --- a/charts/stable/ser2sock/values.yaml +++ b/charts/stable/ser2sock/values.yaml @@ -1,24 +1,13 @@ image: - # -- image repository repository: tccr.io/truecharts/ser2sock - # -- image tag tag: latest@sha256:04d80516d8e352b1c8f82c28e130f1bc9af2862925c910fb9014a9b46c3473ae - # -- image pull policy pullPolicy: Always -# -- environment variables. See [image docs](https://github.com/tenstartups/ser2sock) for more details. -# @default -- See below env: - # -- Set the container timezone - # -- Port where ser2sock listens LISTENER_PORT: "{{ .Values.service.main.ports.main.port }}" - # -- Path to the serial device SERIAL_DEVICE: "{{ .Values.persistence.usb.mountPath }}" - # -- Serial device baud rate BAUD_RATE: 115200 -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -26,12 +15,11 @@ service: port: 10000 targetPort: 10000 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true mountPath: "/config" + # -- Affinity constraint rules to place the Pod on a specific node. # [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) affinity: {} diff --git a/charts/stable/shiori/Chart.yaml b/charts/stable/shiori/Chart.yaml index 62640b7b608..8f1a3b44d5f 100644 --- a/charts/stable/shiori/Chart.yaml +++ b/charts/stable/shiori/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "1.5.0" -version: 7.0.3 +version: 7.0.4 kubeVersion: '>=1.16.0-0' name: shiori description: A simple bookmark manager built with Go diff --git a/charts/stable/shiori/values.yaml b/charts/stable/shiori/values.yaml index 1596ffeb586..6805ccb17fe 100644 --- a/charts/stable/shiori/values.yaml +++ b/charts/stable/shiori/values.yaml @@ -11,8 +11,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# See more environment variables in the shiori documentation -# https://github.com/go-shiori/shiori/wiki/Configuration#database env: SHIORI_PG_NAME: "{{ .Values.postgresql.postgresqlDatabase }}" SHIORI_PG_USER: "{{ .Values.postgresql.postgresqlUsername }}" @@ -39,7 +37,6 @@ persistence: varrun: enabled: true -# Enabled postgres postgresql: enabled: true existingSecret: "dbcreds" diff --git a/charts/stable/shlink-web-client/Chart.yaml b/charts/stable/shlink-web-client/Chart.yaml index ae0bb1dcc12..20d7f983b9e 100644 --- a/charts/stable/shlink-web-client/Chart.yaml +++ b/charts/stable/shlink-web-client/Chart.yaml @@ -20,7 +20,7 @@ name: shlink-web-client sources: - https://github.com/shlinkio/shlink-web-client type: application -version: 3.0.4 +version: 3.0.5 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/shlink-web-client/values.yaml b/charts/stable/shlink-web-client/values.yaml index 5ab56fd791a..750fc51522a 100644 --- a/charts/stable/shlink-web-client/values.yaml +++ b/charts/stable/shlink-web-client/values.yaml @@ -11,6 +11,11 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 +env: + SHLINK_SERVER_URL: "" + SHLINK_SERVER_API_KEY: "" + SHLINK_SERVER_NAME: "" + service: main: ports: @@ -18,5 +23,3 @@ service: targetPort: 80 port: 10154 protocol: HTTP - -env: {} diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index b1a042aad85..8def2c4c6e7 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -28,7 +28,7 @@ name: shlink sources: - https://github.com/shlinkio/shlink type: application -version: 4.0.4 +version: 4.0.5 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/shlink/values.yaml b/charts/stable/shlink/values.yaml index 179de7e2502..1366c353102 100644 --- a/charts/stable/shlink/values.yaml +++ b/charts/stable/shlink/values.yaml @@ -15,7 +15,6 @@ service: main: ports: main: - targetPort: 10153 port: 10153 probes: @@ -32,7 +31,7 @@ env: ANONYMIZE_REMOTE_ADDR: true ENABLE_PERIODIC_VISIT_LOCATE: true IS_HTTPS_ENABLED: true - PORT: 10153 + PORT: "{{ .Values.service.main.ports.main.port }}" DB_DRIVER: "postgres" DB_USER: "{{ .Values.postgresql.postgresqlUsername }}" DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}" diff --git a/charts/stable/snipe-it/Chart.yaml b/charts/stable/snipe-it/Chart.yaml index a762a7cd281..7e5ace1517e 100644 --- a/charts/stable/snipe-it/Chart.yaml +++ b/charts/stable/snipe-it/Chart.yaml @@ -29,7 +29,7 @@ name: snipe-it sources: - https://snipeitapp.com/ - https://github.com/snipe/snipe-it -version: 4.0.6 +version: 4.0.7 annotations: truecharts.org/catagories: | - management diff --git a/charts/stable/snipe-it/values.yaml b/charts/stable/snipe-it/values.yaml index 622141458bc..4cc752b2539 100644 --- a/charts/stable/snipe-it/values.yaml +++ b/charts/stable/snipe-it/values.yaml @@ -26,6 +26,8 @@ env: FILESYSTEM_DISK: "local" # User Defined APP_URL: "http://localhost:80" + # APP_FORCE_TLS: false + # APP_TRUSTED_PROXIES: "172.16.0.0/16" APP_LOCALE: "en" MAX_RESULTS: 500 IMAGE_LIB: "gd" @@ -37,10 +39,50 @@ env: ENCRYPT: false COOKIE_NAME: "snipeit_session" SECURE_COOKIES: false + # COOKIE_DOMAIN: "" API_TOKEN_EXPIRATION_YEARS: 40 # Login LOGIN_MAX_ATTEMPTS: 5 LOGIN_LOCKOUT_DURATION: 60 + # ALLOW_IFRAMING: false + # APP_ALLOW_INSECURE_HOSTS: false + # GOOGLE_MAPS_API: "" + # LDAP_MEM_LIM: "500M" + # LDAP_TIME_LIM: 600 + # API_THROTTLE_PER_MINUTE: 120 + # ENABLE_HSTS: false + # ENABLE_CSP: false + # CORS_ALLOWED_ORIGINS: "null" + # REFERRER_POLICY: "same-origin" + # MAIL_DRIVER: "log" + # MAIL_HOST: "" + # MAIL_PORT: 587 + # MAIL_USERNAME: "" + # MAIL_PASSWORD: "" + # MAIL_ENCRYPTION: "null" + # MAIL_FROM_ADDR: "" + # MAIL_FROM_NAME: "" + # MAIL_REPLYTO_ADDR: "" + # MAIL_REPLYTO_NAME: "" + # MAIL_AUTO_EMBED: true + # MAIL_AUTO_EMBED_METHOD: "base64" + # PUBLIC_AWS_SECRET_ACCESS_KEY: "" + # PUBLIC_AWS_ACCESS_KEY_ID: "" + # PUBLIC_AWS_DEFAULT_REGION: "" + # PUBLIC_AWS_BUCKET: "" + # PUBLIC_AWS_URL: "" + # PUBLIC_AWS_BUCKET_ROOT: "" + # PRIVATE_AWS_SECRET_ACCESS_KEY: "" + # PRIVATE_AWS_ACCESS_KEY_ID: "" + # PRIVATE_AWS_DEFAULT_REGION: "" + # PRIVATE_AWS_BUCKET: "" + # PRIVATE_AWS_URL: "" + # PRIVATE_AWS_BUCKET_ROOT: "" + # LOG: "daily" + # APP_LOG_MAX_FILES: 10 + # APP_DEBUG: false + # APP_LOG_LEVEL: "error" + DB_HOST: secretKeyRef: name: mariadbcreds diff --git a/charts/stable/speedtest-exporter/Chart.yaml b/charts/stable/speedtest-exporter/Chart.yaml index a768bfed33f..8e706ccec3b 100644 --- a/charts/stable/speedtest-exporter/Chart.yaml +++ b/charts/stable/speedtest-exporter/Chart.yaml @@ -21,7 +21,7 @@ name: speedtest-exporter sources: - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ type: application -version: 3.0.4 +version: 3.0.5 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/speedtest-exporter/values.yaml b/charts/stable/speedtest-exporter/values.yaml index 879465d0bd2..bddfc00c164 100644 --- a/charts/stable/speedtest-exporter/values.yaml +++ b/charts/stable/speedtest-exporter/values.yaml @@ -1,21 +1,11 @@ image: - # -- image repository repository: tccr.io/truecharts/speedtest-exporter - # -- image tag tag: v3.5.1 - # -- image pull policy pullPolicy: IfNotPresent -# -- environment variables. See [application docs](https://docs.miguelndecarvalho.pt/projects/speedtest-exporter/) for more details. -# @default -- See below -env: - # -- Set the container timezone - securityContext: readOnlyRootFilesystem: false -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: diff --git a/charts/stable/spotweb/Chart.yaml b/charts/stable/spotweb/Chart.yaml index 87dd3ca25a2..f153e1b7cc2 100644 --- a/charts/stable/spotweb/Chart.yaml +++ b/charts/stable/spotweb/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "1.5.1" kubeVersion: '>=1.16.0-0' -version: 4.0.3 +version: 4.0.4 name: spotweb description: Spotweb is a decentralized usenet community based on the Spotnet protocol. type: application diff --git a/charts/stable/spotweb/values.yaml b/charts/stable/spotweb/values.yaml index d2847983e1d..57e9e25c213 100644 --- a/charts/stable/spotweb/values.yaml +++ b/charts/stable/spotweb/values.yaml @@ -3,8 +3,6 @@ image: pullPolicy: IfNotPresent tag: v1.5.1@sha256:75fe32474598f89d7b0741c3b96eeebd6b346da5219e1eabf8ed9e769f7a98f5 -# See more environment variables in the babybuddy documentation -# https://hub.docker.com/r/jgeusebroek/spotweb env: SPOTWEB_SYSTEMTYPE: "single" SPOTWEB_FIRSTNAME: "demo" @@ -44,7 +42,6 @@ service: port: 10050 targetPort: 80 -# Enabled postgres postgresql: enabled: true existingSecret: "dbcreds" diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml index 1b3e6bd377f..8a7a64855c5 100644 --- a/charts/stable/stash/Chart.yaml +++ b/charts/stable/stash/Chart.yaml @@ -18,7 +18,7 @@ name: stash sources: - https://github.com/stashapp/stash - https://hub.docker.com/r/stashapp/stash -version: 7.0.4 +version: 7.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/stash/values.yaml b/charts/stable/stash/values.yaml index 377a9f52ed7..60dbbd06dfd 100644 --- a/charts/stable/stash/values.yaml +++ b/charts/stable/stash/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/stash - # -- image tag tag: v0.15.0@sha256:38807e4a0302680dfbd78389d3e7f9c1fd50891386a9cfeab6395defce3ad138 - # -- image pull policy pullPolicy: IfNotPresent securityContext: @@ -13,27 +10,19 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See more environment variables in the [stashapp documentation](https://raw.githubusercontent.com/stashapp/stash/master/docker/production/docker-compose.yml) -# @default -- See below env: - # -- Set the container port - STASH_PORT: 9999 + STASH_PORT: "{{ .Values.service.main.ports.main.port }}" # STASH_STASH: # STASH_GENERATED: # STASH_METADATA: # STASH_CACHE: -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: main: port: 9999 - targetPort: 9999 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/statping/Chart.yaml b/charts/stable/statping/Chart.yaml index e80f9b690ad..eb90e666a17 100644 --- a/charts/stable/statping/Chart.yaml +++ b/charts/stable/statping/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "0.90.78" description: Status page for monitoring your websites and applications name: statping -version: 7.0.3 +version: 7.0.4 kubeVersion: ">=1.16.0-0" keywords: - statping diff --git a/charts/stable/statping/values.yaml b/charts/stable/statping/values.yaml index 6ab4968ff6a..f5680a652f4 100644 --- a/charts/stable/statping/values.yaml +++ b/charts/stable/statping/values.yaml @@ -1,31 +1,18 @@ image: - # -- image repository repository: tccr.io/truecharts/statping - # -- image tag tag: v0.90.78@sha256:975e6f7361c435414d14c3700a356819fd6f4eb00df8cb2c13a24e5511580042 - # -- image pull policy pullPolicy: IfNotPresent -# -- environment variables. See [application docs](https://github.com/statping/statping/wiki/Config-with-.env-File) for more details. -# @default -- See below secretEnv: - # -- dashboard admin user (needed to edit) ADMIN_USER: "admin" - # -- dashboard admin password (needed to edit) ADMIN_PASSWORD: "changeme" - # -- dashboard admin email ADMIN_EMAIL: "info@example.com" + env: - # -- Set the container timezone - # -- Name of the Statping instance NAME: "Statping Example" - # -- Description of the Statping instance DESCRIPTION: "This is a Statping instance deployed as Helm chart" - # -- External URL you use to connect to the statping (the one you enter in your browser) VIRTUAL_HOST: "" - # -- Use CDN for static context from third-parties USE_CDN: false - # -- Disable logs from appearing and writing to disk DISABLE_LOGS: false DB_CONN: "postgres" DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}" @@ -40,23 +27,19 @@ env: secretKeyRef: name: dbcreds key: plainhost -# -- Configures service settings for the chart. -# @default -- See values.yaml + service: main: ports: main: port: 10099 targetPort: 8080 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml + persistence: data: enabled: true mountPath: "/app" -# -- Enable and configure postgresql database subchart under this key. -# @default -- See values.yaml postgresql: enabled: true existingSecret: "dbcreds" diff --git a/charts/stable/storj-node/Chart.yaml b/charts/stable/storj-node/Chart.yaml index 99c8f2b0a1a..45050140e0b 100644 --- a/charts/stable/storj-node/Chart.yaml +++ b/charts/stable/storj-node/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/storj/storj - https://docs.storj.io/node/ - https://hub.docker.com/r/storjlabs/storagenode -version: 2.0.5 +version: 2.0.6 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/storj-node/values.yaml b/charts/stable/storj-node/values.yaml index 6fc7f97d5cc..87fb953aca7 100644 --- a/charts/stable/storj-node/values.yaml +++ b/charts/stable/storj-node/values.yaml @@ -10,10 +10,10 @@ securityContext: podSecurityContext: runAsUser: 0 runAsGroup: 0 + secretEnv: WALLET: "walletaddress" - env: SETUP: true EMAIL: "" diff --git a/charts/stable/teedy/Chart.yaml b/charts/stable/teedy/Chart.yaml index 7c8232783ce..05ef5adb7ea 100644 --- a/charts/stable/teedy/Chart.yaml +++ b/charts/stable/teedy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.10" description: Teedy is an open source, lightweight document management system for individuals and businesses. name: teedy -version: 7.0.3 +version: 7.0.4 kubeVersion: ">=1.16.0-0" keywords: - teedy diff --git a/charts/stable/teedy/values.yaml b/charts/stable/teedy/values.yaml index 9da3d50b669..6b87f64b7cc 100644 --- a/charts/stable/teedy/values.yaml +++ b/charts/stable/teedy/values.yaml @@ -1,31 +1,17 @@ image: - # -- image repository repository: tccr.io/truecharts/docs - # -- image tag tag: v1.10@sha256:da049548cc6e261fb09530de30b8856a5f45ec9be654fa8aba4b3dd4f6d091d7 - # -- image pull policy pullPolicy: IfNotPresent -# -- environment variables. See [application docs](https://github.com/sismics/docs) for more details. -# @default -- See below secretEnv: - # -- Defines the e-mail-address the admin user should have upon initialization DOCS_ADMIN_EMAIL_INIT: "" - # -- Defines the password the admin user should have upon initialization. Needs to be a bcrypt hash. DOCS_ADMIN_PASSWORD_INIT: "" - # -- The username of the SMTP-Server which should be used DOCS_SMTP_USERNAME: "" - # -- The password of the SMTP-Server which should be used DOCS_SMTP_PASSWORD: "" env: - # -- Set the container timezone - # -- The language which will be used as default DOCS_DEFAULT_LANGUAGE: "eng" - # -- The base url used by the application DOCS_BASE_URL: "" - # -- Hostname of the SMTP-Server to be used by Teedy DOCS_SMTP_HOSTNAME: "" - # -- The port of the SMTP-Server which should be used DOCS_SMTP_PORT: 0 DATABASE_USER: "{{ .Values.postgresql.postgresqlUsername }}" DATABASE_PASSWORD: @@ -36,8 +22,7 @@ env: secretKeyRef: name: dbcreds key: jdbc -# -- Configures service settings for the chart. -# @default -- See values.yaml + service: main: ports: @@ -45,15 +30,11 @@ service: port: 10100 targetPort: 8080 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: data: enabled: true mountPath: "/data" -# -- Enable and configure postgresql database subchart under this key. -# @default -- See values.yaml postgresql: enabled: true existingSecret: "dbcreds" diff --git a/charts/stable/thelounge/values.yaml b/charts/stable/thelounge/values.yaml index affb70aa4f0..74e8eef606b 100644 --- a/charts/stable/thelounge/values.yaml +++ b/charts/stable/thelounge/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/thelounge - # -- image pull policy pullPolicy: IfNotPresent - # -- image tag tag: v4.3.1@sha256:f184f95409da22f1cc3aadbab91324962d7392d47b05df629f7b8159ea3561b4 securityContext: @@ -13,13 +10,9 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See [image docs](https://hub.docker.com/r/thelounge/thelounge/) for more details. -# @default -- See below env: THELOUNGE_HOME: "/config" -# -- Configures service settings for the chart. Normally this does not need to be modified. -# @default -- See values.yaml service: main: ports: @@ -27,14 +20,6 @@ service: port: 10061 targetPort: 9000 -ingress: - # -- Enable and configure ingress settings for the chart under this key. - # @default -- See values.yaml - main: - enabled: false - -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/traccar/Chart.yaml b/charts/stable/traccar/Chart.yaml index 232a84ac5d8..4ee039809b3 100644 --- a/charts/stable/traccar/Chart.yaml +++ b/charts/stable/traccar/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "5.0" description: Traccar is an open source GPS tracking system. name: traccar -version: 7.0.3 +version: 7.0.4 kubeVersion: ">=1.16.0-0" keywords: - traccar diff --git a/charts/stable/traccar/values.yaml b/charts/stable/traccar/values.yaml index 761e86d45f9..e818b2c6082 100644 --- a/charts/stable/traccar/values.yaml +++ b/charts/stable/traccar/values.yaml @@ -1,17 +1,10 @@ image: - # -- image repository repository: tccr.io/truecharts/traccar - # -- image tag tag: v5.0@sha256:b56353fba09e0103d8fef47b283f5aaf592420ceec0123d14194e8b7a9630d0d - # -- image pull policy pullPolicy: IfNotPresent -# -- environment variables. See more environment variables in the [traccar documentation](https://www.traccar.org/configuration-file/) -# @default -- See below env: - # -- Set application to read environment variables CONFIG_USE_ENVIRONMENT_VARIABLES: true - # -- Set application to log to stdout LOGGER_CONSOLE: true DATABASE_DRIVER: "org.postgresql.Driver" DATABASE_USER: "{{ .Values.postgresql.postgresqlUsername }}" @@ -24,8 +17,6 @@ env: name: dbcreds key: jdbc -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -33,14 +24,11 @@ service: port: 8082 targetPort: 8082 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: data: enabled: true mountPath: "/opt/traccar/data" -# Enabled postgres postgresql: enabled: true existingSecret: "dbcreds" diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml index c715b5bfc99..609e70c286c 100644 --- a/charts/stable/tt-rss/Chart.yaml +++ b/charts/stable/tt-rss/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2.0.9113" description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator name: tt-rss -version: 7.0.3 +version: 7.0.4 kubeVersion: ">=1.16.0-0" keywords: - tt-rss diff --git a/charts/stable/tt-rss/values.yaml b/charts/stable/tt-rss/values.yaml index 634ce9f9b49..62578b75121 100644 --- a/charts/stable/tt-rss/values.yaml +++ b/charts/stable/tt-rss/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/tt-rss - # -- image pull policy pullPolicy: IfNotPresent - # -- image tag tag: v2.0.9113@sha256:c4b2bc071fbea7e78d20b7270fe51d94a4b4ca3bd857a872b23b145f60da0458 securityContext: @@ -25,11 +22,7 @@ persistence: enabled: true mountPath: "/app/themes.local" -# -- See more environment variables in the tt-rss documentation -# https://git.tt-rss.org/fox/tt-rss/src/branch/master/classes/config.php#L9 -# @default -- See below. env: - # -- External URL you use to connect to the RSS (the one you enter in your browser) TTRSS_SELF_URL_PATH: "" TTRSS_DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}" TTRSS_DB_USER: "{{ .Values.postgresql.postgresqlUsername }}" @@ -43,8 +36,6 @@ env: name: dbcreds key: plainhost -# -- Configure the services for the chart here. -# @default -- See below. service: main: ports: @@ -52,12 +43,8 @@ service: port: 10104 targetPort: 8080 -# @default -- see bellow -# Enabled postgres postgresql: enabled: true existingSecret: "dbcreds" - # -- Postgres database user name postgresqlUsername: tt-rss - # -- Postgres database password postgresqlDatabase: tt-rss diff --git a/charts/stable/unpoller/Chart.yaml b/charts/stable/unpoller/Chart.yaml index 389a8a36ddb..aeee64b26e4 100644 --- a/charts/stable/unpoller/Chart.yaml +++ b/charts/stable/unpoller/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/unifi-poller/unifi-poller - https://hub.docker.com/r/golift/unifi-poller type: application -version: 3.0.4 +version: 3.0.5 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/unpoller/values.yaml b/charts/stable/unpoller/values.yaml index 7e50c65d947..e06b11b1417 100644 --- a/charts/stable/unpoller/values.yaml +++ b/charts/stable/unpoller/values.yaml @@ -1,14 +1,8 @@ image: - # -- Image to deploy. repository: tccr.io/truecharts/unifi-poller - # -- Image [k8s pull policy](https://kubernetes.io/docs/concepts/containers/images/#updating-images). pullPolicy: IfNotPresent - # -- Image tag to deploy. tag: v2.1.3@sha256:2d6cd1f4cdc3d8522d697830f69ca12aa2fe24fda4e5476610af6e0b5c0597e9 - -# -- 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: # UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443" # UP_UNIFI_DEFAULT_USER: "unifipoller" diff --git a/charts/stable/uptimerobot-prometheus/Chart.yaml b/charts/stable/uptimerobot-prometheus/Chart.yaml index dbfd61b5ac8..f4bd13e2bf0 100644 --- a/charts/stable/uptimerobot-prometheus/Chart.yaml +++ b/charts/stable/uptimerobot-prometheus/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/lekpamartin/uptimerobot_exporter - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus type: application -version: 4.0.4 +version: 4.0.5 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/uptimerobot-prometheus/values.yaml b/charts/stable/uptimerobot-prometheus/values.yaml index 21fc7309410..9b2744101cb 100644 --- a/charts/stable/uptimerobot-prometheus/values.yaml +++ b/charts/stable/uptimerobot-prometheus/values.yaml @@ -1,24 +1,14 @@ image: - # -- image repository repository: tccr.io/truecharts/prometheus-uptimerobot-exporter - # -- image tag tag: v0.0.1@sha256:c73a86e73ab47e0974eb3d6bd6ce5834befe8363979a9da2b53922b630ec084a - # -- image pull policy pullPolicy: IfNotPresent -# -- environment variables. See [application docs](https://github.com/lekpamartin/uptimerobot_exporter/blob/master/docker-compose.yml) for more details. -# @default -- See below secretEnv: - # -- Set the uptimerobot API key UPTIMEROBOT_API_KEY: "" -env: {} - securityContext: readOnlyRootFilesystem: false -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index 55d8682d70c..5d2127b16c8 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -25,7 +25,7 @@ maintainers: name: vikunja sources: - https://vikunja.io/docs -version: 3.0.4 +version: 3.0.5 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/vikunja/values.yaml b/charts/stable/vikunja/values.yaml index 0797295553c..cdea70a4cc1 100644 --- a/charts/stable/vikunja/values.yaml +++ b/charts/stable/vikunja/values.yaml @@ -64,6 +64,15 @@ env: VIKUNJA_RATELIMIT_ENABLED: false VIKUNJA_RATELIMIT_PERIOD: 60 VIKUNJA_RATELIMIT_LIMIT: 100 + # VIKUNJA_MAILER_HOST: "" + # VIKUNJA_MAILER_PORT: 587 + # VIKUNJA_MAILER_USERNAME: "" + # VIKUNJA_MAILER_PASSWORD: "" + # VIKUNJA_MAILER_FROMEMAIL: "" + # VIKUNJA_MAILER_SKIPTLSVERIFY: false + # VIKUNJA_MAILER_FORCESSL: false + # VIKUNJA_MAILER_QUEUELENGTH: 100 + # VIKUNJA_MAILER_QUEUETIMEOUT: 30 VIKUNJA_DATABASE_HOST: secretKeyRef: name: dbcreds diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml index f0bd5a455c0..562709f09df 100644 --- a/charts/stable/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -23,7 +23,7 @@ name: wekan sources: - https://github.com/wekan/wekan - https://wekan.github.io/ -version: 4.0.5 +version: 4.0.6 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/wekan/values.yaml b/charts/stable/wekan/values.yaml index 4ce097d878d..a71bfcb0b2b 100644 --- a/charts/stable/wekan/values.yaml +++ b/charts/stable/wekan/values.yaml @@ -7,6 +7,130 @@ env: WRITABLE_PATH: "/data" # User Defined ROOT_URL: "http://localhost:8080" + # BROWSER_POLICY_ENABLED: false + # TRUSTED_URL: "" + # LOGOUT_WITH_TIMER: false + # LOGOUT_IN: 0 + # LOGOUT_ON_HOURS: 0 + # LOGOUT_ON_MINUTES: 0 + # ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS: 90 + # ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURES_BEFORE: 3 + # ACCOUNTS_LOCKOUT_KNOWN_USERS_PERIOD: 60 + # ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURE_WINDOW: 15 + # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURES_BERORE: 3 + # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD: 60 + # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW: 15 + # MAX_IMAGE_PIXEL: 1024 + # IMAGE_COMPRESS_RATIO: 80 + # MAIL_URL: "" + # MAIL_SERVICE_USER: "" + # MAIL_SERVICE_PASSWORD: "" + # MAIL_SERVICE: "" + # BIGEVENTS_PATTERN: "NONE" + # NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE: 90 + # EMAIL_NOTIFICATION_TIMEOUT: 30000 + # NOTIFY_DUE_DAYS_BEFORE_AND_AFTER: "2,0" + # NOTIFY_DUE_AT_HOUR_OF_DAY: 8 + # RESULTS_PER_PAGE: 20 + # RICHER_CARD_COMMENT_EDITOR: false + # CARD_OPENED_WEBHOOK_ENABLED: false + # PASSWORD_LOGIN_ENABLED: false + # WAIT_SPINNER: "Bounce" + # WITH_API: true + # WEBHOOKS_ATTRIBUTES: "cardId,listId,oldListId,boardId,comment,user,card,commentId,swimlaneId,customerField,customFieldValue" + # CORS: "*" + # CORS_ALLOW_HEADERS: "Authorization,Content-Type" + # CORS_EXPOSE_HEADERS: "*" + # MATOMO_ADDRESS: "" + # MATOMO_SITE_ID: 1 + # MATOMO_DO_NOT_TRACK: true + # MATOMO_WITH_USERNAME: true + # ORACLE_OIM_ENABLED: false + # OAUTH2_ENABLED: false + # OAUTH2_LOGIN_STYLE: "redirect" + # OAUTH2_CLIENT_ID: "" + # OAUTH2_SECRET: "" + # OAUTH2_SERVER_URL: "" + # OAUTH2_AUTH_ENDPOINT: "" + # OAUTH2_USERINFO_ENDPOINT: "" + # OAUTH2_TOKEN_ENDPOINT: "" + # OAUTH2_ID_MAP: "" + # OAUTH2_USERNAME_MAP: "" + # OAUTH2_FULLNAME_MAP: "" + # OAUTH2_EMAIL_MAP: "" + # OAUTH2_ID_TOKEN_WHITELIST_FIELDS: "" + # OAUTH2_REQUEST_PERMISSIONS: "" + # OAUTH2_CA_CERT: "" + # OAUTH2_ADFS_ENABLED: false + # LDAP_ENABLE: false + # DEFAULT_AUTHENTICATION_METHOD: "ldap" + # LDAP_PORT: 389 + # LDAP_HOST: "" + # LDAP_AD_SIMPLE_AUTH: false + # LDAP_USER_AUTHENTICATION: false + # LDAP_USER_AUTHENTICATION_FIELD: "uid" + # LDAP_DEFAULT_DOMAIN: "" + # LDAP_BASEDN: "" + # LDAP_LOGIN_FALLBACK: false + # LDAP_RECONNECT: true + # LDAP_TIMEOUT: 10000 + # LDAP_IDLE_TIMEOUT: 10000 + # LDAP_CONNECT_TIMEOUT: 10000 + # LDAP_AUTHENTIFICATION: true + # LDAP_AUTHENTIFICATION_USERDN: "" + # LDAP_AUTHENTIFICATION_PASSWORD: "" + # LDAP_LOG_ENABLED: true + # LDAP_BACKGROUND_SYNC: true + # LDAP_BACKGROUND_SYNC_INTERVAL: "every 1 hour" + # LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED: false + # LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS: false + # LDAP_ENCRYPTION: "false" + # LDAP_CA_CERT: "" + # LDAP_REJECT_UNAUTHORIZED: false + # LDAP_USER_SEARCH_FILTER: "" + # LDAP_USER_SEARCH_SCOPE: "one" + # LDAP_USER_SEARCH_FIELD: "" + # LDAP_SEARCH_PAGE_SIZE: 0 + # LDAP_SEARCH_SIZE_LIMIT: 0 + # LDAP_GROUP_FILTER_ENABLE: false + # LDAP_GROUP_FILTER_OBJECTCLASS: "" + # LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE: "" + # LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE: "" + # LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT: "" + # LDAP_GROUP_FILTER_GROUP_NAME: "" + # LDAP_UNIQUE_IDENTIFIER_FIELD: "" + # LDAP_UTF8_NAMES_SLUGIFY: true + # LDAP_USERNAME_FIELD: "" + # LDAP_FULLNAME_FIELD: "fullname" + # LDAP_MERGE_EXISTING_USERS: false + # LDAP_EMAIL_MATCH_ENABLE: true + # LDAP_EMAIL_MATCH_REQUIRE: true + # LDAP_EMAIL_MATCH_VERIFIED: true + # LDAP_EMAIL_FIELD: "mail" + # LDAP_SYNC_USER_DATA: false + # LDAP_SYNC_USER_DATA_FIELDMAP: "" + # LDAP_SYNC_GROUP_ROLES: "" + # LDAP_SYNC_ADMIN_STATUS: true + # LDAP_SYNC_ADMIN_GROUPS: "" + # HEADER_LOGIN_ID: "" + # HEADER_LOGIN_FIRSTNAME: "" + # HEADER_LOGIN_LASTNAME: "" + # HEADER_LOGIN_EMAIL: "" + # CAS_ENABLED: false + # CAS_BASE_URL: "" + # CAS_LOGIN_URL: "" + # CAS_VALIDATE_URL: "" + # SAML_ENABLED: false + # SAML_PROVIDER: "" + # SAML_ENTRYPOINT: "" + # SAML_ISSUER: "" + # SAML_CERT: "" + # SAML_IDPSLO_REDIRECTURL: "" + # SAML_PRIVATE_KEYFILE: "" + # SAML_PUBLIC_CERTFILE: "" + # SAML_IDENTIFIER_FORMAT: "" + # SAML_LOCAL_PROFILE_MATCH_ATTRIBUTE: "" + # SAML_ATTRIBUTES: "" MONGO_URL: secretKeyRef: name: mongodbcreds diff --git a/charts/stable/whoogle/Chart.yaml b/charts/stable/whoogle/Chart.yaml index a48d80cf99d..a50502e8d56 100644 --- a/charts/stable/whoogle/Chart.yaml +++ b/charts/stable/whoogle/Chart.yaml @@ -20,7 +20,7 @@ maintainers: name: whoogle sources: - https://github.com/benbusby/whoogle-search -version: 3.0.5 +version: 3.0.6 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/whoogle/questions.yaml b/charts/stable/whoogle/questions.yaml index e76e78d8fdd..91aee7868f0 100644 --- a/charts/stable/whoogle/questions.yaml +++ b/charts/stable/whoogle/questions.yaml @@ -82,8 +82,6 @@ questions: additional_attrs: true type: dict attrs: - - - variable: WHOOGLE_CONFIG_COUNTRY label: "WHOOGLE_CONFIG_COUNTRY" description: "Filter results by hosting country" diff --git a/charts/stable/whoogle/values.yaml b/charts/stable/whoogle/values.yaml index 7d51d8f8294..498027a481a 100644 --- a/charts/stable/whoogle/values.yaml +++ b/charts/stable/whoogle/values.yaml @@ -1,15 +1,9 @@ image: - # -- image repository repository: tccr.io/truecharts/whoogle-search - # -- image tag tag: v0.7.4@sha256:8d0648349804b74e6ff0bcc8b4b2737160d0a4226b72e4f63334cbba03a6af39 - # -- image pull policy pullPolicy: IfNotPresent -# -- environment variables. See [image docs](https://github.com/benbusby/whoogle-search#environment-variables) for more details. -# @default -- See below env: - # -- Set the container timezone WHOOGLE_CONFIG_COUNTRY: "" WHOOGLE_CONFIG_THEME: "dark" WHOOGLE_CONFIG_SAFE: true @@ -20,8 +14,6 @@ env: WHOOGLE_CONFIG_URL: https:/// WHOOGLE_CONFIG_STYLE: "" -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: diff --git a/charts/stable/xbackbone/Chart.yaml b/charts/stable/xbackbone/Chart.yaml index 37b18abc572..ea1239d6e85 100644 --- a/charts/stable/xbackbone/Chart.yaml +++ b/charts/stable/xbackbone/Chart.yaml @@ -23,7 +23,7 @@ name: xbackbone sources: - https://github.com/SergiX44/XBackBone - https://hub.docker.com/r/pe46dro/xbackbone-docker -version: 3.0.3 +version: 3.0.4 annotations: truecharts.org/catagories: | - files diff --git a/charts/stable/xbackbone/values.yaml b/charts/stable/xbackbone/values.yaml index 1eea17aa143..cc62285c5cf 100644 --- a/charts/stable/xbackbone/values.yaml +++ b/charts/stable/xbackbone/values.yaml @@ -11,8 +11,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See [image repo](https://github.com/Pe46dro/XBackBone-docker#environment-variables) for more details. -# @default -- See below env: DB_TYPE: mysql MYSQL_DATABASE: xbackbone @@ -26,8 +24,6 @@ env: name: mariadbcreds key: mariadb-password -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -35,14 +31,11 @@ service: port: 10121 targetPort: 80 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true mountPath: "/app/config" - mariadb: enabled: true mariadbUsername: xbackbone diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml index 67857176c7f..adf574c0585 100644 --- a/charts/stable/xteve/Chart.yaml +++ b/charts/stable/xteve/Chart.yaml @@ -21,7 +21,7 @@ name: xteve sources: - https://github.com/xteve-project/xTeVe - https://github.com/k8s-at-home/container-images -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/xteve/values.yaml b/charts/stable/xteve/values.yaml index 5ad93eb094b..3f4610cbfda 100644 --- a/charts/stable/xteve/values.yaml +++ b/charts/stable/xteve/values.yaml @@ -1,19 +1,11 @@ image: - # -- image repository repository: tccr.io/truecharts/xteve - # -- image tag tag: v2.2.0.200@sha256:762372593094f3c39dd92dcbfb0f09e0298af0d42413fc6fdb4adbf7d828a0f9 - # -- image pull policy pullPolicy: IfNotPresent securityContext: readOnlyRootFilesystem: false -# -- environment variables. -# @default -- See below -env: - # -- Set the container timezone - service: main: ports: @@ -21,8 +13,6 @@ service: port: 34400 targetPort: 34400 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index 9c1297ab0cf..a13b701051f 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/zwave-js/zwavejs2mqtt - https://hub.docker.com/r/zwavejs/zwavejs2mqtt type: application -version: 11.0.4 +version: 11.0.5 annotations: truecharts.org/catagories: | - tools diff --git a/charts/stable/zwavejs2mqtt/values.yaml b/charts/stable/zwavejs2mqtt/values.yaml index e6b6c3964d9..58c3887ad85 100644 --- a/charts/stable/zwavejs2mqtt/values.yaml +++ b/charts/stable/zwavejs2mqtt/values.yaml @@ -6,10 +6,8 @@ image: securityContext: readOnlyRootFilesystem: false -# # See more environment variables in the zwavejs2mqtt documentation -# https://zwave-js.github.io/zwavejs2mqtt/#/guide/env-vars -env: {} - # OZW_NETWORK_KEY: +# env: {} +# OZW_NETWORK_KEY: probes: liveness: