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:
@@ -21,7 +21,7 @@ sources:
|
|||||||
- https://homebridge.io/
|
- https://homebridge.io/
|
||||||
- https://github.com/oznu/docker-homebridge
|
- https://github.com/oznu/docker-homebridge
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.4
|
version: 1.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -19,9 +19,6 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
|
|
||||||
# -- environment variables. See [image docs](https://github.com/oznu/docker-homebridge#parameters) for more details.
|
|
||||||
# @default -- See below
|
|
||||||
env:
|
env:
|
||||||
HOMEBRIDGE_CONFIG_UI: 1
|
HOMEBRIDGE_CONFIG_UI: 1
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ name: airsonic-advanced
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/airsonic/airsonic-advanced
|
- https://github.com/airsonic/airsonic-advanced
|
||||||
- https://hub.docker.com/r/airsonicadvanced/airsonic-advanced
|
- https://hub.docker.com/r/airsonicadvanced/airsonic-advanced
|
||||||
version: 4.0.3
|
version: 4.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -74,7 +74,6 @@ questions:
|
|||||||
- value: "OnDelete"
|
- value: "OnDelete"
|
||||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
||||||
# Include{controllerExpert}
|
# Include{controllerExpert}
|
||||||
# Docker specific env
|
|
||||||
- variable: env
|
- variable: env
|
||||||
group: "Container Configuration"
|
group: "Container Configuration"
|
||||||
label: "Image Environment"
|
label: "Image Environment"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ sources:
|
|||||||
- https://github.com/airsonic/airsonic
|
- https://github.com/airsonic/airsonic
|
||||||
- https://github.com/linuxserver/docker-airsonic
|
- https://github.com/linuxserver/docker-airsonic
|
||||||
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
|
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
|
||||||
version: 6.0.4
|
version: 6.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ questions:
|
|||||||
- value: "OnDelete"
|
- value: "OnDelete"
|
||||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
||||||
# Include{controllerExpert}
|
# Include{controllerExpert}
|
||||||
# Docker specific env
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|
||||||
- variable: service
|
- variable: service
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/airsonic
|
repository: tccr.io/truecharts/airsonic
|
||||||
# -- image tag
|
|
||||||
tag: version-v10.6.2@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|
tag: version-v10.6.2@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
@@ -14,16 +11,10 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 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:
|
env:
|
||||||
# -- Used to set the base path for reverse proxies eg. /booksonic, /books, etc.
|
|
||||||
CONTEXT_PATH: # "url-base"
|
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:
|
JAVA_OPTS:
|
||||||
|
|
||||||
# -- Configures service settings for the chart. Normally this does not need to be modified.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -31,14 +22,6 @@ service:
|
|||||||
port: 10047
|
port: 10047
|
||||||
targetPort: 4040
|
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:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: alist
|
name: alist
|
||||||
version: 2.0.4
|
version: 2.0.5
|
||||||
appVersion: "2.6.1"
|
appVersion: "2.6.1"
|
||||||
description: Alist program that supports multiple storage, powered by Gin and React
|
description: Alist program that supports multiple storage, powered by Gin and React
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -3,8 +3,6 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2.6.1@sha256:60d7928a8fef827c78a00c04f05bbc8e452a2a026dbbee67ddb6e4ce328628e0
|
tag: v2.6.1@sha256:60d7928a8fef827c78a00c04f05bbc8e452a2a026dbbee67ddb6e4ce328628e0
|
||||||
|
|
||||||
env: {}
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ maintainers:
|
|||||||
name: amcrest2mqtt
|
name: amcrest2mqtt
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/dchesterton/amcrest2mqtt
|
- https://github.com/dchesterton/amcrest2mqtt
|
||||||
version: 4.0.4
|
version: 4.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -62,27 +62,30 @@ questions:
|
|||||||
attrs:
|
attrs:
|
||||||
- variable: AMCREST_USERNAME
|
- variable: AMCREST_USERNAME
|
||||||
label: "AMCREST_USERNAME"
|
label: "AMCREST_USERNAME"
|
||||||
|
description: "User name used to connect to the Amcrest device"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "admin"
|
default: "admin"
|
||||||
- variable: AMCREST_PASSWORD
|
- variable: AMCREST_PASSWORD
|
||||||
label: "AMCREST_PASSWORD"
|
label: "AMCREST_PASSWORD"
|
||||||
|
description: "Password used to connect to the Amcrest device"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "changeme"
|
default: "changeme"
|
||||||
required: true
|
required: true
|
||||||
- variable: MQTT_USERNAME
|
- variable: MQTT_USERNAME
|
||||||
label: "MQTT_USERNAME"
|
label: "MQTT_USERNAME"
|
||||||
|
description: "User name used to connect to the MQTT broker"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "mqttuser"
|
default: "mqttuser"
|
||||||
required: true
|
required: true
|
||||||
- variable: MQTT_PASSWORD
|
- variable: MQTT_PASSWORD
|
||||||
label: "MQTT_PASSWORD"
|
label: "MQTT_PASSWORD"
|
||||||
|
description: "Password used to connect to the MQTT broker"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "changeme"
|
default: "changeme"
|
||||||
|
|
||||||
- variable: env
|
- variable: env
|
||||||
group: "Container Configuration"
|
group: "Container Configuration"
|
||||||
label: "Image Environment"
|
label: "Image Environment"
|
||||||
@@ -90,39 +93,43 @@ questions:
|
|||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
|
||||||
|
|
||||||
- variable: AMCREST_HOST
|
- variable: AMCREST_HOST
|
||||||
label: "AMCREST_HOST"
|
label: "AMCREST_HOST"
|
||||||
|
description: "Host name used to connect to the Amcrest device"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: AMCREST_PORT
|
- variable: AMCREST_PORT
|
||||||
label: "AMCREST_PORT"
|
label: "AMCREST_PORT"
|
||||||
|
description: "Port used to connect to the Amcrest device"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 80
|
||||||
required: true
|
required: true
|
||||||
- variable: MQTT_HOST
|
- variable: MQTT_HOST
|
||||||
label: "MQTT_HOST"
|
label: "MQTT_HOST"
|
||||||
|
description: "Host name used to connect to the MQTT broker"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "localhost"
|
default: "localhost"
|
||||||
required: true
|
required: true
|
||||||
- variable: MQTT_PORT
|
- variable: MQTT_PORT
|
||||||
label: "MQTT_PORT"
|
label: "MQTT_PORT"
|
||||||
|
description: "Port used to connect to the MQTT broker"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 1883
|
default: 1883
|
||||||
required: true
|
required: true
|
||||||
- variable: HOME_ASSISTANT
|
- variable: HOME_ASSISTANT
|
||||||
label: "HOME_ASSISTANT"
|
label: "HOME_ASSISTANT"
|
||||||
|
description: "Enable Home Assistant autodiscovery"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
- variable: HOME_ASSISTANT_PREFIX
|
- variable: HOME_ASSISTANT_PREFIX
|
||||||
label: "HOME_ASSISTANT_PREFIX"
|
label: "HOME_ASSISTANT_PREFIX"
|
||||||
|
description: "Home Assistant autodiscovery prefix"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "homeassistant"
|
default: "homeassistant"
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/amcrest2mqtt
|
repository: tccr.io/truecharts/amcrest2mqtt
|
||||||
# -- image tag
|
|
||||||
tag: v1.0.16@sha256:64d7a2487a2622ed163ff0dd9d518b9564f29c11438801a953da1d1bf931f18e
|
tag: v1.0.16@sha256:64d7a2487a2622ed163ff0dd9d518b9564f29c11438801a953da1d1bf931f18e
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
service:
|
service:
|
||||||
@@ -31,10 +28,7 @@ secretEnv:
|
|||||||
# -- Password used to connect to the MQTT broker
|
# -- Password used to connect to the MQTT broker
|
||||||
MQTT_PASSWORD: "changeme"
|
MQTT_PASSWORD: "changeme"
|
||||||
|
|
||||||
# -- environment variables. See more environment variables in the [amcrest2mqtt repo](https://github.com/dchesterton/amcrest2mqtt).
|
|
||||||
# @default -- See below
|
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
|
||||||
# -- Host name used to connect to the Amcrest device
|
# -- Host name used to connect to the Amcrest device
|
||||||
AMCREST_HOST: "localhost"
|
AMCREST_HOST: "localhost"
|
||||||
# -- Port used to connect to the Amcrest device
|
# -- Port used to connect to the Amcrest device
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ maintainers:
|
|||||||
name: anonaddy
|
name: anonaddy
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/anonaddy/docker
|
- https://github.com/anonaddy/docker
|
||||||
version: 9.0.4
|
version: 9.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- email
|
- email
|
||||||
|
|||||||
@@ -15,11 +15,8 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
# -- environment variables. See more environment variables in the [anonaddy documentation](https://github.com/anonaddy/docker#environment-variables).
|
|
||||||
# @default -- See below
|
|
||||||
env:
|
env:
|
||||||
# -- Root domain to receive email from
|
ANONADDY_DOMAIN: "chart-example.local"
|
||||||
ANONADDY_DOMAIN: chart-example.local
|
|
||||||
DB_DATABASE: anonaddy
|
DB_DATABASE: anonaddy
|
||||||
DB_USERNAME: anonaddy
|
DB_USERNAME: anonaddy
|
||||||
DB_HOST:
|
DB_HOST:
|
||||||
@@ -47,8 +44,6 @@ env:
|
|||||||
name: appkey
|
name: appkey
|
||||||
key: secret
|
key: secret
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -63,8 +58,6 @@ service:
|
|||||||
port: 25
|
port: 25
|
||||||
targetPort: 25
|
targetPort: 25
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
persistence:
|
persistence:
|
||||||
varrun:
|
varrun:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ maintainers:
|
|||||||
name: apache-musicindex
|
name: apache-musicindex
|
||||||
sources:
|
sources:
|
||||||
- http://hacks.slashdirt.org/sw/musicindex/
|
- http://hacks.slashdirt.org/sw/musicindex/
|
||||||
version: 4.0.4
|
version: 4.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,13 +1,8 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/apache-musicindex
|
repository: tccr.io/truecharts/apache-musicindex
|
||||||
# -- image tag
|
|
||||||
tag: v1.4.1-2@sha256:442d1edfbf89b8a2a42c0d649f53f091c39256c65f922078ad38ff60bdbdadf9
|
tag: v1.4.1-2@sha256:442d1edfbf89b8a2a42c0d649f53f091c39256c65f922078ad38ff60bdbdadf9
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# -- Allows to start web server on ports 80 and 443
|
|
||||||
# @default -- See values.yaml
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
@@ -16,8 +11,6 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ name: appdaemon
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/AppDaemon/appdaemon
|
- https://github.com/AppDaemon/appdaemon
|
||||||
type: application
|
type: application
|
||||||
version: 9.0.4
|
version: 9.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
||||||
|
|||||||
@@ -10,11 +10,15 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
|
secretEnv:
|
||||||
|
TOKEN: "REPLACETHIS"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
DASH_URL: "http://$HOSTNAME:5050"
|
||||||
|
HA_URL: ""
|
||||||
LATITUDE: 46
|
LATITUDE: 46
|
||||||
LONGITUDE: -94
|
LONGITUDE: -94
|
||||||
ELEVATION: 1217
|
ELEVATION: 1217
|
||||||
DASH_URL: "http://$HOSTNAME:5050"
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
@@ -34,6 +38,5 @@ persistence:
|
|||||||
conf:
|
conf:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/conf"
|
mountPath: "/conf"
|
||||||
|
|
||||||
varrun:
|
varrun:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ maintainers:
|
|||||||
name: aria2
|
name: aria2
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/P3TERX/Aria2-Pro-Docker
|
- https://github.com/P3TERX/Aria2-Pro-Docker
|
||||||
version: 5.0.4
|
version: 5.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,21 +1,15 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/aria2-pro
|
repository: tccr.io/truecharts/aria2-pro
|
||||||
# -- image tag
|
|
||||||
tag: latest@sha256:6c0ddcc7be4da69ac146ff3153df727a5818f733636a1c4d9b78ccffd6106a23
|
tag: latest@sha256:6c0ddcc7be4da69ac146ff3153df727a5818f733636a1c4d9b78ccffd6106a23
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
secretEnv:
|
secretEnv:
|
||||||
RPC_SECRET: "ChangemeNow"
|
RPC_SECRET: "ChangemeNow"
|
||||||
# -- environment variables. See more environment variables in the [Aria2c documentation](https://github.com/P3TERX/Aria2-Pro-Docker).
|
|
||||||
# @default -- See below
|
|
||||||
env:
|
env:
|
||||||
RPC_PORT: 6800
|
RPC_PORT: 6800
|
||||||
# LISTEN_PORT: 6888
|
# LISTEN_PORT: 6888
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -38,8 +32,6 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ sources:
|
|||||||
- https://github.com/authelia/chartrepo
|
- https://github.com/authelia/chartrepo
|
||||||
- https://github.com/authelia/authelia
|
- https://github.com/authelia/authelia
|
||||||
type: application
|
type: application
|
||||||
version: 11.0.4
|
version: 11.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- security
|
- security
|
||||||
|
|||||||
@@ -93,7 +93,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: false
|
|
||||||
|
|
||||||
- variable: theme
|
- variable: theme
|
||||||
group: "App Configuration"
|
group: "App Configuration"
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://github.com/RandomNinjaAtk/docker-amd
|
- https://github.com/RandomNinjaAtk/docker-amd
|
||||||
- https://hub.docker.com/r/randomninjaatk/amd
|
- https://hub.docker.com/r/randomninjaatk/amd
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.4
|
version: 2.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -11,6 +11,35 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 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:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.11.1"
|
appVersion: "1.11.1"
|
||||||
kubeVersion: '>=1.16.0-0'
|
kubeVersion: '>=1.16.0-0'
|
||||||
version: 8.0.5
|
version: 8.0.6
|
||||||
name: babybuddy
|
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.
|
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
|
type: application
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ env:
|
|||||||
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||||
DB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
DB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
||||||
DB_PORT: "5432"
|
DB_PORT: "5432"
|
||||||
|
CSRF_TRUSTED_ORIGINS: ""
|
||||||
DB_PASSWORD:
|
DB_PASSWORD:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: dbcreds
|
name: dbcreds
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ name: baserow
|
|||||||
sources:
|
sources:
|
||||||
- https://hub.docker.com/r/baserow/baserow
|
- https://hub.docker.com/r/baserow/baserow
|
||||||
- https://gitlab.com/bramw/baserow/
|
- https://gitlab.com/bramw/baserow/
|
||||||
version: 3.0.5
|
version: 3.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
||||||
|
|||||||
@@ -21,6 +21,13 @@ env:
|
|||||||
BASEROW_CADDY_ADDRESSES: ":{{ .Values.service.main.ports.main.port }}"
|
BASEROW_CADDY_ADDRESSES: ":{{ .Values.service.main.ports.main.port }}"
|
||||||
# User Defined
|
# User Defined
|
||||||
BASEROW_PUBLIC_URL: "http://localhost:10228"
|
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:
|
DATABASE_HOST:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: dbcreds
|
name: dbcreds
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ name: blog
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/m1k1o/blog
|
- https://github.com/m1k1o/blog
|
||||||
- https://github.com/nicholaswilde/docker-blog
|
- https://github.com/nicholaswilde/docker-blog
|
||||||
version: 3.0.3
|
version: 3.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- hosting
|
- hosting
|
||||||
|
|||||||
@@ -15,16 +15,14 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
# See more environment variables in the blog documentation
|
|
||||||
# https://github.com/nicholaswilde/docker-blog
|
|
||||||
env:
|
env:
|
||||||
BLOG_TITLE: Blog
|
BLOG_TITLE: "Blog"
|
||||||
BLOG_NAME: Max Musermann
|
BLOG_NAME: "Max Musermann"
|
||||||
BLOG_LANG: en
|
BLOG_LANG: "en"
|
||||||
BLOG_DB_CONNECTION: postgres
|
BLOG_DB_CONNECTION: "postgres"
|
||||||
BLOG_POSTGRES_USER: blog
|
BLOG_POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
||||||
BLOG_POSTGRES_PORT: 5432
|
BLOG_POSTGRES_PORT: "5432"
|
||||||
BLOG_DB_NAME: blog
|
BLOG_DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||||
BLOG_POSTGRES_PASS:
|
BLOG_POSTGRES_PASS:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: dbcreds
|
name: dbcreds
|
||||||
@@ -46,7 +44,6 @@ persistence:
|
|||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/var/www/html/data"
|
mountPath: "/var/www/html/data"
|
||||||
|
|
||||||
# Enabled postgres
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingSecret: "dbcreds"
|
existingSecret: "dbcreds"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: boinc
|
name: boinc
|
||||||
version: 2.0.6
|
version: 2.0.7
|
||||||
appVersion: "latest"
|
appVersion: "latest"
|
||||||
description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
|
description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -11,6 +11,9 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
|
# secretEnv:
|
||||||
|
# PASSWORD: ""
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ name: booksonic-air
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/popeen/Booksonic-Air
|
- https://github.com/popeen/Booksonic-Air
|
||||||
- https://hub.docker.com/r/linuxserver/booksonic-air
|
- https://hub.docker.com/r/linuxserver/booksonic-air
|
||||||
version: 6.0.4
|
version: 6.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/booksonic-air
|
repository: tccr.io/truecharts/booksonic-air
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag
|
|
||||||
tag: v2201.1.0@sha256:f7c9907522bd37d041a78cbd6e946b1aae7da907a5700c1b3385784aad6850bc
|
tag: v2201.1.0@sha256:f7c9907522bd37d041a78cbd6e946b1aae7da907a5700c1b3385784aad6850bc
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
@@ -14,14 +11,6 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 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:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -29,8 +18,6 @@ service:
|
|||||||
port: 10048
|
port: 10048
|
||||||
targetPort: 4040
|
targetPort: 4040
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ name: bookstack
|
|||||||
sources:
|
sources:
|
||||||
- https://www.bookstackapp.com/
|
- https://www.bookstackapp.com/
|
||||||
- https://hub.docker.com/r/linuxserver/bookstack
|
- https://hub.docker.com/r/linuxserver/bookstack
|
||||||
version: 3.0.3
|
version: 3.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ image:
|
|||||||
env:
|
env:
|
||||||
DB_USER: "{{ .Values.mariadb.mariadbUsername }}"
|
DB_USER: "{{ .Values.mariadb.mariadbUsername }}"
|
||||||
DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}"
|
DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}"
|
||||||
|
APP_URL: ""
|
||||||
DB_HOST:
|
DB_HOST:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: mariadbcreds
|
name: mariadbcreds
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ name: clarkson
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/linuxserver/Clarkson
|
- https://github.com/linuxserver/Clarkson
|
||||||
- https://hub.docker.com/r/linuxserver/clarkson
|
- https://hub.docker.com/r/linuxserver/clarkson
|
||||||
version: 3.0.3
|
version: 3.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- vehicle
|
- vehicle
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ securityContext:
|
|||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ name: code-server
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/cdr/code-server
|
- https://github.com/cdr/code-server
|
||||||
type: application
|
type: application
|
||||||
version: 4.0.4
|
version: 4.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ args:
|
|||||||
- --auth
|
- --auth
|
||||||
- none
|
- none
|
||||||
|
|
||||||
env: {}
|
env:
|
||||||
# PROXY_DOMAIN: code-server.my.domain
|
PROXY_DOMAIN: ""
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ sources:
|
|||||||
- https://sdk.collaboraonline.com/contents.html
|
- https://sdk.collaboraonline.com/contents.html
|
||||||
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
|
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
|
||||||
type: application
|
type: application
|
||||||
version: 12.0.5
|
version: 12.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- office
|
- office
|
||||||
|
|||||||
@@ -17,11 +17,14 @@ service:
|
|||||||
main:
|
main:
|
||||||
port: 10105
|
port: 10105
|
||||||
targetPort: 9980
|
targetPort: 9980
|
||||||
|
|
||||||
secretEnv:
|
secretEnv:
|
||||||
username: admin
|
username: "admin"
|
||||||
password: changeme
|
password: "changeme"
|
||||||
|
|
||||||
env:
|
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 "
|
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
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ name: commento-plusplus
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/souramoo/commentoplusplus
|
- https://github.com/souramoo/commentoplusplus
|
||||||
- https://hub.docker.com/r/caroga/commentoplusplus
|
- https://hub.docker.com/r/caroga/commentoplusplus
|
||||||
version: 3.0.3
|
version: 3.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -11,6 +11,12 @@ env:
|
|||||||
COMMENTO_ORIGIN: "http://localhost:8080"
|
COMMENTO_ORIGIN: "http://localhost:8080"
|
||||||
COMMENTO_ENABLE_WILDCARDS: true
|
COMMENTO_ENABLE_WILDCARDS: true
|
||||||
COMMENTO_ENABLE_LOGGING: false
|
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:
|
COMMENTO_POSTGRES:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: dbcreds
|
name: dbcreds
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ maintainers:
|
|||||||
name: cryptofolio
|
name: cryptofolio
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/Xtrendence/cryptofolio
|
- https://github.com/Xtrendence/cryptofolio
|
||||||
version: 4.0.4
|
version: 4.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/cryptofolio
|
repository: tccr.io/truecharts/cryptofolio
|
||||||
# -- image tag
|
|
||||||
tag: v2.2.0@sha256:e77706dd4748dbdf2665cb53434802a3c2ef85f3d9b1ca809f2615b15758f3d0
|
tag: v2.2.0@sha256:e77706dd4748dbdf2665cb53434802a3c2ef85f3d9b1ca809f2615b15758f3d0
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
@@ -14,13 +11,6 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 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:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -28,8 +18,6 @@ service:
|
|||||||
port: 10007
|
port: 10007
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ name: ddns-updater
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/qdm12/ddns-updater
|
- https://github.com/qdm12/ddns-updater
|
||||||
- https://hub.docker.com/r/qmcgaw/ddns-updater
|
- https://hub.docker.com/r/qmcgaw/ddns-updater
|
||||||
version: 2.0.4
|
version: 2.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -5,6 +5,21 @@ image:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
LISTENING_PORT: "{{ .Values.service.main.ports.main.port }}"
|
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:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ name: deconz
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/dresden-elektronik/deconz-rest-plugin
|
- https://github.com/dresden-elektronik/deconz-rest-plugin
|
||||||
- https://github.com/marthoc/docker-deconz
|
- https://github.com/marthoc/docker-deconz
|
||||||
version: 8.0.5
|
version: 8.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ secretEnv:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
# -- Override the location where deCONZ looks for the RaspBee/Conbee device.
|
# -- Override the location where deCONZ looks for the RaspBee/Conbee device.
|
||||||
DECONZ_DEVICE: # /dev/ttyUSB0
|
DECONZ_DEVICE: "" # /dev/ttyUSB0
|
||||||
DECONZ_UPNP: 0
|
DECONZ_UPNP: 0
|
||||||
DECONZ_START_VERBOSE: 0
|
DECONZ_START_VERBOSE: 0
|
||||||
# -- Enable VNC access to the container to view the deCONZ ZigBee mesh
|
# -- Enable VNC access to the container to view the deCONZ ZigBee mesh
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ name: dizquetv
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/vexorian/dizquetv
|
- https://github.com/vexorian/dizquetv
|
||||||
- https://hub.docker.com/r/vexorian/dizquetv
|
- https://hub.docker.com/r/vexorian/dizquetv
|
||||||
version: 7.0.4
|
version: 7.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,17 +1,8 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/dizquetv
|
repository: tccr.io/truecharts/dizquetv
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag
|
|
||||||
tag: v1.5.0@sha256:00edf305cfe85a8df0053ef924fe23cc26fdf4e063c70b94c1062040d9f21778
|
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:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -19,8 +10,6 @@ service:
|
|||||||
port: 10071
|
port: 10071
|
||||||
targetPort: 8000
|
targetPort: 8000
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: "2021.09.02"
|
appVersion: "2021.09.02"
|
||||||
description: DSMR-protocol reader, telegram data storage and energy consumption visualizer.
|
description: DSMR-protocol reader, telegram data storage and energy consumption visualizer.
|
||||||
name: dsmr-reader
|
name: dsmr-reader
|
||||||
version: 8.0.3
|
version: 8.0.4
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- dsmr-reader
|
- dsmr-reader
|
||||||
|
|||||||
@@ -1,15 +1,9 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/dsmr-reader
|
repository: tccr.io/truecharts/dsmr-reader
|
||||||
# -- image tag
|
|
||||||
tag: v2021.09.02@sha256:bf3454b0b379d325d95ec0693e2634bcfd4bfd917ec59d0918ca60d32a6073c5
|
tag: v2021.09.02@sha256:bf3454b0b379d325d95ec0693e2634bcfd4bfd917ec59d0918ca60d32a6073c5
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
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:
|
env:
|
||||||
# -- Set the container timezone
|
|
||||||
DJANGO_TIME_ZONE: "{{ .Values.TZ }}"
|
DJANGO_TIME_ZONE: "{{ .Values.TZ }}"
|
||||||
DJANGO_DATABASE_ENGINE: "django.db.backends.postgresql"
|
DJANGO_DATABASE_ENGINE: "django.db.backends.postgresql"
|
||||||
DJANGO_DATABASE_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
DJANGO_DATABASE_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||||
@@ -32,20 +26,18 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 10009
|
port: 10009
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/config"
|
mountPath: "/config"
|
||||||
# -- Enable and configure postgresql database subchart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingSecret: "dbcreds"
|
existingSecret: "dbcreds"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ name: duplicati
|
|||||||
sources:
|
sources:
|
||||||
- https://hub.docker.com/r/linuxserver/duplicati/
|
- https://hub.docker.com/r/linuxserver/duplicati/
|
||||||
- https://github.com/duplicati/duplicati
|
- https://github.com/duplicati/duplicati
|
||||||
version: 6.0.4
|
version: 6.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,18 +1,8 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/duplicati
|
repository: tccr.io/truecharts/duplicati
|
||||||
# -- image tag
|
|
||||||
tag: latest@sha256:9435ca54cf320b8f6b285e4bb6b304e285e828a2b97f29f3037ac604924d99a0
|
tag: latest@sha256:9435ca54cf320b8f6b285e4bb6b304e285e828a2b97f29f3037ac604924d99a0
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
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:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -20,8 +10,6 @@ service:
|
|||||||
port: 8200
|
port: 8200
|
||||||
targetPort: 8200
|
targetPort: 8200
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.8.14"
|
appVersion: "1.8.14"
|
||||||
version: 8.0.3
|
version: 8.0.4
|
||||||
kubeVersion: '>=1.16.0-0'
|
kubeVersion: '>=1.16.0-0'
|
||||||
name: etherpad
|
name: etherpad
|
||||||
description: A real-time collaborative editor scalable to thousands of simultaneous real time users.
|
description: A real-time collaborative editor scalable to thousands of simultaneous real time users.
|
||||||
|
|||||||
@@ -3,11 +3,6 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-1.8.14@sha256:4900f0e787ca22cf93090ae44ecceb5689d4427c739e1eb637a6e3a913161bf8
|
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:
|
env:
|
||||||
DB_TYPE: "postgres"
|
DB_TYPE: "postgres"
|
||||||
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||||
@@ -45,7 +40,6 @@ persistence:
|
|||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/opt/etherpad-lite/app"
|
mountPath: "/opt/etherpad-lite/app"
|
||||||
|
|
||||||
# Enabled postgres
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingSecret: "dbcreds"
|
existingSecret: "dbcreds"
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ name: fireflyiii
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/firefly-iii/firefly-iii/
|
- https://github.com/firefly-iii/firefly-iii/
|
||||||
type: application
|
type: application
|
||||||
version: 16.0.5
|
version: 16.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- finacial
|
- finacial
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ probes:
|
|||||||
path: "/login"
|
path: "/login"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DB_USERNAME: firefly
|
DB_USERNAME: "{{ .Values.postgresql.postgresqlUsername }}"
|
||||||
DB_DATABASE: firefly
|
DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||||
DB_CONNECTION: pgsql
|
DB_CONNECTION: pgsql
|
||||||
DB_PORT: 5432
|
DB_PORT: 5432
|
||||||
REDIS_DB: "0"
|
REDIS_DB: "0"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ name: flaresolverr
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/FlareSolverr/FlareSolverr
|
- https://github.com/FlareSolverr/FlareSolverr
|
||||||
- https://hub.docker.com/r/flaresolverr/flaresolverr
|
- https://hub.docker.com/r/flaresolverr/flaresolverr
|
||||||
version: 6.0.4
|
version: 6.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/flaresolverr
|
repository: tccr.io/truecharts/flaresolverr
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag
|
|
||||||
tag: v2.2.4@sha256:fc40bdb3a29a6b53387267977a46b94055a2cd5ab6a15b16f3dc841e18bb41d7
|
tag: v2.2.4@sha256:fc40bdb3a29a6b53387267977a46b94055a2cd5ab6a15b16f3dc841e18bb41d7
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
@@ -13,13 +10,7 @@ securityContext:
|
|||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 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:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ name: flood
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/jesec/flood
|
- https://github.com/jesec/flood
|
||||||
- https://hub.docker.com/r/jesec/flood
|
- https://hub.docker.com/r/jesec/flood
|
||||||
version: 6.0.4
|
version: 6.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,20 +1,11 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/flood
|
repository: tccr.io/truecharts/flood
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag
|
|
||||||
tag: v4.7.0@sha256:758b454843dcade464111920afce72994ecdbcfac1f4cf167a55936cec2ad616
|
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:
|
env:
|
||||||
# -- Where to store Flood's runtime files (eg. database)
|
|
||||||
FLOOD_OPTION_RUNDIR: /data
|
FLOOD_OPTION_RUNDIR: /data
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -22,8 +13,6 @@ service:
|
|||||||
port: 10036
|
port: 10036
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ sources:
|
|||||||
- https://hub.docker.com/r/freeradius/freeradius-server/
|
- https://hub.docker.com/r/freeradius/freeradius-server/
|
||||||
- https://freeradius.org/
|
- https://freeradius.org/
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.4
|
version: 6.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- auth
|
- auth
|
||||||
|
|||||||
@@ -27,27 +27,14 @@ service:
|
|||||||
port: 1813
|
port: 1813
|
||||||
targetPort: 1813
|
targetPort: 1813
|
||||||
|
|
||||||
# -- Probe configuration
|
|
||||||
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
|
|
||||||
# @default -- See below
|
|
||||||
probes:
|
probes:
|
||||||
# -- Liveness probe configuration
|
|
||||||
# @default -- See below
|
|
||||||
liveness:
|
liveness:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# -- Redainess probe configuration
|
|
||||||
# @default -- See below
|
|
||||||
readiness:
|
readiness:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# -- Startup probe configuration
|
|
||||||
# @default -- See below
|
|
||||||
startup:
|
startup:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
env: {}
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ name: friendica
|
|||||||
sources:
|
sources:
|
||||||
- https://friendi.ca/
|
- https://friendi.ca/
|
||||||
- https://hub.docker.com/_/friendica
|
- https://hub.docker.com/_/friendica
|
||||||
version: 4.0.6
|
version: 4.0.7
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- social
|
- social
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ env:
|
|||||||
FRIENDICA_ADMIN_MAIL: "my@domain.com"
|
FRIENDICA_ADMIN_MAIL: "my@domain.com"
|
||||||
FRIENDICA_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
|
FRIENDICA_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
|
||||||
FRIENDICA_UPGRADE: false
|
FRIENDICA_UPGRADE: false
|
||||||
|
FRIENDICA_SITENAME: ""
|
||||||
PHP_MEMORY_LIMIT: "512M"
|
PHP_MEMORY_LIMIT: "512M"
|
||||||
PHP_UPLOAD_LIMIT: "512M"
|
PHP_UPLOAD_LIMIT: "512M"
|
||||||
MYSQL_HOST:
|
MYSQL_HOST:
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ name: gonic
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/sentriz/gonic
|
- https://github.com/sentriz/gonic
|
||||||
- https://hub.docker.com/r/sentriz/gonic
|
- https://hub.docker.com/r/sentriz/gonic
|
||||||
version: 6.0.4
|
version: 6.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/gonic
|
repository: tccr.io/truecharts/gonic
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag
|
|
||||||
tag: v0.14.0@sha256:2965f50240b6fd9fb1535e87607c65f0f1212b5ce1df54966fb7d212efe1b770
|
tag: v0.14.0@sha256:2965f50240b6fd9fb1535e87607c65f0f1212b5ce1df54966fb7d212efe1b770
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
@@ -13,16 +10,11 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
# -- environment variables. See more environment variables in the [gonic documentation](https://github.com/sentriz/gonic#configuration-options)
|
# env:
|
||||||
# @default -- See below
|
# GONIC_MUSIC_PATH:
|
||||||
env:
|
# GONIC_PODCAST_PATH:
|
||||||
# -- Set the container timezone
|
# GONIC_CACHE_PATH:
|
||||||
# GONIC_MUSIC_PATH:
|
|
||||||
# GONIC_PODCAST_PATH:
|
|
||||||
# GONIC_CACHE_PATH:
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -30,8 +22,6 @@ service:
|
|||||||
port: 10023
|
port: 10023
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "2.1.4"
|
appVersion: "2.1.4"
|
||||||
version: 8.0.3
|
version: 8.0.4
|
||||||
kubeVersion: '>=1.16.0-0'
|
kubeVersion: '>=1.16.0-0'
|
||||||
name: gotify
|
name: gotify
|
||||||
description: a simple server for sending and receiving messages
|
description: a simple server for sending and receiving messages
|
||||||
|
|||||||
@@ -7,8 +7,6 @@ secretEnv:
|
|||||||
user: "admin"
|
user: "admin"
|
||||||
pass: "admin"
|
pass: "admin"
|
||||||
|
|
||||||
# See more environment variables in the gotify documentation
|
|
||||||
# https://gotify.net/docs/config#environment-variables
|
|
||||||
env:
|
env:
|
||||||
GOTIFY_SERVER_PORT: 8080
|
GOTIFY_SERVER_PORT: 8080
|
||||||
GOTIFY_SERVER_KEEPALIVEPERIODSECONDS: 0
|
GOTIFY_SERVER_KEEPALIVEPERIODSECONDS: 0
|
||||||
@@ -42,7 +40,6 @@ persistence:
|
|||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/app/data"
|
mountPath: "/app/data"
|
||||||
|
|
||||||
# Enabled postgres
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingSecret: "dbcreds"
|
existingSecret: "dbcreds"
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ sources:
|
|||||||
- https://hub.docker.com/r/gristlabs/grist
|
- https://hub.docker.com/r/gristlabs/grist
|
||||||
- https://github.com/gristlabs/grist-core
|
- https://github.com/gristlabs/grist-core
|
||||||
- https://support.getgrist.com/
|
- https://support.getgrist.com/
|
||||||
version: 3.0.4
|
version: 3.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
||||||
|
|||||||
@@ -15,6 +15,19 @@ env:
|
|||||||
PORT: "{{ .Values.service.main.ports.main.port }}"
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||||
HOME_PORT: "{{ .Values.service.api.ports.api.port }}"
|
HOME_PORT: "{{ .Values.service.api.ports.api.port }}"
|
||||||
GRIST_DEFAULT_EMAIL: "user@mydomain.com"
|
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:
|
REDIS_URL:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: rediscreds
|
name: rediscreds
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ name: haste-server
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/seejohnrun/haste-server
|
- https://github.com/seejohnrun/haste-server
|
||||||
- https://github.com/k8s-at-home/container-images
|
- https://github.com/k8s-at-home/container-images
|
||||||
version: 6.0.4
|
version: 6.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
||||||
|
|||||||
@@ -1,21 +1,12 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/haste-server
|
repository: tccr.io/truecharts/haste-server
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag
|
|
||||||
tag: latest@sha256:046b4d04aa5c23a7a4de10b678aad8f62932e2ae04b2db123107e753b7929f86
|
tag: latest@sha256:046b4d04aa5c23a7a4de10b678aad8f62932e2ae04b2db123107e753b7929f86
|
||||||
|
|
||||||
# -- environment variables. See [image docs](https://github.com/seejohnrun/haste-server) for more details.
|
|
||||||
# @default -- See below
|
|
||||||
env:
|
env:
|
||||||
# -- filepath for persistance
|
|
||||||
STORAGE_FILEPATH: "/config"
|
STORAGE_FILEPATH: "/config"
|
||||||
# -- sets backend
|
|
||||||
STORAGE_TYPE: "file"
|
STORAGE_TYPE: "file"
|
||||||
|
|
||||||
# -- Configures service settings for the chart. Normally this does not need to be modified.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -23,14 +14,6 @@ service:
|
|||||||
port: 7777
|
port: 7777
|
||||||
targetPort: 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:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ name: healthchecks
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/healthchecks/healthchecks
|
- https://github.com/healthchecks/healthchecks
|
||||||
- https://hub.docker.com/r/linuxserver/healthchecks
|
- https://hub.docker.com/r/linuxserver/healthchecks
|
||||||
version: 7.0.4
|
version: 7.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/healthchecks
|
repository: tccr.io/truecharts/healthchecks
|
||||||
# -- image tag
|
|
||||||
tag: version-v1.22.0@sha256:234347d239410227e8d4585c467293f7bb59859f2042bad885633c1ff30c98f2
|
tag: version-v1.22.0@sha256:234347d239410227e8d4585c467293f7bb59859f2042bad885633c1ff30c98f2
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
@@ -14,8 +11,6 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -24,25 +19,15 @@ service:
|
|||||||
targetPort: 8000
|
targetPort: 8000
|
||||||
|
|
||||||
secretEnv:
|
secretEnv:
|
||||||
# -- Superuser email
|
|
||||||
SUPERUSER_EMAIL: "email@healthchecks.io"
|
SUPERUSER_EMAIL: "email@healthchecks.io"
|
||||||
# -- Superuser password
|
|
||||||
SUPERUSER_PASSWORD: "myVeryStrongPassword"
|
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.
|
env:
|
||||||
# @default -- See values.yaml
|
REGENERATE_SETTINGS: "True"
|
||||||
|
SITE_ROOT: "https://healthchecks.domain"
|
||||||
|
SITE_NAME: ""
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
# -- Volume used for configuration
|
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/config"
|
mountPath: "/config"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ sources:
|
|||||||
- https://github.com/home-assistant/home-assistant
|
- https://github.com/home-assistant/home-assistant
|
||||||
- https://github.com/cdr/code-server
|
- https://github.com/cdr/code-server
|
||||||
type: application
|
type: application
|
||||||
version: 15.0.6
|
version: 15.0.7
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- home-automation
|
- home-automation
|
||||||
|
|||||||
@@ -142,17 +142,12 @@ configmap:
|
|||||||
trusted_proxies:
|
trusted_proxies:
|
||||||
- 172.16.0.0/16
|
- 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:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
postgresqlUsername: home-assistant
|
postgresqlUsername: home-assistant
|
||||||
postgresqlDatabase: home-assistant
|
postgresqlDatabase: home-assistant
|
||||||
existingSecret: "dbcreds"
|
existingSecret: "dbcreds"
|
||||||
|
|
||||||
# Enable influxdb
|
|
||||||
# ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/influxdb
|
|
||||||
influxdb:
|
influxdb:
|
||||||
enabled: false
|
enabled: false
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ name: homer
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/bastienwirtz/homer
|
- https://github.com/bastienwirtz/homer
|
||||||
- https://hub.docker.com/r/b4bz/homer
|
- https://hub.docker.com/r/b4bz/homer
|
||||||
version: 2.0.6
|
version: 2.0.7
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ podSecurityContext:
|
|||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
|
|
||||||
|
env:
|
||||||
|
INIT_ASSETS: true
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ name: hyperion-ng
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/hyperion-project/hyperion.ng
|
- https://github.com/hyperion-project/hyperion.ng
|
||||||
- https://hub.docker.com/r/sirfragalot/hyperion.ng
|
- https://hub.docker.com/r/sirfragalot/hyperion.ng
|
||||||
version: 6.0.4
|
version: 6.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/hyperion.ng
|
repository: tccr.io/truecharts/hyperion.ng
|
||||||
# -- image tag
|
|
||||||
tag: v2.0.13@sha256:1480feaaa3e9f9969254828427de061384dc6a29940aa8d5df1fce907d795e61
|
tag: v2.0.13@sha256:1480feaaa3e9f9969254828427de061384dc6a29940aa8d5df1fce907d795e61
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
@@ -13,12 +10,6 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 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:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ name: icantbelieveitsnotvaletudo
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/Hypfer/ICantBelieveItsNotValetudo
|
- https://github.com/Hypfer/ICantBelieveItsNotValetudo
|
||||||
- https://github.com/truecharts/apps/tree/master/charts/icantbelieveitsnotvaletudo
|
- https://github.com/truecharts/apps/tree/master/charts/icantbelieveitsnotvaletudo
|
||||||
version: 4.0.4
|
version: 4.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,13 +1,9 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/icantbelieveitsnotvaletudo
|
repository: tccr.io/truecharts/icantbelieveitsnotvaletudo
|
||||||
# -- image tag
|
|
||||||
tag: v2021.2.1@sha256:12546c37abe795970d27fda99f78fd45cd25522b11b4c6db6ce98d7484c68883
|
tag: v2021.2.1@sha256:12546c37abe795970d27fda99f78fd45cd25522b11b4c6db6ce98d7484c68883
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
controller:
|
controller:
|
||||||
# -- Set the controller upgrade strategy
|
|
||||||
strategy: RollingUpdate
|
strategy: RollingUpdate
|
||||||
|
|
||||||
configmap:
|
configmap:
|
||||||
@@ -37,8 +33,6 @@ persistence:
|
|||||||
configMap:
|
configMap:
|
||||||
name: '{{ printf "%v-settings" (include "tc.common.names.fullname" .) }}'
|
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:
|
config:
|
||||||
mapsettings:
|
mapsettings:
|
||||||
drawPath: true
|
drawPath: true
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ name: icinga2
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/jjethwa/icinga2
|
- https://github.com/jjethwa/icinga2
|
||||||
- https://icinga.com/
|
- https://icinga.com/
|
||||||
version: 3.0.3
|
version: 3.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- monitoring
|
- monitoring
|
||||||
|
|||||||
@@ -3,8 +3,6 @@ image:
|
|||||||
tag: v2.13.3@sha256:4bb7c9f538ab738d6b94d5ec2007f6f415056800c000016b7893ffac0a816fe6
|
tag: v2.13.3@sha256:4bb7c9f538ab738d6b94d5ec2007f6f415056800c000016b7893ffac0a816fe6
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# -- environment variables. See more environment variables in the [icinga2 documentation](https://github.com/jjethwa/icinga2#environment-variables-reference).
|
|
||||||
# @default -- See below
|
|
||||||
env:
|
env:
|
||||||
DEFAULT_MYSQL_USER: icinga2
|
DEFAULT_MYSQL_USER: icinga2
|
||||||
DEFAULT_MYSQL_HOST:
|
DEFAULT_MYSQL_HOST:
|
||||||
@@ -28,8 +26,6 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -51,26 +47,16 @@ service:
|
|||||||
port: 10116
|
port: 10116
|
||||||
targetPort: 5665
|
targetPort: 5665
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
persistence:
|
persistence:
|
||||||
# -- Icinga2 configuration folder
|
|
||||||
# @default -- Disabled
|
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/etc/icinga2"
|
mountPath: "/etc/icinga2"
|
||||||
# -- Icinga2 Data
|
|
||||||
# @default -- Disabled
|
|
||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/var/lib/icinga2"
|
mountPath: "/var/lib/icinga2"
|
||||||
# -- Icingaweb2 configuration folder
|
|
||||||
# @default -- Disabled
|
|
||||||
web:
|
web:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/etc/icingaweb2"
|
mountPath: "/etc/icingaweb2"
|
||||||
# -- ssmtp folder
|
|
||||||
# @default -- Disabled
|
|
||||||
ssmtp:
|
ssmtp:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/etc/ssmtp"
|
mountPath: "/etc/ssmtp"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ name: impostor-server
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/apps/tree/master/incubator/impostor-server
|
- https://github.com/truecharts/apps/tree/master/incubator/impostor-server
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.5
|
version: 1.0.7
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- games
|
- games
|
||||||
|
|||||||
@@ -110,13 +110,11 @@ questions:
|
|||||||
label: "Enable/Disable Anti Cheat"
|
label: "Enable/Disable Anti Cheat"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
required: false
|
|
||||||
default: true
|
default: true
|
||||||
- variable: IMPOSTOR_AntiCheat__BanIpFromGame
|
- variable: IMPOSTOR_AntiCheat__BanIpFromGame
|
||||||
label: "Enable/Disable Anti Cheat Ban IP"
|
label: "Enable/Disable Anti Cheat Ban IP"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
required: false
|
|
||||||
default: true
|
default: true
|
||||||
- variable: debug
|
- variable: debug
|
||||||
label: "Show Debug settings"
|
label: "Show Debug settings"
|
||||||
@@ -129,13 +127,11 @@ questions:
|
|||||||
label: "Enable/Disable Game Recorder"
|
label: "Enable/Disable Game Recorder"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
required: false
|
|
||||||
default: false
|
default: false
|
||||||
- variable: IMPOSTOR_Debug__GameRecorderPath
|
- variable: IMPOSTOR_Debug__GameRecorderPath
|
||||||
label: "Game Recorder Path"
|
label: "Game Recorder Path"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
|
||||||
default: ""
|
default: ""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -25,17 +25,9 @@ service:
|
|||||||
targetPort: 22023
|
targetPort: 22023
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
# -- Liveness probe configuration
|
|
||||||
# @default -- See below
|
|
||||||
liveness:
|
liveness:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# -- Redainess probe configuration
|
|
||||||
# @default -- See below
|
|
||||||
readiness:
|
readiness:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# -- Startup probe configuration
|
|
||||||
# @default -- See below
|
|
||||||
startup:
|
startup:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: "1.2.22"
|
appVersion: "1.2.22"
|
||||||
description: Kanboard is a free and open source Kanban project management software.
|
description: Kanboard is a free and open source Kanban project management software.
|
||||||
name: kanboard
|
name: kanboard
|
||||||
version: 8.0.3
|
version: 8.0.4
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- kanboard
|
- kanboard
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/kanboard
|
repository: tccr.io/truecharts/kanboard
|
||||||
# -- image tag
|
|
||||||
tag: v1.2.22@sha256:693507bec023dacc214fcb5bdcfc7004fd116befc8aed63b1617315bf2de8f9c
|
tag: v1.2.22@sha256:693507bec023dacc214fcb5bdcfc7004fd116befc8aed63b1617315bf2de8f9c
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
@@ -14,14 +11,8 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 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:
|
env:
|
||||||
# -- Set the container timezone
|
|
||||||
# -- Enable/disable email configuration from the user interface
|
|
||||||
MAIL_CONFIGURATION: false
|
MAIL_CONFIGURATION: false
|
||||||
# -- log driver: syslog, stderr, stdout or file
|
|
||||||
LOG_DRIVER: stdout
|
LOG_DRIVER: stdout
|
||||||
DB_DRIVER: "postgres"
|
DB_DRIVER: "postgres"
|
||||||
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||||
@@ -36,8 +27,6 @@ env:
|
|||||||
name: dbcreds
|
name: dbcreds
|
||||||
key: plainhost
|
key: plainhost
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -45,8 +34,6 @@ service:
|
|||||||
port: 10015
|
port: 10015
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -55,8 +42,6 @@ persistence:
|
|||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/etc/nginx/ssl"
|
mountPath: "/etc/nginx/ssl"
|
||||||
|
|
||||||
# -- Enable and configure postgresql database subchart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingSecret: "dbcreds"
|
existingSecret: "dbcreds"
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ sources:
|
|||||||
- https://github.com/koel/docker
|
- https://github.com/koel/docker
|
||||||
- https://hub.docker.com/r/phanan/koel
|
- https://hub.docker.com/r/phanan/koel
|
||||||
- https://github.com/koel/koel
|
- https://github.com/koel/koel
|
||||||
version: 3.0.3
|
version: 3.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -11,6 +11,11 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
|
secretEnv:
|
||||||
|
LASTFM_API_KEY: ""
|
||||||
|
LASTFM_API_SECRET: ""
|
||||||
|
YOUTUBE_API_KEY: ""
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DB_CONNECTION: "mysql"
|
DB_CONNECTION: "mysql"
|
||||||
DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}"
|
DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}"
|
||||||
@@ -18,9 +23,6 @@ env:
|
|||||||
DB_PORT: "3306"
|
DB_PORT: "3306"
|
||||||
FORCE_HTTPS: false
|
FORCE_HTTPS: false
|
||||||
MEMORY_LIMIT: 2048
|
MEMORY_LIMIT: 2048
|
||||||
LASTFM_API_KEY: ""
|
|
||||||
LASTFM_API_SECRET: ""
|
|
||||||
YOUTUBE_API_KEY: ""
|
|
||||||
DB_HOST:
|
DB_HOST:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: mariadbcreds
|
name: mariadbcreds
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ name: komga
|
|||||||
sources:
|
sources:
|
||||||
- https://komga.org/
|
- https://komga.org/
|
||||||
- https://github.com/gotson/komga
|
- https://github.com/gotson/komga
|
||||||
version: 6.0.5
|
version: 6.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,17 +1,8 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: tccr.io/truecharts/komga
|
repository: tccr.io/truecharts/komga
|
||||||
# -- image tag
|
|
||||||
tag: v0.154.3@sha256:e4d3665f4b42c7cfb74ab119ab6ef01eef9a41850dc1dfaff36ac205b0f427c0
|
tag: v0.154.3@sha256:e4d3665f4b42c7cfb74ab119ab6ef01eef9a41850dc1dfaff36ac205b0f427c0
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
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:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -19,8 +10,6 @@ service:
|
|||||||
port: 10085
|
port: 10085
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ name: leaf2mqtt
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/mitsumaui/leaf2mqtt
|
- https://github.com/mitsumaui/leaf2mqtt
|
||||||
- https://github.com/k8s-at-home/container-images
|
- https://github.com/k8s-at-home/container-images
|
||||||
version: 4.0.4
|
version: 4.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
# -- Image repository
|
|
||||||
repository: tccr.io/truecharts/leaf2mqtt
|
repository: tccr.io/truecharts/leaf2mqtt
|
||||||
# -- Image tag
|
|
||||||
tag: v0.6@sha256:a2afcdee61b39e7306f8c4296376e7b9734f39f07ea10fdf6032bc87e05dc1d6
|
tag: v0.6@sha256:a2afcdee61b39e7306f8c4296376e7b9734f39f07ea10fdf6032bc87e05dc1d6
|
||||||
# -- Image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
service:
|
service:
|
||||||
@@ -35,8 +32,6 @@ secretEnv:
|
|||||||
MQTT_USERNAME: "mqttuser"
|
MQTT_USERNAME: "mqttuser"
|
||||||
MQTT_PASSWORD: "changeme"
|
MQTT_PASSWORD: "changeme"
|
||||||
|
|
||||||
# -- environment variables. See [image docs](https://github.com/mitsumaui/leaf2mqtt) for more details.
|
|
||||||
# @default -- See below
|
|
||||||
env:
|
env:
|
||||||
LEAF_TYPE: ""
|
LEAF_TYPE: ""
|
||||||
MQTT_HOST: ""
|
MQTT_HOST: ""
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ name: librephotos
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/LibrePhotos/librephotos
|
- https://github.com/LibrePhotos/librephotos
|
||||||
- https://hub.docker.com/r/reallibrephotos/librephotos
|
- https://hub.docker.com/r/reallibrephotos/librephotos
|
||||||
version: 4.0.4
|
version: 4.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user