chore(apps): move all container references to TCCR (#1448)

This commit is contained in:
Kjeld Schouten-Lebbing 2021-12-03 13:02:44 +01:00 committed by GitHub
parent 5ee6d53ffd
commit 46c3126fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
190 changed files with 220 additions and 572 deletions

View File

@ -1,7 +1,5 @@
# Default values for Jackett.
image: image:
repository: quay.io/oriedge/k8s_gateway repository: tccr.io/truecharts/k8s_gateway
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v0.1.8@sha256:4937e28bb5dc4bd9c700a72d28e50d43929b4a9e8f64b4a306346426e6ed01e2 tag: v0.1.8@sha256:4937e28bb5dc4bd9c700a72d28e50d43929b4a9e8f64b4a306346426e6ed01e2

View File

@ -1,17 +1,17 @@
image: image:
repository: bitnami/prometheus-operator repository: tccr.io/truecharts/prometheus-operator
tag: 0.52.1@sha256:5fd9616ef9dabfe1c85dce3d1818bd3daeac7c32980d7786b8cb78b98f00f43b tag: 0.52.1@sha256:5fd9616ef9dabfe1c85dce3d1818bd3daeac7c32980d7786b8cb78b98f00f43b
prometheusImage: prometheusImage:
repository: bitnami/prometheus repository: tccr.io/truecharts/prometheus
tag: 2.31.1@sha256:908df0c6426cd6e171d1b3b35feaf84c86879787085057f837496fc12b31d292 tag: 2.31.1@sha256:908df0c6426cd6e171d1b3b35feaf84c86879787085057f837496fc12b31d292
thanosImage: thanosImage:
repository: bitnami/thanos repository: tccr.io/truecharts/thanos
tag: 0.23.1@sha256:944daebae0849d2c1e163e52227df0579d2c2fe6ba3f726a1c0a929e48797681 tag: 0.23.1@sha256:944daebae0849d2c1e163e52227df0579d2c2fe6ba3f726a1c0a929e48797681
alertmanagerImage: alertmanagerImage:
repository: bitnami/alertmanager repository: tccr.io/truecharts/alertmanager
tag: 0.23.0@sha256:c8c788e308f96e5bea23d94572d965bb48a629bebde760771f7faa2ad0b2e892 tag: 0.23.0@sha256:c8c788e308f96e5bea23d94572d965bb48a629bebde760771f7faa2ad0b2e892
global: global:
@ -249,7 +249,7 @@ operator:
namespace: kube-system namespace: kube-system
## Prometheus Configmap-reload image to use for reloading configmaps ## Prometheus Configmap-reload image to use for reloading configmaps
## defaults to Bitnami Prometheus Operator (ref: https://hub.docker.com/r/bitnami/prometheus-operator/tags/) ## defaults to Bitnami Prometheus Operator (ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus-operator/tags/)
## ##
prometheusConfigReloader: prometheusConfigReloader:
@ -291,7 +291,7 @@ prometheus:
## ##
enabled: true enabled: true
## Bitnami Prometheus image version ## Bitnami Prometheus image version
## ref: https://hub.docker.com/r/bitnami/prometheus/tags/ ## ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus/tags/
## @param prometheus.image.registry Prometheus image registry ## @param prometheus.image.registry Prometheus image registry
## @param prometheus.image.repository Prometheus image repository ## @param prometheus.image.repository Prometheus image repository
## @param prometheus.image.tag Prometheus Image tag (immutable tags are recommended) ## @param prometheus.image.tag Prometheus Image tag (immutable tags are recommended)
@ -699,7 +699,7 @@ prometheus:
## ##
create: false create: false
## Bitnami Thanos image ## Bitnami Thanos image
## ref: https://hub.docker.com/r/bitnami/thanos/tags/ ## ref: https://hub.docker.com/r/tccr.io/truecharts/thanos/tags/
## @param prometheus.thanos.image.registry Thanos image registry ## @param prometheus.thanos.image.registry Thanos image registry
## @param prometheus.thanos.image.repository Thanos image name ## @param prometheus.thanos.image.repository Thanos image name
## @param prometheus.thanos.image.tag Thanos image tag ## @param prometheus.thanos.image.tag Thanos image tag

View File

@ -1,6 +1,5 @@
# Default values for Traefik
image: image:
repository: traefik repository: tccr.io/truecharts/traefik
# defaults to appVersion # defaults to appVersion
tag: v2.5.4@sha256:7d0228d19042f1286765f0ef56ceba8e4e8a08ae9b45b854179cf09a9c3de633 tag: v2.5.4@sha256:7d0228d19042f1286765f0ef56ceba8e4e8a08ae9b45b854179cf09a9c3de633
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@ -115,7 +114,7 @@ additionalArguments:
- "--providers.kubernetesingress.allowexternalnameservices=true" - "--providers.kubernetesingress.allowexternalnameservices=true"
# -- TLS Options to be created as TLSOption CRDs # -- TLS Options to be created as TLSOption CRDs
# https://doc.traefik.io/traefik/https/tls/#tls-options # https://doc.traefik.io/tccr.io/truecharts/https/tls/#tls-options
# Example: # Example:
tlsOptions: tlsOptions:
default: default:

View File

@ -1,5 +1,5 @@
image: image:
repository: bitnami/mariadb repository: tccr.io/truecharts/mariadb
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 10.6.5@sha256:eaf86b454e10783feaffe7743f7564bf570d2da3652a8627e3220cfe38fdddb2 tag: 10.6.5@sha256:eaf86b454e10783feaffe7743f7564bf570d2da3652a8627e3220cfe38fdddb2
@ -41,7 +41,7 @@ podSecurityContext:
volumeClaimTemplates: volumeClaimTemplates:
data: data:
enabled: true enabled: true
mountPath: "/bitnami/mariadb" mountPath: "/tccr.io/truecharts/mariadb"
# -- Probe configuration # -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) # -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)

View File

@ -1,5 +1,5 @@
image: image:
repository: bitnami/memcached repository: tccr.io/truecharts/memcached
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 1.6.12@sha256:f51ee966f6589fa947a47c2d811f7691c7d944a4a83dcc41beca84f806981667 tag: 1.6.12@sha256:f51ee966f6589fa947a47c2d811f7691c7d944a4a83dcc41beca84f806981667

View File

@ -1,5 +1,5 @@
image: image:
repository: bitnami/postgresql repository: tccr.io/truecharts/postgresql
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 14.1.0@sha256:a8d81b4ce9ba6377b7250847e3b02cf84ae409785cf7df797a160b0f31b4246e tag: 14.1.0@sha256:a8d81b4ce9ba6377b7250847e3b02cf84ae409785cf7df797a160b0f31b4246e
@ -43,7 +43,7 @@ podSecurityContext:
volumeClaimTemplates: volumeClaimTemplates:
db: db:
enabled: true enabled: true
mountPath: "/bitnami/postgresql" mountPath: "/tccr.io/truecharts/postgresql"
postgresqlPassword: "testpass" postgresqlPassword: "testpass"

View File

@ -1,5 +1,5 @@
image: image:
repository: grafana/promtail repository: tccr.io/truecharts/promtail
tag: 2.4.1@sha256:3b669d95e66f97e1ec3013d248d70a9da9768c1403e36d3bb69f12066cf2821b tag: 2.4.1@sha256:3b669d95e66f97e1ec3013d248d70a9da9768c1403e36d3bb69f12066cf2821b
# controller: # controller:

View File

@ -1,5 +1,5 @@
image: image:
repository: bitnami/redis repository: tccr.io/truecharts/redis
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 6.2.6@sha256:5c14298baea515f4317aa2ab85eaadf119cc49c17e0ad2e1e87aeab87a4431d2 tag: 6.2.6@sha256:5c14298baea515f4317aa2ab85eaadf119cc49c17e0ad2e1e87aeab87a4431d2
@ -58,7 +58,7 @@ service:
volumeClaimTemplates: volumeClaimTemplates:
data: data:
enabled: true enabled: true
mountPath: "/bitnami/redis" mountPath: "/tccr.io/truecharts/redis"
# -- Probe configuration # -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) # -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)

View File

@ -1,5 +1,5 @@
image: image:
repository: anonaddy/anonaddy repository: tccr.io/truecharts/anonaddy
tag: 0.8.7@sha256:ad6ae308b7fa35a3d88b9ae53b1a4152637bb5e724c6e3e8a7a5d9063572fdfc tag: 0.8.7@sha256:ad6ae308b7fa35a3d88b9ae53b1a4152637bb5e724c6e3e8a7a5d9063572fdfc
pullPolicy: IfNotPresent pullPolicy: IfNotPresent

View File

@ -1,5 +1,5 @@
image: image:
repository: m1k1o/blog repository: tccr.io/truecharts/blog
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: latest@sha256:8a859e44c66159e0ac4b959cd9255012d159328bbdaf977e01f3db739fe0203a tag: latest@sha256:8a859e44c66159e0ac4b959cd9255012d159328bbdaf977e01f3db739fe0203a

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/bookstack repository: tccr.io/truecharts/bookstack
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 21.11.20211118@sha256:74eda5ad25f0b1aa428c39fb95fb9388ab08925e8c875a6db791b0c9d5d418d0 tag: 21.11.20211118@sha256:74eda5ad25f0b1aa428c39fb95fb9388ab08925e8c875a6db791b0c9d5d418d0

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/clarkson repository: tccr.io/truecharts/clarkson
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 1.1.2@sha256:b8a8feb4e8fa2fd6b56ee519d06c1f9877545f9923a6f3963fbd75df27cc60ee tag: 1.1.2@sha256:b8a8feb4e8fa2fd6b56ee519d06c1f9877545f9923a6f3963fbd75df27cc60ee

View File

@ -1,5 +1,5 @@
image: image:
repository: friendica repository: tccr.io/truecharts/friendica
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 2021.09@sha256:8fbc873ed9b6cbaf868428c49639282d4124e85676382d7f3f3515fbac7d26a7 tag: 2021.09@sha256:8fbc873ed9b6cbaf868428c49639282d4124e85676382d7f3f3515fbac7d26a7

View File

@ -1,5 +1,5 @@
image: image:
repository: jordan/icinga2 repository: tccr.io/truecharts/icinga2
tag: 2.13.1@sha256:00a826bee739d06be6999b493254d9e474875de8c842219a18cee99c01e84760 tag: 2.13.1@sha256:00a826bee739d06be6999b493254d9e474875de8c842219a18cee99c01e84760
pullPolicy: IfNotPresent pullPolicy: IfNotPresent

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/nicholaswilde/leantime repository: tccr.io/truecharts/leantime
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 2.1.7-ls6@sha256:60e3485f98d71f814f593c1c4d39cac78fc2748f7a1a4baacbbfa439ae031237 tag: 2.1.7-ls6@sha256:60e3485f98d71f814f593c1c4d39cac78fc2748f7a1a4baacbbfa439ae031237

View File

@ -1,5 +1,5 @@
image: image:
repository: monica repository: tccr.io/truecharts/monica
tag: 3.5.0@sha256:227f9472e899f0b6a7cb2b93932aa3559ef23178f14cc76478d860f1c7f10620 tag: 3.5.0@sha256:227f9472e899f0b6a7cb2b93932aa3559ef23178f14cc76478d860f1c7f10620
pullPolicy: IfNotPresent pullPolicy: IfNotPresent

View File

@ -1,13 +1,6 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image: image:
# -- image repository # -- image repository
repository: docker.io/mbentley/omada-controller repository: tccr.io/mbentley/omada-controller
# -- image tag # -- image tag
tag: 4.4@sha256:acaf5721f902b62722f35b78d165331acc099f307180f51241ce1a850b140eca tag: 4.4@sha256:acaf5721f902b62722f35b78d165331acc099f307180f51241ce1a850b140eca
# -- image pull policy # -- image pull policy

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/piwigo repository: tccr.io/truecharts/piwigo
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-11.5.0@sha256:13aa1206583cf5ff5d20c6d9b0738bcf5de6907b27e96c334ff5e3b716e959d9 tag: version-11.5.0@sha256:13aa1206583cf5ff5d20c6d9b0738bcf5de6907b27e96c334ff5e3b716e959d9

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/snipe-it repository: tccr.io/truecharts/snipe-it
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 5.3.3@sha256:625358097d1ac71ed6bacc15d2af48576e1aa86a42b8c8558f45d1a887878072 tag: 5.3.3@sha256:625358097d1ac71ed6bacc15d2af48576e1aa86a42b8c8558f45d1a887878072

View File

@ -1,7 +1,5 @@
# Default values for tdarr_node.
image: image:
repository: haveagitgat/tdarr_node repository: tccr.io/truecharts/tdarr_node
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 2.00.11@sha256:5134a53f3a4030418eb447d9a413a3169ea7900f3a51449fa1db5c687cbd2cbe tag: 2.00.11@sha256:5134a53f3a4030418eb447d9a413a3169ea7900f3a51449fa1db5c687cbd2cbe

View File

@ -1,7 +1,5 @@
# Default values for tdarr
image: image:
repository: haveagitgat/tdarr repository: tccr.io/truecharts/tdarr
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 2.00.11@sha256:c7bf83d8f9985932683558fcd2be38ebc6f1d414b44ecdd2d11a5e40384a8e63 tag: 2.00.11@sha256:c7bf83d8f9985932683558fcd2be38ebc6f1d414b44ecdd2d11a5e40384a8e63

View File

@ -1,5 +1,5 @@
image: image:
repository: traefik/whoami repository: tccr.io/truecharts/whoami
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917 tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917

View File

@ -1,5 +1,5 @@
image: image:
repository: traefik/whoami repository: tccr.io/truecharts/whoami
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917 tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917

View File

@ -1,5 +1,5 @@
image: image:
repository: traefik/whoami repository: tccr.io/truecharts/whoami
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917 tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917

View File

@ -1,5 +1,5 @@
image: image:
repository: traefik/whoami repository: tccr.io/truecharts/whoami
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917 tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917

View File

@ -1,5 +1,5 @@
image: image:
repository: traefik/whoami repository: tccr.io/truecharts/whoami
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917 tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917

View File

@ -1,5 +1,5 @@
image: image:
repository: traefik/whoami repository: tccr.io/truecharts/whoami
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917 tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917

View File

@ -1,5 +1,5 @@
image: image:
repository: traefik/whoami repository: tccr.io/truecharts/whoami
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917 tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917

View File

@ -1,5 +1,5 @@
image: image:
repository: traefik/whoami repository: tccr.io/truecharts/whoami
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917 tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917

View File

@ -1,5 +1,5 @@
image: image:
repository: traefik/whoami repository: tccr.io/truecharts/whoami
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917 tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917

View File

@ -1,5 +1,5 @@
image: image:
repository: traefik/whoami repository: tccr.io/truecharts/whoami
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917 tag: v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917

View File

@ -2,7 +2,7 @@
# @default -- See below # @default -- See below
openvpnImage: openvpnImage:
# -- Specify the openvpn client image # -- Specify the openvpn client image
repository: dperson/openvpn-client repository: tccr.io/truecharts/openvpn-client
# -- Specify the openvpn client image tag # -- Specify the openvpn client image tag
tag: latest@sha256:d174047b57d51734143325ad7395210643025e6516ba60a937e9319dbb462293 tag: latest@sha256:d174047b57d51734143325ad7395210643025e6516ba60a937e9319dbb462293
# -- Specify the openvpn client image pull policy # -- Specify the openvpn client image pull policy
@ -12,7 +12,7 @@ openvpnImage:
# @default -- See below # @default -- See below
wireguardImage: wireguardImage:
# -- Specify the WireGuard image # -- Specify the WireGuard image
repository: ghcr.io/k8s-at-home/wireguard repository: tccr.io/truecharts/wireguard
# -- Specify the WireGuard image tag # -- Specify the WireGuard image tag
tag: v1.0.20210914@sha256:3799349a9b09c689ffce45a4cedecc735af4fbc901e31d9cdbce1de1bc76be4c tag: v1.0.20210914@sha256:3799349a9b09c689ffce45a4cedecc735af4fbc901e31d9cdbce1de1bc76be4c
# -- Specify the WireGuard image pull policy # -- Specify the WireGuard image pull policy
@ -22,7 +22,7 @@ wireguardImage:
# @default -- See below # @default -- See below
promtailImage: promtailImage:
# -- Specify the promtail image # -- Specify the promtail image
repository: ghcr.io/truecharts/promtail repository: tccr.io/truecharts/promtail
# -- Specify the promtail image tag # -- Specify the promtail image tag
tag: v2.3.0@sha256:90019c5e4198d3253126fcc0c90db11b961ddf0a3c2906766f4611770beabdf2 tag: v2.3.0@sha256:90019c5e4198d3253126fcc0c90db11b961ddf0a3c2906766f4611770beabdf2
# -- Specify the promtail image pull policy # -- Specify the promtail image pull policy
@ -32,7 +32,7 @@ promtailImage:
# @default -- See below # @default -- See below
netshootImage: netshootImage:
# -- Specify the netshoot image # -- Specify the netshoot image
repository: nicolaka/netshoot repository: tccr.io/truecharts/netshoot
# -- Specify the netshoot image tag # -- Specify the netshoot image tag
tag: latest@sha256:d6942ec583d8e2818f5a5d7a71c303e861a70a11396ad9e9d25b355842e97589 tag: latest@sha256:d6942ec583d8e2818f5a5d7a71c303e861a70a11396ad9e9d25b355842e97589
# -- Specify the netshoot image pull policy # -- Specify the netshoot image pull policy
@ -42,7 +42,7 @@ netshootImage:
# @default -- See below # @default -- See below
codeserverImage: codeserverImage:
# -- Specify the code-server image # -- Specify the code-server image
repository: ghcr.io/truecharts/code-server repository: tccr.io/truecharts/code-server
# -- Specify the code-server image tag # -- Specify the code-server image tag
tag: v3.12.0@sha256:2853a8bdd8eed9c09bcd4b100b9d4be20c42a307b9d1cbae1a204276e948f9ce tag: v3.12.0@sha256:2853a8bdd8eed9c09bcd4b100b9d4be20c42a307b9d1cbae1a204276e948f9ce
# -- Specify the code-server image pull policy # -- Specify the code-server image pull policy
@ -52,7 +52,7 @@ codeserverImage:
# @default -- See below # @default -- See below
alpineImage: alpineImage:
# -- Specify the Alpine image # -- Specify the Alpine image
repository: ghcr.io/truecharts/alpine repository: tccr.io/truecharts/alpine
# -- Specify the Alpine image tag # -- Specify the Alpine image tag
tag: v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c tag: v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
# -- Specify the Alpine image pull policy # -- Specify the Alpine image pull policy
@ -62,7 +62,7 @@ alpineImage:
# @default -- See below # @default -- See below
postgresqlImage: postgresqlImage:
# -- Specify the postgresql image # -- Specify the postgresql image
repository: bitnami/postgresql repository: tccr.io/truecharts/postgresql
# -- Specify the postgresql image tag # -- Specify the postgresql image tag
tag: 14.1.0@sha256:a8d81b4ce9ba6377b7250847e3b02cf84ae409785cf7df797a160b0f31b4246e tag: 14.1.0@sha256:a8d81b4ce9ba6377b7250847e3b02cf84ae409785cf7df797a160b0f31b4246e
# -- Specify the postgresql image pull policy # -- Specify the postgresql image pull policy

View File

@ -1,13 +1,6 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image: image:
# -- image repository # -- image repository
repository: ghcr.io/linuxserver/airsonic repository: tccr.io/truecharts/airsonic
# -- image tag # -- image tag
tag: version-v10.6.2@sha256:0a0e49be383db9340c0a8258bb31c5916281ec18c8c3fb56006866d18f8e63e0 tag: version-v10.6.2@sha256:0a0e49be383db9340c0a8258bb31c5916281ec18c8c3fb56006866d18f8e63e0
# -- image pull policy # -- image pull policy

View File

@ -1,6 +1,6 @@
image: image:
# -- image repository # -- image repository
repository: dchesterton/amcrest2mqtt repository: tccr.io/truecharts/amcrest2mqtt
# -- image tag # -- image tag
tag: 1.0.11@sha256:950a9ad1e91b151e7fbc84daa0b7663239020b596ffa68c009236a686b96ff5e tag: 1.0.11@sha256:950a9ad1e91b151e7fbc84daa0b7663239020b596ffa68c009236a686b96ff5e
# -- image pull policy # -- image pull policy

View File

@ -1,6 +1,6 @@
image: image:
# -- image repository # -- image repository
repository: ghcr.io/k8s-at-home/apache-musicindex repository: tccr.io/truecharts/apache-musicindex
# -- image tag # -- image tag
tag: v1.4.1-2@sha256:c8b5cf5fbf4bbf097fb516f82bfc3ecb1ad971e8059dc9722b4d10bb7d7faee7 tag: v1.4.1-2@sha256:c8b5cf5fbf4bbf097fb516f82bfc3ecb1ad971e8059dc9722b4d10bb7d7faee7
# -- image pull policy # -- image pull policy

View File

@ -1,5 +1,5 @@
image: image:
repository: docker.io/acockburn/appdaemon repository: tccr.io/truecharts/appdaemon
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v4.1.0@sha256:209ee1c83b4c0794dd6f50333f60a212d0df7c4205e7e374ac78d988ffc3d8fd tag: v4.1.0@sha256:209ee1c83b4c0794dd6f50333f60a212d0df7c4205e7e374ac78d988ffc3d8fd

View File

@ -1,6 +1,6 @@
image: image:
# -- image repository # -- image repository
repository: p3terx/aria2-pro repository: tccr.io/truecharts/aria2-pro
# -- image tag # -- image tag
tag: latest@sha256:2589527dfef6351d459f3a6781e4efef41d694878765b107413a6eb4bb6bbca7 tag: latest@sha256:2589527dfef6351d459f3a6781e4efef41d694878765b107413a6eb4bb6bbca7
# -- image pull policy # -- image pull policy

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/audacity repository: tccr.io/truecharts/audacity
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-3.0.2@sha256:cdf203db1e50e18349f16c5958f7061b18625501f5e2f7a15cd69262185e3e84 tag: version-3.0.2@sha256:cdf203db1e50e18349f16c5958f7061b18625501f5e2f7a15cd69262185e3e84
env: env:

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/authelia/authelia repository: tccr.io/truecharts/authelia
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 4.32.2@sha256:4c46e56d219424542349fee05b643d854ab74df7a10207dc247dd36366ecfc25 tag: 4.32.2@sha256:4c46e56d219424542349fee05b643d854ab74df7a10207dc247dd36366ecfc25

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/babybuddy repository: tccr.io/truecharts/babybuddy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 1.9.1@sha256:0f61b152727119d31df34ffa43ee048e44432d35855b0d2493560b3c642bfba5 tag: 1.9.1@sha256:0f61b152727119d31df34ffa43ee048e44432d35855b0d2493560b3c642bfba5

View File

@ -1,7 +1,5 @@
# Default values for Bazarr.
image: image:
repository: ghcr.io/k8s-at-home/bazarr repository: tccr.io/truecharts/bazarr
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.0.1@sha256:8b785e187aa9e74bb7ef6cecad8dc3fbd5c905a638d496a90aaeb0a1dcd80cc1 tag: v1.0.1@sha256:8b785e187aa9e74bb7ef6cecad8dc3fbd5c905a638d496a90aaeb0a1dcd80cc1

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/beets repository: tccr.io/truecharts/beets
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-1.5.0@sha256:5bdb3a8ed128aab4744825fd9657a754632baba5f6d9ae84fa88ac27ed0fa75f tag: version-1.5.0@sha256:5bdb3a8ed128aab4744825fd9657a754632baba5f6d9ae84fa88ac27ed0fa75f

View File

@ -1,13 +1,6 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image: image:
# -- image repository # -- image repository
repository: ghcr.io/linuxserver/booksonic-air repository: tccr.io/truecharts/booksonic-air
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- image tag # -- image tag

View File

@ -1,7 +1,5 @@
# Default values for Calibre-Web.
image: image:
repository: ghcr.io/linuxserver/calibre-web repository: tccr.io/truecharts/calibre-web
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-0.6.12@sha256:938810eca3d3137221308afe9095773c8552a457dc0943abd0aec5613242b0b6 tag: version-0.6.12@sha256:938810eca3d3137221308afe9095773c8552a457dc0943abd0aec5613242b0b6

View File

@ -1,16 +1,6 @@
---
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
# -- This is the default, you can also use requarks/wiki
image: image:
# -- image repository # -- image repository
repository: ghcr.io/linuxserver/calibre repository: tccr.io/truecharts/calibre
# -- image tag # -- image tag
tag: v5.32.0-ls138@sha256:8441c4295684074782e7ab3db869a096669652970d2960ad82680f582a8daeab tag: v5.32.0-ls138@sha256:8441c4295684074782e7ab3db869a096669652970d2960ad82680f582a8daeab
# -- image pull policy # -- image pull policy

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/cloud9 repository: tccr.io/truecharts/cloud9
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-1.29.2@sha256:f2bc1b08e713f1600d374e2347db3963908703c6f6e926649c7a7af064dfa739 tag: version-1.29.2@sha256:f2bc1b08e713f1600d374e2347db3963908703c6f6e926649c7a7af064dfa739

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/code-server repository: tccr.io/truecharts/code-server
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-v3.11.1@sha256:a385ba5cb16136b14ae4cd99ca95c20ac77f9831ac3fb63937a1998e1d31be2a tag: version-v3.11.1@sha256:a385ba5cb16136b14ae4cd99ca95c20ac77f9831ac3fb63937a1998e1d31be2a

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/truecharts/collabora repository: tccr.io/truecharts/collabora
tag: v6.4.14.3@sha256:d4a55425927736cb167a8df37ba6f2a60c0e3e0bacc0ee2496ecb5e535176f60 tag: v6.4.14.3@sha256:d4a55425927736cb167a8df37ba6f2a60c0e3e0bacc0ee2496ecb5e535176f60
pullPolicy: IfNotPresent pullPolicy: IfNotPresent

View File

@ -1,6 +1,6 @@
image: image:
# -- image repository # -- image repository
repository: xtrendence/cryptofolio repository: tccr.io/truecharts/cryptofolio
# -- image tag # -- image tag
tag: V.2.2.0@sha256:e6e6612bb94c877b5e31853c639761d09076180fe0a6c4fdb0fb91f73d9f480e tag: V.2.2.0@sha256:e6e6612bb94c877b5e31853c639761d09076180fe0a6c4fdb0fb91f73d9f480e
# -- image pull policy # -- image pull policy

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/k8s-at-home/jackett repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v0.20.78@sha256:bec4a37a79cbd9631aeec33411f585b097140ade69128028da3e866ca2427cf1 tag: v0.20.78@sha256:bec4a37a79cbd9631aeec33411f585b097140ade69128028da3e866ca2427cf1

View File

@ -1,6 +1,4 @@
# Default values for Jackett.
image: image:
repository: ghcr.io/k8s-at-home/jackett repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v0.20.78@sha256:bec4a37a79cbd9631aeec33411f585b097140ade69128028da3e866ca2427cf1 tag: v0.20.78@sha256:bec4a37a79cbd9631aeec33411f585b097140ade69128028da3e866ca2427cf1

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/davos repository: tccr.io/truecharts/davos
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 2.2.1-ls76@sha256:24ba55aeaa4f86a76dc2664e1bb090f315279ec84e1e603e24713cfe0538d890 tag: 2.2.1-ls76@sha256:24ba55aeaa4f86a76dc2664e1bb090f315279ec84e1e603e24713cfe0538d890

View File

@ -1,6 +1,6 @@
image: image:
# -- image repository # -- image repository
repository: ghcr.io/deconz-community/deconz-docker repository: tccr.io/truecharts/deconz-docker
# -- image tag # -- image tag
tag: v2.13.02@sha256:ed4a88ee75eeaf04155c3e733cf38011247139ed265d178b67ddde46889eca8c tag: v2.13.02@sha256:ed4a88ee75eeaf04155c3e733cf38011247139ed265d178b67ddde46889eca8c
# -- image pull policy # -- image pull policy

View File

@ -1,7 +1,5 @@
# Default values for Jackett.
image: image:
repository: deepquestai/deepstack repository: tccr.io/truecharts/deepstack-cpu
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: cpu-2021.09.1@sha256:359dc8c6c5056891b2a4f419902616b8b8b9bc9068b0c20fd40e13bc7a5583b5 tag: cpu-2021.09.1@sha256:359dc8c6c5056891b2a4f419902616b8b8b9bc9068b0c20fd40e13bc7a5583b5

View File

@ -1,7 +1,5 @@
# Default values for Jackett.
image: image:
repository: deepquestai/deepstack repository: tccr.io/truecharts/deepstack-gpu
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: gpu-2021.09.1@sha256:e71f54392c9b1199f9142d7ffcd8f0c3a6e91fe69c02a44fd76f906dd88849cb tag: gpu-2021.09.1@sha256:e71f54392c9b1199f9142d7ffcd8f0c3a6e91fe69c02a44fd76f906dd88849cb

View File

@ -1,7 +1,5 @@
# Default values for deluge.
image: image:
repository: ghcr.io/linuxserver/deluge repository: tccr.io/truecharts/deluge
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:2ce561a95e7be890c1daf718e85e37fd58d792ac86ec031d1dd22f85e5311469 tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:2ce561a95e7be890c1daf718e85e37fd58d792ac86ec031d1dd22f85e5311469

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/digikam repository: tccr.io/truecharts/digikam
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-7.3.0@sha256:fe94ffafb3fb177e1e3b1169b26a3aa111f8fa678fc3fb236c30cb5208965df7 tag: version-7.3.0@sha256:fe94ffafb3fb177e1e3b1169b26a3aa111f8fa678fc3fb236c30cb5208965df7

View File

@ -1,13 +1,6 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image: image:
# -- image repository # -- image repository
repository: ghcr.io/truecharts/dizquetv repository: tccr.io/truecharts/dizquetv
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- image tag # -- image tag

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/doublecommander repository: tccr.io/truecharts/doublecommander
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-0.8.2-1@sha256:a64547270ae8644ed31e76e87c831e2bc92cb82bb825af5edc009fdf69a7ddde tag: version-0.8.2-1@sha256:a64547270ae8644ed31e76e87c831e2bc92cb82bb825af5edc009fdf69a7ddde

View File

@ -1,6 +1,6 @@
image: image:
# -- image repository # -- image repository
repository: xirixiz/dsmr-reader-docker repository: tccr.io/truecharts/dsmr-reader-docker
# -- image tag # -- image tag
tag: latest-2021.09.02-amd64@sha256:4858edb1ae63a20639a0ef9c51c7b2cf599686db5c582ead7b37b2a288122935 tag: latest-2021.09.02-amd64@sha256:4858edb1ae63a20639a0ef9c51c7b2cf599686db5c582ead7b37b2a288122935
# -- image pull policy # -- image pull policy

View File

@ -1,6 +1,6 @@
image: image:
# -- image repository # -- image repository
repository: duplicati/duplicati repository: tccr.io/truecharts/duplicati
# -- image tag # -- image tag
tag: beta@sha256:22f5231c3a36979750d10bc8df7fbbb7b112c9fca76d85288fa8e90afb6c9635 tag: beta@sha256:22f5231c3a36979750d10bc8df7fbbb7b112c9fca76d85288fa8e90afb6c9635
# -- image pull policy # -- image pull policy

View File

@ -1,7 +1,5 @@
# Default values for emby.
image: image:
repository: ghcr.io/k8s-at-home/emby repository: tccr.io/truecharts/emby
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v4.6.7.0@sha256:75b4955b21bfe1ece06d56a984624fb0b36b6649d5ded9349985a4e1211093c7 tag: v4.6.7.0@sha256:75b4955b21bfe1ece06d56a984624fb0b36b6649d5ded9349985a4e1211093c7

View File

@ -1,7 +1,5 @@
# Default values for esphome.
image: image:
repository: ghcr.io/truecharts/esphome repository: tccr.io/truecharts/esphome
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v2021.11.4@sha256:c4e3f2174e8636578a2a619eef7644f5ac94f427c531eedc31436e47f27b21a3 tag: v2021.11.4@sha256:c4e3f2174e8636578a2a619eef7644f5ac94f427c531eedc31436e47f27b21a3

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/nicholaswilde/etherpad repository: tccr.io/truecharts/etherpad
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-1.8.14@sha256:26bbd45110d5b4d70246fafe40d4c4a7047b7b4fde409763a125324fa93b2d73 tag: version-1.8.14@sha256:26bbd45110d5b4d70246fafe40d4c4a7047b7b4fde409763a125324fa93b2d73

View File

@ -1,6 +1,6 @@
# Fake external service image # Fake external service image
image: image:
repository: ghcr.io/truecharts/bs repository: tccr.io/truecharts/bs
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v0.66.6@sha256:666 tag: v0.66.6@sha256:666

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/filezilla repository: tccr.io/truecharts/filezilla
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-3.51.0-r1@sha256:5103cdd266ceb61cebabae6629e418570a5094e3f61ef2f405f6e24d4fc7f6a4 tag: version-3.51.0-r1@sha256:5103cdd266ceb61cebabae6629e418570a5094e3f61ef2f405f6e24d4fc7f6a4

View File

@ -1,7 +1,5 @@
# Default values for fireflyIII.
image: image:
repository: fireflyiii/core repository: tccr.io/truecharts/fireflyiii-core
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-5.5.12@sha256:9a1f87a8ad38694675390756be9686fe9d8ba941fe1f145641626135c7eb5e4b tag: version-5.5.12@sha256:9a1f87a8ad38694675390756be9686fe9d8ba941fe1f145641626135c7eb5e4b

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/crazy-max/firefox-syncserver repository: tccr.io/truecharts/firefox-syncserver
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: 1.8.0@sha256:ab1a959d8105c478f0f1523c8c3bbdc53bb8d44f325501b93297bc80cf627da6 tag: 1.8.0@sha256:ab1a959d8105c478f0f1523c8c3bbdc53bb8d44f325501b93297bc80cf627da6

View File

@ -1,13 +1,6 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image: image:
# -- image repository # -- image repository
repository: ghcr.io/flaresolverr/flaresolverr repository: tccr.io/truecharts/flaresolverr
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- image tag # -- image tag

View File

@ -1,13 +1,6 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image: image:
# -- image repository # -- image repository
repository: ghcr.io/truecharts/flood repository: tccr.io/truecharts/flood
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- image tag # -- image tag

View File

@ -1,13 +1,6 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image: image:
# -- image repository # -- image repository
repository: ghcr.io/truecharts/focalboard repository: tccr.io/truecharts/focalboard
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- image tag # -- image tag

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/nicholaswilde/fossil repository: tccr.io/truecharts/fossil
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 2.15.1-ls4@sha256:a0a819ed2707e8e829dec371de0e166fbcf0499d3d12005880f603b2b95bf64d tag: 2.15.1-ls4@sha256:a0a819ed2707e8e829dec371de0e166fbcf0499d3d12005880f603b2b95bf64d
securityContext: securityContext:

View File

@ -1,7 +1,5 @@
# Default values for Bitwarden.
image: image:
repository: ghcr.io/truecharts/freeradius repository: tccr.io/truecharts/freeradius
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v3.0.23@sha256:21454da0a4f4950dd9b97e82de5b56556fdf2bf38f60ae427852b74a2622c972 tag: v3.0.23@sha256:21454da0a4f4950dd9b97e82de5b56556fdf2bf38f60ae427852b74a2622c972

View File

@ -1,7 +1,5 @@
# Default values for FreshRSS.
image: image:
repository: ghcr.io/linuxserver/freshrss repository: tccr.io/truecharts/freshrss
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-1.18.1@sha256:12d5889d3a92cd6e493c44b9b5aa4f05aafbf7236ad5cd0a8b8e357fe6836f88 tag: version-1.18.1@sha256:12d5889d3a92cd6e493c44b9b5aa4f05aafbf7236ad5cd0a8b8e357fe6836f88

View File

@ -1,7 +1,5 @@
# Default values for Gaps.
image: image:
repository: ghcr.io/truecharts/gaps repository: tccr.io/truecharts/gaps
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v0.8.8@sha256:2e4b3b4e677be68b947517b0077aec719db8c382dad2952421b746060bbd6513 tag: v0.8.8@sha256:2e4b3b4e677be68b947517b0077aec719db8c382dad2952421b746060bbd6513

View File

@ -1,5 +1,5 @@
image: image:
repository: gitea/gitea repository: tccr.io/truecharts/gitea
tag: 1.15.6-rootless tag: 1.15.6-rootless
pullPolicy: IfNotPresent pullPolicy: IfNotPresent

View File

@ -1,7 +1,8 @@
image: image:
repository: ghcr.io/nicholaswilde/golinks repository: tccr.io/truecharts/golinks
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-154c581@sha256:8e67b26324c5dc433210df8f2fb64317db3cbbe7db0b9e10c6e5bc3f3f7860e4 tag: version-154c581@sha256:8e67b26324c5dc433210df8f2fb64317db3cbbe7db0b9e10c6e5bc3f3f7860e4
env: {} env: {}
# SUGGEST=https://suggestqueries.google.com/complete/search?client=firefox&q=%s `# optional` \ # SUGGEST=https://suggestqueries.google.com/complete/search?client=firefox&q=%s `# optional` \
# TITLE=Search `# optional` \ # TITLE=Search `# optional` \

View File

@ -1,13 +1,6 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image: image:
# -- image repository # -- image repository
repository: ghcr.io/truecharts/gonic repository: tccr.io/truecharts/gonic
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- image tag # -- image tag

View File

@ -1,5 +1,5 @@
image: image:
repository: gotify/server repository: tccr.io/truecharts/gotify-server
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 2.1.0@sha256:57aa2aabac035c16118f625dd6d3d2c3ca421b43b28cb27512f3212193d65771 tag: 2.1.0@sha256:57aa2aabac035c16118f625dd6d3d2c3ca421b43b28cb27512f3212193d65771

View File

@ -1,5 +1,5 @@
image: image:
repository: bitnami/grafana repository: tccr.io/truecharts/grafana
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 8.2.5@sha256:ce9fa0f6f904e05f49fa814008d3d98560b07eaccd902327f7de5e8721c95e32 tag: 8.2.5@sha256:ce9fa0f6f904e05f49fa814008d3d98560b07eaccd902327f7de5e8721c95e32
@ -30,20 +30,20 @@ secret:
env: env:
GF_SECURITY_ADMIN_USER: "admin" GF_SECURITY_ADMIN_USER: "admin"
GF_INSTALL_PLUGINS: "" GF_INSTALL_PLUGINS: ""
GF_PATHS_PLUGINS: "/opt/bitnami/grafana/data/plugins" GF_PATHS_PLUGINS: "/opt/tccr.io/truecharts/grafana/data/plugins"
GF_AUTH_LDAP_ENABLED: "false" GF_AUTH_LDAP_ENABLED: "false"
GF_AUTH_LDAP_CONFIG_FILE: "/opt/bitnami/grafana/conf/ldap.toml" GF_AUTH_LDAP_CONFIG_FILE: "/opt/tccr.io/truecharts/grafana/conf/ldap.toml"
GF_AUTH_LDAP_ALLOW_SIGN_UP: "false" GF_AUTH_LDAP_ALLOW_SIGN_UP: "false"
GF_PATHS_PROVISIONING: "/opt/bitnami/grafana/conf/provisioning" GF_PATHS_PROVISIONING: "/opt/tccr.io/truecharts/grafana/conf/provisioning"
GF_PATHS_CONFIG: "/opt/bitnami/grafana/conf/grafana.ini" GF_PATHS_CONFIG: "/opt/tccr.io/truecharts/grafana/conf/grafana.ini"
GF_PATHS_DATA: "/opt/bitnami/grafana/data" GF_PATHS_DATA: "/opt/tccr.io/truecharts/grafana/data"
GF_PATHS_LOGS: "/opt/bitnami/grafana/logs" GF_PATHS_LOGS: "/opt/tccr.io/truecharts/grafana/logs"
persistence: persistence:
config: config:
enabled: true enabled: true
mountPath: "/opt/bitnami/grafana/data" mountPath: "/opt/tccr.io/truecharts/grafana/data"
metrics: metrics:
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key. # -- Enable and configure a Prometheus serviceMonitor for the chart under this key.

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/grav repository: tccr.io/truecharts/grav
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-1.7.18@sha256:e4fc1032fd78c0a6772cf141669449fdd4d0f5e6ad4646d6ebaf0b6015631738 tag: version-1.7.18@sha256:e4fc1032fd78c0a6772cf141669449fdd4d0f5e6ad4646d6ebaf0b6015631738

View File

@ -1,7 +1,7 @@
# Default values for grocy.
image: image:
repository: ghcr.io/linuxserver/grocy repository: tccr.io/truecharts/grocy
tag: version-v3.1.1@sha256:f67e4ce1c7498f5360d874955b0baf3b6b4ae88f5411094d32f7bfb93ddd4a5a tag: version-v3.1.1@sha256:f67e4ce1c7498f5360d874955b0baf3b6b4ae88f5411094d32f7bfb93ddd4a5a
pullPolicy: IfNotPresent pullPolicy: IfNotPresent

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/truecharts/handbrake repository: tccr.io/truecharts/handbrake
tag: v1.24.2@sha256:312ddf5ec046fd0ca3f84015b55c8b4cbe1d6e8340ffcaf244489592a3fc92da tag: v1.24.2@sha256:312ddf5ec046fd0ca3f84015b55c8b4cbe1d6e8340ffcaf244489592a3fc92da
pullPolicy: IfNotPresent pullPolicy: IfNotPresent

View File

@ -1,13 +1,6 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image: image:
# -- image repository # -- image repository
repository: ghcr.io/k8s-at-home/haste-server repository: tccr.io/truecharts/haste-server
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- image tag # -- image tag

View File

@ -1,5 +1,5 @@
image: image:
repository: ghcr.io/linuxserver/headphones repository: tccr.io/truecharts/headphones
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-58edc604@sha256:43f2d40be460ac59c6b80d6ea1307f14dad11379ac607b6752f84a758da6b118 tag: version-58edc604@sha256:43f2d40be460ac59c6b80d6ea1307f14dad11379ac607b6752f84a758da6b118

View File

@ -1,8 +1,6 @@
# Default values for healthchecks.
image: image:
# -- image repository # -- image repository
repository: ghcr.io/linuxserver/healthchecks repository: tccr.io/truecharts/healthchecks
# -- image tag # -- image tag
tag: version-v1.22.0@sha256:a5cef9bed791dee2b8d74f0ed3098af13166a9a75da57671220d01ab61dbde31 tag: version-v1.22.0@sha256:a5cef9bed791dee2b8d74f0ed3098af13166a9a75da57671220d01ab61dbde31
# -- image pull policy # -- image pull policy

View File

@ -1,7 +1,5 @@
# Default values for grocy.
image: image:
repository: ghcr.io/linuxserver/heimdall repository: tccr.io/truecharts/heimdall
tag: version-2.2.2@sha256:fd47acb8da04b42918a0a966508040b150a89fe0876c610b85b44115302717c4 tag: version-2.2.2@sha256:fd47acb8da04b42918a0a966508040b150a89fe0876c610b85b44115302717c4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent

View File

@ -1,7 +1,5 @@
# Default values for Home Assistant
image: image:
repository: ghcr.io/truecharts/home-assistant repository: tccr.io/truecharts/home-assistant
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v2021.11.5@sha256:f4a4f4c85e51e6c08b36329110c95be441f53ac998bc51bc16f5b26290f7f9ef tag: v2021.11.5@sha256:f4a4f4c85e51e6c08b36329110c95be441f53ac998bc51bc16f5b26290f7f9ef
@ -60,7 +58,7 @@ persistence:
# -- Enable and configure postgresql database subchart under this key. # -- Enable and configure postgresql database subchart under this key.
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) # For more options see [postgresql chart documentation](https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/postgresql)
# @default -- See values.yaml # @default -- See values.yaml
postgresql: postgresql:
enabled: true enabled: true
@ -69,7 +67,7 @@ postgresql:
existingSecret: "dbcreds" existingSecret: "dbcreds"
# Enable influxdb # Enable influxdb
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/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

