Daily Housekeeping

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-09-01 03:11:53 +00:00
parent 25e455067c
commit 01461b60a1
302 changed files with 9740 additions and 328 deletions

View File

@ -38,4 +38,4 @@ 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: 1.6.10 version: 1.6.11

View File

@ -18,9 +18,9 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 15.0.4 | | https://charts.bitnami.com/bitnami | redis | 15.2.0 |
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
| https://truecharts.org/ | postgresql | 1.5.2 | | https://truecharts.org/ | postgresql | 1.5.10 |
## Installing the Chart ## Installing the Chart

View File

@ -51,7 +51,8 @@ You will, however, be able to use all values referenced in the common chart here
| duo_api.hostname | string | `"api-123456789.example.com"` | | | duo_api.hostname | string | `"api-123456789.example.com"` | |
| duo_api.integration_key | string | `"ABCDEF"` | | | duo_api.integration_key | string | `"ABCDEF"` | |
| duo_api.plain_api_key | string | `""` | | | duo_api.plain_api_key | string | `""` | |
| envFrom[0].configMapRef.name | string | `"{{ include \"common.names.fullname\" . }}-paths"` | | | enableServiceLinks | bool | `false` | |
| envFrom[0].configMapRef.name | string | `"authelia-paths"` | |
| identity_providers.oidc.access_token_lifespan | string | `"1h"` | | | identity_providers.oidc.access_token_lifespan | string | `"1h"` | |
| identity_providers.oidc.authorize_code_lifespan | string | `"1m"` | | | identity_providers.oidc.authorize_code_lifespan | string | `"1m"` | |
| identity_providers.oidc.clients | list | `[]` | | | identity_providers.oidc.clients | list | `[]` | |
@ -99,7 +100,7 @@ You will, however, be able to use all values referenced in the common chart here
| podSecurityContext.runAsGroup | int | `568` | | | podSecurityContext.runAsGroup | int | `568` | |
| podSecurityContext.runAsUser | int | `568` | | | podSecurityContext.runAsUser | int | `568` | |
| postgresql.enabled | bool | `true` | | | postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"{{ .Release.Name }}-dbcreds"` | | | postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"authelia"` | | | postgresql.postgresqlDatabase | string | `"authelia"` | |
| postgresql.postgresqlUsername | string | `"authelia"` | | | postgresql.postgresqlUsername | string | `"authelia"` | |
| probes.liveness.path | string | `"/api/health\""` | | | probes.liveness.path | string | `"/api/health\""` | |

View File

@ -19,4 +19,4 @@ name: custom-app
sources: sources:
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
type: application type: application
version: 0.2.13 version: 0.2.14

View File

