chore(apps): Sync questions and values env's (#2916)

* chore(apps): Sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* remove disabled ingress from values

* remove required: false from questions

* whoops

* some cleanup

* more cleanup

* clean

* commented

* some fixes
This commit is contained in:
Stavros Kois
2022-06-17 11:24:54 +03:00
committed by GitHub
parent 7d5d05b7ca
commit ff2a5dae0d
227 changed files with 669 additions and 1024 deletions
+1 -1
View File
@@ -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
-3
View File
@@ -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
+1 -1
View File
@@ -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
@@ -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"
+1 -1
View File
@@ -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
+1 -1
View File
@@ -74,7 +74,7 @@ questions:
- value: "OnDelete"
description: "(Legacy) OnDelete: ignore .spec.template changes"
# Include{controllerExpert}
# Docker specific env
# Include{containerConfig}
- variable: service
-17
View File
@@ -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
+1 -1
View File
@@ -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
-2
View File
@@ -3,8 +3,6 @@ image:
pullPolicy: IfNotPresent
tag: v2.6.1@sha256:60d7928a8fef827c78a00c04f05bbc8e452a2a026dbbee67ddb6e4ce328628e0
env: {}
service:
main:
ports:
+1 -1
View File
@@ -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
+10 -3
View File
@@ -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"
-6
View File
@@ -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
+1 -1
View File
@@ -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
+1 -8
View File
@@ -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
+1 -1
View File
@@ -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
@@ -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:
+1 -1
View File
@@ -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
+5 -2
View File
@@ -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
+1 -1
View File
@@ -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
+1 -9
View File
@@ -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
+1 -1
View File
@@ -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
-1
View File
@@ -93,7 +93,6 @@ questions:
schema:
type: string
default: ""
required: false
- variable: theme
group: "App Configuration"
@@ -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
@@ -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
+1 -1
View File
@@ -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
+1
View File
@@ -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
+1 -1
View File
@@ -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
+7
View File
@@ -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
+1 -1
View File
@@ -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
+7 -10
View File
@@ -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"
+1 -1
View File
@@ -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
+3
View File
@@ -11,6 +11,9 @@ podSecurityContext:
runAsUser: 0
runAsGroup: 0
# secretEnv:
# PASSWORD: ""
service:
main:
ports:
+1 -1
View File
@@ -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
-13
View File
@@ -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
+1 -1
View File
@@ -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
+1
View File
@@ -6,6 +6,7 @@ image:
env:
DB_USER: "{{ .Values.mariadb.mariadbUsername }}"
DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}"
APP_URL: ""
DB_HOST:
secretKeyRef:
name: mariadbcreds
+1 -1
View File
@@ -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
-1
View File
@@ -10,7 +10,6 @@ securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
+1 -1
View File
@@ -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
+2 -2
View File
@@ -9,8 +9,8 @@ args:
- --auth
- none
env: {}
# PROXY_DOMAIN: code-server.my.domain
env:
PROXY_DOMAIN: ""
securityContext:
readOnlyRootFilesystem: false
+1 -1
View File
@@ -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
+7 -4
View File
@@ -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
+1 -1
View File
@@ -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
@@ -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
+1 -1
View File
@@ -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
-12
View File
@@ -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
+1 -1
View File
@@ -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
+15
View File
@@ -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:
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
-11
View File
@@ -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
+1 -1
View File
@@ -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
+2 -10
View File
@@ -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"
+1 -1
View File
@@ -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
-12
View File
@@ -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
+1 -1
View File
@@ -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.
-6
View File
@@ -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"
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -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
-9
View File
@@ -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:
+1 -1
View File
@@ -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
-11
View File
@@ -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
+1 -1
View File
@@ -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
-13
View File
@@ -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
+1 -1
View File
@@ -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
+1
View File
@@ -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:
+1 -1
View File
@@ -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
+4 -14
View File
@@ -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
+1 -1
View File
@@ -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
-3
View File
@@ -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"
+1 -1
View File
@@ -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
+13
View File
@@ -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
+1 -1
View File
@@ -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
-17
View File
@@ -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
+1 -1
View File
@@ -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
+5 -20
View File
@@ -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"
+1 -1
View File
@@ -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
-5
View File
@@ -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
+1 -1
View File
@@ -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
+3
View File
@@ -7,6 +7,9 @@ podSecurityContext:
runAsUser: 1000
runAsGroup: 1000
env:
INIT_ASSETS: true
service:
main:
ports:
+1 -1
View File
@@ -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
-9
View File
@@ -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:
@@ -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
@@ -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
+1 -1
View File
@@ -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
-14
View File
@@ -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"
+1 -1
View File
@@ -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
@@ -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: ""
@@ -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
+1 -1
View File
@@ -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
-15
View File
@@ -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"
+1 -1
View File
@@ -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
+5 -3
View File
@@ -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
+1 -1
View File
@@ -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
-11
View File
@@ -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
+1 -1
View File
@@ -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
-5
View File
@@ -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: ""
+1 -1
View File
@@ -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

Some files were not shown because too many files have changed in this diff Show More