View File

@ -1,13 +1,6 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image: image:
# -- image repository # -- image repository
repository: sirfragalot/hyperion.ng repository: tccr.io/truecharts/hyperion.ng
# -- image tag # -- image tag
tag: 2.0.12@sha256:7a3610716c6881d4a2cd028de7c553cdc7f28e0b18c1b455f35ef5b3e947ed2a tag: 2.0.12@sha256:7a3610716c6881d4a2cd028de7c553cdc7f28e0b18c1b455f35ef5b3e947ed2a
# -- image pull policy # -- image pull policy

View File

@ -1,6 +1,6 @@
image: image:
# -- image repository # -- image repository
repository: pmaksymiuk/icantbelieveitsnotvaletudo repository: tccr.io/truecharts/icantbelieveitsnotvaletudo
# -- image tag # -- image tag
tag: 2021.2.1@sha256:cfb6ca812b7bec09ef61d60c8ab71945b6594525673f2edd9ddcd88004d8b150 tag: 2021.2.1@sha256:cfb6ca812b7bec09ef61d60c8ab71945b6594525673f2edd9ddcd88004d8b150
# -- image pull policy # -- image pull policy

View File

@ -1,7 +1,5 @@
# Default values for Jackett.
image: image:
repository: ghcr.io/k8s-at-home/jackett repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v0.20.78@sha256:bec4a37a79cbd9631aeec33411f585b097140ade69128028da3e866ca2427cf1 tag: v0.20.78@sha256:bec4a37a79cbd9631aeec33411f585b097140ade69128028da3e866ca2427cf1