@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
| image.tag | string | `"v0.18.632"` | | | image.tag | string | `"v0.18.636"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | | | persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | | | persistence.config.mountPath | string | `"/config"` | |

View File

@ -26,4 +26,4 @@ sources:
- https://hub.docker.com/r/jlesage/jdownloader-2 - https://hub.docker.com/r/jlesage/jdownloader-2
- https://jdownloader.org/ - https://jdownloader.org/
type: application type: application
version: 0.3.10 version: 0.3.11

View File

@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -33,4 +33,4 @@ sources:
- https://github.com/nextcloud/docker - https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm - https://github.com/nextcloud/helm
type: application type: application
version: 3.7.4 version: 3.7.5

View File

@ -18,9 +18,9 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 15.0.4 | | https://charts.bitnami.com/bitnami | redis | 15.2.0 |
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
| https://truecharts.org/ | postgresql | 1.5.2 | | https://truecharts.org/ | postgresql | 1.5.10 |
## Installing the Chart ## Installing the Chart

View File

@ -18,4 +18,4 @@ maintainers:
name: common name: common
sources: null sources: null
type: library type: library
version: 6.12.4 version: 6.12.5

View File

@ -28,7 +28,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| deviceList | list | [] | Configure persistenceList for the chart here. Used to create an additional GUI element in SCALE for mounting USB devices Additional items can be added by adding a items similar to persistence | | deviceList | list | [] | Configure persistenceList for the chart here. Used to create an additional GUI element in SCALE for mounting USB devices Additional items can be added by adding a items similar to persistence |
| dnsConfig | object | `{}` | Optional DNS settings, configuring the ndots option may resolve nslookup issues on some Kubernetes setups. | | dnsConfig | object | `{}` | Optional DNS settings, configuring the ndots option may resolve nslookup issues on some Kubernetes setups. |
| dnsPolicy | string | `nil` | Defaults to "ClusterFirst" if hostNetwork is false and "ClusterFirstWithHostNet" if hostNetwork is true. | | dnsPolicy | string | `nil` | Defaults to "ClusterFirst" if hostNetwork is false and "ClusterFirstWithHostNet" if hostNetwork is true. |
| enableServiceLinks | bool | `true` | Enable/disable the generation of environment variables for services. [[ref]](https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#accessing-the-service) | | enableServiceLinks | bool | `false` | Enable/disable the generation of environment variables for services. [[ref]](https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#accessing-the-service) |
| env | object | `{}` | Main environment variables. Template enabled. Syntax options: A) TZ: UTC B) PASSWD: '{{ .Release.Name }}' C) PASSWD: envFrom: ... | | env | object | `{}` | Main environment variables. Template enabled. Syntax options: A) TZ: UTC B) PASSWD: '{{ .Release.Name }}' C) PASSWD: envFrom: ... |
| envFrom | list | `[]` | | | envFrom | list | `[]` | |
| envTpl | object | `{}` | | | envTpl | object | `{}` | |

View File

@ -19,4 +19,4 @@ 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: 1.11.10 version: 1.11.11

View File

@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -26,4 +26,4 @@ name: appdaemon
sources: sources:
- https://github.com/AppDaemon/appdaemon - https://github.com/AppDaemon/appdaemon
type: application type: application
version: 3.11.10 version: 3.11.11

View File

@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -29,4 +29,4 @@ sources:
- https://github.com/Bazarr/Bazarr - https://github.com/Bazarr/Bazarr
- https://hub.docker.com/r/linuxserver/bazarr - https://hub.docker.com/r/linuxserver/bazarr
type: application type: application
version: 6.11.11 version: 6.11.12

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/bazarr"` | | | image.repository | string | `"ghcr.io/k8s-at-home/bazarr"` | |
| image.tag | string | `"v0.9.7"` | | | image.tag | string | `"v0.9.8"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | | | persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | | | persistence.config.mountPath | string | `"/config"` | |

View File

@ -20,4 +20,4 @@ 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: 1.9.10 version: 1.9.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 6.12.1 | | https://truecharts.org | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -23,4 +23,4 @@ sources:
- https://hub.docker.com/r/linuxserver/calibre-web/ - https://hub.docker.com/r/linuxserver/calibre-web/
- https://github.com/janeczku/calibre-web - https://github.com/janeczku/calibre-web
type: application type: application
version: 6.11.10 version: 6.11.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -18,4 +18,4 @@ name: calibre
sources: sources:
- https://hub.docker.com/r/linuxserver/calibre/ - https://hub.docker.com/r/linuxserver/calibre/
- https://github.com/kovidgoyal/calibre/ - https://github.com/kovidgoyal/calibre/
version: 1.9.10 version: 1.9.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 6.12.1 | | https://truecharts.org | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -25,4 +25,4 @@ 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: 6.11.10 version: 6.11.11

View File

@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -22,4 +22,4 @@ 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: 1.9.10 version: 1.9.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 6.12.1 | | https://truecharts.org | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -25,4 +25,4 @@ sources:
- https://hub.docker.com/r/deepquestai/deepstack - https://hub.docker.com/r/deepquestai/deepstack
- https://www.deepstack.cc/ - https://www.deepstack.cc/
type: application type: application
version: 4.11.10 version: 4.11.11

View File

@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -21,4 +21,4 @@ name: deluge
sources: sources:
- https://github.com/deluge-torrent/deluge - https://github.com/deluge-torrent/deluge
type: application type: application
version: 6.11.10 version: 6.11.11

View File

@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -19,4 +19,4 @@ 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: 1.9.10 version: 1.9.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 6.12.1 | | https://truecharts.org | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -18,4 +18,4 @@ 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: 1.9.10 version: 1.9.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 6.12.1 | | https://truecharts.org | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -25,4 +25,4 @@ sources:
- https://hub.docker.com/r/linuxserver/emby - https://hub.docker.com/r/linuxserver/emby
- https://github.com/linuxserver/docker-emby.git - https://github.com/linuxserver/docker-emby.git
type: application type: application
version: 6.11.10 version: 6.11.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -24,4 +24,4 @@ sources:
- https://github.com/esphome/esphome - https://github.com/esphome/esphome
- https://hub.docker.com/u/esphome - https://hub.docker.com/u/esphome
type: application type: application
version: 6.11.10 version: 6.11.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -23,4 +23,4 @@ name: external-service
sources: sources:
- https://github.com/truecharts/apps/tree/master/charts/stable/external-service - https://github.com/truecharts/apps/tree/master/charts/stable/external-service
type: application type: application
version: 1.4.10 version: 1.4.11

View File

@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -12,6 +12,9 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description | | Key | Type | Default | Description |
|-----|------|---------|-------------| |-----|------|---------|-------------|
| controller.enabled | bool | `false` | | | controller.enabled | bool | `false` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/bs"` | |
| image.tag | string | `"v0.66.6"` | |
| service.main.enabled | bool | `true` | | | service.main.enabled | bool | `true` | |
| service.main.externalIP | string | `"1.1.1.1"` | | | service.main.externalIP | string | `"1.1.1.1"` | |
| service.main.ports.main.Type | string | `"HTTPS"` | | | service.main.ports.main.Type | string | `"HTTPS"` | |