View File

@ -1,7 +1,5 @@
# Default values for jdownloader2.
image: image:
repository: ghcr.io/truecharts/jdownloader-2 repository: tccr.io/truecharts/jdownloader-2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.7.1@sha256:ed3299aa7037a99aed5978c30e504ce3daa470d11b6af9533355592c64c3cced tag: v1.7.1@sha256:ed3299aa7037a99aed5978c30e504ce3daa470d11b6af9533355592c64c3cced

View File

@ -1,7 +1,5 @@
# Default values for jellyfin.
image: image:
repository: ghcr.io/truecharts/jellyfin repository: tccr.io/truecharts/jellyfin
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v10.7.7@sha256:2fa78e734903d95f8b530d2f3203f5ce5d9ff891cc8a70c0e80e828e336b4abb tag: v10.7.7@sha256:2fa78e734903d95f8b530d2f3203f5ce5d9ff891cc8a70c0e80e828e336b4abb

View File

@ -1,7 +1,7 @@
image: image:
# -- image repository # -- image repository
repository: joplin/server repository: tccr.io/truecharts/joplin-server
# -- image tag # -- image tag
tag: 2.5.1@sha256:5bd976f19f883352bacad74767237471941cb35b2ded96a1afeeb7168b1e08d8 tag: 2.5.1@sha256:5bd976f19f883352bacad74767237471941cb35b2ded96a1afeeb7168b1e08d8
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent

View File

@ -1,6 +1,6 @@
image: image:
# -- image repository # -- image repository
repository: kanboard/kanboard repository: tccr.io/truecharts/kanboard
# -- image tag # -- image tag
tag: v1.2.20@sha256:0b6d33dbbc16e86094b92ed8461659280773bd66a6ff5ee1a380c643aac4ef16 tag: v1.2.20@sha256:0b6d33dbbc16e86094b92ed8461659280773bd66a6ff5ee1a380c643aac4ef16
# -- image pull policy # -- image pull policy

View File

@ -1,7 +1,5 @@
# Default values for KMS.
image: image:
repository: pykmsorg/py-kms repository: tccr.io/truecharts/kms
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: minimal@sha256:769cc69064bf60c67855a25a4c9e2959fd1e5e640396c35c15599d342d61061e tag: minimal@sha256:769cc69064bf60c67855a25a4c9e2959fd1e5e640396c35c15599d342d61061e

View File

@ -1,13 +1,6 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image: image:
# -- image repository # -- image repository
repository: ghcr.io/truecharts/komga repository: tccr.io/truecharts/komga
# -- image tag # -- image tag
tag: v0.133.0@sha256:e7b3cae30064b0a6b1f4f663c5c9f2cfa29579d695fce87362d00461dc5f813d tag: v0.133.0@sha256:e7b3cae30064b0a6b1f4f663c5c9f2cfa29579d695fce87362d00461dc5f813d
# -- image pull policy # -- image pull policy