View File

@ -27,4 +27,4 @@ name: fireflyiii
sources: sources:
- https://github.com/firefly-iii/firefly-iii/ - https://github.com/firefly-iii/firefly-iii/
type: application type: application
version: 6.1.3 version: 6.1.4

View File

@ -1,7 +1,5 @@
# Introduction # Introduction
![Version: 5.4.4](https://img.shields.io/badge/Version-5.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
A free and open source personal finance manager A free and open source personal finance manager
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
@ -19,8 +17,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.10.7 | | https://truecharts.org/ | common | 6.12.4 |
| https://truecharts.org/ | postgresql | 1.2.4 | | https://truecharts.org/ | postgresql | 1.5.10 |
## Installing the Chart ## Installing the Chart
@ -36,8 +34,5 @@ To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://true
- See the [Wiki](https://truecharts.org) - See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr) - Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions) ---
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,50 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.APP_KEY | string | `"AGcfkCUS233ZWmBXztYbdyCs2u7kkz55"` | |
| env.DB_CONNECTION | string | `"pgsql"` | |
| env.DB_DATABASE | string | `"firefly"` | |
| env.DB_PORT | int | `5432` | |
| env.DB_USERNAME | string | `"firefly"` | |
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"postgresql_host"` | |
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"fireflyiii/core"` | |
| image.tag | string | `"version-5.5.12"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/var/www/html/storage/upload"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
| podSecurityContext.fsGroup | int | `0` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsNonRoot | bool | `false` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"firefly"` | |
| postgresql.postgresqlUsername | string | `"firefly"` | |
| probes.liveness.path | string | `"/login"` | |
| probes.readiness.path | string | `"/login"` | |
| probes.startup.path | string | `"/login"` | |
| service.main.ports.main.port | int | `8080` | |
| service.tcp.enabled | bool | `true` | |
| service.tcp.ports.tcp.enabled | bool | `true` | |
| service.tcp.ports.tcp.port | int | `51080` | |
| service.tcp.ports.tcp.protocol | string | `"TCP"` | |
| service.tcp.type | string | `"ClusterIP"` | |
| strategy.type | string | `"Recreate"` | |
All Rights Reserved - The TrueCharts Project

View File

@ -19,4 +19,4 @@ 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: 1.9.10 version: 1.9.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 6.12.1 | | https://truecharts.org | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -21,4 +21,4 @@ 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: 1.9.10 version: 1.9.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 6.12.1 | | https://truecharts.org | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -22,4 +22,4 @@ sources:
- https://www.focalboard.com/ - https://www.focalboard.com/
- https://github.com/mattermost/focalboard - https://github.com/mattermost/focalboard
- https://github.com/FlipEnergy/container-images/blob/main/focalboard - https://github.com/FlipEnergy/container-images/blob/main/focalboard
version: 1.9.10 version: 1.9.11

View File

@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 6.12.1 | | https://truecharts.org | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -24,4 +24,4 @@ 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: 1.7.10 version: 1.7.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -21,4 +21,4 @@ sources:
- https://github.com/FreshRSS/FreshRSS - https://github.com/FreshRSS/FreshRSS
- https://hub.docker.com/r/linuxserver/freshrss - https://hub.docker.com/r/linuxserver/freshrss
type: application type: application
version: 6.11.10 version: 6.11.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -22,4 +22,4 @@ name: gaps
sources: sources:
- https://github.com/JasonHHouse/gaps - https://github.com/JasonHHouse/gaps
type: application type: application
version: 6.11.10 version: 6.11.11

View File

@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -19,4 +19,4 @@ 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: 1.9.10 version: 1.9.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 6.12.1 | | https://truecharts.org | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -20,4 +20,4 @@ name: grocy
sources: sources:
- https://github.com/grocy/grocy - https://github.com/grocy/grocy
type: application type: application
version: 6.11.10 version: 6.11.11

View File

@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -27,4 +27,4 @@ sources:
- https://hub.docker.com/r/jlesage/handbrake/ - https://hub.docker.com/r/jlesage/handbrake/
- https://handbrake.fr/ - https://handbrake.fr/
type: application type: application
version: 6.11.10 version: 6.11.11

View File

@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -21,4 +21,4 @@ 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: 1.11.10 version: 1.11.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -22,4 +22,4 @@ 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: 1.9.10 version: 1.9.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 6.12.1 | | https://truecharts.org | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -18,4 +18,4 @@ maintainers:
name: heimdall name: heimdall
sources: null sources: null
type: application type: application
version: 6.11.10 version: 6.11.11

View File

@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -25,4 +25,4 @@ 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: 6.11.10 version: 6.11.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -19,4 +19,4 @@ 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: 1.9.10 version: 1.9.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 6.12.1 | | https://truecharts.org | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -24,4 +24,4 @@ name: jackett
sources: sources:
- https://github.com/Jackett/Jackett - https://github.com/Jackett/Jackett
type: application type: application
version: 6.11.12 version: 6.11.13

View File

@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
| image.tag | string | `"v0.18.632"` | | | image.tag | string | `"v0.18.636"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | | | persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | | | persistence.config.mountPath | string | `"/config"` | |

View File

@ -24,4 +24,4 @@ name: jellyfin
sources: sources:
- https://github.com/jellyfin/jellyfin - https://github.com/jellyfin/jellyfin
type: application type: application
version: 6.11.10 version: 6.11.11

View File

@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -22,4 +22,4 @@ name: kms
sources: sources:
- https://github.com/SystemRage/py-kms - https://github.com/SystemRage/py-kms
type: application type: application
version: 6.11.10 version: 6.11.11

View File

@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -21,4 +21,4 @@ name: komga
sources: sources:
- https://komga.org/ - https://komga.org/
- https://github.com/gotson/komga - https://github.com/gotson/komga
version: 1.9.13 version: 1.9.14

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 6.12.1 | | https://truecharts.org | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | See below | environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). | | env | object | See below | environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"gotson/komga"` | image repository | | image.repository | string | `"gotson/komga"` | image repository |
| image.tag | string | `"0.120.0"` | image tag | | image.tag | string | `"0.120.1"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. | | service | object | See values.yaml | Configures service settings for the chart. |

View File

@ -24,4 +24,4 @@ sources:
- https://gitlab.com/LazyLibrarian/LazyLibrarian.git - https://gitlab.com/LazyLibrarian/LazyLibrarian.git
- https://lazylibrarian.gitlab.io - https://lazylibrarian.gitlab.io
type: application type: application
version: 6.11.10 version: 6.11.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -20,4 +20,4 @@ sources:
- https://github.com/librespeed/speedtest - https://github.com/librespeed/speedtest
- https://hub.docker.com/r/linuxserver/librespeed - https://hub.docker.com/r/linuxserver/librespeed
- https://github.com/truechartsapps/tree/master/charts/librespeed - https://github.com/truechartsapps/tree/master/charts/librespeed
version: 1.9.10 version: 1.9.11

View File

@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 6.12.1 | | https://truecharts.org | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -24,4 +24,4 @@ name: lidarr
sources: sources:
- https://github.com/Lidarr/Lidarr - https://github.com/Lidarr/Lidarr
type: application type: application
version: 6.11.10 version: 6.11.11

View File

@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -23,4 +23,4 @@ sources:
- https://github.com/techno-tim/littlelink-server - https://github.com/techno-tim/littlelink-server
- https://github.com/sethcottle/littlelink - https://github.com/sethcottle/littlelink
type: application type: application
version: 1.5.10 version: 1.5.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -23,4 +23,4 @@ sources:
- https://github.com/LycheeOrg/Lychee - https://github.com/LycheeOrg/Lychee
- https://hub.docker.com/r/lycheeorg/lychee - https://hub.docker.com/r/lycheeorg/lychee
type: application type: application
version: 6.11.10 version: 6.11.11

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -19,4 +19,4 @@ maintainers:
name: mealie name: mealie
sources: sources:
- https://github.com/hay-kot/mealie - https://github.com/hay-kot/mealie
version: 1.11.10 version: 1.11.11

View File

@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -21,4 +21,4 @@ name: mosquitto
sources: sources:
- https://github.com/eclipse/mosquitto - https://github.com/eclipse/mosquitto
type: application type: application
version: 1.11.10 version: 1.11.11

View File

@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 | | https://truecharts.org/ | common | 6.12.4 |
## Installing the Chart ## Installing the Chart

View File

@ -19,4 +19,4 @@ sources:
- https://github.com/mylar3/mylar3 - https://github.com/mylar3/mylar3
- https://github.com/linuxserver/docker-mylar3 - https://github.com/linuxserver/docker-mylar3
- https://github.com/truechartsapps/tree/master/charts/mylar - https://github.com/truechartsapps/tree/master/charts/mylar
version: 1.9.10 version: 1.9.11

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