View File

@ -1,7 +1,5 @@
# Default values for LazyLibrarian.
image: image:
repository: ghcr.io/linuxserver/lazylibrarian repository: tccr.io/truecharts/lazylibrarian
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: latest@sha256:40456cfbfc92379527bcc0839abc8b87276887c132966c172e04c2b995b96ee0 tag: latest@sha256:40456cfbfc92379527bcc0839abc8b87276887c132966c172e04c2b995b96ee0

View File

@ -1,6 +1,6 @@
image: image:
# -- Image repository # -- Image repository
repository: ghcr.io/k8s-at-home/leaf2mqtt repository: tccr.io/truecharts/leaf2mqtt
# -- Image tag # -- Image tag
tag: v0.5@sha256:38af096ee01683a958ff457dea40325bf841d87cb9e95ec2c41ae8fb20ab575a tag: v0.5@sha256:38af096ee01683a958ff457dea40325bf841d87cb9e95ec2c41ae8fb20ab575a
# -- Image pull policy # -- Image pull policy

View File

@ -1,13 +1,6 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image: image:
# -- image repository # -- image repository
repository: ghcr.io/linuxserver/librespeed repository: tccr.io/truecharts/librespeed
# -- image tag # -- image tag
tag: version-5.2.4@sha256:dabcdd5e950d61646456425dbf09caaf8589f15a2f0b0332677d27500f9d1d0b tag: version-5.2.4@sha256:dabcdd5e950d61646456425dbf09caaf8589f15a2f0b0332677d27500f9d1d0b
# -- image pull policy # -- image pull policy

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