diff --git a/charts/dependency/collabora-online/CONFIG.md b/charts/dependency/collabora-online/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/dependency/collabora-online/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/dependency/collabora-online/Chart.yaml b/charts/dependency/collabora-online/Chart.yaml index 303deb0d55e..29a2ee29ee9 100644 --- a/charts/dependency/collabora-online/Chart.yaml +++ b/charts/dependency/collabora-online/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://sdk.collaboraonline.com/contents.html - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm type: application -version: 12.1.5 +version: 12.1.6 annotations: truecharts.org/catagories: | - office diff --git a/charts/dependency/collabora-online/helm-values.md b/charts/dependency/collabora-online/helm-values.md deleted file mode 100644 index 43295225af2..00000000000 --- a/charts/dependency/collabora-online/helm-values.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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.dictionaries | string | `"de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru"` | | -| env.domain | string | `"nextcloud\\.domain\\.tld"` | | -| env.extra_params | string | `"-o:welcome.enable=false -o:user_interface.mode=notebookbar -o:ssl.termination=true -o:ssl.enable=false"` | | -| env.server_name | string | `"collabora\\.domain\\.tld"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/collabora"` | | -| image.tag | string | `"v21.11.3.4.1@sha256:9b47f08cf750579efed8a76be0b867259d2ee4262b36d332b508a7d535bfd30c"` | | -| podSecurityContext.runAsGroup | int | `106` | | -| podSecurityContext.runAsUser | int | `104` | | -| secret.password | string | `"changeme"` | | -| secret.username | string | `"admin"` | | -| securityContext.allowPrivilegeEscalation | bool | `true` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `10105` | | -| service.main.ports.main.targetPort | int | `9980` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/dependency/mariadb/CONFIG.md b/charts/dependency/mariadb/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/dependency/mariadb/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/dependency/mariadb/Chart.yaml b/charts/dependency/mariadb/Chart.yaml index 0eb6e35e0c4..94a661bd945 100644 --- a/charts/dependency/mariadb/Chart.yaml +++ b/charts/dependency/mariadb/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/prometheus/mysqld_exporter - https://mariadb.org type: application -version: 3.0.27 +version: 3.0.28 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/mariadb/helm-values.md b/charts/dependency/mariadb/helm-values.md deleted file mode 100644 index 3a4a831971f..00000000000 --- a/charts/dependency/mariadb/helm-values.md +++ /dev/null @@ -1,54 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| controller.replicas | int | `1` | Number of desired pods | -| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit | -| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition | -| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge | -| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable | -| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. | -| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset | -| envTpl.MARIADB_DATABASE | string | `"{{ .Values.mariadbDatabase }}"` | | -| envTpl.MARIADB_USER | string | `"{{ .Values.mariadbUsername }}"` | | -| envValueFrom.MARIADB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.MARIADB_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | | -| envValueFrom.MARIADB_ROOT_PASSWORD.secretKeyRef.key | string | `"mariadb-root-password"` | | -| envValueFrom.MARIADB_ROOT_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | | -| existingSecret | string | `""` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"ghcr.io/truecharts/mariadb"` | | -| image.tag | string | `"v10.7.3@sha256:bed777c513f3f8a698912375c545700d71c85d5f30a812ed0376042ac1b42b39"` | | -| mariadbDatabase | string | `"test"` | | -| mariadbPassword | string | `"testpass"` | | -| mariadbRootPassword | string | `"testroot"` | | -| mariadbUsername | string | `"test"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | -| probes.liveness | object | See below | Liveness probe configuration | -| probes.liveness.custom | bool | `true` | Set this to `true` if you wish to specify your own livenessProbe | -| probes.liveness.enabled | bool | `true` | Enable the liveness probe | -| probes.liveness.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. | -| probes.readiness | object | See below | Redainess probe configuration | -| probes.readiness.custom | bool | `true` | Set this to `true` if you wish to specify your own readinessProbe | -| probes.readiness.enabled | bool | `true` | Enable the readiness probe | -| probes.readiness.spec | object | See below | The spec field contains the values for the default readinessProbe. If you selected `custom: true`, this field holds the definition of the readinessProbe. | -| probes.startup | object | See below | Startup probe configuration | -| probes.startup.enabled | bool | `true` | Enable the startup probe | -| probes.startup.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `3306` | | -| service.main.ports.main.targetPort | int | `3306` | | -| volumeClaimTemplates.data.enabled | bool | `true` | | -| volumeClaimTemplates.data.mountPath | string | `"/bitnami/mariadb"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/dependency/memcached/CONFIG.md b/charts/dependency/memcached/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/dependency/memcached/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/dependency/memcached/Chart.yaml b/charts/dependency/memcached/Chart.yaml index 3f4e819ca57..73715572fa0 100644 --- a/charts/dependency/memcached/Chart.yaml +++ b/charts/dependency/memcached/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/bitnami/bitnami-docker-memcached - http://memcached.org/ type: application -version: 3.0.27 +version: 3.0.28 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/memcached/helm-values.md b/charts/dependency/memcached/helm-values.md deleted file mode 100644 index d3b63027ec1..00000000000 --- a/charts/dependency/memcached/helm-values.md +++ /dev/null @@ -1,20 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"ghcr.io/truecharts/memcached"` | | -| image.tag | string | `"v1.6.15@sha256:23effc80d3bcbd16cac67c2ee19e0bfa2bf18898da1cb7714c78b96e5bb4f07b"` | | -| service.main.ports.main.port | int | `11211` | | -| service.main.ports.main.targetPort | int | `11211` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/dependency/mongodb/CONFIG.md b/charts/dependency/mongodb/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/dependency/mongodb/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/dependency/mongodb/Chart.yaml b/charts/dependency/mongodb/Chart.yaml index 117ae557324..8cbd4796073 100644 --- a/charts/dependency/mongodb/Chart.yaml +++ b/charts/dependency/mongodb/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/bitnami/bitnami-docker-mongodb - https://www.mongodb.com type: application -version: 1.0.30 +version: 1.0.31 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/mongodb/helm-values.md b/charts/dependency/mongodb/helm-values.md deleted file mode 100644 index de4259fe022..00000000000 --- a/charts/dependency/mongodb/helm-values.md +++ /dev/null @@ -1,54 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| controller.replicas | int | `1` | Number of desired pods | -| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit | -| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition | -| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge | -| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable | -| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. | -| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset | -| env.MONGODB_DATABASE | string | `"{{ .Values.mongodbDatabase }}"` | | -| env.MONGODB_USERNAME | string | `"{{ .Values.mongodbUsername }}"` | | -| envValueFrom.MONGODB_PASSWORD.secretKeyRef.key | string | `"mongodb-password"` | | -| envValueFrom.MONGODB_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | | -| envValueFrom.MONGODB_ROOT_PASSWORD.secretKeyRef.key | string | `"mongodb-root-password"` | | -| envValueFrom.MONGODB_ROOT_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | | -| existingSecret | string | `""` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"ghcr.io/truecharts/mongodb"` | | -| image.tag | string | `"v5.0.6@sha256:ee381fe55ccdc282d2b440fbcbd0bec89222df471678381a2bc64bacc76a3386"` | | -| mongodbDatabase | string | `"test"` | | -| mongodbPassword | string | `"testpass"` | | -| mongodbRootPassword | string | `"testroot"` | | -| mongodbUsername | string | `"test"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | -| probes.liveness | object | See below | Liveness probe configuration | -| probes.liveness.custom | bool | `true` | Set this to `true` if you wish to specify your own livenessProbe | -| probes.liveness.enabled | bool | `true` | Enable the liveness probe | -| probes.liveness.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. | -| probes.readiness | object | See below | Redainess probe configuration | -| probes.readiness.custom | bool | `true` | Set this to `true` if you wish to specify your own readinessProbe | -| probes.readiness.enabled | bool | `true` | Enable the readiness probe | -| probes.readiness.spec | object | See below | The spec field contains the values for the default readinessProbe. If you selected `custom: true`, this field holds the definition of the readinessProbe. | -| probes.startup | object | See below | Startup probe configuration | -| probes.startup.enabled | bool | `true` | Enable the startup probe | -| probes.startup.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `27017` | | -| service.main.ports.main.targetPort | int | `27017` | | -| volumeClaimTemplates.data.enabled | bool | `true` | | -| volumeClaimTemplates.data.mountPath | string | `"/bitnami/mongodb"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/dependency/postgresql/CONFIG.md b/charts/dependency/postgresql/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/dependency/postgresql/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/dependency/postgresql/Chart.yaml b/charts/dependency/postgresql/Chart.yaml index cef6ac1a7ac..533214650cc 100644 --- a/charts/dependency/postgresql/Chart.yaml +++ b/charts/dependency/postgresql/Chart.yaml @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 8.0.29 +version: 8.0.30 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/postgresql/helm-values.md b/charts/dependency/postgresql/helm-values.md deleted file mode 100644 index c83ae747c6f..00000000000 --- a/charts/dependency/postgresql/helm-values.md +++ /dev/null @@ -1,55 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| controller.replicas | int | `1` | Number of desired pods | -| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit | -| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition | -| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge | -| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable | -| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. | -| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset | -| enableUpgradeBackup | bool | `false` | | -| envTpl.POSTGRES_DB | string | `"{{ .Values.postgresqlDatabase }}"` | | -| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresqlUsername }}"` | | -| envValueFrom.POSTGRESQL_POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-postgres-password"` | | -| envValueFrom.POSTGRESQL_POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | | -| existingSecret | string | `""` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"ghcr.io/truecharts/postgresql"` | | -| image.tag | string | `"v14.2.0@sha256:07311431e0245f6fe235cdbd8947a3c20b024b4fa2a414e0915e28e5da8e5661"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| postgrespassword | string | `"testroot"` | | -| postgresqlDatabase | string | `"test"` | | -| postgresqlPassword | string | `"testpass"` | | -| postgresqlUsername | string | `"test"` | | -| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | -| probes.liveness | object | See below | Liveness probe configuration | -| probes.liveness.custom | bool | `true` | Set this to `true` if you wish to specify your own livenessProbe | -| probes.liveness.enabled | bool | `true` | Enable the liveness probe | -| probes.liveness.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. | -| probes.readiness | object | See below | Redainess probe configuration | -| probes.readiness.custom | bool | `true` | Set this to `true` if you wish to specify your own readinessProbe | -| probes.readiness.enabled | bool | `true` | Enable the readiness probe | -| probes.readiness.spec | object | See below | The spec field contains the values for the default readinessProbe. If you selected `custom: true`, this field holds the definition of the readinessProbe. | -| probes.startup | object | See below | Startup probe configuration | -| probes.startup.enabled | bool | `true` | Enable the startup probe | -| probes.startup.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `5432` | | -| service.main.ports.main.targetPort | int | `5432` | | -| volumeClaimTemplates.db.enabled | bool | `true` | | -| volumeClaimTemplates.db.mountPath | string | `"/bitnami/postgresql"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/dependency/promtail/CONFIG.md b/charts/dependency/promtail/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/dependency/promtail/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/dependency/promtail/Chart.yaml b/charts/dependency/promtail/Chart.yaml index 63a9cda8c7b..27fb178b835 100644 --- a/charts/dependency/promtail/Chart.yaml +++ b/charts/dependency/promtail/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://grafana.com/oss/loki/ - https://grafana.com/docs/loki/latest/ type: application -version: 3.0.20 +version: 3.0.21 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/dependency/promtail/helm-values.md b/charts/dependency/promtail/helm-values.md deleted file mode 100644 index 0b2d2911bbf..00000000000 --- a/charts/dependency/promtail/helm-values.md +++ /dev/null @@ -1,64 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| args[0] | string | `"-config.file=/etc/promtail/promtail.yaml"` | | -| config | object | See `values.yaml` | Section for crafting Promtails config file. The only directly relevant value is `config.file` which is a templated string that references the other values and snippets below this key. | -| config.file | string | See `values.yaml` | Config file contents for Promtail. Must be configured as string. It is templated so it can be assembled from reusable snippets in order to avoid redundancy. | -| config.logLevel | string | `"info"` | The log level of the Promtail server Must be reference in `config.file` to configure `server.log_level` See default config in `values.yaml` | -| config.lokiAddress | string | `""` | The Loki address to post logs to. Must be reference in `config.file` to configure `client.url`. See default config in `values.yaml` | -| config.serverPort | int | `3101` | The port of the Promtail server Must be reference in `config.file` to configure `server.http_listen_port` See default config in `values.yaml` | -| config.snippets | object | See `values.yaml` | A section of reusable snippets that can be reference in `config.file`. Custom snippets may be added in order to reduce redundancy. This is especially helpful when multiple `kubernetes_sd_configs` are use which usually have large parts in common. | -| config.snippets.addScrapeJobLabel | bool | `false` | This helps debug the Promtail config. | -| config.snippets.extraClientConfigs | string | empty | You can put here any keys that will be directly added to the config file's 'client' block. | -| config.snippets.extraRelabelConfigs | list | `[]` | You can put here any additional relabel_configs to "kubernetes-pods" job | -| config.snippets.extraScrapeConfigs | string | empty | You can put here any additional scrape configs you want to add to the config file. | -| envValueFrom.HOSTNAME.fieldRef.fieldPath | string | `"spec.nodeName"` | | -| image.repository | string | `"ghcr.io/truecharts/promtail"` | | -| image.tag | string | `"v2.4.2@sha256:171e08dcdd1d6c09bff949c37ce4f4756b9ee0132f8d84631986faa223562a30"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/etc/promtail"` | | -| persistence.config.objectName | string | `"promtail-config"` | | -| persistence.config.type | string | `"secret"` | | -| persistence.containers.enabled | bool | `true` | | -| persistence.containers.hostPath | string | `"/mnt"` | | -| persistence.containers.mountPath | string | `"/mnt"` | | -| persistence.containers.readOnly | bool | `true` | | -| persistence.containers.type | string | `"hostPath"` | | -| persistence.pods.enabled | bool | `true` | | -| persistence.pods.hostPath | string | `"/var/log/pods"` | | -| persistence.pods.mountPath | string | `"/var/log/pods"` | | -| persistence.pods.readOnly | bool | `true` | | -| persistence.pods.type | string | `"hostPath"` | | -| persistence.run.enabled | bool | `true` | | -| persistence.run.hostPath | string | `"/run/promtai"` | | -| persistence.run.mountPath | string | `"/run/promtail"` | | -| persistence.run.type | string | `"hostPath"` | | -| podSecurityContext | object | `{"runAsGroup":0,"runAsUser":0}` | The security context for pods | -| probes.liveness.path | string | `"/ready"` | | -| probes.readiness.path | string | `"/ready"` | | -| probes.startup.path | string | `"/ready"` | | -| rbac | object | `{"enabled":true,"rules":[{"apiGroups":[""],"resources":["nodes","nodes/proxy","services","endpoints","pods"],"verbs":["get","watch","list"]}]}` | Whether Role Based Access Control objects like roles and rolebindings should be created | -| securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":false}` | The security context for containers | -| service.main.ports.main.port | int | `3101` | | -| service.main.ports.main.targetPort | int | `3101` | | -| serviceAccount.create | bool | `true` | Specifies whether a ServiceAccount should be created | -| serviceMonitor.annotations | object | `{}` | ServiceMonitor annotations | -| serviceMonitor.enabled | bool | `false` | If enabled, ServiceMonitor resources for Prometheus Operator are created | -| serviceMonitor.interval | string | `nil` | ServiceMonitor scrape interval | -| serviceMonitor.labels | object | `{}` | Additional ServiceMonitor labels | -| serviceMonitor.namespace | string | `nil` | Alternative namespace for ServiceMonitor resources | -| serviceMonitor.namespaceSelector | object | `{}` | Namespace selector for ServiceMonitor resources | -| serviceMonitor.scrapeTimeout | string | `nil` | ServiceMonitor scrape timeout in Go duration format (e.g. 15s) | -| tolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"},{"effect":"NoSchedule","key":"node-role.kubernetes.io/control-plane","operator":"Exists"}]` | Tolerations for pods. By default, pods will be scheduled on master/control-plane nodes. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/dependency/redis/CONFIG.md b/charts/dependency/redis/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/dependency/redis/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/dependency/redis/Chart.yaml b/charts/dependency/redis/Chart.yaml index c9a091fc62d..3d6b89c591c 100644 --- a/charts/dependency/redis/Chart.yaml +++ b/charts/dependency/redis/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ type: application -version: 3.0.28 +version: 3.0.29 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/redis/helm-values.md b/charts/dependency/redis/helm-values.md deleted file mode 100644 index 4ae76066548..00000000000 --- a/charts/dependency/redis/helm-values.md +++ /dev/null @@ -1,56 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| controller.replicas | int | `1` | Number of desired pods | -| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit | -| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition | -| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge | -| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable | -| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. | -| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset | -| envTpl.REDIS_PORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.key | string | `"redis-password"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | | -| env[0].name | string | `"REDIS_REPLICATION_MODE"` | | -| env[0].value | string | `"master"` | | -| env[1].name | string | `"ALLOW_EMPTY_PASSWORD"` | | -| env[1].value | string | `"yes"` | | -| existingSecret | string | `""` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"ghcr.io/truecharts/redis"` | | -| image.tag | string | `"v6.2.6@sha256:91c06c5b87104f587893c6bca3ec54d9eaa656c6f2ac802ccca9f141e455e202"` | | -| persistence.redis-health | object | See below | redis-health configmap mount | -| persistence.redis-health.mountPath | string | `"/health"` | Where to mount the volume in the main container. Defaults to `/`, setting to '-' creates the volume but disables the volumeMount. | -| persistence.redis-health.readOnly | bool | `false` | Specify if the volume should be mounted read-only. | -| persistence.redis-health.volumeSpec | object | `{"configMap":{"defaultMode":493,"name":"redis-health"}}` | Define the custom Volume spec here [[ref]](https://kubernetes.io/docs/concepts/storage/volumes/) | -| podSecurityContext.runAsGroup | int | `0` | | -| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | -| probes.liveness | object | See below | Liveness probe configuration | -| probes.liveness.custom | bool | `true` | Set this to `true` if you wish to specify your own livenessProbe | -| probes.liveness.enabled | bool | `true` | Enable the liveness probe | -| probes.liveness.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. | -| probes.readiness | object | See below | Redainess probe configuration | -| probes.readiness.custom | bool | `true` | Set this to `true` if you wish to specify your own readinessProbe | -| probes.readiness.enabled | bool | `true` | Enable the readiness probe | -| probes.readiness.spec | object | See below | The spec field contains the values for the default readinessProbe. If you selected `custom: true`, this field holds the definition of the readinessProbe. | -| probes.startup | object | See below | Startup probe configuration | -| probes.startup.enabled | bool | `true` | Enable the startup probe | -| probes.startup.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. | -| redisPassword | string | `"testpass"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `6379` | | -| service.main.ports.main.targetPort | int | `6379` | | -| volumeClaimTemplates.data.enabled | bool | `true` | | -| volumeClaimTemplates.data.mountPath | string | `"/bitnami/redis"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/dependency/solr/Chart.yaml b/charts/dependency/solr/Chart.yaml index 407f85dd25b..2ed078984a1 100644 --- a/charts/dependency/solr/Chart.yaml +++ b/charts/dependency/solr/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/apache/solr - https://hub.docker.com/r/bitnami/solr/ type: application -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - search diff --git a/charts/incubator/adguard-home/Chart.yaml b/charts/incubator/adguard-home/Chart.yaml index 2ad7e8fd657..1ac550e3096 100644 --- a/charts/incubator/adguard-home/Chart.yaml +++ b/charts/incubator/adguard-home/Chart.yaml @@ -18,7 +18,7 @@ maintainers: name: adguard-home sources: - https://hub.docker.com/r/adguard/adguardhome -version: 1.0.11 +version: 1.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/appsmith/Chart.yaml b/charts/incubator/appsmith/Chart.yaml index f92fbc2e002..9502afcd098 100644 --- a/charts/incubator/appsmith/Chart.yaml +++ b/charts/incubator/appsmith/Chart.yaml @@ -25,7 +25,7 @@ maintainers: name: appsmith sources: - https://github.com/appsmithorg/appsmith -version: 2.0.14 +version: 2.0.15 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/ariang/Chart.yaml b/charts/incubator/ariang/Chart.yaml index 85dca6227f3..bb0be837190 100644 --- a/charts/incubator/ariang/Chart.yaml +++ b/charts/incubator/ariang/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ariang -version: 0.0.2 +version: 0.0.3 appVersion: "1.2.4" description: A modern web frontend making aria2 easier to use | Aria2 WebUI. type: application diff --git a/charts/incubator/authentik/Chart.yaml b/charts/incubator/authentik/Chart.yaml index 0f7ababd767..bf9a217eadc 100644 --- a/charts/incubator/authentik/Chart.yaml +++ b/charts/incubator/authentik/Chart.yaml @@ -26,7 +26,7 @@ name: authentik sources: - https://github.com/goauthentik/authentik - https://goauthentik.io/docs/ -version: 2.0.14 +version: 2.0.15 annotations: truecharts.org/catagories: | - authentication diff --git a/charts/incubator/avidemux/Chart.yaml b/charts/incubator/avidemux/Chart.yaml index 180a3a8eafb..6497f42e6c5 100644 --- a/charts/incubator/avidemux/Chart.yaml +++ b/charts/incubator/avidemux/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-avidemux - https://hub.docker.com/r/jlesage/avidemux/ type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/awesome-ttrss/Chart.yaml b/charts/incubator/awesome-ttrss/Chart.yaml index eff8ada72d2..b56625a9ca6 100644 --- a/charts/incubator/awesome-ttrss/Chart.yaml +++ b/charts/incubator/awesome-ttrss/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2022" description: Awesome TTRSS aims to provide a powerful Dockerized all-in-one solution for Tiny Tiny RSS name: awesome-ttrss -version: 0.0.11 +version: 0.0.12 kubeVersion: ">=1.16.0-0" keywords: - tt-rss diff --git a/charts/incubator/clickhouse/Chart.yaml b/charts/incubator/clickhouse/Chart.yaml index 28c03f8d1ce..6faae3efdc2 100644 --- a/charts/incubator/clickhouse/Chart.yaml +++ b/charts/incubator/clickhouse/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://clickhouse.com/ - https://hub.docker.com/r/yandex/clickhouse-server type: application -version: 0.0.4 +version: 0.0.5 annotations: truecharts.org/catagories: | - database diff --git a/charts/incubator/cloudflared/Chart.yaml b/charts/incubator/cloudflared/Chart.yaml index b476491d3f5..46a08847b66 100644 --- a/charts/incubator/cloudflared/Chart.yaml +++ b/charts/incubator/cloudflared/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: cloudflared -version: 0.0.7 +version: 0.0.8 appVersion: "2022.7.1" description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. type: application diff --git a/charts/incubator/cloudflareddns/Chart.yaml b/charts/incubator/cloudflareddns/Chart.yaml index d43c0710c5b..a3862acb9f9 100644 --- a/charts/incubator/cloudflareddns/Chart.yaml +++ b/charts/incubator/cloudflareddns/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: cloudflareddns -version: 0.0.7 +version: 0.0.8 appVersion: "latest" description: Update your Cloudflare DNS records using dynamically type: application diff --git a/charts/incubator/cups-server/Chart.yaml b/charts/incubator/cups-server/Chart.yaml index 5be32b604d3..f320cb585cf 100644 --- a/charts/incubator/cups-server/Chart.yaml +++ b/charts/incubator/cups-server/Chart.yaml @@ -18,7 +18,7 @@ maintainers: name: cups-server sources: - https://hub.docker.com/r/ydkn/cups -version: 1.0.13 +version: 1.0.14 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/czkawka/Chart.yaml b/charts/incubator/czkawka/Chart.yaml index 840cbfc8884..56a1d89ddd3 100644 --- a/charts/incubator/czkawka/Chart.yaml +++ b/charts/incubator/czkawka/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/jlesage/docker-czkawka - https://github.com/qarmin/czkawka type: application -version: 0.0.4 +version: 0.0.5 annotations: truecharts.org/catagories: | - duplicates diff --git a/charts/incubator/dupeguru/Chart.yaml b/charts/incubator/dupeguru/Chart.yaml index 90bd566ee5d..81d372e1167 100644 --- a/charts/incubator/dupeguru/Chart.yaml +++ b/charts/incubator/dupeguru/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-dupeguru - https://hub.docker.com/r/jlesage/dupeguru/ type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/etesync/Chart.yaml b/charts/incubator/etesync/Chart.yaml index dc1019467f6..a5a517eee83 100644 --- a/charts/incubator/etesync/Chart.yaml +++ b/charts/incubator/etesync/Chart.yaml @@ -31,7 +31,7 @@ sources: - https://github.com/victor-rds/docker-etebase - https://hub.docker.com/r/victorrds/etesync type: application -version: 0.0.6 +version: 0.0.7 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/fancyindex/Chart.yaml b/charts/incubator/fancyindex/Chart.yaml index 85a15a830a3..2fb9bf5ac68 100644 --- a/charts/incubator/fancyindex/Chart.yaml +++ b/charts/incubator/fancyindex/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: fancyindex -version: 1.0.9 +version: 1.0.10 appVersion: "latest" description: Fancyindex provides a lightweight nginx directory listing with theming support type: application diff --git a/charts/incubator/filebot/Chart.yaml b/charts/incubator/filebot/Chart.yaml index ed82debe6e9..0cd891e032d 100644 --- a/charts/incubator/filebot/Chart.yaml +++ b/charts/incubator/filebot/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-filebot - https://hub.docker.com/r/jlesage/filebot/ type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/filerun/CONFIG.md b/charts/incubator/filerun/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/incubator/filerun/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/incubator/filerun/Chart.yaml b/charts/incubator/filerun/Chart.yaml index 206b9dd5b62..b9d15efc27d 100644 --- a/charts/incubator/filerun/Chart.yaml +++ b/charts/incubator/filerun/Chart.yaml @@ -23,7 +23,7 @@ name: filerun sources: - https://hub.docker.com/r/filerun/filerun - https://github.com/filerun/docker -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/filerun/helm-values.md b/charts/incubator/filerun/helm-values.md deleted file mode 100644 index ac3e8e6bce7..00000000000 --- a/charts/incubator/filerun/helm-values.md +++ /dev/null @@ -1,39 +0,0 @@ -# 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.FR_DB_NAME | string | `"filerun"` | | -| env.FR_DB_PORT | string | `"3306"` | | -| env.FR_DB_USER | string | `"filerun"` | | -| envValueFrom.FR_DB_HOST.secretKeyRef.key | string | `"plainporthost"` | | -| envValueFrom.FR_DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.FR_DB_PASS.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.FR_DB_PASS.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/filerun"` | | -| image.tag | string | `"latest@sha256:cc7b8c11610fd5cde28301fa4f68b7d9609e61613fbfbc277c0491ad584a0256"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"filerun"` | | -| mariadb.mariadbUsername | string | `"filerun"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/var/www/html"` | | -| persistence.userfile.enabled | bool | `true` | | -| persistence.userfile.mountPath | string | `"/user-files"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10199` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/incubator/frigate/CONFIG.md b/charts/incubator/frigate/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/incubator/frigate/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/incubator/frigate/Chart.yaml b/charts/incubator/frigate/Chart.yaml index b2a4be00f66..96821d106dd 100644 --- a/charts/incubator/frigate/Chart.yaml +++ b/charts/incubator/frigate/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/blakeblackshear/frigate - https://hub.docker.com/r/blakeblackshear/frigate type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - nvr diff --git a/charts/incubator/frigate/helm-values.md b/charts/incubator/frigate/helm-values.md deleted file mode 100644 index b597a21859b..00000000000 --- a/charts/incubator/frigate/helm-values.md +++ /dev/null @@ -1,63 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| frigate.birdseye.enabled | bool | `true` | | -| frigate.birdseye.mode | string | `"motion"` | | -| frigate.cameras[0].best_image_timeout | int | `60` | to be replaced by a newer image. (default: shown below) | -| frigate.cameras[0].detect.height | int | `720` | | -| frigate.cameras[0].detect.width | int | `1280` | | -| frigate.cameras[0].inputs[0] | object | `{"path":"rtsp://username:password@highres.url","roles":["record"]}` | NOTE: path may include environment variables, which must begin with 'FRIGATE_' and be referenced in {} | -| frigate.cameras[0].inputs[0].roles | list | `["record"]` | NOTICE: In addition to assigning the record, and rtmp roles, they must also be enabled in the camera config. | -| frigate.cameras[0].inputs[1].path | string | `"rtsp://username:password@lowres.url"` | | -| frigate.cameras[0].inputs[1].roles[0] | string | `"detect"` | | -| frigate.cameras[0].inputs[1].roles[1] | string | `"rtmp"` | | -| frigate.cameras[0].name | string | `"camera1"` | | -| frigate.cameras[0].objects.track[0] | string | `"person"` | | -| frigate.cameras[0].objects.track[1] | string | `"car"` | | -| frigate.cameras[0].objects.track[2] | string | `"motorcyle"` | | -| frigate.cameras[0].objects.track[3] | string | `"cat"` | | -| frigate.cameras[0].objects.track[4] | string | `"dog"` | | -| frigate.cameras[0].record.enabled | bool | `true` | | -| frigate.cameras[0].snapshots.enabled | bool | `true` | | -| frigate.mqtt.authentitcated | bool | `false` | | -| frigate.mqtt.host | string | `"mosquitto.ix-mosquitto.svc.cluster.local"` | | -| frigate.mqtt.password | string | `"password"` | | -| frigate.mqtt.port | int | `1883` | | -| frigate.mqtt.username | string | `"mqtt_user"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"blakeblackshear/frigate"` | | -| image.tag | string | `"0.10.0-beta6-amd64nvidia"` | | -| ingress.rtmp.autoLink | bool | `true` | | -| persistence.cache.enabled | bool | `true` | | -| persistence.cache.mountPath | string | `"/tmp/cache"` | | -| persistence.cache.type | string | `"emptyDir"` | | -| persistence.media.enabled | bool | `true` | | -| persistence.media.mountPath | string | `"/media"` | | -| persistence.shm.enabled | bool | `true` | | -| persistence.shm.medium | string | `"Memory"` | | -| persistence.shm.mountPath | string | `"/dev/shm"` | | -| persistence.shm.type | string | `"emptyDir"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| portal.enabled | bool | `true` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `5000` | | -| service.main.ports.main.targetPort | int | `5000` | | -| service.rtmp.enabled | bool | `true` | | -| service.rtmp.ports.rtmp.enabled | bool | `true` | | -| service.rtmp.ports.rtmp.port | int | `1935` | | -| service.rtmp.ports.rtmp.protocol | string | `"TCP"` | | -| service.rtmp.ports.rtmp.targetPort | int | `1935` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/incubator/ghost/CONFIG.md b/charts/incubator/ghost/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/incubator/ghost/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/incubator/ghost/Chart.yaml b/charts/incubator/ghost/Chart.yaml index 50945c0638f..68e706ba373 100644 --- a/charts/incubator/ghost/Chart.yaml +++ b/charts/incubator/ghost/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://github.com/TryGhost/Ghost - https://hub.docker.com/_/ghost - https://ghost.org/docs/ -version: 3.0.15 +version: 3.0.16 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/ghost/helm-values.md b/charts/incubator/ghost/helm-values.md deleted file mode 100644 index 77b0886008c..00000000000 --- a/charts/incubator/ghost/helm-values.md +++ /dev/null @@ -1,64 +0,0 @@ -# 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.NODE_ENV | string | `"production"` | | -| env.adminFrameProtection | bool | `true` | | -| env.backgroundJobs__emailAnalytics | bool | `true` | | -| env.compress | bool | `true` | | -| env.database__client | string | `"mysql"` | | -| env.database__connection__database | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | | -| env.database__connection__port | int | `3306` | | -| env.database__connection__user | string | `"{{ .Values.mariadb.mariadbUsername }}"` | | -| env.emailAnalytics | bool | `true` | | -| env.enableStripePromoCodes | bool | `false` | | -| env.imageOptimization__resize | bool | `true` | | -| env.imageOptimization__srcsets | bool | `true` | | -| env.mail__from | string | `""` | | -| env.mail__options__auth__pass | string | `""` | | -| env.mail__options__auth__user | string | `""` | | -| env.mail__options__port | string | `""` | | -| env.mail__options__secure | bool | `false` | | -| env.mail__options__service | string | `""` | | -| env.mail__transport | string | `""` | | -| env.opensea__privateReadOnlyApiKey | string | `""` | | -| env.preloadHeaders | bool | `false` | | -| env.privacy__useGravatar | bool | `false` | | -| env.privacy__useRpcPing | bool | `false` | | -| env.privacy__useStructuredData | bool | `false` | | -| env.privacy__useTinfoil | bool | `true` | | -| env.privacy__useUpdateCheck | bool | `false` | | -| env.sendWelcomeEmail | bool | `true` | | -| env.server__port | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| env.stripeDirect | bool | `false` | | -| env.tenor__contentFilter | string | `"off"` | | -| env.tenor__publicReadOnlyApiKey | string | `""` | | -| env.twitter__privateReadOnlyToken | string | `""` | | -| env.url | string | `"http://localhost:10166"` | | -| env.useMinFiles | bool | `true` | | -| envValueFrom.database__connection__host.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.database__connection__host.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.database__connection__password.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.database__connection__password.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/ghost"` | | -| image.tag | string | `"v4.41.3@sha256:ac4b66c0ef5111f070d3954e2ee4c9cac54781c97121dcd3f3bf6d0b6788ed39"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"ghost"` | | -| mariadb.mariadbUsername | string | `"ghost"` | | -| persistence.content.enabled | bool | `true` | | -| persistence.content.mountPath | string | `"/var/lib/ghost/content"` | | -| service.main.ports.main.port | int | `10166` | | -| service.main.ports.main.targetPort | int | `10166` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/incubator/homebridge/CONFIG.md b/charts/incubator/homebridge/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/incubator/homebridge/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/incubator/homebridge/Chart.yaml b/charts/incubator/homebridge/Chart.yaml index 4a768db086f..9814ce33215 100644 --- a/charts/incubator/homebridge/Chart.yaml +++ b/charts/incubator/homebridge/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://homebridge.io/ - https://github.com/oznu/docker-homebridge type: application -version: 1.0.11 +version: 1.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/homebridge/helm-values.md b/charts/incubator/homebridge/helm-values.md deleted file mode 100644 index e23e73d847c..00000000000 --- a/charts/incubator/homebridge/helm-values.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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 | object | See below | environment variables. See [image docs](https://github.com/oznu/docker-homebridge#parameters) for more details. | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/homebridge"` | | -| image.tag | string | `"v2022-02@sha256:a6b5e77d71f6cf8ab608ec96a34342a038dd8b5d8ef799108455622ad68bb7e8"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/homebridge"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `8581` | | -| service.main.ports.main.targetPort | int | `8581` | | -| service.main.protocol | string | `"HTTP"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/incubator/jitsi/Chart.yaml b/charts/incubator/jitsi/Chart.yaml index 74ddf64cf57..d3f5d3bbd19 100644 --- a/charts/incubator/jitsi/Chart.yaml +++ b/charts/incubator/jitsi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "stable-728" description: Jitsi is a set of open-source projects that allows you to easily build and deploy secure video conferencing solutions name: jitsi -version: 0.0.5 +version: 0.0.6 kubeVersion: ">=1.16.0-0" keywords: - jitsi diff --git a/charts/incubator/jump/Chart.yaml b/charts/incubator/jump/Chart.yaml index 266de49988e..ad75618205c 100644 --- a/charts/incubator/jump/Chart.yaml +++ b/charts/incubator/jump/Chart.yaml @@ -19,7 +19,7 @@ name: jump sources: - https://github.com/daledavies/jump - https://hub.docker.com/r/daledavies/jump -version: 0.0.10 +version: 0.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/mediainfo/Chart.yaml b/charts/incubator/mediainfo/Chart.yaml index f6ab759d757..d6f0492282e 100644 --- a/charts/incubator/mediainfo/Chart.yaml +++ b/charts/incubator/mediainfo/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-mediainfo - https://hub.docker.com/r/jlesage/mediainfo/ type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/meshcentral/CONFIG.md b/charts/incubator/meshcentral/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/incubator/meshcentral/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/incubator/meshcentral/Chart.yaml b/charts/incubator/meshcentral/Chart.yaml index 4c667356d74..0e22e44b3ea 100644 --- a/charts/incubator/meshcentral/Chart.yaml +++ b/charts/incubator/meshcentral/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: meshcentral -version: 3.0.14 +version: 3.0.15 appVersion: "1.0.50" description: MeshCentral is a full computer management web site type: application diff --git a/charts/incubator/meshcentral/helm-values.md b/charts/incubator/meshcentral/helm-values.md deleted file mode 100644 index d3678233db0..00000000000 --- a/charts/incubator/meshcentral/helm-values.md +++ /dev/null @@ -1,53 +0,0 @@ -# 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.ALLOWPLUGINS | bool | `false` | | -| env.ALLOW_NEW_ACCOUNTS | bool | `true` | | -| env.HOSTNAME | string | `"my.domain.com"` | | -| env.IFRAME | bool | `false` | | -| env.LOCALSESSIONRECORDING | bool | `false` | | -| env.MINIFY | bool | `true` | | -| env.REVERSE_PROXY | bool | `false` | | -| env.REVERSE_PROXY_TLS_PORT | string | `""` | | -| env.WEBRTC | bool | `false` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/meshcentral"` | | -| image.tag | string | `"latest@sha256:62230bdc8acebe42d5082267147de1a7ced76826d76191612dc54543d7ee1314"` | | -| initContainers.init.command[0] | string | `"/init/meshcentral/init.sh"` | | -| initContainers.init.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| initContainers.init.volumeMounts[0].mountPath | string | `"/init/meshcentral"` | | -| initContainers.init.volumeMounts[0].name | string | `"init"` | | -| mongodb.enabled | bool | `true` | | -| mongodb.existingSecret | string | `"mongodbcreds"` | | -| mongodb.mongodbDatabase | string | `"meshcentral"` | | -| mongodb.mongodbUsername | string | `"meshcentral"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/opt/meshcentral/meshcentral-data"` | | -| persistence.init.enabled | string | `"true"` | | -| persistence.init.mountPath | string | `"/init/meshcentral"` | | -| persistence.init.noMount | bool | `true` | | -| persistence.init.readOnly | bool | `true` | | -| persistence.init.type | string | `"custom"` | | -| persistence.init.volumeSpec.configMap.defaultMode | int | `511` | | -| persistence.init.volumeSpec.configMap.name | string | `"meshcentral-init"` | | -| persistence.user.enabled | bool | `true` | | -| persistence.user.mountPath | string | `"/opt/meshcentral/meshcentral-files"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10205` | | -| service.main.ports.main.protocol | string | `"HTTPS"` | | -| service.main.ports.main.targetPort | int | `443` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/incubator/mineos/Chart.yaml b/charts/incubator/mineos/Chart.yaml index c4bb478c131..71ef969c162 100644 --- a/charts/incubator/mineos/Chart.yaml +++ b/charts/incubator/mineos/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: mineos -version: 0.0.1 +version: 0.0.2 appVersion: "latest" description: MineOS is a server front-end to ease managing Minecraft administrative tasks. type: application diff --git a/charts/incubator/mkvcleaver/Chart.yaml b/charts/incubator/mkvcleaver/Chart.yaml index 901447f6d3d..a0a566ea643 100644 --- a/charts/incubator/mkvcleaver/Chart.yaml +++ b/charts/incubator/mkvcleaver/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-mkvcleaver - https://hub.docker.com/r/jlesage/mkvcleaver/ type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/piwigo/CONFIG.md b/charts/incubator/piwigo/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/incubator/piwigo/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/incubator/piwigo/Chart.yaml b/charts/incubator/piwigo/Chart.yaml index f7f5c07cf37..22ec595e7c3 100644 --- a/charts/incubator/piwigo/Chart.yaml +++ b/charts/incubator/piwigo/Chart.yaml @@ -23,7 +23,7 @@ sources: - http://piwigo.org/ - https://github.com/linuxserver/docker-piwigo type: application -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/piwigo/helm-values.md b/charts/incubator/piwigo/helm-values.md deleted file mode 100644 index bbd321f558d..00000000000 --- a/charts/incubator/piwigo/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/piwigo"` | | -| image.tag | string | `"version-11.5.0@sha256:8f8bb5d28b930edfded154d71dd2eab4ffe5631d2e4f21773bf33b220ab76f05"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10027` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/incubator/privatebin/Chart.yaml b/charts/incubator/privatebin/Chart.yaml index 8b658b7dd9e..dfe4abab453 100644 --- a/charts/incubator/privatebin/Chart.yaml +++ b/charts/incubator/privatebin/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://github.com/PrivateBin/PrivateBin - https://hub.docker.com/r/privatebin/pdo type: application -version: 0.0.9 +version: 0.0.10 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/putty/Chart.yaml b/charts/incubator/putty/Chart.yaml index eca84118cb7..8b3410fccea 100644 --- a/charts/incubator/putty/Chart.yaml +++ b/charts/incubator/putty/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-putty - https://hub.docker.com/r/jlesage/putty/ type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/incubator/qdirstat/Chart.yaml b/charts/incubator/qdirstat/Chart.yaml index 9d85c0add6c..f31e11592f2 100644 --- a/charts/incubator/qdirstat/Chart.yaml +++ b/charts/incubator/qdirstat/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-qdirstat - https://hub.docker.com/r/jlesage/qdirstat/ type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/radicale/Chart.yaml b/charts/incubator/radicale/Chart.yaml index 5221631b746..f6e1b83404b 100644 --- a/charts/incubator/radicale/Chart.yaml +++ b/charts/incubator/radicale/Chart.yaml @@ -28,7 +28,7 @@ sources: - https://github.com/tomsquest/docker-radicale - https://hub.docker.com/r/tomsquest/docker-radicale type: application -version: 0.0.7 +version: 0.0.8 annotations: truecharts.org/catagories: | - radicale diff --git a/charts/incubator/self-service-password/CONFIG.md b/charts/incubator/self-service-password/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/incubator/self-service-password/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/incubator/self-service-password/Chart.yaml b/charts/incubator/self-service-password/Chart.yaml index 14166cf822d..fb8debebb2c 100644 --- a/charts/incubator/self-service-password/Chart.yaml +++ b/charts/incubator/self-service-password/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/tiredofit/self-service-password - https://self-service-password.readthedocs.io/en/latest type: application -version: 1.0.13 +version: 1.0.14 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/self-service-password/helm-values.md b/charts/incubator/self-service-password/helm-values.md deleted file mode 100644 index 5fc8873f26d..00000000000 --- a/charts/incubator/self-service-password/helm-values.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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.ENABLE_RESET_LOG | bool | `true` | | -| env.SETUP_MODE | string | `"manual"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/self-service-password"` | | -| image.tag | string | `"v5.2.1@sha256:32d3cfbac6d3d53bcab5f2e17fc6f02be22c80eded2e6b79c24184f3f618f804"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/assets/custom"` | | -| persistence.logs.enabled | bool | `true` | | -| persistence.logs.mountPath | string | `"/www/logs"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10182` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/incubator/senseai-server/Chart.yaml b/charts/incubator/senseai-server/Chart.yaml index b3bfaf612df..6f74139e22b 100644 --- a/charts/incubator/senseai-server/Chart.yaml +++ b/charts/incubator/senseai-server/Chart.yaml @@ -19,7 +19,7 @@ name: senseai-server sources: - https://github.com/codeproject/CodeProject.SenseAI - https://hub.docker.com/r/codeproject/senseai-server -version: 0.0.8 +version: 0.0.9 annotations: truecharts.org/catagories: | - ai diff --git a/charts/incubator/technitium/CONFIG.md b/charts/incubator/technitium/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/incubator/technitium/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/incubator/technitium/Chart.yaml b/charts/incubator/technitium/Chart.yaml index b6f944c90cb..6151148b8f8 100644 --- a/charts/incubator/technitium/Chart.yaml +++ b/charts/incubator/technitium/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://technitium.com/ - https://hub.docker.com/r/technitium/dns-server type: application -version: 1.0.11 +version: 1.0.12 annotations: truecharts.org/catagories: | - networking diff --git a/charts/incubator/technitium/helm-values.md b/charts/incubator/technitium/helm-values.md deleted file mode 100644 index ff36aa6f087..00000000000 --- a/charts/incubator/technitium/helm-values.md +++ /dev/null @@ -1,67 +0,0 @@ -# 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.DNS_SERVER_ALLOW_TXT_BLOCKING_REPORT | bool | `false` | | -| env.DNS_SERVER_DOMAIN | string | `"dns-server"` | | -| env.DNS_SERVER_ENABLE_BLOCKING | bool | `false` | | -| env.DNS_SERVER_FORWARDERS | string | `"1.1.1.1, 8.8.8.8"` | | -| env.DNS_SERVER_FORWARDER_PROTOCOL | string | `"Tcp"` | | -| env.DNS_SERVER_OPTIONAL_PROTOCOL_DNS_OVER_HTTP | bool | `false` | | -| env.DNS_SERVER_PREFER_IPV6 | bool | `false` | | -| env.DNS_SERVER_RECURSION | string | `"AllowOnlyForPrivateNetworks"` | | -| env.DNS_SERVER_RECURSION_ALLOWED_NETWORKS | string | `"127.0.0.1, 192.168.1.0/24"` | | -| env.DNS_SERVER_RECURSION_DENIED_NETWORKS | string | `"1.1.1.0/24"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/technitium"` | | -| image.tag | string | `"v8.0@sha256:b59d697bde5613f3c183666e373f80dcf2578d310cd84920dcb1ce97748bf394"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/etc/dns/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.DNS_SERVER_ADMIN_PASSWORD | string | `"password"` | | -| securityContext.allowPrivilegeEscalation | bool | `true` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.dns-cert.enabled | bool | `true` | | -| service.dns-cert.ports.dns-cert.enabled | bool | `true` | | -| service.dns-cert.ports.dns-cert.port | int | `10202` | | -| service.dns-cert.ports.dns-cert.protocol | string | `"TCP"` | | -| service.dns-cert.ports.dns-cert.targetPort | int | `80` | | -| service.dns-https-proxy.enabled | bool | `true` | | -| service.dns-https-proxy.ports.dns-https-proxy.enabled | bool | `true` | | -| service.dns-https-proxy.ports.dns-https-proxy.port | int | `10204` | | -| service.dns-https-proxy.ports.dns-https-proxy.protocol | string | `"TCP"` | | -| service.dns-https-proxy.ports.dns-https-proxy.targetPort | int | `8053` | | -| service.dns-https.enabled | bool | `true` | | -| service.dns-https.ports.dns-https.enabled | bool | `true` | | -| service.dns-https.ports.dns-https.port | int | `10203` | | -| service.dns-https.ports.dns-https.protocol | string | `"TCP"` | | -| service.dns-https.ports.dns-https.targetPort | int | `443` | | -| service.dns-tcp.enabled | bool | `true` | | -| service.dns-tcp.ports.dns-tcp.enabled | bool | `true` | | -| service.dns-tcp.ports.dns-tcp.port | int | `53` | | -| service.dns-tcp.ports.dns-tcp.targetPort | int | `53` | | -| service.dns-tls.enabled | bool | `true` | | -| service.dns-tls.ports.dns-tls.enabled | bool | `true` | | -| service.dns-tls.ports.dns-tls.port | int | `853` | | -| service.dns-tls.ports.dns-tls.protocol | string | `"TCP"` | | -| service.dns-tls.ports.dns-tls.targetPort | int | `853` | | -| service.dns-udp.enabled | bool | `true` | | -| service.dns-udp.ports.dns-udp.enabled | bool | `true` | | -| service.dns-udp.ports.dns-udp.port | int | `53` | | -| service.dns-udp.ports.dns-udp.protocol | string | `"UDP"` | | -| service.dns-udp.ports.dns-udp.targetPort | int | `53` | | -| service.main.ports.main.port | int | `5380` | | -| service.main.ports.main.targetPort | int | `5380` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/incubator/theme-park/Chart.yaml b/charts/incubator/theme-park/Chart.yaml index 6d9d6f6f4b6..31671b9f942 100644 --- a/charts/incubator/theme-park/Chart.yaml +++ b/charts/incubator/theme-park/Chart.yaml @@ -20,7 +20,7 @@ name: theme-park sources: - https://github.com/gilbn/theme.park type: application -version: 1.0.11 +version: 1.0.12 annotations: truecharts.org/catagories: | - customization diff --git a/charts/incubator/tsmuxer/Chart.yaml b/charts/incubator/tsmuxer/Chart.yaml index 4f25081170e..da48af0aa55 100644 --- a/charts/incubator/tsmuxer/Chart.yaml +++ b/charts/incubator/tsmuxer/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jlesage/docker-tsmuxer - https://hub.docker.com/r/jlesage/tsmuxer/ type: application -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/wger/Chart.yaml b/charts/incubator/wger/Chart.yaml index 400c1409a3f..08c7c730d42 100644 --- a/charts/incubator/wger/Chart.yaml +++ b/charts/incubator/wger/Chart.yaml @@ -26,7 +26,7 @@ name: wger sources: - https://github.com/wger-project/wger - https://github.com/wger-project/docker -version: 0.0.12 +version: 0.0.13 annotations: truecharts.org/catagories: | - life diff --git a/charts/incubator/youtubedl-material/Chart.yaml b/charts/incubator/youtubedl-material/Chart.yaml index b13e4caa965..51c299559ce 100644 --- a/charts/incubator/youtubedl-material/Chart.yaml +++ b/charts/incubator/youtubedl-material/Chart.yaml @@ -22,7 +22,7 @@ name: youtubedl-material sources: - https://hub.docker.com/r/tzahi12345/youtubedl-material - https://github.com/Tzahi12345/YoutubeDL-Material -version: 0.0.8 +version: 0.0.9 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/zabbix-server/Chart.yaml b/charts/incubator/zabbix-server/Chart.yaml index b0418d41aa7..90946466472 100644 --- a/charts/incubator/zabbix-server/Chart.yaml +++ b/charts/incubator/zabbix-server/Chart.yaml @@ -23,7 +23,7 @@ name: zabbix-server sources: - https://hub.docker.com/r/zabbix/zabbix-server-pgsql - https://hub.docker.com/r/zabbix/zabbix-web-nginx-pgsql -version: 2.0.11 +version: 2.0.12 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/airdcpp-webclient/CONFIG.md b/charts/stable/airdcpp-webclient/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/airdcpp-webclient/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/airdcpp-webclient/Chart.yaml b/charts/stable/airdcpp-webclient/Chart.yaml index 72d1d0c8dab..3676889ccbe 100644 --- a/charts/stable/airdcpp-webclient/Chart.yaml +++ b/charts/stable/airdcpp-webclient/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/airdcpp-web/airdcpp-webclient - https://hub.docker.com/r/gangefors/airdcpp-webclient type: application -version: 3.0.10 +version: 3.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/airdcpp-webclient/helm-values.md b/charts/stable/airdcpp-webclient/helm-values.md deleted file mode 100644 index 26288a77037..00000000000 --- a/charts/stable/airdcpp-webclient/helm-values.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/airdcpp-webclient"` | | -| image.tag | string | `"v2.11.2@sha256:9dfc8d1ca4ff738c9586c902eaf3dc92d914412e5a8f3ec9a5002633a58d7a35"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/.airdcpp"` | | -| service.encrypted-tcp.enabled | bool | `true` | | -| service.encrypted-tcp.ports.encrypted-tcp.enabled | bool | `true` | | -| service.encrypted-tcp.ports.encrypted-tcp.port | int | `21249` | | -| service.encrypted-tcp.ports.encrypted-tcp.targetPort | int | `21249` | | -| service.main.ports.main.port | int | `10155` | | -| service.main.ports.main.targetPort | int | `5600` | | -| service.search-udp.enabled | bool | `true` | | -| service.search-udp.ports.search-udp.enabled | bool | `true` | | -| service.search-udp.ports.search-udp.port | int | `21248` | | -| service.search-udp.ports.search-udp.protocol | string | `"UDP"` | | -| service.search-udp.ports.search-udp.targetPort | int | `21248` | | -| service.unencrypted-tcp.enabled | bool | `true` | | -| service.unencrypted-tcp.ports.unencrypted-tcp.enabled | bool | `true` | | -| service.unencrypted-tcp.ports.unencrypted-tcp.port | int | `21248` | | -| service.unencrypted-tcp.ports.unencrypted-tcp.targetPort | int | `21248` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/airsonic-advanced/CONFIG.md b/charts/stable/airsonic-advanced/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/airsonic-advanced/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/airsonic-advanced/Chart.yaml b/charts/stable/airsonic-advanced/Chart.yaml index b1c54095831..765ed46e8a4 100644 --- a/charts/stable/airsonic-advanced/Chart.yaml +++ b/charts/stable/airsonic-advanced/Chart.yaml @@ -22,7 +22,7 @@ name: airsonic-advanced sources: - https://github.com/airsonic/airsonic-advanced - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/airsonic-advanced/helm-values.md b/charts/stable/airsonic-advanced/helm-values.md deleted file mode 100644 index 4054a43a65d..00000000000 --- a/charts/stable/airsonic-advanced/helm-values.md +++ /dev/null @@ -1,45 +0,0 @@ -# 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.AIRSONIC_DIR | string | `"/"` | | -| env.CONTEXT_PATH | string | `"/"` | | -| env.JAVA_OPTS | string | `nil` | 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. | -| env.spring_datasource_username | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.spring_liquibase_parameters_userTableQuote | string | `"\""` | | -| envValueFrom.spring_datasource_password.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.spring_datasource_password.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.spring_datasource_url.secretKeyRef.key | string | `"jdbc"` | | -| envValueFrom.spring_datasource_url.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/airsonic-advanced"` | | -| image.tag | string | `"v11.0.0@sha256:b6a1b30ecc3e16c39ca56392cd13d55af80235b57ec2d27c2e5f1a21fec34bd9"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/airsonic"` | | -| persistence.music.enabled | bool | `true` | | -| persistence.music.mountPath | string | `"/music"` | | -| persistence.playlists.enabled | bool | `true` | | -| persistence.playlists.mountPath | string | `"/playlists"` | | -| persistence.podcasts.enabled | bool | `true` | | -| persistence.podcasts.mountPath | string | `"/podcasts"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"airsonic-advanced"` | | -| postgresql.postgresqlUsername | string | `"airsonic-advanced"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10122` | | -| service.main.ports.main.targetPort | int | `4040` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/airsonic/CONFIG.md b/charts/stable/airsonic/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/airsonic/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index e6ead8bce4c..38997df92d5 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -19,7 +19,7 @@ sources: - https://github.com/airsonic/airsonic - https://github.com/linuxserver/docker-airsonic - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/airsonic/helm-values.md b/charts/stable/airsonic/helm-values.md deleted file mode 100644 index 7e3b7d27e1f..00000000000 --- a/charts/stable/airsonic/helm-values.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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 | object | See below | environment variables. See [image docs](https://docs.linuxserver.io/images/docker-airsonic#environment-variables-e) for more details. | -| env.CONTEXT_PATH | string | `nil` | Used to set the base path for reverse proxies eg. /booksonic, /books, etc. | -| env.JAVA_OPTS | string | `nil` | 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. | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/airsonic"` | image repository | -| image.tag | string | `"version-v10.6.2@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030"` | image tag | -| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/alist/CONFIG.md b/charts/stable/alist/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/alist/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/alist/Chart.yaml b/charts/stable/alist/Chart.yaml index 91c86080a0d..2c25a8d8337 100644 --- a/charts/stable/alist/Chart.yaml +++ b/charts/stable/alist/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: alist -version: 2.0.10 +version: 2.0.11 appVersion: "2.6.1" description: Alist program that supports multiple storage, powered by Gin and React type: application diff --git a/charts/stable/alist/helm-values.md b/charts/stable/alist/helm-values.md deleted file mode 100644 index 9537aec976d..00000000000 --- a/charts/stable/alist/helm-values.md +++ /dev/null @@ -1,23 +0,0 @@ -# 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 | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/alist"` | | -| image.tag | string | `"v2.3.1@sha256:cd3b8802e22f3bd4b6ef73c46c10fa90417ffc80f0a9d0234bc8a12992b26b0d"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/opt/alist/data"` | | -| service.main.ports.main.port | int | `10167` | | -| service.main.ports.main.targetPort | int | `5244` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/amcrest2mqtt/CONFIG.md b/charts/stable/amcrest2mqtt/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/amcrest2mqtt/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/amcrest2mqtt/Chart.yaml b/charts/stable/amcrest2mqtt/Chart.yaml index d763ad802da..635d9e2eb22 100644 --- a/charts/stable/amcrest2mqtt/Chart.yaml +++ b/charts/stable/amcrest2mqtt/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: amcrest2mqtt sources: - https://github.com/dchesterton/amcrest2mqtt -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/amcrest2mqtt/helm-values.md b/charts/stable/amcrest2mqtt/helm-values.md deleted file mode 100644 index 996e62a4548..00000000000 --- a/charts/stable/amcrest2mqtt/helm-values.md +++ /dev/null @@ -1,34 +0,0 @@ -# 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 | object | See below | environment variables. See more environment variables in the [amcrest2mqtt repo](https://github.com/dchesterton/amcrest2mqtt). | -| env.AMCREST_HOST | string | `"localhost"` | Set the container timezone -- Host name used to connect to the Amcrest device | -| env.AMCREST_PORT | int | `80` | Port used to connect to the Amcrest device | -| env.HOME_ASSISTANT | string | `"false"` | Enable Home Assistant autodiscovery | -| env.HOME_ASSISTANT_PREFIX | string | `"homeassistant"` | Home Assistant autodiscovery prefix | -| env.MQTT_HOST | string | `"localhost"` | Host name used to connect to the MQTT broker | -| env.MQTT_PORT | int | `1883` | Port used to connect to the MQTT broker | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/amcrest2mqtt"` | image repository | -| image.tag | string | `"v1.0.16@sha256:64d7a2487a2622ed163ff0dd9d518b9564f29c11438801a953da1d1bf931f18e"` | image tag | -| probes.liveness.enabled | bool | `false` | | -| probes.readiness.enabled | bool | `false` | | -| probes.startup.enabled | bool | `false` | | -| secret.AMCREST_PASSWORD | string | `"changeme"` | Password used to connect to the Amcrest device | -| secret.AMCREST_USERNAME | string | `"admin"` | User name used to connect to the Amcrest device | -| secret.MQTT_PASSWORD | string | `"changeme"` | Password used to connect to the MQTT broker | -| secret.MQTT_USERNAME | string | `"mqttuser"` | User name used to connect to the MQTT broker | -| service.main.enabled | bool | `false` | | -| service.main.ports.main.enabled | bool | `false` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/anonaddy/CONFIG.md b/charts/stable/anonaddy/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/anonaddy/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index d82df9f1977..3a62082bed3 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -25,7 +25,7 @@ maintainers: name: anonaddy sources: - https://github.com/anonaddy/docker -version: 9.0.13 +version: 9.0.14 annotations: truecharts.org/catagories: | - email diff --git a/charts/stable/anonaddy/helm-values.md b/charts/stable/anonaddy/helm-values.md deleted file mode 100644 index 3e446c25bf7..00000000000 --- a/charts/stable/anonaddy/helm-values.md +++ /dev/null @@ -1,45 +0,0 @@ -# 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 | object | See below | environment variables. See more environment variables in the [anonaddy documentation](https://github.com/anonaddy/docker#environment-variables). | -| env.ANONADDY_DOMAIN | string | `"chart-example.local"` | Root domain to receive email from | -| envValueFrom.ANONADDY_SECRET.secretKeyRef.key | string | `"secret"` | | -| envValueFrom.ANONADDY_SECRET.secretKeyRef.name | string | `"appkey"` | | -| envValueFrom.APP_KEY.secretKeyRef.key | string | `"appkey"` | | -| envValueFrom.APP_KEY.secretKeyRef.name | string | `"appkey"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.key | string | `"redis-password"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/anonaddy"` | | -| image.tag | string | `"v0.11.1@sha256:e4312494b11c9de4437c3980841545ce6c9687afe59e24cd53cf5ae14dd44b9e"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"anonaddy"` | | -| mariadb.mariadbUsername | string | `"anonaddy"` | | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | -| strategy.type | string | `"Recreate"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/apache-musicindex/CONFIG.md b/charts/stable/apache-musicindex/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/apache-musicindex/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/apache-musicindex/Chart.yaml b/charts/stable/apache-musicindex/Chart.yaml index 5ac4f016a06..8f01fbe2be8 100644 --- a/charts/stable/apache-musicindex/Chart.yaml +++ b/charts/stable/apache-musicindex/Chart.yaml @@ -20,7 +20,7 @@ maintainers: name: apache-musicindex sources: - http://hacks.slashdirt.org/sw/musicindex/ -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/apache-musicindex/helm-values.md b/charts/stable/apache-musicindex/helm-values.md deleted file mode 100644 index e9437276f83..00000000000 --- a/charts/stable/apache-musicindex/helm-values.md +++ /dev/null @@ -1,22 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/apache-musicindex"` | image repository | -| image.tag | string | `"v1.4.1-2@sha256:442d1edfbf89b8a2a42c0d649f53f091c39256c65f922078ad38ff60bdbdadf9"` | image tag | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext | object | See values.yaml | Allows to start web server on ports 80 and 443 | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/appdaemon/CONFIG.md b/charts/stable/appdaemon/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/appdaemon/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml index 130302a0ebc..85aa799be1e 100644 --- a/charts/stable/appdaemon/Chart.yaml +++ b/charts/stable/appdaemon/Chart.yaml @@ -26,7 +26,7 @@ name: appdaemon sources: - https://github.com/AppDaemon/appdaemon type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/appdaemon/helm-values.md b/charts/stable/appdaemon/helm-values.md deleted file mode 100644 index f52690ecf25..00000000000 --- a/charts/stable/appdaemon/helm-values.md +++ /dev/null @@ -1,34 +0,0 @@ -# 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.DASH_URL | string | `"http://$HOSTNAME:5050"` | | -| env.ELEVATION | int | `1217` | | -| env.LATITUDE | int | `46` | | -| env.LONGITUDE | int | `-94` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/appdaemon"` | | -| image.tag | string | `"v4.2.1@sha256:4f3c06b9cd453f65e9e13b600b96a31bba25346e961d570b48881d4f63da3d60"` | | -| persistence.conf.enabled | bool | `true` | | -| persistence.conf.mountPath | string | `"/conf"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `5050` | | -| service.main.ports.main.targetPort | int | `5050` | | -| service.tcp.enabled | bool | `true` | | -| service.tcp.ports.tcp.enabled | bool | `true` | | -| service.tcp.ports.tcp.port | int | `51050` | | -| service.tcp.ports.tcp.targetPort | int | `51050` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/aria2/CONFIG.md b/charts/stable/aria2/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/aria2/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/aria2/Chart.yaml b/charts/stable/aria2/Chart.yaml index d2b0d2e4413..78c002d0d20 100644 --- a/charts/stable/aria2/Chart.yaml +++ b/charts/stable/aria2/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: aria2 sources: - https://github.com/P3TERX/Aria2-Pro-Docker -version: 5.0.10 +version: 5.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/aria2/helm-values.md b/charts/stable/aria2/helm-values.md deleted file mode 100644 index 7c1c189e560..00000000000 --- a/charts/stable/aria2/helm-values.md +++ /dev/null @@ -1,33 +0,0 @@ -# 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.RPC_PORT | int | `6800` | | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/aria2-pro"` | image repository | -| image.tag | string | `"latest@sha256:6c0ddcc7be4da69ac146ff3153df727a5818f733636a1c4d9b78ccffd6106a23"` | image tag | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.RPC_SECRET | string | `"ChangemeNow"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.listen.enabled | bool | `true` | | -| service.listen.ports.listen.enabled | bool | `true` | | -| service.listen.ports.listen.port | int | `6888` | | -| service.listen.ports.listen.targetPort | int | `6888` | | -| service.main.ports.main.port | int | `6800` | | -| service.main.ports.main.targetPort | int | `6800` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/audacity/CONFIG.md b/charts/stable/audacity/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/audacity/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/audacity/Chart.yaml b/charts/stable/audacity/Chart.yaml index 52f6cb74025..f8fba754a08 100644 --- a/charts/stable/audacity/Chart.yaml +++ b/charts/stable/audacity/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-audacity - https://www.audacityteam.org/ type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/audacity/helm-values.md b/charts/stable/audacity/helm-values.md deleted file mode 100644 index bacfd2b8ca1..00000000000 --- a/charts/stable/audacity/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/audacity"` | | -| image.tag | string | `"v3.0.2@sha256:a0a829c08c74236b405888f26c4a52251b403db6ca8946895d00505ba1a1ffc7"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10032` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/audiobookshelf/Chart.yaml b/charts/stable/audiobookshelf/Chart.yaml index 43b56fea6f5..5a7c943c9ad 100644 --- a/charts/stable/audiobookshelf/Chart.yaml +++ b/charts/stable/audiobookshelf/Chart.yaml @@ -18,7 +18,7 @@ name: audiobookshelf sources: - https://hub.docker.com/r/advplyr/audiobookshelf - https://github.com/advplyr/audiobookshelf -version: 2.0.12 +version: 2.0.13 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/authelia/CONFIG.md b/charts/stable/authelia/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/authelia/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index 94aa78a775f..4db9960b9e3 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -38,7 +38,7 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 11.0.13 +version: 11.0.14 annotations: truecharts.org/catagories: | - security diff --git a/charts/stable/authelia/helm-values.md b/charts/stable/authelia/helm-values.md deleted file mode 100644 index cb6087225be..00000000000 --- a/charts/stable/authelia/helm-values.md +++ /dev/null @@ -1,142 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| access_control.default_policy | string | `"deny"` | | -| access_control.networks | list | `[]` | | -| access_control.rules | list | `[]` | | -| args[0] | string | `"--config=/configuration.yaml"` | | -| authentication_backend.disable_reset_password | bool | `false` | | -| authentication_backend.file.enabled | bool | `true` | | -| authentication_backend.file.password.algorithm | string | `"argon2id"` | | -| authentication_backend.file.password.iterations | int | `1` | | -| authentication_backend.file.password.key_length | int | `32` | | -| authentication_backend.file.password.memory | int | `1024` | | -| authentication_backend.file.password.parallelism | int | `8` | | -| authentication_backend.file.password.salt_length | int | `16` | | -| authentication_backend.file.path | string | `"/config/users_database.yml"` | | -| authentication_backend.ldap.additional_groups_dn | string | `"OU=Groups"` | | -| authentication_backend.ldap.additional_users_dn | string | `"OU=Users"` | | -| authentication_backend.ldap.base_dn | string | `"DC=example,DC=com"` | | -| authentication_backend.ldap.display_name_attribute | string | `""` | | -| authentication_backend.ldap.enabled | bool | `false` | | -| authentication_backend.ldap.group_name_attribute | string | `""` | | -| authentication_backend.ldap.groups_filter | string | `""` | | -| authentication_backend.ldap.implementation | string | `"activedirectory"` | | -| authentication_backend.ldap.mail_attribute | string | `""` | | -| authentication_backend.ldap.plain_password | string | `""` | | -| authentication_backend.ldap.start_tls | bool | `false` | | -| authentication_backend.ldap.timeout | string | `"5s"` | | -| authentication_backend.ldap.tls.minimum_version | string | `"TLS1.2"` | | -| authentication_backend.ldap.tls.server_name | string | `""` | | -| authentication_backend.ldap.tls.skip_verify | bool | `false` | | -| authentication_backend.ldap.url | string | `"ldap://openldap.default.svc.cluster.local"` | | -| authentication_backend.ldap.user | string | `"CN=Authelia,DC=example,DC=com"` | | -| authentication_backend.ldap.username_attribute | string | `""` | | -| authentication_backend.ldap.users_filter | string | `""` | | -| authentication_backend.refresh_interval | string | `"5m"` | | -| command[0] | string | `"authelia"` | | -| default_redirection_url | string | `""` | | -| domain | string | `"example.com"` | | -| duo_api.enabled | bool | `false` | | -| duo_api.hostname | string | `"api-123456789.example.com"` | | -| duo_api.integration_key | string | `"ABCDEF"` | | -| duo_api.plain_api_key | string | `""` | | -| enableServiceLinks | bool | `false` | | -| envFrom[0].configMapRef.name | string | `"authelia-paths"` | | -| identity_providers.oidc.access_token_lifespan | string | `"1h"` | | -| identity_providers.oidc.authorize_code_lifespan | string | `"1m"` | | -| identity_providers.oidc.clients | list | `[]` | | -| identity_providers.oidc.enable_client_debug_messages | bool | `false` | | -| identity_providers.oidc.enabled | bool | `false` | | -| identity_providers.oidc.id_token_lifespan | string | `"1h"` | | -| identity_providers.oidc.minimum_parameter_entropy | int | `8` | | -| identity_providers.oidc.refresh_token_lifespan | string | `"90m"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/authelia"` | | -| image.tag | string | `"v4.34.6@sha256:a05f37c57e8f73a1c1421c3c184585fae9a9b191e9d07e3dd1986f40fcf9e901"` | | -| log.format | string | `"text"` | | -| log.level | string | `"trace"` | | -| notifier.disable_startup_check | bool | `false` | | -| notifier.filesystem.enabled | bool | `true` | | -| notifier.filesystem.filename | string | `"/config/notification.txt"` | | -| notifier.smtp.disable_html_emails | bool | `false` | | -| notifier.smtp.disable_require_tls | bool | `false` | | -| notifier.smtp.enabled | bool | `false` | | -| notifier.smtp.enabledSecret | bool | `false` | | -| notifier.smtp.host | string | `"smtp.mail.svc.cluster.local"` | | -| notifier.smtp.identifier | string | `"localhost"` | | -| notifier.smtp.plain_password | string | `"test"` | | -| notifier.smtp.port | int | `25` | | -| notifier.smtp.sender | string | `"admin@example.com"` | | -| notifier.smtp.startup_check_address | string | `"test@authelia.com"` | | -| notifier.smtp.subject | string | `"[Authelia] {title}"` | | -| notifier.smtp.timeout | string | `"5s"` | | -| notifier.smtp.tls.minimum_version | string | `"TLS1.2"` | | -| notifier.smtp.tls.server_name | string | `""` | | -| notifier.smtp.tls.skip_verify | bool | `false` | | -| notifier.smtp.username | string | `"test"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"authelia"` | | -| postgresql.postgresqlUsername | string | `"authelia"` | | -| probes.liveness.path | string | `"/api/health\""` | | -| probes.liveness.type | string | `"HTTP"` | | -| probes.readiness.path | string | `"/api/health"` | | -| probes.readiness.type | string | `"HTTP"` | | -| probes.startup.path | string | `"/api/health"` | | -| probes.startup.type | string | `"HTTP"` | | -| redis | object | `{"enabled":true,"existingSecret":"rediscreds"}` | ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/redis | -| redisProvider.database_index | int | `0` | | -| redisProvider.high_availability.enabled | bool | `false` | | -| redisProvider.high_availability.enabledSecret | bool | `false` | | -| redisProvider.high_availability.nodes | list | `[]` | | -| redisProvider.high_availability.route_by_latency | bool | `false` | | -| redisProvider.high_availability.route_randomly | bool | `false` | | -| redisProvider.high_availability.sentinel_name | string | `"mysentinel"` | | -| redisProvider.maximum_active_connections | int | `8` | | -| redisProvider.minimum_idle_connections | int | `0` | | -| redisProvider.port | int | `6379` | | -| redisProvider.tls.enabled | bool | `false` | | -| redisProvider.tls.minimum_version | string | `"TLS1.2"` | | -| redisProvider.tls.server_name | string | `""` | | -| redisProvider.tls.skip_verify | bool | `false` | | -| redisProvider.username | string | `""` | username: authelia | -| regulation.ban_time | string | `"5m"` | | -| regulation.find_time | string | `"2m"` | | -| regulation.max_retries | int | `3` | | -| resources.limits | object | `{}` | | -| resources.requests | object | `{}` | cpu: "4.00" memory: 125Mi | -| server.path | string | `""` | | -| server.port | int | `9091` | | -| server.read_buffer_size | int | `4096` | | -| server.write_buffer_size | int | `4096` | | -| service.main.ports.main.port | int | `9091` | | -| service.main.ports.main.targetPort | int | `9091` | | -| session.expiration | string | `"1h"` | | -| session.inactivity | string | `"5m"` | | -| session.name | string | `"authelia_session"` | | -| session.remember_me_duration | string | `"1M"` | | -| session.same_site | string | `"lax"` | | -| storage.postgres.database | string | `"authelia"` | | -| storage.postgres.port | int | `5432` | | -| storage.postgres.sslmode | string | `"disable"` | | -| storage.postgres.timeout | string | `"5s"` | | -| storage.postgres.username | string | `"authelia"` | | -| theme | string | `"light"` | | -| totp.issuer | string | `""` | | -| totp.period | int | `30` | | -| totp.skew | int | `1` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/automatic-music-downloader/CONFIG.md b/charts/stable/automatic-music-downloader/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/automatic-music-downloader/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/automatic-music-downloader/Chart.yaml b/charts/stable/automatic-music-downloader/Chart.yaml index 9563a95c684..c87a09c2344 100644 --- a/charts/stable/automatic-music-downloader/Chart.yaml +++ b/charts/stable/automatic-music-downloader/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/RandomNinjaAtk/docker-amd - https://hub.docker.com/r/randomninjaatk/amd type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/automatic-music-downloader/helm-values.md b/charts/stable/automatic-music-downloader/helm-values.md deleted file mode 100644 index 8ae8058cca1..00000000000 --- a/charts/stable/automatic-music-downloader/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/automatic-music-downloader"` | | -| image.tag | string | `"latest@sha256:541eff647695209e9071e9483f434420e2d333068865e75e9db40b045e1a8358"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/downloads-amd"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes.liveness.enabled | bool | `false` | | -| probes.readiness.enabled | bool | `false` | | -| probes.startup.enabled | bool | `false` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `false` | | -| service.main.ports.main.enabled | bool | `false` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/babybuddy/CONFIG.md b/charts/stable/babybuddy/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/babybuddy/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/babybuddy/Chart.yaml b/charts/stable/babybuddy/Chart.yaml index ee28b438309..7957a7d537c 100644 --- a/charts/stable/babybuddy/Chart.yaml +++ b/charts/stable/babybuddy/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "1.11.2" kubeVersion: '>=1.16.0-0' -version: 8.0.16 +version: 8.0.17 name: babybuddy description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. type: application diff --git a/charts/stable/babybuddy/helm-values.md b/charts/stable/babybuddy/helm-values.md deleted file mode 100644 index 2ff6af46a39..00000000000 --- a/charts/stable/babybuddy/helm-values.md +++ /dev/null @@ -1,36 +0,0 @@ -# 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 | object | `{"DB_ENGINE":"django.db.backends.postgresql","DB_NAME":"{{ .Values.postgresql.postgresqlDatabase }}","DB_PORT":"5432","DB_USER":"{{ .Values.postgresql.postgresqlUsername }}"}` | https://github.com/linuxserver/docker-babybuddy#parameters | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| 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 | `"tccr.io/truecharts/babybuddy"` | | -| image.tag | string | `"v1.10.2@sha256:003501237525f4e5473811786357a5d62fec57d8e609bce4c80787d48f19cfcd"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"babybuddy"` | | -| postgresql.postgresqlUsername | string | `"babybuddy"` | | -| securityContext.allowPrivilegeEscalation | bool | `true` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10069` | | -| service.main.ports.main.targetPort | int | `8000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index 5f0172d5502..fa3e8deacdd 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -26,7 +26,7 @@ name: baserow sources: - https://hub.docker.com/r/baserow/baserow - https://gitlab.com/bramw/baserow/ -version: 3.0.13 +version: 3.0.14 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/bazarr/CONFIG.md b/charts/stable/bazarr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/bazarr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index a026cde733f..d7fd9d240d3 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://github.com/morpheus65535/bazarr - https://hub.docker.com/r/linuxserver/bazarr type: application -version: 11.0.10 +version: 11.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/bazarr/helm-values.md b/charts/stable/bazarr/helm-values.md deleted file mode 100644 index 7e43dc2a3bc..00000000000 --- a/charts/stable/bazarr/helm-values.md +++ /dev/null @@ -1,22 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/bazarr"` | | -| image.tag | string | `"v1.0.3@sha256:2e9bae8e040172731bae393b6711fa928d853311bf122494dbd5d4fe3c1aaddf"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| service.main.ports.main.port | int | `6767` | | -| service.main.ports.main.targetPort | int | `6767` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/beets/CONFIG.md b/charts/stable/beets/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/beets/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/beets/Chart.yaml b/charts/stable/beets/Chart.yaml index ea672b0ccdb..9cb29b75b98 100644 --- a/charts/stable/beets/Chart.yaml +++ b/charts/stable/beets/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-beets - https://beets.io/ type: application -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/beets/helm-values.md b/charts/stable/beets/helm-values.md deleted file mode 100644 index 409ee5155ce..00000000000 --- a/charts/stable/beets/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/beets"` | | -| image.tag | string | `"v1.6.0@sha256:55653cfa2f62e4002c5f2a1ce262cc63a6600d7f6c2780853753c60d769ba518"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `8337` | | -| service.main.ports.main.targetPort | int | `8337` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/blog/CONFIG.md b/charts/stable/blog/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/blog/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/blog/Chart.yaml b/charts/stable/blog/Chart.yaml index e8e33728833..c74db6096ef 100644 --- a/charts/stable/blog/Chart.yaml +++ b/charts/stable/blog/Chart.yaml @@ -26,7 +26,7 @@ name: blog sources: - https://github.com/m1k1o/blog - https://github.com/nicholaswilde/docker-blog -version: 3.0.11 +version: 3.0.12 annotations: truecharts.org/catagories: | - hosting diff --git a/charts/stable/blog/helm-values.md b/charts/stable/blog/helm-values.md deleted file mode 100644 index f5cda0977ca..00000000000 --- a/charts/stable/blog/helm-values.md +++ /dev/null @@ -1,37 +0,0 @@ -# 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 | object | `{"BLOG_DB_CONNECTION":"postgres","BLOG_DB_NAME":"blog","BLOG_LANG":"en","BLOG_NAME":"Max Musermann","BLOG_POSTGRES_PORT":5432,"BLOG_POSTGRES_USER":"blog","BLOG_TITLE":"Blog"}` | https://github.com/nicholaswilde/docker-blog | -| envValueFrom.BLOG_POSTGRES_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.BLOG_POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.BLOG_POSTGRES_PASS.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.BLOG_POSTGRES_PASS.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/blog"` | | -| image.tag | string | `"latest@sha256:8928fcf62413459ea8fc5236a1eea28d8a15404f3fc9d0bee154c552000a871b"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/var/www/html/data"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"blog"` | | -| postgresql.postgresqlUsername | string | `"blog"` | | -| secret.BLOG_NICK | string | `"username"` | | -| secret.BLOG_PASS | string | `"password"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10111` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/boinc/CONFIG.md b/charts/stable/boinc/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/boinc/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/boinc/Chart.yaml b/charts/stable/boinc/Chart.yaml index 7cfb2ed8ee0..dacf9a299b2 100644 --- a/charts/stable/boinc/Chart.yaml +++ b/charts/stable/boinc/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: boinc -version: 2.0.16 +version: 2.0.17 appVersion: "latest" description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). type: application diff --git a/charts/stable/boinc/helm-values.md b/charts/stable/boinc/helm-values.md deleted file mode 100644 index 7d2fc4d7a9b..00000000000 --- a/charts/stable/boinc/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/boinc"` | | -| image.tag | string | `"latest@sha256:3d9de6dca96767f47e1fef6ba0324d20c4248181f4a3b1fcd6718795604fb038"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10142` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/booksonic-air/CONFIG.md b/charts/stable/booksonic-air/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/booksonic-air/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index bc1b31c40c5..1bb2b02506a 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -20,7 +20,7 @@ name: booksonic-air sources: - https://github.com/popeen/Booksonic-Air - https://hub.docker.com/r/linuxserver/booksonic-air -version: 6.0.12 +version: 6.0.13 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/booksonic-air/helm-values.md b/charts/stable/booksonic-air/helm-values.md deleted file mode 100644 index c308a6c61b3..00000000000 --- a/charts/stable/booksonic-air/helm-values.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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 | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/booksonic-air"` | image repository | -| image.tag | string | `"v2201.1.0@sha256:e7b93a5bdce7a71f0e717dcc0fffd6830d292eaf2f0b85b9aedbf8d56d229905"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/bookstack/CONFIG.md b/charts/stable/bookstack/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/bookstack/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/bookstack/Chart.yaml b/charts/stable/bookstack/Chart.yaml index 80b81a999df..b75fc58c0a5 100644 --- a/charts/stable/bookstack/Chart.yaml +++ b/charts/stable/bookstack/Chart.yaml @@ -27,7 +27,7 @@ name: bookstack sources: - https://www.bookstackapp.com/ - https://hub.docker.com/r/linuxserver/bookstack -version: 3.0.12 +version: 3.0.13 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/bookstack/helm-values.md b/charts/stable/bookstack/helm-values.md deleted file mode 100644 index d6da37f3a39..00000000000 --- a/charts/stable/bookstack/helm-values.md +++ /dev/null @@ -1,39 +0,0 @@ -# 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.DB_DATABASE | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | | -| env.DB_USER | string | `"{{ .Values.mariadb.mariadbUsername }}"` | | -| envValueFrom.APP_KEY.secretKeyRef.key | string | `"APP_KEY"` | | -| envValueFrom.APP_KEY.secretKeyRef.name | string | `"bookstack-secrets"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.DB_PASS.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.DB_PASS.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/bookstack"` | | -| image.tag | string | `"v22.03.20220330@sha256:bd63b87bd76fa0c8e603d3e5c16b7b7320f8ce4f4b92ef962fbd9979d3f346bc"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"bookstack"` | | -| mariadb.mariadbUsername | string | `"bookstack"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10112` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/browserless-chrome/CONFIG.md b/charts/stable/browserless-chrome/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/browserless-chrome/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/browserless-chrome/Chart.yaml b/charts/stable/browserless-chrome/Chart.yaml index a05bbd3482e..8bf3ff76761 100644 --- a/charts/stable/browserless-chrome/Chart.yaml +++ b/charts/stable/browserless-chrome/Chart.yaml @@ -20,7 +20,7 @@ name: browserless-chrome sources: - https://docs.browserless.io/docs/docker.html - https://hub.docker.com/r/browserless/chrome/ -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/browserless-chrome/helm-values.md b/charts/stable/browserless-chrome/helm-values.md deleted file mode 100644 index 117264acd42..00000000000 --- a/charts/stable/browserless-chrome/helm-values.md +++ /dev/null @@ -1,52 +0,0 @@ -# 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.CHROME_REFRESH_TIME | int | `3600000` | | -| env.CONNECTION_TIMEOUT | int | `30000` | | -| env.DEFAULT_BLOCK_ADS | bool | `true` | | -| env.DEFAULT_HEADLESS | bool | `true` | | -| env.DEFAULT_IGNORE_DEFAULT_ARGS | bool | `true` | | -| env.DEFAULT_IGNORE_HTTPS_ERRORS | bool | `true` | | -| env.DISABLE_AUTO_SET_DOWNLOAD_BEHAVIOR | bool | `false` | | -| env.ENABLE_API_GET | bool | `true` | | -| env.ENABLE_CORS | bool | `false` | | -| env.ENABLE_DEBUGGER | bool | `true` | | -| env.ENABLE_XVBF | bool | `true` | | -| env.EXIT_ON_HEALTH_FAILURE | bool | `true` | | -| env.FUNCTION_ENABLE_INCOGNITO_MODE | bool | `true` | | -| env.HOST | string | `""` | | -| env.MAX_CONCURRENT_SESSIONS | int | `5` | | -| env.MAX_QUEUE_LENGTH | int | `5` | | -| env.METRICS_JSON_PATH | string | `"/metrics/metrics.json"` | | -| env.WORKSPACE_DELETE_EXPIRED | bool | `false` | | -| env.WORKSPACE_DIR | string | `"/downloads"` | | -| env.WORKSPACE_EXPIRE_DAYS | int | `30` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/browserless-chrome"` | | -| image.tag | string | `"v1.51.1-chrome@sha256:39b1e2641af7fb437a8dbe886dc8cb1f613835338f2d8f9c57516f97716d5467"` | | -| imagePuppeteer.pullPolicy | string | `"IfNotPresent"` | | -| imagePuppeteer.repository | string | `"tccr.io/truecharts/browserless-chrome-puppeteer13"` | | -| imagePuppeteer.tag | string | `"v1.51.1-puppeteer@sha256:ff3893628a3662a011d37cbaf30c414af53deeb44a56f9c5e73f8f1317d74ffe"` | | -| imageSelector | string | `"image"` | | -| persistence.downloads.enabled | bool | `true` | | -| persistence.downloads.mountPath | string | `"/downloads"` | | -| persistence.metrics.enabled | bool | `true` | | -| persistence.metrics.mountPath | string | `"/metrics"` | | -| probes.liveness.path | string | `"/metrics"` | | -| probes.readiness.path | string | `"/metrics"` | | -| probes.startup.path | string | `"/metrics"` | | -| secret.TOKEN | string | `""` | | -| service.main.ports.main.port | int | `10194` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/budge/CONFIG.md b/charts/stable/budge/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/budge/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/budge/Chart.yaml b/charts/stable/budge/Chart.yaml index 678906ae97b..21795d76f4c 100644 --- a/charts/stable/budge/Chart.yaml +++ b/charts/stable/budge/Chart.yaml @@ -19,7 +19,7 @@ name: budge sources: - https://github.com/linuxserver/budge - https://github.com/linuxserver/docker-BudgE -version: 2.0.12 +version: 2.0.13 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/budge/helm-values.md b/charts/stable/budge/helm-values.md deleted file mode 100644 index e3eed46189b..00000000000 --- a/charts/stable/budge/helm-values.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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.NODE_ENV | string | `"production"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/budge"` | | -| image.tag | string | `"v0.0.4@sha256:53d19c2d2235a10517904ae0cb52e7d5279ad7dd47c4e3324aae116d1328417f"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10165` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/calibre-web/CONFIG.md b/charts/stable/calibre-web/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/calibre-web/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index ee907e0654a..4a58c6c7ef3 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/linuxserver/calibre-web/ - https://github.com/janeczku/calibre-web type: application -version: 11.0.12 +version: 11.0.13 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/calibre-web/helm-values.md b/charts/stable/calibre-web/helm-values.md deleted file mode 100644 index c9c6bc509c5..00000000000 --- a/charts/stable/calibre-web/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/calibre-web"` | | -| image.tag | string | `"v0.6.17@sha256:9d6da0594a4906f5027226e2afa1a5fdb03a4a06c255c7115e9855924efc4216"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `8083` | | -| service.main.ports.main.targetPort | int | `8083` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/calibre/CONFIG.md b/charts/stable/calibre/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/calibre/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml index 965b6fb7112..af841e3a1d4 100644 --- a/charts/stable/calibre/Chart.yaml +++ b/charts/stable/calibre/Chart.yaml @@ -18,7 +18,7 @@ name: calibre sources: - https://hub.docker.com/r/linuxserver/calibre/ - https://github.com/kovidgoyal/calibre/ -version: 7.0.14 +version: 7.0.15 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/calibre/helm-values.md b/charts/stable/calibre/helm-values.md deleted file mode 100644 index dfa2790c58f..00000000000 --- a/charts/stable/calibre/helm-values.md +++ /dev/null @@ -1,33 +0,0 @@ -# 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.CLI_ARGS | string | `nil` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/calibre"` | | -| image.tag | string | `"v5.40.0@sha256:f96b20fdcd15ade1747c9531cd06e60ffb1725f994b9b24e42860b2f7c5170a8"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.PASSWORD | string | `""` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `8084` | | -| service.main.ports.main.targetPort | int | `8080` | | -| service.webserver.enabled | bool | `true` | | -| service.webserver.ports.webserver.enabled | bool | `true` | | -| service.webserver.ports.webserver.port | int | `8081` | | -| service.webserver.ports.webserver.targetPort | int | `8081` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/chevereto/CONFIG.md b/charts/stable/chevereto/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/chevereto/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/chevereto/Chart.yaml b/charts/stable/chevereto/Chart.yaml index aaab5a5dbb5..1dbb1fef7db 100644 --- a/charts/stable/chevereto/Chart.yaml +++ b/charts/stable/chevereto/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: chevereto -version: 3.0.10 +version: 3.0.11 appVersion: "1.6.2" description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. type: application diff --git a/charts/stable/chevereto/helm-values.md b/charts/stable/chevereto/helm-values.md deleted file mode 100644 index 96198186939..00000000000 --- a/charts/stable/chevereto/helm-values.md +++ /dev/null @@ -1,50 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| chevereto.disable_update_cli | bool | `true` | | -| chevereto.disable_update_http | bool | `true` | | -| chevereto.https | bool | `false` | | -| configmap.chevereto.data.CHEVERETO_DISABLE_UPDATE_CLI | string | `"{{ ternary \"1\" \"0\" .Values.chevereto.disable_update_cli }}"` | | -| configmap.chevereto.data.CHEVERETO_DISABLE_UPDATE_HTTP | string | `"{{ ternary \"1\" \"0\" .Values.chevereto.disable_update_http }}"` | | -| configmap.chevereto.data.CHEVERETO_HTTPS | string | `"{{ ternary \"1\" \"0\" .Values.chevereto.https }}"` | | -| configmap.chevereto.enabled | bool | `true` | | -| env.CHEVERETO_DB_DRIVER | string | `"mysql"` | | -| env.CHEVERETO_DB_NAME | string | `"{{ .Values.mariadb.mariadbUsername }}"` | | -| env.CHEVERETO_DB_PORT | string | `"3306"` | | -| env.CHEVERETO_DB_USER | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | | -| env.CHEVERETO_TAG | string | `"free"` | | -| envFrom[0].configMapRef.name | string | `"{{ include \"common.names.fullname\" . }}-chevereto"` | | -| envValueFrom.CHEVERETO_DB_HOST.secretKeyRef.key | string | `"plainporthost"` | | -| envValueFrom.CHEVERETO_DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.CHEVERETO_DB_PASS.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.CHEVERETO_DB_PASS.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/chevereto"` | | -| image.tag | string | `"v1.6.2@sha256:6f9c2d7a86d97d4de70995ac258441a07806a328d7ba7b0ae65a965d590dae43"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"chevereto"` | | -| mariadb.mariadbUsername | string | `"chevereto"` | | -| persistence.content.enabled | bool | `true` | | -| persistence.content.mountPath | string | `"/var/www/html/content/"` | | -| persistence.storage.enabled | bool | `true` | | -| persistence.storage.mountPath | string | `"/var/www/html/images/"` | | -| podSecurityContext.fsGroup | int | `33` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10197` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/clamav/CONFIG.md b/charts/stable/clamav/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/clamav/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml index a2d6ec18d31..8349a6d7d68 100644 --- a/charts/stable/clamav/Chart.yaml +++ b/charts/stable/clamav/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://hub.docker.com/r/clamav/clamav - https://docs.clamav.net/ type: application -version: 3.0.11 +version: 3.0.12 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/clamav/helm-values.md b/charts/stable/clamav/helm-values.md deleted file mode 100644 index 0f8c0d833f9..00000000000 --- a/charts/stable/clamav/helm-values.md +++ /dev/null @@ -1,58 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| clamav.cron_enabled | bool | `true` | | -| clamav.cron_schedule | string | `"* * * * *"` | | -| clamav.date_format | string | `"+%m-%d-%Y_%H.%M.%S"` | | -| clamav.extra_args | string | `""` | | -| clamav.log_file_name | string | `"clamscan_report"` | | -| clamav.report_path | string | `"/logs"` | | -| cronjob.annotations | object | `{}` | | -| cronjob.failedJobsHistoryLimit | int | `5` | | -| cronjob.successfulJobsHistoryLimit | int | `2` | | -| env.CLAMAV_NO_CLAMD | bool | `false` | | -| env.CLAMAV_NO_FRESHCLAMD | bool | `false` | | -| env.CLAMAV_NO_MILTERD | bool | `true` | | -| env.CLAMD_STARTUP_TIMEOUT | int | `1800` | | -| env.FRESHCLAM_CHECKS | int | `1` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/clamav"` | | -| image.tag | string | `"v0.104.2@sha256:fc37943c2c0084b4916782fac8daf3318a9e1059baf4d3503bbf7013a879bf4a"` | | -| persistence.logs.enabled | bool | `true` | | -| persistence.logs.mountPath | string | `"/logs"` | | -| persistence.scandir.enabled | bool | `true` | | -| persistence.scandir.mountPath | string | `"/scandir"` | | -| persistence.scandir.readOnly | bool | `true` | | -| persistence.sigdatabase.enabled | bool | `true` | | -| persistence.sigdatabase.mountPath | string | `"/var/lib/clamav"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes.liveness.custom | bool | `true` | | -| probes.liveness.enabled | bool | `true` | | -| probes.liveness.spec.exec.command[0] | string | `"clamdcheck.sh"` | | -| probes.readiness.custom | bool | `true` | | -| probes.readiness.enabled | bool | `true` | | -| probes.readiness.spec.exec.command[0] | string | `"clamdcheck.sh"` | | -| probes.startup.custom | bool | `true` | | -| probes.startup.enabled | bool | `true` | | -| probes.startup.spec.exec.command[0] | string | `"clamdcheck.sh"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `3310` | | -| service.main.ports.main.targetPort | int | `3310` | | -| service.milter.enabled | bool | `true` | | -| service.milter.ports.milter.enabled | bool | `true` | | -| service.milter.ports.milter.port | int | `7357` | | -| service.milter.ports.milter.targetPort | int | `7357` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/clarkson/CONFIG.md b/charts/stable/clarkson/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/clarkson/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/clarkson/Chart.yaml b/charts/stable/clarkson/Chart.yaml index 8c7c26e3c3a..cba3b26d052 100644 --- a/charts/stable/clarkson/Chart.yaml +++ b/charts/stable/clarkson/Chart.yaml @@ -26,7 +26,7 @@ name: clarkson sources: - https://github.com/linuxserver/Clarkson - https://hub.docker.com/r/linuxserver/clarkson -version: 3.0.11 +version: 3.0.12 annotations: truecharts.org/catagories: | - vehicle diff --git a/charts/stable/clarkson/helm-values.md b/charts/stable/clarkson/helm-values.md deleted file mode 100644 index 85f5335bc46..00000000000 --- a/charts/stable/clarkson/helm-values.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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 | object | `{"MYSQL_USERNAME":"clarkson"}` | https://github.com/linuxserver/docker-clarkson#parameters | -| envValueFrom.MYSQL_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.MYSQL_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.MYSQL_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.MYSQL_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/clarkson"` | | -| image.tag | string | `"v1.1.2@sha256:cfbc3aca546a36a74d62969511c0bbc1aad521867610faf502ee8abe0dbe3258"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"clarkson"` | | -| mariadb.mariadbUsername | string | `"clarkson"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10113` | | -| service.main.ports.main.targetPort | int | `3000` | | -| strategy.type | string | `"Recreate"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/cloud9/CONFIG.md b/charts/stable/cloud9/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/cloud9/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/cloud9/Chart.yaml b/charts/stable/cloud9/Chart.yaml index 8a878a8175e..182ed8a08ea 100644 --- a/charts/stable/cloud9/Chart.yaml +++ b/charts/stable/cloud9/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/c9/core - https://hub.docker.com/r/linuxserver/cloud9 type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/cloud9/helm-values.md b/charts/stable/cloud9/helm-values.md deleted file mode 100644 index 40ec376a076..00000000000 --- a/charts/stable/cloud9/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/cloud9"` | | -| image.tag | string | `"version-1.29.2@sha256:4891fa151fe52c43719f0346124f29c81ed47be16cdc34554b8896b0cb80cb73"` | | -| persistence.code.enabled | bool | `true` | | -| persistence.code.mountPath | string | `"/code"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10070` | | -| service.main.ports.main.targetPort | int | `8000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/code-server/CONFIG.md b/charts/stable/code-server/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/code-server/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index e36729e9fad..f8dadc3ce63 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -21,7 +21,7 @@ name: code-server sources: - https://github.com/cdr/code-server type: application -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/code-server/helm-values.md b/charts/stable/code-server/helm-values.md deleted file mode 100644 index 1b4e3e5d1e5..00000000000 --- a/charts/stable/code-server/helm-values.md +++ /dev/null @@ -1,32 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| args[0] | string | `"--user-data-dir"` | | -| args[1] | string | `"/config/.vscode"` | | -| args[2] | string | `"--auth"` | | -| args[3] | string | `"none"` | | -| env | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/code-server"` | | -| image.tag | string | `"v4.2.0@sha256:82e2d802e59b26954096529aa08e83bebd2004da664fee9ab6c911e4f5ab6c48"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.allowPrivilegeEscalation | bool | `true` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10063` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/commento-plusplus/Chart.yaml b/charts/stable/commento-plusplus/Chart.yaml index 064669b4a75..bbe8e7b2dc9 100644 --- a/charts/stable/commento-plusplus/Chart.yaml +++ b/charts/stable/commento-plusplus/Chart.yaml @@ -22,7 +22,7 @@ name: commento-plusplus sources: - https://github.com/souramoo/commentoplusplus - https://hub.docker.com/r/caroga/commentoplusplus -version: 3.0.10 +version: 3.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/couchpotato/CONFIG.md b/charts/stable/couchpotato/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/couchpotato/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/couchpotato/Chart.yaml b/charts/stable/couchpotato/Chart.yaml index ba1aa897ef2..e68fa5f3c04 100644 --- a/charts/stable/couchpotato/Chart.yaml +++ b/charts/stable/couchpotato/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: couchpotato -version: 2.0.9 +version: 2.0.10 appVersion: "2021.11.22" description: Couchpotato is an automatic NZB and torrent downloader. type: application diff --git a/charts/stable/couchpotato/helm-values.md b/charts/stable/couchpotato/helm-values.md deleted file mode 100644 index 2da7681cb51..00000000000 --- a/charts/stable/couchpotato/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/couchpotato"` | | -| image.tag | string | `"v2021.11.22"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10139` | | -| service.main.ports.main.targetPort | int | `5050` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/cryptofolio/CONFIG.md b/charts/stable/cryptofolio/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/cryptofolio/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/cryptofolio/Chart.yaml b/charts/stable/cryptofolio/Chart.yaml index 170f2221aa5..1bac4708bcb 100644 --- a/charts/stable/cryptofolio/Chart.yaml +++ b/charts/stable/cryptofolio/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: cryptofolio sources: - https://github.com/Xtrendence/cryptofolio -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/cryptofolio/helm-values.md b/charts/stable/cryptofolio/helm-values.md deleted file mode 100644 index 025b26c0186..00000000000 --- a/charts/stable/cryptofolio/helm-values.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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 | string | See below | environment variables. See more environment variables in the [cryptofolio documentation](https://cryptofolio.org/docs). | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/cryptofolio"` | image repository | -| image.tag | string | `"v2.2.0@sha256:e77706dd4748dbdf2665cb53434802a3c2ef85f3d9b1ca809f2615b15758f3d0"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Set the container timezone -- Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/custom-app/CONFIG.md b/charts/stable/custom-app/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/custom-app/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/custom-app/Chart.yaml b/charts/stable/custom-app/Chart.yaml index 99cc15c2154..d5a434aa38e 100644 --- a/charts/stable/custom-app/Chart.yaml +++ b/charts/stable/custom-app/Chart.yaml @@ -19,7 +19,7 @@ name: custom-app sources: - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app type: application -version: 5.1.5 +version: 5.1.6 annotations: truecharts.org/catagories: | - custom diff --git a/charts/stable/custom-app/helm-values.md b/charts/stable/custom-app/helm-values.md deleted file mode 100644 index fa3db0d5f30..00000000000 --- a/charts/stable/custom-app/helm-values.md +++ /dev/null @@ -1,18 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/jackett"` | | -| image.tag | string | `"v0.20.781@sha256:96eae64bdf60250418ef7581fa5387c58b2c5963be19582ebc4151ccacc7c488"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/cyberchef/Chart.yaml b/charts/stable/cyberchef/Chart.yaml index 95dabec946d..80a92dfff32 100644 --- a/charts/stable/cyberchef/Chart.yaml +++ b/charts/stable/cyberchef/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: cyberchef sources: - https://hub.docker.com/r/mpepping/cyberchef -version: 2.0.27 +version: 2.0.28 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/darktable/CONFIG.md b/charts/stable/darktable/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/darktable/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/darktable/Chart.yaml b/charts/stable/darktable/Chart.yaml index 7d218270f5e..eb36758c9dc 100644 --- a/charts/stable/darktable/Chart.yaml +++ b/charts/stable/darktable/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: darktable -version: 3.0.9 +version: 3.0.10 appVersion: "3.6.1" description: Darktable is an open source photography workflow application and raw developer. type: application diff --git a/charts/stable/darktable/helm-values.md b/charts/stable/darktable/helm-values.md deleted file mode 100644 index 6128ae30b37..00000000000 --- a/charts/stable/darktable/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/darktable"` | | -| image.tag | string | `"v3.6.1"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10129` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/dashdot/Chart.yaml b/charts/stable/dashdot/Chart.yaml index b12ca8450f2..4a6cb05c965 100644 --- a/charts/stable/dashdot/Chart.yaml +++ b/charts/stable/dashdot/Chart.yaml @@ -19,7 +19,7 @@ name: dashdot sources: - https://github.com/MauriceNino/dashdot - https://hub.docker.com/r/mauricenino/dashdot -version: 1.0.20 +version: 1.0.21 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/davos/CONFIG.md b/charts/stable/davos/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/davos/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/davos/Chart.yaml b/charts/stable/davos/Chart.yaml index e7ac890990a..75b09c12fa2 100644 --- a/charts/stable/davos/Chart.yaml +++ b/charts/stable/davos/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-davos - https://github.com/linuxserver/davos/ type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/davos/helm-values.md b/charts/stable/davos/helm-values.md deleted file mode 100644 index 299c8bc70a3..00000000000 --- a/charts/stable/davos/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/davos"` | | -| image.tag | string | `"v2.2.1-ls76@sha256:f9359583fb20278b436e7b018ee244f2cce1480d6834775f19e9da3503dd0e9b"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10081` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/ddclient/CONFIG.md b/charts/stable/ddclient/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/ddclient/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/ddclient/Chart.yaml b/charts/stable/ddclient/Chart.yaml index d6d6449c3c9..4c99ea5a1ac 100644 --- a/charts/stable/ddclient/Chart.yaml +++ b/charts/stable/ddclient/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddclient -version: 2.0.10 +version: 2.0.11 appVersion: "3.9.1" description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. type: application diff --git a/charts/stable/ddclient/helm-values.md b/charts/stable/ddclient/helm-values.md deleted file mode 100644 index 6b1bd3e23c7..00000000000 --- a/charts/stable/ddclient/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/ddclient"` | | -| image.tag | string | `"v3.9.1"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `false` | | -| service.main.ports.main.enabled | bool | `false` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/ddns-go/CONFIG.md b/charts/stable/ddns-go/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/ddns-go/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/ddns-go/Chart.yaml b/charts/stable/ddns-go/Chart.yaml index a11bfe21650..d2055877ebf 100644 --- a/charts/stable/ddns-go/Chart.yaml +++ b/charts/stable/ddns-go/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddns-go -version: 2.0.10 +version: 2.0.11 appVersion: "3.7.2" description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service type: application diff --git a/charts/stable/ddns-go/helm-values.md b/charts/stable/ddns-go/helm-values.md deleted file mode 100644 index 265ad09eb5c..00000000000 --- a/charts/stable/ddns-go/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/ddns-go"` | | -| image.tag | string | `"v3.5.1@sha256:5068348e0ee000bb0bbee5163cc49aa9a78ff5e83b38be3b7c279b13264491b7"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/root"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10168` | | -| service.main.ports.main.targetPort | int | `9876` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/ddns-updater/Chart.yaml b/charts/stable/ddns-updater/Chart.yaml index d55754680ba..8d47cc77a31 100644 --- a/charts/stable/ddns-updater/Chart.yaml +++ b/charts/stable/ddns-updater/Chart.yaml @@ -18,7 +18,7 @@ name: ddns-updater sources: - https://github.com/qdm12/ddns-updater - https://hub.docker.com/r/qmcgaw/ddns-updater -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - network diff --git a/charts/stable/deconz/CONFIG.md b/charts/stable/deconz/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/deconz/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index fcd9d1e6556..7d504660456 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -22,7 +22,7 @@ name: deconz sources: - https://github.com/dresden-elektronik/deconz-rest-plugin - https://github.com/marthoc/docker-deconz -version: 8.0.12 +version: 8.0.13 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/deconz/helm-values.md b/charts/stable/deconz/helm-values.md deleted file mode 100644 index 065e17ff90b..00000000000 --- a/charts/stable/deconz/helm-values.md +++ /dev/null @@ -1,42 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| affinity | object | `{}` | Affinity constraint rules to place the Pod on a specific node. [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) | -| env.DECONZ_DEVICE | string | `nil` | Override the location where deCONZ looks for the RaspBee/Conbee device. | -| env.DECONZ_GID | string | `"{{ .Values.podSecurityContext.fsGroup }}"` | | -| env.DECONZ_START_VERBOSE | int | `0` | | -| env.DECONZ_UID | string | `"{{ .Values.security.PUID }}"` | | -| env.DECONZ_UPNP | int | `0` | | -| env.DECONZ_VNC_MODE | int | `1` | Enable VNC access to the container to view the deCONZ ZigBee mesh | -| env.DECONZ_VNC_PORT | string | `"{{ .Values.service.vnc.ports.vnc.port }}"` | | -| env.DECONZ_WEB_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| env.DECONZ_WS_PORT | string | `"{{ .Values.service.websocket.ports.websocket.port }}"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/deconz"` | | -| image.tag | string | `"v2.15.00@sha256:a7ae55543d881432f412253f167b3e057b60ea1db0211ebac7bb5d420c3c17e7"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/opt/deCONZ"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.DECONZ_VNC_PASSWORD | string | `""` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10008` | | -| service.vnc.enabled | bool | `true` | | -| service.vnc.ports.vnc.enabled | bool | `true` | | -| service.vnc.ports.vnc.port | int | `10002` | | -| service.websocket.enabled | bool | `true` | | -| service.websocket.ports.websocket.enabled | bool | `true` | | -| service.websocket.ports.websocket.port | int | `10001` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/deemix/CONFIG.md b/charts/stable/deemix/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/deemix/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/deemix/Chart.yaml b/charts/stable/deemix/Chart.yaml index 52dafd4549e..25e1278973e 100644 --- a/charts/stable/deemix/Chart.yaml +++ b/charts/stable/deemix/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://gitlab.com/Bockiii/deemix-docker.git - https://git.freezerapp.xyz/RemixDev/deemix-py type: application -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/deemix/helm-values.md b/charts/stable/deemix/helm-values.md deleted file mode 100644 index 2575a36896f..00000000000 --- a/charts/stable/deemix/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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.DEEMIX_SINGLE_USER | bool | `false` | | -| env.INTPORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/deemix"` | | -| image.tag | string | `"latest@sha256:b868a80a9b831f934163e219d4866e8279330d16ecaf9d3fbfbeb9dd0eceed01"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/downloads"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | -| service.main.ports.main.port | int | `6595` | | -| service.main.ports.main.targetPort | int | `6595` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/deepstack/CONFIG.md b/charts/stable/deepstack/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/deepstack/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/deepstack/Chart.yaml b/charts/stable/deepstack/Chart.yaml index 8794955ea95..d1661bb92c4 100644 --- a/charts/stable/deepstack/Chart.yaml +++ b/charts/stable/deepstack/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://hub.docker.com/r/deepquestai/deepstack - https://www.deepstack.cc/ type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - AI diff --git a/charts/stable/deepstack/helm-values.md b/charts/stable/deepstack/helm-values.md deleted file mode 100644 index 3174a4cf886..00000000000 --- a/charts/stable/deepstack/helm-values.md +++ /dev/null @@ -1,46 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| configmap.deepstack.data.VISION-DETECTION | string | `"{{ ternary \"True\" \"False\" .Values.deepstack.vision_detection }}"` | | -| configmap.deepstack.data.VISION-ENHANCE | string | `"{{ ternary \"True\" \"False\" .Values.deepstack.vision_enhance }}"` | | -| configmap.deepstack.data.VISION-FACE | string | `"{{ ternary \"True\" \"False\" .Values.deepstack.vision_face }}"` | | -| configmap.deepstack.data.VISION-SCENE | string | `"{{ ternary \"True\" \"False\" .Values.deepstack.vision_scene }}"` | | -| configmap.deepstack.enabled | bool | `true` | | -| deepstack.vision_detection | bool | `true` | | -| deepstack.vision_enhance | bool | `true` | | -| deepstack.vision_face | bool | `true` | | -| deepstack.vision_scene | bool | `true` | | -| env.MODE | string | `"High"` | | -| env.MODELSTORE-DETECTION | string | `"{{ .Values.persistence.modelstore.mountPath }}"` | | -| envFrom[0].configMapRef.name | string | `"{{ include \"common.names.fullname\" . }}-deepstack"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/deepstack-cpu"` | | -| image.tag | string | `"v2022.01.1@sha256:6fce090c739d25c3bfafdcc06bdd56e72641351597975fac6dfa9d99149615ef"` | | -| imageGPU.pullPolicy | string | `"IfNotPresent"` | | -| imageGPU.repository | string | `"tccr.io/truecharts/deepstack-gpu"` | | -| imageGPU.tag | string | `"v2021.09.1@sha256:f924cebf518a54bca2ca2ac33911cf3af4dd7403cad371781422436ce4254a28"` | | -| imageSelector | string | `"image"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/datastore"` | | -| persistence.modelstore.enabled | bool | `true` | | -| persistence.modelstore.mountPath | string | `"/modelstore/detection"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.ADMIN-KEY | string | `""` | | -| secret.API-KEY | string | `""` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10049` | | -| service.main.ports.main.targetPort | int | `5000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/deluge/CONFIG.md b/charts/stable/deluge/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/deluge/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index eb83d691132..d2ebfca81b9 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -21,7 +21,7 @@ name: deluge sources: - https://github.com/deluge-torrent/deluge type: application -version: 11.0.11 +version: 11.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/deluge/helm-values.md b/charts/stable/deluge/helm-values.md deleted file mode 100644 index 1de80a34ca1..00000000000 --- a/charts/stable/deluge/helm-values.md +++ /dev/null @@ -1,36 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/deluge"` | | -| image.tag | string | `"v2.0.5@sha256:dabc0bc3ebf9e54ef2dc73df57e030099cfa35657cd6c7c8c6fb3f9c395ed668"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `8112` | | -| service.main.ports.main.targetPort | int | `8112` | | -| service.torrent-udp.enabled | bool | `true` | | -| service.torrent-udp.ports.udp.enabled | bool | `true` | | -| service.torrent-udp.ports.udp.port | int | `51413` | | -| service.torrent-udp.ports.udp.protocol | string | `"UDP"` | | -| service.torrent-udp.ports.udp.targetPort | int | `51413` | | -| service.torrent.enabled | bool | `true` | | -| service.torrent.ports.tcp.enabled | bool | `true` | | -| service.torrent.ports.tcp.port | int | `51413` | | -| service.torrent.ports.tcp.targetPort | int | `51413` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/digikam/CONFIG.md b/charts/stable/digikam/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/digikam/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/digikam/Chart.yaml b/charts/stable/digikam/Chart.yaml index 6a1bb4f16ea..7ce9c45e43a 100644 --- a/charts/stable/digikam/Chart.yaml +++ b/charts/stable/digikam/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-digikam - https://www.digikam.org/ type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/digikam/helm-values.md b/charts/stable/digikam/helm-values.md deleted file mode 100644 index 3cbd90d622d..00000000000 --- a/charts/stable/digikam/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/digikam"` | | -| image.tag | string | `"version-7.3.0@sha256:97cc7525c0e77c75933eea57f2aa52b76077837971a7866338d79ea93adb069c"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10033` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/dillinger/CONFIG.md b/charts/stable/dillinger/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/dillinger/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/dillinger/Chart.yaml b/charts/stable/dillinger/Chart.yaml index f73ff33e627..2efeef7aabd 100644 --- a/charts/stable/dillinger/Chart.yaml +++ b/charts/stable/dillinger/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: dillinger -version: 2.0.9 +version: 2.0.10 appVersion: "3.39.1" description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. type: application diff --git a/charts/stable/dillinger/helm-values.md b/charts/stable/dillinger/helm-values.md deleted file mode 100644 index 86429cc323e..00000000000 --- a/charts/stable/dillinger/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/dillinger"` | | -| image.tag | string | `"v3.39.1"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10143` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/dizquetv/CONFIG.md b/charts/stable/dizquetv/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/dizquetv/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index 9974dc55ecf..014b9f00b2f 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -19,7 +19,7 @@ name: dizquetv sources: - https://github.com/vexorian/dizquetv - https://hub.docker.com/r/vexorian/dizquetv -version: 7.0.10 +version: 7.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/dizquetv/helm-values.md b/charts/stable/dizquetv/helm-values.md deleted file mode 100644 index d84317091c2..00000000000 --- a/charts/stable/dizquetv/helm-values.md +++ /dev/null @@ -1,21 +0,0 @@ -# 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 | object | See below | environment variables. See more environment variables in the [dizquetv documentation](https://hub.docker.com/r/vexorian/dizquetv). | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/dizquetv"` | image repository | -| image.tag | string | `"v1.5.0@sha256:00edf305cfe85a8df0053ef924fe23cc26fdf4e063c70b94c1062040d9f21778"` | image tag | -| 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. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/docker-compose/CONFIG.md b/charts/stable/docker-compose/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/docker-compose/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/docker-compose/Chart.yaml b/charts/stable/docker-compose/Chart.yaml index e5b6385d70a..b0c3fcc8437 100644 --- a/charts/stable/docker-compose/Chart.yaml +++ b/charts/stable/docker-compose/Chart.yaml @@ -20,7 +20,7 @@ name: docker-compose sources: - https://hub.docker.com/_/docker type: application -version: 2.0.11 +version: 2.0.12 annotations: truecharts.org/catagories: | - docker diff --git a/charts/stable/docker-compose/helm-values.md b/charts/stable/docker-compose/helm-values.md deleted file mode 100644 index b749f40d415..00000000000 --- a/charts/stable/docker-compose/helm-values.md +++ /dev/null @@ -1,69 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| controller.replicas | int | `1` | Number of desired pods | -| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit | -| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition | -| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge | -| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable | -| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. | -| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset | -| env.COMPOSE_FILE | string | `""` | | -| env.DOCKER_TLS_CERTDIR | string | `"/certs"` | | -| hostNetwork | bool | `true` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/docker-in-docker"` | | -| image.tag | string | `"v20.10.14@sha256:ca2ae5f57deebc1d83e5cc5f0121d3b9f50d6cde803ebffa579d150cb424e6a3"` | | -| lifecycle.postStart.exec.command[0] | string | `"/bin/bash"` | | -| lifecycle.postStart.exec.command[1] | string | `"-c"` | | -| lifecycle.postStart.exec.command[2] | string | `"if [ \"${COMPOSE_FILE}\" ]; then\ncounter=0;\nwhile ! docker info > /dev/null 2>&1 && [[ ${counter} -lt 10 ]]; do\necho \"docker not running yet. Waiting...\" >> /proc/1/fd/1;\nsleep 5;\ncounter=$((counter+1));\ndone\ndocker-compose -f \"${COMPOSE_FILE}\" up -d && echo \"Loading COMPOSE_FILE at location ${COMPOSE_FILE}\" >> /proc/1/fd/1;\nelse\necho \"COMPOSE_FILE not set, not auto-loading compose-file\" >> /proc/1/fd/1;\nfi\n"` | | -| persistence.cluster.enabled | bool | `true` | | -| persistence.cluster.hostPath | string | `"/cluster"` | | -| persistence.cluster.hostPathType | string | `""` | | -| persistence.cluster.mountPath | string | `"/cluster"` | | -| persistence.cluster.readOnly | bool | `false` | | -| persistence.cluster.type | string | `"hostPath"` | | -| persistence.docker-certs-ca.enabled | bool | `true` | | -| persistence.docker-certs-ca.mountPath | string | `"/config"` | | -| persistence.mnt.enabled | bool | `true` | | -| persistence.mnt.hostPath | string | `"/mnt"` | | -| persistence.mnt.hostPathType | string | `""` | | -| persistence.mnt.mountPath | string | `"/mnt"` | | -| persistence.mnt.readOnly | bool | `false` | | -| persistence.mnt.type | string | `"hostPath"` | | -| persistence.root.enabled | bool | `true` | | -| persistence.root.hostPath | string | `"/root"` | | -| persistence.root.hostPathType | string | `""` | | -| persistence.root.mountPath | string | `"/root"` | | -| persistence.root.readOnly | bool | `false` | | -| persistence.root.type | string | `"hostPath"` | | -| persistence.varrun.enabled | bool | `false` | | -| podSecurityContext.fsGroup | int | `0` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes.liveness.spec.initialDelaySeconds | int | `30` | | -| probes.readiness.spec.initialDelaySeconds | int | `30` | | -| probes.startup.spec.initialDelaySeconds | int | `30` | | -| securityContext.allowPrivilegeEscalation | bool | `true` | | -| securityContext.privileged | bool | `true` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | -| service.main.ports.main.port | int | `2376` | | -| service.main.ports.main.type | string | `"HTTPS"` | | -| volumeClaimTemplates.docker-certs-client.enabled | bool | `true` | | -| volumeClaimTemplates.docker-certs-client.mountPath | string | `"/certs/client"` | | -| volumeClaimTemplates.docker.enabled | bool | `true` | | -| volumeClaimTemplates.docker.mountPath | string | `"/var/lib/docker"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/dokuwiki/CONFIG.md b/charts/stable/dokuwiki/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/dokuwiki/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/dokuwiki/Chart.yaml b/charts/stable/dokuwiki/Chart.yaml index 562ec50d2c7..f6556f2e4a2 100644 --- a/charts/stable/dokuwiki/Chart.yaml +++ b/charts/stable/dokuwiki/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: dokuwiki -version: 3.0.20 +version: 3.0.21 appVersion: "20200729.0" description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. type: application diff --git a/charts/stable/dokuwiki/helm-values.md b/charts/stable/dokuwiki/helm-values.md deleted file mode 100644 index 33dc3e6b0e5..00000000000 --- a/charts/stable/dokuwiki/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/dokuwiki"` | | -| image.tag | string | `"v2021.11.28"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10123` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/domoticz/CONFIG.md b/charts/stable/domoticz/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/domoticz/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/domoticz/Chart.yaml b/charts/stable/domoticz/Chart.yaml index d8d502826e4..4640ae51c1d 100644 --- a/charts/stable/domoticz/Chart.yaml +++ b/charts/stable/domoticz/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: domoticz -version: 2.0.13 +version: 2.0.14 appVersion: "2022.1.202" description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more." type: application diff --git a/charts/stable/domoticz/helm-values.md b/charts/stable/domoticz/helm-values.md deleted file mode 100644 index b9e0270f43c..00000000000 --- a/charts/stable/domoticz/helm-values.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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.WEBROOT | string | `"domoticz"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/domoticz"` | | -| image.tag | string | `"v2022.1.20220331"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.comm1.enabled | bool | `true` | | -| service.comm1.ports.comm1.enabled | bool | `true` | | -| service.comm1.ports.comm1.port | int | `6144` | | -| service.comm1.ports.comm1.targetPort | int | `6144` | | -| service.comm2.enabled | bool | `true` | | -| service.comm2.ports.comm2.enabled | bool | `true` | | -| service.comm2.ports.comm2.port | int | `1443` | | -| service.comm2.ports.comm2.targetPort | int | `1443` | | -| service.main.ports.main.port | int | `10144` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/doplarr/CONFIG.md b/charts/stable/doplarr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/doplarr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/doplarr/Chart.yaml b/charts/stable/doplarr/Chart.yaml index 833f2b81354..c66d87cbf7d 100644 --- a/charts/stable/doplarr/Chart.yaml +++ b/charts/stable/doplarr/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: doplarr sources: - https://github.com/kiranshila/Doplarr -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/doplarr/helm-values.md b/charts/stable/doplarr/helm-values.md deleted file mode 100644 index fdd517fb1b0..00000000000 --- a/charts/stable/doplarr/helm-values.md +++ /dev/null @@ -1,39 +0,0 @@ -# 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.DISCORD__MAX_RESULTS | int | `25` | | -| env.DISCORD__REQUESTED_MSG_STYLE | string | `":plain"` | | -| env.LOG_LEVEL | string | `":info"` | | -| env.OVERSEERR__URL | string | `""` | | -| env.PARTIAL_SEASONS | bool | `true` | | -| env.RADARR__QUALITY_PROFILE | string | `""` | | -| env.RADARR__URL | string | `""` | | -| env.SONARR__LANGUAGE_PROFILE | string | `""` | | -| env.SONARR__QUALITY_PROFILE | string | `""` | | -| env.SONARR__URL | string | `""` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/doplarr"` | | -| image.tag | string | `"v3.3.0@sha256:d08ec284876852d664fc6565c9a7fc823eceb78dc583d0323b280717732d13cc"` | | -| probes.liveness.enabled | bool | `false` | | -| probes.readiness.enabled | bool | `false` | | -| probes.startup.enabled | bool | `false` | | -| secret.DISCORD__ROLE_ID | string | `""` | | -| secret.DISCORD__TOKEN | string | `""` | | -| secret.OVERSEERR__API | string | `""` | | -| secret.OVERSEERR__DEFAULT_ID | string | `""` | | -| secret.RADARR__API | string | `""` | | -| secret.SONARR__API | string | `""` | | -| service.main.enabled | bool | `false` | | -| service.main.ports.main.enabled | bool | `false` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/double-take/CONFIG.md b/charts/stable/double-take/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/double-take/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/double-take/Chart.yaml b/charts/stable/double-take/Chart.yaml index 8a36984d6ce..24ea80f3048 100644 --- a/charts/stable/double-take/Chart.yaml +++ b/charts/stable/double-take/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: double-take -version: 2.0.11 +version: 2.0.12 appVersion: "1.12.1" description: Unified UI and API for processing and training images for facial recognition type: application diff --git a/charts/stable/double-take/helm-values.md b/charts/stable/double-take/helm-values.md deleted file mode 100644 index b3da6bfd915..00000000000 --- a/charts/stable/double-take/helm-values.md +++ /dev/null @@ -1,22 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/double-take"` | | -| image.tag | string | `"v1.7.0@sha256:9872c84e9aa6bf9eeed65452a1590ef7595a0a3d759719af4539708b69fd7567"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/.storage"` | | -| service.main.ports.main.port | int | `10200` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/doublecommander/CONFIG.md b/charts/stable/doublecommander/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/doublecommander/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/doublecommander/Chart.yaml b/charts/stable/doublecommander/Chart.yaml index 5bf911f214b..4ab08183e90 100644 --- a/charts/stable/doublecommander/Chart.yaml +++ b/charts/stable/doublecommander/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-doublecommander - https://doublecmd.sourceforge.io/ type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/doublecommander/helm-values.md b/charts/stable/doublecommander/helm-values.md deleted file mode 100644 index 855219da122..00000000000 --- a/charts/stable/doublecommander/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/doublecommander"` | | -| image.tag | string | `"version-0.8.2-1@sha256:9c71e7178c24bdd646fa65e49fd9cef59ad9584eac2d60d59ea3e62ea53d47f9"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10034` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/drawio/Chart.yaml b/charts/stable/drawio/Chart.yaml index 7c905773801..36b4b1d5f26 100644 --- a/charts/stable/drawio/Chart.yaml +++ b/charts/stable/drawio/Chart.yaml @@ -18,7 +18,7 @@ name: drawio sources: - https://hub.docker.com/r/jgraph/drawio - https://github.com/jgraph/drawio -version: 2.0.15 +version: 2.0.16 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/dsmr-reader/CONFIG.md b/charts/stable/dsmr-reader/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/dsmr-reader/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/dsmr-reader/Chart.yaml b/charts/stable/dsmr-reader/Chart.yaml index 5174e8310ee..0ed130cf669 100644 --- a/charts/stable/dsmr-reader/Chart.yaml +++ b/charts/stable/dsmr-reader/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2021.09.02" description: DSMR-protocol reader, telegram data storage and energy consumption visualizer. name: dsmr-reader -version: 8.0.10 +version: 8.0.11 kubeVersion: ">=1.16.0-0" keywords: - dsmr-reader diff --git a/charts/stable/dsmr-reader/helm-values.md b/charts/stable/dsmr-reader/helm-values.md deleted file mode 100644 index 9f40b6c0236..00000000000 --- a/charts/stable/dsmr-reader/helm-values.md +++ /dev/null @@ -1,32 +0,0 @@ -# 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 | object | See below | environment variables. See [image docs](https://github.com/xirixiz/dsmr-reader-docker#dsmr-reader---environment-variables) for more details. | -| env.DJANGO_TIME_ZONE | string | `"{{ .Values.TZ }}"` | Set the container timezone | -| envValueFrom.DJANGO_DATABASE_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DJANGO_DATABASE_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DJANGO_DATABASE_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DJANGO_DATABASE_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/dsmr-reader"` | image repository | -| image.tag | string | `"v2021.09.02@sha256:bf3454b0b379d325d95ec0693e2634bcfd4bfd917ec59d0918ca60d32a6073c5"` | image tag | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/duckdns/CONFIG.md b/charts/stable/duckdns/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/duckdns/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/duckdns/Chart.yaml b/charts/stable/duckdns/Chart.yaml index f4cc17a7553..28a2a0034c0 100644 --- a/charts/stable/duckdns/Chart.yaml +++ b/charts/stable/duckdns/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: duckdns -version: 2.0.12 +version: 2.0.13 appVersion: "latest" description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. type: application diff --git a/charts/stable/duckdns/helm-values.md b/charts/stable/duckdns/helm-values.md deleted file mode 100644 index c5d2d897a35..00000000000 --- a/charts/stable/duckdns/helm-values.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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.SUBDOMAINS | string | `""` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/duckdns"` | | -| image.tag | string | `"v2021.11.17"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.TOKEN | string | `""` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `false` | | -| service.main.ports.main.enabled | bool | `false` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/duplicati/CONFIG.md b/charts/stable/duplicati/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/duplicati/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml index 52e582f2a1f..31d09cf7bf3 100644 --- a/charts/stable/duplicati/Chart.yaml +++ b/charts/stable/duplicati/Chart.yaml @@ -18,7 +18,7 @@ name: duplicati sources: - https://hub.docker.com/r/duplicati/duplicati/ - https://github.com/duplicati/duplicati -version: 6.0.11 +version: 6.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/duplicati/helm-values.md b/charts/stable/duplicati/helm-values.md deleted file mode 100644 index fe33afa1137..00000000000 --- a/charts/stable/duplicati/helm-values.md +++ /dev/null @@ -1,21 +0,0 @@ -# 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 | string | `nil` | | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/duplicati"` | image repository | -| image.tag | string | `"latest@sha256:9435ca54cf320b8f6b285e4bb6b304e285e828a2b97f29f3037ac604924d99a0"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| service | object | See values.yaml | Set the container timezone -- Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/emby/CONFIG.md b/charts/stable/emby/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/emby/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index 3507eabc3ba..89118250814 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://hub.docker.com/r/linuxserver/emby - https://github.com/linuxserver/docker-emby.git type: application -version: 11.0.9 +version: 11.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/emby/helm-values.md b/charts/stable/emby/helm-values.md deleted file mode 100644 index 7ef6a567b9b..00000000000 --- a/charts/stable/emby/helm-values.md +++ /dev/null @@ -1,23 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/emby"` | | -| image.tag | string | `"v4.6.7.0@sha256:f2c60cee28b40d6eeeff72cda847eced2d069b410e63a5b0bdbab7783f34ec1b"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `10079` | | -| service.main.ports.main.targetPort | int | `8096` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/embystat/CONFIG.md b/charts/stable/embystat/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/embystat/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/embystat/Chart.yaml b/charts/stable/embystat/Chart.yaml index 7c62ab0f6b5..b0ebd091545 100644 --- a/charts/stable/embystat/Chart.yaml +++ b/charts/stable/embystat/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: embystat -version: 2.0.9 +version: 2.0.10 appVersion: "0.2.0" description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. type: application diff --git a/charts/stable/embystat/helm-values.md b/charts/stable/embystat/helm-values.md deleted file mode 100644 index 601252f441d..00000000000 --- a/charts/stable/embystat/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/embystat"` | | -| image.tag | string | `"v0.2.0"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `6555` | | -| service.main.ports.main.targetPort | int | `6555` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/emulatorjs/CONFIG.md b/charts/stable/emulatorjs/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/emulatorjs/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/emulatorjs/Chart.yaml b/charts/stable/emulatorjs/Chart.yaml index bb808782066..790cf69da63 100644 --- a/charts/stable/emulatorjs/Chart.yaml +++ b/charts/stable/emulatorjs/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: emulatorjs -version: 2.0.13 +version: 2.0.14 appVersion: "1.7.2" description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. type: application diff --git a/charts/stable/emulatorjs/helm-values.md b/charts/stable/emulatorjs/helm-values.md deleted file mode 100644 index 4bf1ba38a94..00000000000 --- a/charts/stable/emulatorjs/helm-values.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/emulatorjs"` | | -| image.tag | string | `"v1.7.0"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.front.enabled | bool | `true` | | -| service.front.ports.front.enabled | bool | `true` | | -| service.front.ports.front.port | int | `10124` | | -| service.front.ports.front.targetPort | int | `80` | | -| service.ipfs.enabled | bool | `true` | | -| service.ipfs.ports.ipfs.enabled | bool | `true` | | -| service.ipfs.ports.ipfs.port | int | `10138` | | -| service.ipfs.ports.ipfs.targetPort | int | `4001` | | -| service.main.ports.main.port | int | `10130` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/endlessh/CONFIG.md b/charts/stable/endlessh/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/endlessh/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/endlessh/Chart.yaml b/charts/stable/endlessh/Chart.yaml index 2db0afaa25d..d9ea1edd8e4 100644 --- a/charts/stable/endlessh/Chart.yaml +++ b/charts/stable/endlessh/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: endlessh -version: 2.0.9 +version: 2.0.10 appVersion: "2021.11.21" description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. type: application diff --git a/charts/stable/endlessh/helm-values.md b/charts/stable/endlessh/helm-values.md deleted file mode 100644 index bd546ffd4af..00000000000 --- a/charts/stable/endlessh/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/endlessh"` | | -| image.tag | string | `"v2021.11.21"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10128` | | -| service.main.ports.main.targetPort | int | `2222` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/esphome/CONFIG.md b/charts/stable/esphome/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/esphome/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index 68017091e61..83d11d62d4f 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/esphome/esphome - https://hub.docker.com/u/esphome type: application -version: 11.0.11 +version: 11.0.12 annotations: truecharts.org/catagories: | - tools diff --git a/charts/stable/esphome/helm-values.md b/charts/stable/esphome/helm-values.md deleted file mode 100644 index 95588b4ba1a..00000000000 --- a/charts/stable/esphome/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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 | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/esphome"` | | -| image.tag | string | `"v2022.3.2@sha256:fb52d7eb5db02ea36bff326774690277c67343ca3ecb5ec918b52b28af773593"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.platformio.enabled | bool | `true` | | -| persistence.platformio.mountPath | string | `"/.platformio"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.allowPrivilegeEscalation | bool | `true` | | -| securityContext.privileged | bool | `true` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `6052` | | -| service.main.ports.main.targetPort | int | `6052` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/etherpad/CONFIG.md b/charts/stable/etherpad/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/etherpad/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/etherpad/Chart.yaml b/charts/stable/etherpad/Chart.yaml index 46fb1f7f473..727e52216ef 100644 --- a/charts/stable/etherpad/Chart.yaml +++ b/charts/stable/etherpad/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "1.8.14" -version: 8.0.10 +version: 8.0.11 kubeVersion: '>=1.16.0-0' name: etherpad description: A real-time collaborative editor scalable to thousands of simultaneous real time users. diff --git a/charts/stable/etherpad/helm-values.md b/charts/stable/etherpad/helm-values.md deleted file mode 100644 index bbcb668cc90..00000000000 --- a/charts/stable/etherpad/helm-values.md +++ /dev/null @@ -1,38 +0,0 @@ -# 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 | object | `{"DB_NAME":"{{ .Values.postgresql.postgresqlDatabase }}","DB_PORT":"5432","DB_TYPE":"postgres","DB_USER":"{{ .Values.postgresql.postgresqlUsername }}"}` | 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 | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DB_PASS.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DB_PASS.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/etherpad"` | | -| image.tag | string | `"version-1.8.14@sha256:4900f0e787ca22cf93090ae44ecceb5689d4427c739e1eb637a6e3a913161bf8"` | | -| persistence.app.enabled | bool | `true` | | -| persistence.app.mountPath | string | `"/opt/etherpad-lite/app"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/opt/etherpad-lite/var"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"etherpad"` | | -| postgresql.postgresqlUsername | string | `"etherpad"` | | -| secret | object | `{}` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10060` | | -| service.main.ports.main.targetPort | int | `9001` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/external-service/CONFIG.md b/charts/stable/external-service/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/external-service/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/external-service/Chart.yaml b/charts/stable/external-service/Chart.yaml index 53998112ca7..b233d3d8e34 100644 --- a/charts/stable/external-service/Chart.yaml +++ b/charts/stable/external-service/Chart.yaml @@ -20,7 +20,7 @@ name: external-service sources: - https://github.com/truecharts/apps/tree/master/charts/stable/external-service type: application -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - networking diff --git a/charts/stable/external-service/helm-values.md b/charts/stable/external-service/helm-values.md deleted file mode 100644 index 821004ea769..00000000000 --- a/charts/stable/external-service/helm-values.md +++ /dev/null @@ -1,24 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| controller.enabled | bool | `false` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/bs"` | | -| image.tag | string | `"v0.66.6@sha256:666"` | | -| service.main.externalIP | string | `"1.1.1.1"` | | -| service.main.ports.main.Type | string | `"HTTPS"` | | -| service.main.ports.main.port | int | `10003` | | -| service.main.ports.main.targetPort | int | `443` | | -| service.main.type | string | `"ExternalIP"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/ferdi-server/CONFIG.md b/charts/stable/ferdi-server/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/ferdi-server/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/ferdi-server/Chart.yaml b/charts/stable/ferdi-server/Chart.yaml index 501e77e93d8..c301bab5a81 100644 --- a/charts/stable/ferdi-server/Chart.yaml +++ b/charts/stable/ferdi-server/Chart.yaml @@ -21,7 +21,7 @@ maintainers: name: ferdi-server sources: - https://github.com/getferdi/server -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ferdi-server/helm-values.md b/charts/stable/ferdi-server/helm-values.md deleted file mode 100644 index f82eaafb9b4..00000000000 --- a/charts/stable/ferdi-server/helm-values.md +++ /dev/null @@ -1,60 +0,0 @@ -# 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_URL | string | `"http://localhost:3333"` | | -| env.CONNECT_WITH_FRANZ | bool | `true` | | -| env.DATA_DIR | string | `"/app/data"` | | -| env.DB_CONNECTION | string | `"pg"` | | -| env.DB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.DB_PORT | string | `"5432"` | | -| env.DB_SSL | bool | `false` | | -| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.IS_CREATION_ENABLED | bool | `true` | | -| env.IS_DASHBOARD_ENABLED | bool | `true` | | -| env.IS_REGISTRATION_ENABLED | bool | `true` | | -| env.NODE_ENV | string | `"production"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| 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 | `"tccr.io/truecharts/ferdi-server"` | | -| image.tag | string | `"v1.3.2@sha256:9cd5863593eb1f8aa6ddf695d4984f6691fff7d453e2f608a30d67bda4c58c27"` | | -| installContainers.1-create-key-file.args[0] | string | `"keyfile=\"/app/data/FERDI_APP_KEY.txt\"; if [ ! -f ${keyfile} ]; then\n echo \"No APP_KEY File...\";\n echo \"Creating APP_KEY file...\";\n echo \"${APP_KEY}\" > ${keyfile};\n if [ -f ${keyfile} ];\n then\n echo \"Success!\";\n else\n echo \"Failed.\";\n fi;\nelse\n echo \"APP_KEY File exists. Skipping...\";\nfi;\n"` | | -| installContainers.1-create-key-file.command[0] | string | `"sh"` | | -| installContainers.1-create-key-file.command[1] | string | `"-c"` | | -| installContainers.1-create-key-file.env[0].name | string | `"APP_KEY"` | | -| installContainers.1-create-key-file.env[0].valueFrom.secretKeyRef.key | string | `"APP_KEY"` | | -| installContainers.1-create-key-file.env[0].valueFrom.secretKeyRef.name | string | `"ferdi-server-secrets"` | | -| installContainers.1-create-key-file.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| installContainers.1-create-key-file.volumeMounts[0].mountPath | string | `"/app/data"` | | -| installContainers.1-create-key-file.volumeMounts[0].name | string | `"data"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/app/data"` | | -| persistence.recipes.enabled | bool | `true` | | -| persistence.recipes.mountPath | string | `"/app/recipes"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"ferdi-server"` | | -| postgresql.postgresqlUsername | string | `"ferdi-server"` | | -| probes.liveness.path | string | `"/health"` | | -| probes.readiness.path | string | `"/health"` | | -| probes.startup.path | string | `"/health"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10206` | | -| service.main.ports.main.targetPort | int | `3333` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/filebrowser/CONFIG.md b/charts/stable/filebrowser/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/filebrowser/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/filebrowser/Chart.yaml b/charts/stable/filebrowser/Chart.yaml index 809ca1046ae..9ff1a5c2f8e 100644 --- a/charts/stable/filebrowser/Chart.yaml +++ b/charts/stable/filebrowser/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://filebrowser.org/cli/filebrowser - https://hub.docker.com/r/filebrowser/filebrowser type: application -version: 2.0.11 +version: 2.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/filebrowser/helm-values.md b/charts/stable/filebrowser/helm-values.md deleted file mode 100644 index 4447fa11c9f..00000000000 --- a/charts/stable/filebrowser/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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.FB_ADDRESS | string | `""` | | -| env.FB_BASEURL | string | `""` | | -| env.FB_CONFIG | string | `"/config/filebrowser.json"` | | -| env.FB_DATABASE | string | `"/database/filebrowser.db"` | | -| env.FB_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| env.FB_ROOT | string | `"/data"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/filebrowser"` | | -| image.tag | string | `"v2.21.1@sha256:cc3a61d4ce3dc9be992c2d05044f6a55aa9d6e38c84871314dda77712630a10c"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.database.enabled | bool | `true` | | -| persistence.database.mountPath | string | `"/database"` | | -| service.main.ports.main.port | int | `10187` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/fileflows/Chart.yaml b/charts/stable/fileflows/Chart.yaml index 776687efa2e..c776433f02e 100644 --- a/charts/stable/fileflows/Chart.yaml +++ b/charts/stable/fileflows/Chart.yaml @@ -18,7 +18,7 @@ name: fileflows sources: - https://github.com/revenz/FileFlows - https://hub.docker.com/r/revenz/fileflows -version: 2.0.15 +version: 2.0.16 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/filezilla/CONFIG.md b/charts/stable/filezilla/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/filezilla/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/filezilla/Chart.yaml b/charts/stable/filezilla/Chart.yaml index d676ec5e08b..7c3718ca69e 100644 --- a/charts/stable/filezilla/Chart.yaml +++ b/charts/stable/filezilla/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://filezilla-project.org/ - https://github.com/linuxserver/docker-filezilla type: application -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/filezilla/helm-values.md b/charts/stable/filezilla/helm-values.md deleted file mode 100644 index 4f4fbc08e18..00000000000 --- a/charts/stable/filezilla/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/filezilla"` | | -| image.tag | string | `"v3.55.1@sha256:1bc88f1a8552f6ad13cb97475afd05d65c0e25d7e764d9f5706f30f9bdaf4418"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10035` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/fireflyiii/CONFIG.md b/charts/stable/fireflyiii/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/fireflyiii/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index 2d31889d94c..9cb72dc6a6a 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -28,7 +28,7 @@ name: fireflyiii sources: - https://github.com/firefly-iii/firefly-iii/ type: application -version: 16.0.12 +version: 16.0.13 annotations: truecharts.org/catagories: | - finacial diff --git a/charts/stable/fireflyiii/helm-values.md b/charts/stable/fireflyiii/helm-values.md deleted file mode 100644 index ebbd9ded07e..00000000000 --- a/charts/stable/fireflyiii/helm-values.md +++ /dev/null @@ -1,63 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| cronjob.annotations | object | `{}` | | -| cronjob.failedJobsHistoryLimit | int | `5` | | -| cronjob.schedule | string | `"0 3 * * *"` | | -| cronjob.successfulJobsHistoryLimit | int | `2` | | -| env.APP_URL | string | `""` | | -| env.CACHE_DRIVER | string | `"redis"` | | -| env.DB_CONNECTION | string | `"pgsql"` | | -| env.DB_DATABASE | string | `"firefly"` | | -| env.DB_PORT | int | `5432` | | -| env.DB_USERNAME | string | `"firefly"` | | -| env.REDIS_CACHE_DB | string | `"1"` | | -| env.REDIS_DB | string | `"0"` | | -| env.REDIS_PORT | int | `6379` | | -| env.REDIS_SCHEME | string | `"tcp"` | | -| env.SESSION_DRIVER | string | `"redis"` | | -| env.TRUSTED_PROXIES | string | `"172.16.0.0/16"` | | -| envValueFrom.APP_KEY.secretKeyRef.key | string | `"APP_KEY"` | | -| envValueFrom.APP_KEY.secretKeyRef.name | string | `"fireflyiii-secrets"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.key | string | `"redis-password"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.STATIC_CRON_TOKEN.secretKeyRef.key | string | `"STATIC_CRON_TOKEN"` | | -| envValueFrom.STATIC_CRON_TOKEN.secretKeyRef.name | string | `"fireflyiii-secrets"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/fireflyiii-core"` | | -| image.tag | string | `"v5.6.13@sha256:df9474b6dae556d71f19609a74712869e94316b0380709e672b120158fc4324a"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/var/www/html/storage/upload"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| 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"` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10082` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/firefox-syncserver/CONFIG.md b/charts/stable/firefox-syncserver/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/firefox-syncserver/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/firefox-syncserver/Chart.yaml b/charts/stable/firefox-syncserver/Chart.yaml index bc0f2cbd298..643a5ce8c3a 100644 --- a/charts/stable/firefox-syncserver/Chart.yaml +++ b/charts/stable/firefox-syncserver/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "1.8.0" -version: 9.0.9 +version: 9.0.10 kubeVersion: '>=1.16.0-0' name: firefox-syncserver description: This is an all-in-one package for running a self-hosted Firefox Sync server. diff --git a/charts/stable/firefox-syncserver/helm-values.md b/charts/stable/firefox-syncserver/helm-values.md deleted file mode 100644 index e1765112a31..00000000000 --- a/charts/stable/firefox-syncserver/helm-values.md +++ /dev/null @@ -1,40 +0,0 @@ -# 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.FF_SYNCSERVER_ACCESSLOG | bool | `false` | | -| env.FF_SYNCSERVER_ALLOW_NEW_USERS | bool | `true` | | -| env.FF_SYNCSERVER_FORCE_WSGI_ENVIRON | bool | `true` | | -| env.FF_SYNCSERVER_FORWARDED_ALLOW_IPS | string | `"*"` | | -| env.FF_SYNCSERVER_LOGLEVEL | string | `"info"` | | -| env.FF_SYNCSERVER_PUBLIC_URL | string | `"firefox-syncserver.192.168.1.189.nip.io"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"url"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/firefox-syncserver"` | | -| image.tag | string | `"v1.8.0@sha256:d0fbf65c8c7a99ad4ba7ffcfdad2e7b2555e0d829867c21cefc9314ace94f747"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"firefox-syncserver"` | | -| postgresql.postgresqlUsername | string | `"firefox-syncserver"` | | -| secret.FF_SYNCSERVER_SECRET | string | `"changeme"` | | -| securityContext.allowPrivilegeEscalation | bool | `true` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10051` | | -| service.main.ports.main.targetPort | int | `5000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/firefox/CONFIG.md b/charts/stable/firefox/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/firefox/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/firefox/Chart.yaml b/charts/stable/firefox/Chart.yaml index 57ed5c658c0..858ac726e75 100644 --- a/charts/stable/firefox/Chart.yaml +++ b/charts/stable/firefox/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: firefox -version: 2.0.9 +version: 2.0.10 appVersion: "78.15.0" description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, type: application diff --git a/charts/stable/firefox/helm-values.md b/charts/stable/firefox/helm-values.md deleted file mode 100644 index 425355117f4..00000000000 --- a/charts/stable/firefox/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/firefox"` | | -| image.tag | string | `"v78.15.0"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10131` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/flaresolverr/CONFIG.md b/charts/stable/flaresolverr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/flaresolverr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml index 50a84f6c16d..6a4669f558c 100644 --- a/charts/stable/flaresolverr/Chart.yaml +++ b/charts/stable/flaresolverr/Chart.yaml @@ -19,7 +19,7 @@ name: flaresolverr sources: - https://github.com/FlareSolverr/FlareSolverr - https://hub.docker.com/r/flaresolverr/flaresolverr -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/flaresolverr/helm-values.md b/charts/stable/flaresolverr/helm-values.md deleted file mode 100644 index 6c2f29cf729..00000000000 --- a/charts/stable/flaresolverr/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | string | See below | environment variables. See more environment variables in the [flaresolverr documentation](https://github.com/FlareSolverr/FlareSolverr#environment-variables). | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/flaresolverr"` | image repository | -| image.tag | string | `"v2.2.2@sha256:3f1a0122013b2463f573726fd64d84dcf27cd7ce2d8fca783dd2e49980c03dd9"` | image tag | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Set the container timezone -- Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/fleet/CONFIG.md b/charts/stable/fleet/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/fleet/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml index d81a7c47438..f5b237084d2 100644 --- a/charts/stable/fleet/Chart.yaml +++ b/charts/stable/fleet/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: fleet -version: 3.0.10 +version: 3.0.11 appVersion: "2.3.2" description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. type: application diff --git a/charts/stable/fleet/helm-values.md b/charts/stable/fleet/helm-values.md deleted file mode 100644 index baec84932be..00000000000 --- a/charts/stable/fleet/helm-values.md +++ /dev/null @@ -1,38 +0,0 @@ -# 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.fleet_admin_authentication_type | string | `"DATABASE"` | | -| env.fleet_database_username | string | `"fleet"` | | -| envValueFrom.fleet_database_password.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.fleet_database_password.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.fleet_database_url.secretKeyRef.key | string | `"jdbc-mariadb"` | | -| envValueFrom.fleet_database_url.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/fleet"` | | -| image.tag | string | `"v2.3.2"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"fleet"` | | -| mariadb.mariadbUsername | string | `"fleet"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret | string | `nil` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10145` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/flexget/CONFIG.md b/charts/stable/flexget/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/flexget/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/flexget/Chart.yaml b/charts/stable/flexget/Chart.yaml index f57f9abb891..3521f4df4a0 100644 --- a/charts/stable/flexget/Chart.yaml +++ b/charts/stable/flexget/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://hub.docker.com/r/wiserain/flexget - https://github.com/wiserain/docker-flexget type: application -version: 2.0.14 +version: 2.0.15 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/flexget/helm-values.md b/charts/stable/flexget/helm-values.md deleted file mode 100644 index a16f8117da6..00000000000 --- a/charts/stable/flexget/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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.FG_LOG_FILE | string | `"flexget.log"` | | -| env.FG_LOG_LEVEL | string | `"info"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/flexget"` | | -| image.tag | string | `"v3.3.6@sha256:c023843329a26bd6189ad6917c8d1afa48cf3fdf2966dfe1162b66839b2d5c53"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.FG_WEBUI_PASSWD | string | `"jLeT78KBDPW"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10174` | | -| service.main.ports.main.targetPort | int | `5050` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/flood/CONFIG.md b/charts/stable/flood/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/flood/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index 35e3baab588..c296e1cf62f 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -21,7 +21,7 @@ name: flood sources: - https://github.com/jesec/flood - https://hub.docker.com/r/jesec/flood -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/flood/helm-values.md b/charts/stable/flood/helm-values.md deleted file mode 100644 index 43268cf316c..00000000000 --- a/charts/stable/flood/helm-values.md +++ /dev/null @@ -1,22 +0,0 @@ -# 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 | object | See below | 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). | -| env.FLOOD_OPTION_RUNDIR | string | `"/data"` | Where to store Flood's runtime files (eg. database) | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/flood"` | image repository | -| image.tag | string | `"v4.7.0@sha256:758b454843dcade464111920afce72994ecdbcfac1f4cf167a55936cec2ad616"` | image tag | -| 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. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/fluidd/Chart.yaml b/charts/stable/fluidd/Chart.yaml index 0d89a31afdf..032ebd14f0d 100644 --- a/charts/stable/fluidd/Chart.yaml +++ b/charts/stable/fluidd/Chart.yaml @@ -18,7 +18,7 @@ name: fluidd sources: - https://github.com/fluidd-core/fluidd - https://hub.docker.com/r/cadriel/fluidd -version: 2.0.11 +version: 2.0.12 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/focalboard/CONFIG.md b/charts/stable/focalboard/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/focalboard/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/focalboard/Chart.yaml b/charts/stable/focalboard/Chart.yaml index 7695ea2d382..4c67d7cf48d 100644 --- a/charts/stable/focalboard/Chart.yaml +++ b/charts/stable/focalboard/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://www.focalboard.com/ - https://github.com/mattermost/focalboard - https://github.com/FlipEnergy/container-images/blob/main/focalboard -version: 9.0.11 +version: 9.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/focalboard/helm-values.md b/charts/stable/focalboard/helm-values.md deleted file mode 100644 index f88c36e8dc9..00000000000 --- a/charts/stable/focalboard/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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 | object | `{}` | | -| focalboard.enableLocalMode | bool | `true` | | -| focalboard.localOnly | bool | `false` | | -| focalboard.serverRoot | string | `"http://localhost:10072"` | | -| focalboard.telemetry | bool | `false` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/focalboard"` | | -| image.tag | string | `"v0.15.0@sha256:81fcf2a97f980c5b7f41c64e752794bc33fe4b0762a31694a88062ac39ce92d7"` | | -| persistence.uploads.enabled | bool | `true` | | -| persistence.uploads.mountPath | string | `"/uploads"` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"focalboard"` | | -| postgresql.postgresqlUsername | string | `"focalboard"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `10072` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/foldingathome/CONFIG.md b/charts/stable/foldingathome/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/foldingathome/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/foldingathome/Chart.yaml b/charts/stable/foldingathome/Chart.yaml index 143e6ee5bbb..f0a66ddbac9 100644 --- a/charts/stable/foldingathome/Chart.yaml +++ b/charts/stable/foldingathome/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: foldingathome -version: 2.0.9 +version: 2.0.10 appVersion: "7.6.21" description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. type: application diff --git a/charts/stable/foldingathome/helm-values.md b/charts/stable/foldingathome/helm-values.md deleted file mode 100644 index 01bf7ca73bd..00000000000 --- a/charts/stable/foldingathome/helm-values.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/foldingathome"` | | -| image.tag | string | `"v7.6.21"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.control.enabled | bool | `true` | | -| service.control.ports.control.enabled | bool | `true` | | -| service.control.ports.control.port | int | `36330` | | -| service.control.ports.control.targetPort | int | `36330` | | -| service.main.ports.main.port | int | `7396` | | -| service.main.ports.main.targetPort | int | `7396` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/fossil/CONFIG.md b/charts/stable/fossil/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/fossil/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/fossil/Chart.yaml b/charts/stable/fossil/Chart.yaml index 3881dad8ff5..3d001ad3981 100644 --- a/charts/stable/fossil/Chart.yaml +++ b/charts/stable/fossil/Chart.yaml @@ -20,7 +20,7 @@ name: fossil sources: - https://fossil-scm.org/ type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/fossil/helm-values.md b/charts/stable/fossil/helm-values.md deleted file mode 100644 index b253584e8ef..00000000000 --- a/charts/stable/fossil/helm-values.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/fossil"` | | -| image.tag | string | `"v2.15.1-ls4@sha256:5894297e0c90a431a7e93382054ac120e10860c132fce1ac35467c74c900e330"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10083` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/freeradius/CONFIG.md b/charts/stable/freeradius/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/freeradius/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/freeradius/Chart.yaml b/charts/stable/freeradius/Chart.yaml index 4521fff824d..d2d2d1a1d39 100644 --- a/charts/stable/freeradius/Chart.yaml +++ b/charts/stable/freeradius/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://hub.docker.com/r/freeradius/freeradius-server/ - https://freeradius.org/ type: application -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - auth diff --git a/charts/stable/freeradius/helm-values.md b/charts/stable/freeradius/helm-values.md deleted file mode 100644 index 43a67f6ee1f..00000000000 --- a/charts/stable/freeradius/helm-values.md +++ /dev/null @@ -1,37 +0,0 @@ -# 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 | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/freeradius"` | | -| image.tag | string | `"v3.0.25@sha256:071d2533ecfe74993de840359c939cf6fd25d4ea34322bf6211055e0e5e9d96f"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/etc/raddb"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | -| probes.liveness | object | See below | Liveness probe configuration | -| probes.readiness | object | See below | Redainess probe configuration | -| probes.startup | object | See below | Startup probe configuration | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.accounting.enabled | bool | `true` | | -| service.accounting.ports.accounting.enabled | bool | `true` | | -| service.accounting.ports.accounting.port | int | `1813` | | -| service.accounting.ports.accounting.protocol | string | `"UDP"` | | -| service.accounting.ports.accounting.targetPort | int | `1813` | | -| service.main.ports.main.port | int | `1812` | | -| service.main.ports.main.protocol | string | `"UDP"` | | -| service.main.ports.main.targetPort | int | `1812` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/freshrss/CONFIG.md b/charts/stable/freshrss/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/freshrss/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml index 8a291a7cd6d..530d5fa05a6 100644 --- a/charts/stable/freshrss/Chart.yaml +++ b/charts/stable/freshrss/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/FreshRSS/FreshRSS - https://hub.docker.com/r/linuxserver/freshrss type: application -version: 11.0.9 +version: 11.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/freshrss/helm-values.md b/charts/stable/freshrss/helm-values.md deleted file mode 100644 index c1891f354a1..00000000000 --- a/charts/stable/freshrss/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/freshrss"` | | -| image.tag | string | `"version-1.18.1@sha256:3fc8ef788681ba2c5026453131603fa4dda3b23f855ce2a6c467004eb38a09ec"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10010` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/friendica/CONFIG.md b/charts/stable/friendica/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/friendica/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/friendica/Chart.yaml b/charts/stable/friendica/Chart.yaml index c415d4f9d0c..992d17eac8e 100644 --- a/charts/stable/friendica/Chart.yaml +++ b/charts/stable/friendica/Chart.yaml @@ -27,7 +27,7 @@ name: friendica sources: - https://friendi.ca/ - https://hub.docker.com/_/friendica -version: 4.0.15 +version: 4.0.16 annotations: truecharts.org/catagories: | - social diff --git a/charts/stable/friendica/helm-values.md b/charts/stable/friendica/helm-values.md deleted file mode 100644 index a9baa49145c..00000000000 --- a/charts/stable/friendica/helm-values.md +++ /dev/null @@ -1,59 +0,0 @@ -# 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.FRIENDICA_ADMIN_MAIL | string | `"my@domain.com"` | | -| env.FRIENDICA_CONFIG_DIR | string | `"/config"` | | -| env.FRIENDICA_DATA_DIR | string | `"/data"` | | -| env.FRIENDICA_TZ | string | `"{{ .Values.TZ }}"` | | -| env.FRIENDICA_UPGRADE | bool | `false` | | -| env.FRIENDICA_URL | string | `"http://localhost:{{ .Values.service.main.ports.main.port }}"` | | -| env.MYSQL_DATABASE | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | | -| env.MYSQL_PORT | int | `3306` | | -| env.MYSQL_USER | string | `"{{ .Values.mariadb.mariadbUsername }}"` | | -| env.PHP_MEMORY_LIMIT | string | `"512M"` | | -| env.PHP_UPLOAD_LIMIT | string | `"512M"` | | -| env.REDIS_DB | int | `1` | | -| env.REDIS_PORT | int | `6379` | | -| envValueFrom.MYSQL_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.MYSQL_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.MYSQL_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.MYSQL_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.REDIS_PW.secretKeyRef.key | string | `"redis-password"` | | -| envValueFrom.REDIS_PW.secretKeyRef.name | string | `"rediscreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/friendica"` | | -| image.tag | string | `"v2022.03@sha256:35c7e7ac7344185964537d0ba3d3e2cb3f8904d3eb48a130864389ab3b0da8b9"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"friendica"` | | -| mariadb.mariadbUsername | string | `"friendica"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes.liveness.path | string | `"/ping"` | | -| probes.readiness.path | string | `"/ping"` | | -| probes.startup.path | string | `"/ping"` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10058` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/gaps/CONFIG.md b/charts/stable/gaps/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/gaps/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/gaps/Chart.yaml b/charts/stable/gaps/Chart.yaml index 304387c0cc7..c6fd54396a0 100644 --- a/charts/stable/gaps/Chart.yaml +++ b/charts/stable/gaps/Chart.yaml @@ -22,7 +22,7 @@ name: gaps sources: - https://github.com/JasonHHouse/gaps type: application -version: 11.0.9 +version: 11.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/gaps/helm-values.md b/charts/stable/gaps/helm-values.md deleted file mode 100644 index 891e388b462..00000000000 --- a/charts/stable/gaps/helm-values.md +++ /dev/null @@ -1,24 +0,0 @@ -# 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 | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/gaps"` | | -| image.tag | string | `"v0.9.12@sha256:ccd1d53b06dcae58927b338845bac060c6346cf01542c039c630201df328b51f"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/usr/data"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `8484` | | -| service.main.ports.main.targetPort | int | `8484` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/gitea/CONFIG.md b/charts/stable/gitea/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/gitea/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml index e25f0c1c7d3..a83526c1055 100644 --- a/charts/stable/gitea/Chart.yaml +++ b/charts/stable/gitea/Chart.yaml @@ -34,7 +34,7 @@ sources: - https://github.com/go-gitea/gitea - https://hub.docker.com/r/gitea/gitea/ type: application -version: 8.0.11 +version: 8.0.12 annotations: truecharts.org/catagories: | - GIT diff --git a/charts/stable/gitea/helm-values.md b/charts/stable/gitea/helm-values.md deleted file mode 100644 index 6278920bf02..00000000000 --- a/charts/stable/gitea/helm-values.md +++ /dev/null @@ -1,75 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| admin.email | string | `"gitea@local.domain"` | | -| admin.password | string | `"r8sA8CPHD9!bt6d"` | | -| admin.username | string | `"giteaadmin"` | | -| config.APP_NAME | string | `"Gitea: Git with a cup of tea"` | | -| config.RUN_MODE | string | `"dev"` | | -| customConfig | list | `[]` | | -| envFrom[0].configMapRef.name | string | `"gitea-env"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/gitea"` | | -| image.tag | string | `"v1.16.5@sha256:0f6cc532ccb61009492bd121fd37dd8c252687033c724ecc44b795ccf88b00f8"` | | -| initContainers.1-init-directories.command[0] | string | `"/usr/sbin/init_directory_structure.sh"` | | -| initContainers.1-init-directories.envFrom[0].configMapRef.name | string | `"gitea-env"` | | -| initContainers.1-init-directories.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| initContainers.1-init-directories.securityContext.runAsNonRoot | bool | `false` | | -| initContainers.1-init-directories.securityContext.runAsUser | int | `0` | | -| initContainers.1-init-directories.volumeMounts[0].mountPath | string | `"/usr/sbin"` | | -| initContainers.1-init-directories.volumeMounts[0].name | string | `"init"` | | -| initContainers.1-init-directories.volumeMounts[1].mountPath | string | `"/tmp"` | | -| initContainers.1-init-directories.volumeMounts[1].name | string | `"temp"` | | -| initContainers.1-init-directories.volumeMounts[2].mountPath | string | `"/etc/gitea/conf"` | | -| initContainers.1-init-directories.volumeMounts[2].name | string | `"config"` | | -| initContainers.1-init-directories.volumeMounts[3].mountPath | string | `"/data"` | | -| initContainers.1-init-directories.volumeMounts[3].name | string | `"data"` | | -| initContainers.2-configure-gitea.command[0] | string | `"/usr/sbin/configure_gitea.sh"` | | -| initContainers.2-configure-gitea.envFrom[0].configMapRef.name | string | `"gitea-env"` | | -| initContainers.2-configure-gitea.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| initContainers.2-configure-gitea.volumeMounts[0].mountPath | string | `"/usr/sbin"` | | -| initContainers.2-configure-gitea.volumeMounts[0].name | string | `"init"` | | -| initContainers.2-configure-gitea.volumeMounts[1].mountPath | string | `"/tmp"` | | -| initContainers.2-configure-gitea.volumeMounts[1].name | string | `"temp"` | | -| initContainers.2-configure-gitea.volumeMounts[2].mountPath | string | `"/data"` | | -| initContainers.2-configure-gitea.volumeMounts[2].name | string | `"data"` | | -| ldap.enabled | bool | `false` | | -| memcached | object | `{"enabled":true}` | memcached dependency settings | -| metrics.enabled | bool | `false` | | -| metrics.serviceMonitor.enabled | bool | `false` | | -| oauth.enabled | bool | `false` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.temp.enabled | bool | `true` | | -| persistence.temp.mountPath | string | `"/tmp"` | | -| persistence.temp.type | string | `"emptyDir"` | | -| persistence.varlib.enabled | bool | `true` | | -| persistence.varlib.mountPath | string | `"/var/lib/gitea"` | | -| persistence.varlib.type | string | `"emptyDir"` | | -| podSecurityContext.fsGroup | int | `1000` | | -| podSecurityContext.runAsGroup | int | `1000` | | -| podSecurityContext.runAsUser | int | `1000` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"gitea"` | | -| postgresql.postgresqlUsername | string | `"gitea"` | | -| service.main.ports.main.port | int | `10037` | | -| service.main.ports.main.targetPort | int | `3000` | | -| service.ssh.enabled | bool | `true` | | -| service.ssh.ports.ssh.enabled | bool | `true` | | -| service.ssh.ports.ssh.port | int | `2222` | | -| service.ssh.ports.ssh.targetPort | int | `2222` | | -| signing.enabled | bool | `true` | | -| signing.gpgHome | string | `"/data/git/.gnupg"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/golinks/CONFIG.md b/charts/stable/golinks/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/golinks/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/golinks/Chart.yaml b/charts/stable/golinks/Chart.yaml index 9aaccc78d2c..df527c9588a 100644 --- a/charts/stable/golinks/Chart.yaml +++ b/charts/stable/golinks/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/prologic/golinks - https://github.com/nicholaswilde/docker-golinks type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/golinks/helm-values.md b/charts/stable/golinks/helm-values.md deleted file mode 100644 index db10dbc0c32..00000000000 --- a/charts/stable/golinks/helm-values.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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 | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/golinks"` | | -| image.tag | string | `"version-154c581@sha256:144d59d23c3b6580403e1a06b3567ac97c638205bc139ba54e058450d6564c73"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10073` | | -| service.main.ports.main.targetPort | int | `8000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/gonic/CONFIG.md b/charts/stable/gonic/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/gonic/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml index 8cb26a42c1b..94efa478bcf 100644 --- a/charts/stable/gonic/Chart.yaml +++ b/charts/stable/gonic/Chart.yaml @@ -19,7 +19,7 @@ name: gonic sources: - https://github.com/sentriz/gonic - https://hub.docker.com/r/sentriz/gonic -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/gonic/helm-values.md b/charts/stable/gonic/helm-values.md deleted file mode 100644 index d923a0652c2..00000000000 --- a/charts/stable/gonic/helm-values.md +++ /dev/null @@ -1,24 +0,0 @@ -# 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 | string | See below | environment variables. See more environment variables in the [gonic documentation](https://github.com/sentriz/gonic#configuration-options) | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/gonic"` | image repository | -| image.tag | string | `"v0.14.0@sha256:2965f50240b6fd9fb1535e87607c65f0f1212b5ce1df54966fb7d212efe1b770"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Set the container timezone GONIC_MUSIC_PATH: GONIC_PODCAST_PATH: GONIC_CACHE_PATH: -- Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/gotify/CONFIG.md b/charts/stable/gotify/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/gotify/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/gotify/Chart.yaml b/charts/stable/gotify/Chart.yaml index 71a23548e28..7289018e12f 100644 --- a/charts/stable/gotify/Chart.yaml +++ b/charts/stable/gotify/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "2.1.4" -version: 8.0.10 +version: 8.0.11 kubeVersion: '>=1.16.0-0' name: gotify description: a simple server for sending and receiving messages diff --git a/charts/stable/gotify/helm-values.md b/charts/stable/gotify/helm-values.md deleted file mode 100644 index ddef5973fd0..00000000000 --- a/charts/stable/gotify/helm-values.md +++ /dev/null @@ -1,32 +0,0 @@ -# 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 | object | `{"GOTIFY_PASSSTRENGTH":10,"GOTIFY_PLUGINSDIR":"data/plugins","GOTIFY_SERVER_KEEPALIVEPERIODSECONDS":0,"GOTIFY_SERVER_LISTENADDR":"","GOTIFY_SERVER_PORT":8080,"GOTIFY_SERVER_RESPONSEHEADERS":"X-Custom-Header: \"custom value\"","GOTIFY_SERVER_SSL_ENABLED":false,"GOTIFY_SERVER_STREAM_PINGPERIODSECONDS":45,"GOTIFY_UPLOADEDIMAGESDIR":"data/images"}` | https://gotify.net/docs/config#environment-variables | -| env.GOTIFY_SERVER_RESPONSEHEADERS | string | `"X-Custom-Header: \"custom value\""` | GOTIFY_SERVER_SSL_LETSENCRYPT_HOSTS: "- mydomain.tld\n- myotherdomain.tld" | -| env.GOTIFY_SERVER_STREAM_PINGPERIODSECONDS | int | `45` | GOTIFY_SERVER_CORS_ALLOWMETHODS: "- \"GET\"\n- \"POST\"" GOTIFY_SERVER_CORS_ALLOWHEADERS: "- \"Authorization\"\n- \"content-type\"" GOTIFY_SERVER_STREAM_ALLOWEDORIGINS: "- \".+.example.com\"\n- \"otherdomain.com\"" | -| envFrom[0].configMapRef.name | string | `"gotifyenv"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/gotify-server"` | | -| image.tag | string | `"v2.1.4@sha256:3f568cbc18808a8d138b07073233411a1077676e28a468b7e345fffae639fa32"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/app/data"` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"gotify"` | | -| postgresql.postgresqlUsername | string | `"gotify"` | | -| secret.pass | string | `"admin"` | | -| secret.user | string | `"admin"` | | -| service.main.ports.main.port | int | `10084` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/grafana/CONFIG.md b/charts/stable/grafana/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/grafana/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/grafana/Chart.yaml b/charts/stable/grafana/Chart.yaml index e9df49e3493..be159eedf1d 100644 --- a/charts/stable/grafana/Chart.yaml +++ b/charts/stable/grafana/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/bitnami/bitnami-docker-grafana - https://grafana.com/ type: application -version: 4.0.20 +version: 4.0.21 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/grafana/helm-values.md b/charts/stable/grafana/helm-values.md deleted file mode 100644 index 17458539508..00000000000 --- a/charts/stable/grafana/helm-values.md +++ /dev/null @@ -1,44 +0,0 @@ -# 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.GF_AUTH_LDAP_ALLOW_SIGN_UP | string | `"false"` | | -| env.GF_AUTH_LDAP_CONFIG_FILE | string | `"/opt/bitnami/grafana/conf/ldap.toml"` | | -| env.GF_AUTH_LDAP_ENABLED | string | `"false"` | | -| env.GF_INSTALL_PLUGINS | string | `""` | | -| env.GF_PATHS_CONFIG | string | `"/opt/bitnami/grafana/conf/grafana.ini"` | | -| env.GF_PATHS_DATA | string | `"/opt/bitnami/grafana/data"` | | -| env.GF_PATHS_LOGS | string | `"/opt/bitnami/grafana/logs"` | | -| env.GF_PATHS_PLUGINS | string | `"/opt/bitnami/grafana/data/plugins"` | | -| env.GF_PATHS_PROVISIONING | string | `"/opt/bitnami/grafana/conf/provisioning"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/grafana"` | | -| image.tag | string | `"v8.4.5@sha256:4656660b7f8847fe2e44bd40d3efcbd87bf3d8a7112942ec0cd219a8957180cb"` | | -| metrics.enabled | bool | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. | -| metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. | -| metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. | -| metrics.serviceMonitor.interval | string | `"1m"` | | -| metrics.serviceMonitor.labels | object | `{}` | | -| metrics.serviceMonitor.scrapeTimeout | string | `"30s"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/opt/bitnami/grafana/data"` | | -| probes.liveness.path | string | `"/api/health"` | | -| probes.readiness.path | string | `"/api/health"` | | -| probes.startup.path | string | `"/api/health"` | | -| secret.GF_SECURITY_ADMIN_PASSWORD | string | `"testpassword"` | | -| secret.GF_SECURITY_ADMIN_USER | string | `"admin"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `10038` | | -| service.main.ports.main.targetPort | int | `3000` | | -| service.main.protocol | string | `"HTTP"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/grav/CONFIG.md b/charts/stable/grav/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/grav/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/grav/Chart.yaml b/charts/stable/grav/Chart.yaml index 5565e9c35cd..32774012f6f 100644 --- a/charts/stable/grav/Chart.yaml +++ b/charts/stable/grav/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-grav - https://github.com/getgrav/grav/ type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/grav/helm-values.md b/charts/stable/grav/helm-values.md deleted file mode 100644 index 5a4318eef72..00000000000 --- a/charts/stable/grav/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/grav"` | | -| image.tag | string | `"version-1.7.18@sha256:709e672ef2cbe1235d896ed9bac213d773abfe70b37925f5870a8a925a047e16"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10012` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/grist/CONFIG.md b/charts/stable/grist/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/grist/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/grist/Chart.yaml b/charts/stable/grist/Chart.yaml index b4940903736..51f55182fcc 100644 --- a/charts/stable/grist/Chart.yaml +++ b/charts/stable/grist/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://hub.docker.com/r/gristlabs/grist - https://github.com/gristlabs/grist-core - https://support.getgrist.com/ -version: 3.0.10 +version: 3.0.11 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/grist/helm-values.md b/charts/stable/grist/helm-values.md deleted file mode 100644 index cc2d88d8df3..00000000000 --- a/charts/stable/grist/helm-values.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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.GRIST_DEFAULT_EMAIL | string | `"user@mydomain.com"` | | -| env.HOME_PORT | string | `"{{ .Values.service.api.ports.api.port }}"` | | -| env.PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/grist"` | | -| image.tag | string | `"v0.7.6@sha256:b25e45defaddb7557ae36bdd058cdd9b69aab91403a2c9966de7f9a1ce9f44af"` | | -| persistence.persist.enabled | bool | `true` | | -| persistence.persist.mountPath | string | `"/persist"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | `{"api":{"enabled":true,"ports":{"api":{"enabled":true,"port":10164,"targetPort":10164}}},"main":{"ports":{"main":{"port":10163,"targetPort":10163}}}}` | envValueFrom: REDIS_URL: secretKeyRef: name: rediscreds key: url | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/grocy/CONFIG.md b/charts/stable/grocy/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/grocy/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml index 7cd4b195f74..d0482a3611e 100644 --- a/charts/stable/grocy/Chart.yaml +++ b/charts/stable/grocy/Chart.yaml @@ -20,7 +20,7 @@ name: grocy sources: - https://github.com/grocy/grocy type: application -version: 11.0.14 +version: 11.0.15 annotations: truecharts.org/catagories: | - Home-Automation diff --git a/charts/stable/grocy/helm-values.md b/charts/stable/grocy/helm-values.md deleted file mode 100644 index ca710e9f8bb..00000000000 --- a/charts/stable/grocy/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/grocy"` | | -| image.tag | string | `"v3.2.0@sha256:9869bee12a3b3a6402ddc7843a7cfe70f6e4c31b6dadcf221e029c58eda48907"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10013` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/guacamole-client/CONFIG.md b/charts/stable/guacamole-client/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/guacamole-client/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/guacamole-client/Chart.yaml b/charts/stable/guacamole-client/Chart.yaml index 523eb94b340..97f4e9c0ab7 100644 --- a/charts/stable/guacamole-client/Chart.yaml +++ b/charts/stable/guacamole-client/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://hub.docker.com/r/guacamole/guacamole - http://guacamole.incubator.apache.org/doc/gug/introduction.html type: application -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/guacamole-client/helm-values.md b/charts/stable/guacamole-client/helm-values.md deleted file mode 100644 index 0b5a5e5cabe..00000000000 --- a/charts/stable/guacamole-client/helm-values.md +++ /dev/null @@ -1,99 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| api | object | `{}` | | -| cas | object | `{}` | | -| duo | object | `{}` | | -| env.GUACD_HOSTNAME | string | `"localhost"` | | -| env.GUACD_PORT | int | `4822` | | -| env.POSTGRES_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.POSTGRES_PORT | int | `5432` | | -| env.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| envFrom[0].configMapRef.name | string | `"guacamole-client-env"` | | -| envValueFrom.POSTGRES_HOSTNAME.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.POSTGRES_HOSTNAME.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| general | object | `{}` | | -| header.HEADER_ENABLED | bool | `false` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/guacamole-client"` | | -| image.tag | string | `"v1.4.0@sha256:43f7b0575173f509b5215a89170dfea80ea07f0b2bfed405882a4bc7ec9dfa52"` | | -| initContainers.1-creat-initdb-file.args[0] | string | `"echo \"Creating initdb.sql file...\"; /opt/guacamole/bin/initdb.sh --postgres > /initdbdata/initdb.sql; if [ -e /initdbdata/initdb.sql ]; then\n echo \"Init file created successfully!\";\n exit 0;\nelse\n echo \"Init file failed to create.\";\n exit 1;\nfi;\n"` | | -| initContainers.1-creat-initdb-file.command[0] | string | `"/bin/sh"` | | -| initContainers.1-creat-initdb-file.command[1] | string | `"-c"` | | -| initContainers.1-creat-initdb-file.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| initContainers.1-creat-initdb-file.volumeMounts[0].mountPath | string | `"/initdbdata"` | | -| initContainers.1-creat-initdb-file.volumeMounts[0].name | string | `"initdbdata"` | | -| initContainers.2-initdb.args[0] | string | `"psql -h $POSTGRES_HOSTNAME -d $POSTGRES_DATABASE -U $POSTGRES_USER -p $POSTGRES_PORT -o '/dev/null' -c 'SELECT * FROM public.guacamole_user'; if [ $? -eq 0 ];\n then\n echo \"DB already initialized. Skipping...\";\n else\n echo \"Initializing DB's schema...\";\n psql -h $POSTGRES_HOSTNAME -d $POSTGRES_DATABASE -U $POSTGRES_USER -p $POSTGRES_PORT -a -w -f /initdbdata/initdb.sql;\n if [ $? -eq 0 ];\n then\n echo \"DB's schema initialized successfully!\";\n exit 0;\n else\n echo \"DB's schema failed to initialize.\";\n exit 1;\n fi;\nfi;\n"` | | -| initContainers.2-initdb.command[0] | string | `"/bin/sh"` | | -| initContainers.2-initdb.command[1] | string | `"-c"` | | -| initContainers.2-initdb.env[0].name | string | `"POSTGRES_DATABASE"` | | -| initContainers.2-initdb.env[0].value | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| initContainers.2-initdb.env[1].name | string | `"POSTGRES_USER"` | | -| initContainers.2-initdb.env[1].value | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| initContainers.2-initdb.env[2].name | string | `"POSTGRES_PORT"` | | -| initContainers.2-initdb.env[2].value | string | `"5432"` | | -| initContainers.2-initdb.env[3].name | string | `"POSTGRES_HOSTNAME"` | | -| initContainers.2-initdb.env[3].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| initContainers.2-initdb.env[3].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers.2-initdb.env[4].name | string | `"PGPASSWORD"` | | -| initContainers.2-initdb.env[4].valueFrom.secretKeyRef.key | string | `"postgresql-password"` | | -| initContainers.2-initdb.env[4].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers.2-initdb.image | string | `"{{ .Values.postgresqlImage.repository }}:{{ .Values.postgresqlImage.tag }}"` | | -| initContainers.2-initdb.volumeMounts[0].mountPath | string | `"/initdbdata"` | | -| initContainers.2-initdb.volumeMounts[0].name | string | `"initdbdata"` | | -| initContainers.3-temp-hack.args[0] | string | `"echo \"Checing postgresql driver version...\"; if [ -e /opt/guacamole/postgresql/postgresql-42.2.24.jre7.jar ];\n then\n echo \"Version found is correct.\";\n exit 0;\n else\n echo \"Old version found. Will try to download a known-to-work version.\";\n echo \"Downloading (postgresql-42.2.24.jre7.jar)...\";\n curl -L \"https://jdbc.postgresql.org/download/postgresql-42.2.24.jre7.jar\" > \"/opt/guacamole/postgresql-hack/postgresql-42.2.24.jre7.jar\";\n if [ -e /opt/guacamole/postgresql-hack/postgresql-42.2.24.jre7.jar ];\n then\n echo \"Downloaded successfully!\";\n cp -r /opt/guacamole/postgresql/* /opt/guacamole/postgresql-hack/;\n if [ -e /opt/guacamole/postgresql-hack/postgresql-9.4-1201.jdbc41.jar ];\n then\n echo \"Removing old version... (postgresql-9.4-1201.jdbc41.jar)\";\n rm \"/opt/guacamole/postgresql-hack/postgresql-9.4-1201.jdbc41.jar\";\n if [ $? -eq 0 ];\n then\n echo \"Removed successfully!\";\n else\n echo \"Failed to remove.\";\n exit 1;\n fi;\n fi;\n else\n echo \"Failed to download.\";\n exit 1;\n fi;\nfi;\n"` | | -| initContainers.3-temp-hack.command[0] | string | `"/bin/sh"` | | -| initContainers.3-temp-hack.command[1] | string | `"-c"` | | -| initContainers.3-temp-hack.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| initContainers.3-temp-hack.securityContext.runAsGroup | int | `1001` | | -| initContainers.3-temp-hack.securityContext.runAsUser | int | `1001` | | -| initContainers.3-temp-hack.volumeMounts[0].mountPath | string | `"/opt/guacamole/postgresql-hack"` | | -| initContainers.3-temp-hack.volumeMounts[0].name | string | `"temphack"` | | -| initContainers.4-temp-hack.args[0] | string | `"echo \"Copying postgres driver into the final destination.\"; cp -r /opt/guacamole/postgresql-hack/* /opt/guacamole/postgresql/; if [ -e /opt/guacamole/postgresql/postgresql-42.2.24.jre7.jar ];\n then\n echo \"Driver copied successfully!\";\n else\n echo \"Failed to copy the driver\";\nfi;\n"` | | -| initContainers.4-temp-hack.command[0] | string | `"/bin/sh"` | | -| initContainers.4-temp-hack.command[1] | string | `"-c"` | | -| initContainers.4-temp-hack.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| initContainers.4-temp-hack.securityContext.runAsGroup | int | `1001` | | -| initContainers.4-temp-hack.securityContext.runAsUser | int | `1001` | | -| initContainers.4-temp-hack.volumeMounts[0].mountPath | string | `"/opt/guacamole/postgresql-hack"` | | -| initContainers.4-temp-hack.volumeMounts[0].name | string | `"temphack"` | | -| initContainers.4-temp-hack.volumeMounts[1].mountPath | string | `"/opt/guacamole/postgresql"` | | -| initContainers.4-temp-hack.volumeMounts[1].name | string | `"temphackalso"` | | -| json | object | `{}` | | -| ldap | object | `{}` | | -| openid | object | `{}` | | -| persistence.initdbdata.enabled | bool | `true` | | -| persistence.initdbdata.mountPath | string | `"/initdbdata"` | | -| persistence.temphack.enabled | bool | `true` | | -| persistence.temphack.mountPath | string | `"/opt/guacamole/postgresql-hack"` | | -| persistence.temphackalso.enabled | bool | `true` | | -| persistence.temphackalso.mountPath | string | `"/opt/guacamole/postgresql"` | | -| podSecurityContext.runAsGroup | int | `1001` | | -| podSecurityContext.runAsUser | int | `1001` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"guacamole"` | | -| postgresql.postgresqlUsername | string | `"guacamole"` | | -| probes.liveness.path | string | `"/guacamole"` | | -| probes.readiness.path | string | `"/guacamole"` | | -| probes.startup.path | string | `"/guacamole"` | | -| radius | object | `{}` | | -| saml | object | `{}` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `9998` | | -| service.main.ports.main.targetPort | int | `8080` | | -| totp.TOTP_ENABLED | bool | `false` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/guacd/CONFIG.md b/charts/stable/guacd/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/guacd/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/guacd/Chart.yaml b/charts/stable/guacd/Chart.yaml index f9959ba3624..f5917c242b2 100644 --- a/charts/stable/guacd/Chart.yaml +++ b/charts/stable/guacd/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: guacd -version: 2.0.11 +version: 2.0.12 appVersion: "1.4.0" description: Guacd - Apache Guacamole is a clientless remote desktop gateway. type: application diff --git a/charts/stable/guacd/helm-values.md b/charts/stable/guacd/helm-values.md deleted file mode 100644 index 746d8c8341d..00000000000 --- a/charts/stable/guacd/helm-values.md +++ /dev/null @@ -1,24 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/guacamole-server"` | | -| image.tag | string | `"v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `4822` | | -| service.main.ports.main.targetPort | int | `4822` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/habridge/CONFIG.md b/charts/stable/habridge/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/habridge/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/habridge/Chart.yaml b/charts/stable/habridge/Chart.yaml index 374cb7fa017..ec231388791 100644 --- a/charts/stable/habridge/Chart.yaml +++ b/charts/stable/habridge/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: habridge -version: 2.0.9 +version: 2.0.10 appVersion: "5.4.1" description: Habridge emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot or other systems that support Philips Hue. type: application diff --git a/charts/stable/habridge/helm-values.md b/charts/stable/habridge/helm-values.md deleted file mode 100644 index 86ed249420e..00000000000 --- a/charts/stable/habridge/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/habridge"` | | -| image.tag | string | `"v5.4.1"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.SEC_KEY | string | `""` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.comm.enabled | bool | `true` | | -| service.comm.ports.comm.enabled | bool | `true` | | -| service.comm.ports.comm.port | int | `50000` | | -| service.comm.ports.comm.targetPort | int | `50000` | | -| service.main.ports.main.port | int | `10146` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/hammond/CONFIG.md b/charts/stable/hammond/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/hammond/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/hammond/Chart.yaml b/charts/stable/hammond/Chart.yaml index 5ffaa2fb2cd..3bfe5d02fb7 100644 --- a/charts/stable/hammond/Chart.yaml +++ b/charts/stable/hammond/Chart.yaml @@ -18,7 +18,7 @@ name: hammond sources: - https://github.com/akhilrex/hammond - https://hub.docker.com/r/akhilrex/hammond -version: 2.0.9 +version: 2.0.10 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/hammond/helm-values.md b/charts/stable/hammond/helm-values.md deleted file mode 100644 index 748f0d99b9d..00000000000 --- a/charts/stable/hammond/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| envValueFrom.JWT_SECRET.secretKeyRef.key | string | `"JWT_SECRET"` | | -| envValueFrom.JWT_SECRET.secretKeyRef.name | string | `"hammond-secrets"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/hammond"` | | -| image.tag | string | `"1.0.0@sha256:a38f0455634f15a38535b6f067f0cd6b62770df51d0c40c5f09ad19cbe066702"` | | -| persistence.assets.enabled | bool | `true` | | -| persistence.assets.mountPath | string | `"/assets"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| service.main.ports.main.port | int | `10186` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/handbrake/CONFIG.md b/charts/stable/handbrake/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/handbrake/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml index 090b90f3c58..a8a4cb9402d 100644 --- a/charts/stable/handbrake/Chart.yaml +++ b/charts/stable/handbrake/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://hub.docker.com/r/jlesage/handbrake/ - https://handbrake.fr/ type: application -version: 13.0.11 +version: 13.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/handbrake/helm-values.md b/charts/stable/handbrake/helm-values.md deleted file mode 100644 index 0d6da7c11cb..00000000000 --- a/charts/stable/handbrake/helm-values.md +++ /dev/null @@ -1,53 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| configmap.handbrake.data.AUTOMATED_CONVERSION_FORMAT | string | `"{{ .Values.handbrake.AUTOMATED_CONVERSION_FORMAT }}"` | | -| configmap.handbrake.data.AUTOMATED_CONVERSION_KEEP_SOURCE | string | `"{{ ternary \"1\" \"0\" .Values.handbrake.AUTOMATED_CONVERSION_KEEP_SOURCE }}"` | | -| configmap.handbrake.data.AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION | string | `"{{ .Values.handbrake.AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION }}"` | | -| configmap.handbrake.data.AUTOMATED_CONVERSION_PRESET | string | `"{{ .Values.handbrake.AUTOMATED_CONVERSION_PRESET }}"` | | -| configmap.handbrake.data.DISPLAY_HEIGHT | string | `"{{ .Values.handbrake.DISPLAY_HEIGHT }}"` | | -| configmap.handbrake.data.DISPLAY_WIDTH | string | `"{{ .Values.handbrake.DISPLAY_WIDTH }}"` | | -| configmap.handbrake.data.KEEP_APP_RUNNING | string | `"{{ ternary \"1\" \"0\" .Values.handbrake.KEEP_APP_RUNNING }}"` | | -| configmap.handbrake.data.SECURE_CONNECTION | string | `"{{ ternary \"1\" \"0\" .Values.handbrake.SECURE_CONNECTION }}"` | | -| configmap.handbrake.enabled | bool | `true` | | -| envFrom[0].configMapRef.name | string | `"{{ include \"common.names.fullname\" . }}-handbrake"` | | -| handbrake.AUTOMATED_CONVERSION_FORMAT | string | `"mp4"` | | -| handbrake.AUTOMATED_CONVERSION_KEEP_SOURCE | bool | `true` | | -| handbrake.AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION | string | `"ignore"` | | -| handbrake.AUTOMATED_CONVERSION_PRESET | string | `"General/Very Fast 1080p30"` | | -| handbrake.DISPLAY_HEIGHT | int | `768` | | -| handbrake.DISPLAY_WIDTH | int | `1280` | | -| handbrake.KEEP_APP_RUNNING | bool | `false` | | -| handbrake.SECURE_CONNECTION | bool | `false` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/handbrake"` | | -| image.tag | string | `"v1.24.2@sha256:7b5fa65f152910287ac3346b8e71b67d9d85987ae28aec0730542506b9b5780a"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.output.enabled | bool | `true` | | -| persistence.output.mountPath | string | `"/output"` | | -| persistence.storage.enabled | bool | `true` | | -| persistence.storage.mountPath | string | `"/storage"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.VNC_PASSWORD | string | `""` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10053` | | -| service.main.ports.main.targetPort | int | `5800` | | -| service.vnc.enabled | bool | `true` | | -| service.vnc.ports.vnc.enabled | bool | `true` | | -| service.vnc.ports.vnc.port | int | `10055` | | -| service.vnc.ports.vnc.targetPort | int | `5900` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/haste-server/CONFIG.md b/charts/stable/haste-server/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/haste-server/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml index 4408d8fdd4b..54a86ef5d0f 100644 --- a/charts/stable/haste-server/Chart.yaml +++ b/charts/stable/haste-server/Chart.yaml @@ -21,7 +21,7 @@ name: haste-server sources: - https://github.com/seejohnrun/haste-server - https://github.com/k8s-at-home/container-images -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/haste-server/helm-values.md b/charts/stable/haste-server/helm-values.md deleted file mode 100644 index 4681373b706..00000000000 --- a/charts/stable/haste-server/helm-values.md +++ /dev/null @@ -1,24 +0,0 @@ -# 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 | object | See below | environment variables. See [image docs](https://github.com/seejohnrun/haste-server) for more details. | -| env.STORAGE_FILEPATH | string | `"/config"` | filepath for persistance | -| env.STORAGE_TYPE | string | `"file"` | sets backend | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/haste-server"` | image repository | -| image.tag | string | `"latest@sha256:046b4d04aa5c23a7a4de10b678aad8f62932e2ae04b2db123107e753b7929f86"` | image tag | -| ingress.main | object | See values.yaml | Enable and configure ingress 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. Normally this does not need to be modified. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/headphones/CONFIG.md b/charts/stable/headphones/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/headphones/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/headphones/Chart.yaml b/charts/stable/headphones/Chart.yaml index d7b015ab860..7a622ff699a 100644 --- a/charts/stable/headphones/Chart.yaml +++ b/charts/stable/headphones/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-headphones - https://github.com/rembo10/headphones type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/headphones/helm-values.md b/charts/stable/headphones/helm-values.md deleted file mode 100644 index 3311326faa0..00000000000 --- a/charts/stable/headphones/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/headphones"` | | -| image.tag | string | `"version-58edc604@sha256:f605d077d6d6023e3326421ce02eb81bd962163b68569f8e3953cb5ac2898344"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10064` | | -| service.main.ports.main.targetPort | int | `8181` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/healthchecks/CONFIG.md b/charts/stable/healthchecks/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/healthchecks/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index 2dae82e34b4..727590fef09 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -22,7 +22,7 @@ name: healthchecks sources: - https://github.com/healthchecks/healthchecks - https://hub.docker.com/r/linuxserver/healthchecks -version: 7.0.11 +version: 7.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/healthchecks/helm-values.md b/charts/stable/healthchecks/helm-values.md deleted file mode 100644 index e314387c9ee..00000000000 --- a/charts/stable/healthchecks/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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 | object | See below | environment variables. See [image docs](https://github.com/linuxserver/docker-healthchecks#parameters) for more details. | -| env.REGENERATE_SETTINGS | string | `"True"` | 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. | -| env.SITE_NAME | int | `8265` | The site's name (e.g., "Example Corp HealthChecks") | -| env.SITE_ROOT | string | `"https://healthchecks.domain"` | The site's top-level URL and the port it listens to | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/healthchecks"` | image repository | -| image.tag | string | `"version-v1.22.0@sha256:234347d239410227e8d4585c467293f7bb59859f2042bad885633c1ff30c98f2"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| persistence.config | object | `{"enabled":true,"mountPath":"/config"}` | Volume used for configuration | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.SUPERUSER_EMAIL | string | `"email@healthchecks.io"` | Superuser email | -| secret.SUPERUSER_PASSWORD | string | `"myVeryStrongPassword"` | Superuser password | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/hedgedoc/CONFIG.md b/charts/stable/hedgedoc/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/hedgedoc/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/hedgedoc/Chart.yaml b/charts/stable/hedgedoc/Chart.yaml index eb474a3f4d1..fa5bd34152c 100644 --- a/charts/stable/hedgedoc/Chart.yaml +++ b/charts/stable/hedgedoc/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: hedgedoc -version: 4.0.8 +version: 4.0.9 appVersion: "1.9.4" description: HedgeDoc lets you create real-time collaborative markdown notes. type: application diff --git a/charts/stable/hedgedoc/helm-values.md b/charts/stable/hedgedoc/helm-values.md deleted file mode 100644 index 191f3112e19..00000000000 --- a/charts/stable/hedgedoc/helm-values.md +++ /dev/null @@ -1,37 +0,0 @@ -# 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.CMD_DOMAIN | string | `""` | | -| env.CMD_PROTOCOL_USESSL | bool | `false` | | -| env.CMD_URL_ADDPORT | bool | `true` | | -| env.DB_NAME | string | `"hedgedoc"` | | -| env.DB_USER | string | `"hedgedoc"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.DB_PASS.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.DB_PASS.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/hedgedoc"` | | -| image.tag | string | `"v1.9.2"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"hedgedoc"` | | -| mariadb.mariadbUsername | string | `"hedgedoc"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10132` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/heimdall/CONFIG.md b/charts/stable/heimdall/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/heimdall/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml index 1ff533be92d..17d4d88b50e 100644 --- a/charts/stable/heimdall/Chart.yaml +++ b/charts/stable/heimdall/Chart.yaml @@ -19,7 +19,7 @@ name: heimdall sources: - https://github.com/linuxserver/Heimdall/ type: application -version: 11.0.11 +version: 11.0.12 annotations: truecharts.org/catagories: | - organizers diff --git a/charts/stable/heimdall/helm-values.md b/charts/stable/heimdall/helm-values.md deleted file mode 100644 index 28267e87cd0..00000000000 --- a/charts/stable/heimdall/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/heimdall"` | | -| image.tag | string | `"v2.4.8@sha256:e83a7621b9a0c3351231ade781f6468861e2f2e8fe480476fc587ba0c144e959"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes.startup.enabled | bool | `true` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10014` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/homarr/Chart.yaml b/charts/stable/homarr/Chart.yaml index 9cf29a39a60..ae4644e4b1b 100644 --- a/charts/stable/homarr/Chart.yaml +++ b/charts/stable/homarr/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: homarr sources: - https://github.com/ajnart/homarr -version: 2.0.11 +version: 2.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/home-assistant/CONFIG.md b/charts/stable/home-assistant/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/home-assistant/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index a273458e95c..2c668b779dd 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://github.com/home-assistant/home-assistant - https://github.com/cdr/code-server type: application -version: 15.0.17 +version: 15.0.18 annotations: truecharts.org/catagories: | - home-automation diff --git a/charts/stable/home-assistant/helm-values.md b/charts/stable/home-assistant/helm-values.md deleted file mode 100644 index 3b72ecbbbce..00000000000 --- a/charts/stable/home-assistant/helm-values.md +++ /dev/null @@ -1,36 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| git | object | `{"deployKey":"","deployKeyBase64":""}` | hostNetwork: true # When hostNetwork is true set dnsPolicy to ClusterFirstWithHostNet dnsPolicy: ClusterFirstWithHostNet Allow access a Git repository by passing in a private SSH key | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/home-assistant"` | | -| image.tag | string | `"v2022.3.8@sha256:404205528a5f76255381cc04e89849796e25028205d494b664088e9e22054b66"` | | -| influxdb | object | `{"architecture":"standalone","authEnabled":false,"database":"home_assistant","enabled":false,"persistence":{"enabled":false}}` | ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/influxdb | -| initContainers.init.command[0] | string | `"/config/init/init.sh"` | | -| initContainers.init.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| initContainers.init.volumeMounts[0].mountPath | string | `"/config/init"` | | -| initContainers.init.volumeMounts[0].name | string | `"init"` | | -| initContainers.init.volumeMounts[1].mountPath | string | `"/config"` | | -| initContainers.init.volumeMounts[1].name | string | `"config"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql | object | See values.yaml | 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) | -| prometheus.serviceMonitor.enabled | bool | `false` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `8123` | | -| service.main.ports.main.targetPort | int | `8123` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/homer/CONFIG.md b/charts/stable/homer/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/homer/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/homer/Chart.yaml b/charts/stable/homer/Chart.yaml index 475b8416bf9..0e6cc10d25f 100644 --- a/charts/stable/homer/Chart.yaml +++ b/charts/stable/homer/Chart.yaml @@ -20,7 +20,7 @@ name: homer sources: - https://github.com/bastienwirtz/homer - https://hub.docker.com/r/b4bz/homer -version: 2.0.13 +version: 2.0.14 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/homer/helm-values.md b/charts/stable/homer/helm-values.md deleted file mode 100644 index d33cd15e47f..00000000000 --- a/charts/stable/homer/helm-values.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/homer"` | | -| image.tag | string | `"v22.02.1@sha256:1ca289a58ff340731b07b48d8028b53695e6f3063436ea78272a47f6b227ef7e"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/www/assets"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10178` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/htpcmanager/CONFIG.md b/charts/stable/htpcmanager/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/htpcmanager/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/htpcmanager/Chart.yaml b/charts/stable/htpcmanager/Chart.yaml index e3c355eb831..a240769d6ef 100644 --- a/charts/stable/htpcmanager/Chart.yaml +++ b/charts/stable/htpcmanager/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: htpcmanager -version: 2.0.9 +version: 2.0.10 appVersion: "2021.11.17" description: Htpcmanager is a front end for many htpc related applications. type: application diff --git a/charts/stable/htpcmanager/helm-values.md b/charts/stable/htpcmanager/helm-values.md deleted file mode 100644 index d6dc4645250..00000000000 --- a/charts/stable/htpcmanager/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/htpcmanager"` | | -| image.tag | string | `"v2021.11.17"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `8085` | | -| service.main.ports.main.targetPort | int | `8085` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/hyperion-ng/CONFIG.md b/charts/stable/hyperion-ng/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/hyperion-ng/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml index 1f2b25efe10..3ea2ac7388a 100644 --- a/charts/stable/hyperion-ng/Chart.yaml +++ b/charts/stable/hyperion-ng/Chart.yaml @@ -19,7 +19,7 @@ name: hyperion-ng sources: - https://github.com/hyperion-project/hyperion.ng - https://hub.docker.com/r/sirfragalot/hyperion.ng -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/hyperion-ng/helm-values.md b/charts/stable/hyperion-ng/helm-values.md deleted file mode 100644 index 807e74ef00e..00000000000 --- a/charts/stable/hyperion-ng/helm-values.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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 | object | See below | environment variables. See [image docs](https://docs.linuxserver.io/images/docker-airsonic#environment-variables-e) for more details. | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/hyperion.ng"` | image repository | -| image.tag | string | `"v2.0.12@sha256:809405a6cd99dc4debb1c779a90042546530bd568995e177d6b0d43771f4012c"` | image tag | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/root/.hyperion"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/icantbelieveitsnotvaletudo/CONFIG.md b/charts/stable/icantbelieveitsnotvaletudo/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/icantbelieveitsnotvaletudo/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml b/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml index 7c2b2d2d279..5087a92a924 100644 --- a/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml +++ b/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml @@ -21,7 +21,7 @@ name: icantbelieveitsnotvaletudo sources: - https://github.com/Hypfer/ICantBelieveItsNotValetudo - https://github.com/truecharts/apps/tree/master/charts/icantbelieveitsnotvaletudo -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/icantbelieveitsnotvaletudo/helm-values.md b/charts/stable/icantbelieveitsnotvaletudo/helm-values.md deleted file mode 100644 index f86a68d9f24..00000000000 --- a/charts/stable/icantbelieveitsnotvaletudo/helm-values.md +++ /dev/null @@ -1,24 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| config | object | See values.yaml | Configures app settings. See [image docs](https://github.com/Hypfer/ICantBelieveItsNotValetudo) for more information. | -| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/icantbelieveitsnotvaletudo"` | image repository | -| image.tag | string | `"v2021.2.1@sha256:12546c37abe795970d27fda99f78fd45cd25522b11b4c6db6ce98d7484c68883"` | image tag | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| service.main.ports.main.port | int | `10039` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/icinga2/CONFIG.md b/charts/stable/icinga2/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/icinga2/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/icinga2/Chart.yaml b/charts/stable/icinga2/Chart.yaml index 4500158b438..975db63c57e 100644 --- a/charts/stable/icinga2/Chart.yaml +++ b/charts/stable/icinga2/Chart.yaml @@ -23,7 +23,7 @@ name: icinga2 sources: - https://github.com/jjethwa/icinga2 - https://icinga.com/ -version: 3.0.11 +version: 3.0.12 annotations: truecharts.org/catagories: | - monitoring diff --git a/charts/stable/icinga2/helm-values.md b/charts/stable/icinga2/helm-values.md deleted file mode 100644 index 5183d4f1cb7..00000000000 --- a/charts/stable/icinga2/helm-values.md +++ /dev/null @@ -1,39 +0,0 @@ -# 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 | object | See below | environment variables. See more environment variables in the [icinga2 documentation](https://github.com/jjethwa/icinga2#environment-variables-reference). | -| envValueFrom.DEFAULT_MYSQL_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DEFAULT_MYSQL_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.DEFAULT_MYSQL_PASS.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.DEFAULT_MYSQL_PASS.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.MYSQL_ROOT_PASSWORD.secretKeyRef.key | string | `"mariadb-root-password"` | | -| envValueFrom.MYSQL_ROOT_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/icinga2"` | | -| image.tag | string | `"v2.13.2@sha256:53095afc1ac7deb65f9c49342ca417bd6f90df03d465863fb0b150e96b16005c"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"icinga2"` | | -| mariadb.mariadbUsername | string | `"icinga2"` | | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| persistence.config | object | Disabled | Icinga2 configuration folder | -| persistence.data | object | Disabled | Icinga2 Data | -| persistence.ssmtp | object | Disabled | ssmtp folder | -| persistence.web | object | Disabled | Icingaweb2 configuration folder | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/impostor-server/CONFIG.md b/charts/stable/impostor-server/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/impostor-server/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/impostor-server/Chart.yaml b/charts/stable/impostor-server/Chart.yaml index 6b5b268ec33..585d4a7c2eb 100644 --- a/charts/stable/impostor-server/Chart.yaml +++ b/charts/stable/impostor-server/Chart.yaml @@ -19,7 +19,7 @@ name: impostor-server sources: - https://github.com/truecharts/apps/tree/master/incubator/impostor-server type: application -version: 1.0.13 +version: 1.0.14 annotations: truecharts.org/catagories: | - games diff --git a/charts/stable/impostor-server/helm-values.md b/charts/stable/impostor-server/helm-values.md deleted file mode 100644 index c11dce25715..00000000000 --- a/charts/stable/impostor-server/helm-values.md +++ /dev/null @@ -1,33 +0,0 @@ -# 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.IMPOSTOR_AntiCheat__BanIpFromGame | bool | `true` | | -| env.IMPOSTOR_AntiCheat__Enabled | bool | `true` | | -| env.IMPOSTOR_Debug__GameRecorderEnabled | bool | `false` | | -| env.IMPOSTOR_Debug__GameRecorderPath | string | `""` | | -| env.IMPOSTOR_Server__ListenIp | string | `"0.0.0.0"` | | -| env.IMPOSTOR_Server__PublicIp | string | `"127.0.0.1"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/impostor-server"` | | -| image.tag | string | `"v1.6.0@sha256:789dda6ea04417d5a7abb9f0373e53ecab7a2cd7b77fa7fc8d9620d977b0e863"` | | -| nightlyImage.pullPolicy | string | `"IfNotPresent"` | | -| nightlyImage.repository | string | `"tccr.io/truecharts/impostor-server-nightly"` | | -| nightlyImage.tag | string | `"vnightly@sha256:2a016fab8b732eff25a55fabe905c580f22cd228a91e826d97dda16a814f34f5"` | | -| probes.liveness | object | See below | Liveness probe configuration | -| probes.readiness | object | See below | Redainess probe configuration | -| probes.startup | object | See below | Startup probe configuration | -| service.main.ports.main.port | int | `22023` | | -| service.main.ports.main.protocol | string | `"UDP"` | | -| service.main.ports.main.targetPort | int | `22023` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/inventree/Chart.yaml b/charts/stable/inventree/Chart.yaml index 78a67e30d34..e42eca1d53d 100644 --- a/charts/stable/inventree/Chart.yaml +++ b/charts/stable/inventree/Chart.yaml @@ -23,7 +23,7 @@ name: inventree sources: - https://inventree.readthedocs.io - https://github.com/inventree/InvenTree -version: 3.0.12 +version: 3.0.13 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/ipfs/CONFIG.md b/charts/stable/ipfs/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/ipfs/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/ipfs/Chart.yaml b/charts/stable/ipfs/Chart.yaml index 65ce1d2e514..82cd05f9d7f 100644 --- a/charts/stable/ipfs/Chart.yaml +++ b/charts/stable/ipfs/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ipfs -version: 3.0.13 +version: 3.0.14 appVersion: "0.13.1" description: IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. type: application diff --git a/charts/stable/ipfs/helm-values.md b/charts/stable/ipfs/helm-values.md deleted file mode 100644 index 356de42292d..00000000000 --- a/charts/stable/ipfs/helm-values.md +++ /dev/null @@ -1,52 +0,0 @@ -# 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.IPFS_PROFILE | string | `"server"` | | -| env.IPFS_SWARM_KEY | string | `""` | | -| env.IPFS_SWARM_KEY_FILE | string | `""` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"ipfs/go-ipfs"` | | -| image.tag | string | `"v0.12.1"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data/ipfs"` | | -| persistence.ipfs.enabled | bool | `true` | | -| persistence.ipfs.mountPath | string | `"/ipfs"` | | -| persistence.ipns.enabled | bool | `true` | | -| persistence.ipns.mountPath | string | `"/ipns"` | | -| persistence.staging.enabled | bool | `true` | | -| persistence.staging.mountPath | string | `"/export"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes.liveness.path | string | `"/webui"` | | -| probes.readiness.path | string | `"/webui"` | | -| probes.startup.path | string | `"/webui"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.gateway.enabled | bool | `true` | | -| service.gateway.ports.gateway.enabled | bool | `true` | | -| service.gateway.ports.gateway.port | int | `10147` | | -| service.gateway.ports.gateway.targetPort | int | `8080` | | -| service.gateway.type | string | `"ClusterIP"` | | -| service.main.ports.main.port | int | `10125` | | -| service.main.ports.main.targetPort | int | `5001` | | -| service.peer-tcp.enabled | bool | `true` | | -| service.peer-tcp.ports.peer-tcp.enabled | bool | `true` | | -| service.peer-tcp.ports.peer-tcp.port | int | `4001` | | -| service.peer-tcp.ports.peer-tcp.targetPort | int | `4001` | | -| service.peer-udp.enabled | bool | `true` | | -| service.peer-udp.ports.peer-udp.enabled | bool | `true` | | -| service.peer-udp.ports.peer-udp.port | int | `4001` | | -| service.peer-udp.ports.peer-udp.protocol | string | `"UDP"` | | -| service.peer-udp.ports.peer-udp.targetPort | int | `4001` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/ispy-agent-dvr/CONFIG.md b/charts/stable/ispy-agent-dvr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/ispy-agent-dvr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/ispy-agent-dvr/Chart.yaml b/charts/stable/ispy-agent-dvr/Chart.yaml index 922a0bff612..61a8147cfd8 100644 --- a/charts/stable/ispy-agent-dvr/Chart.yaml +++ b/charts/stable/ispy-agent-dvr/Chart.yaml @@ -20,7 +20,7 @@ name: ispy-agent-dvr sources: - https://hub.docker.com/r/doitandbedone/ispyagentdvr - https://github.com/doitandbedone/ispyagentdvr-docker -version: 2.0.15 +version: 2.0.16 annotations: truecharts.org/catagories: | - security diff --git a/charts/stable/ispy-agent-dvr/helm-values.md b/charts/stable/ispy-agent-dvr/helm-values.md deleted file mode 100644 index c8c6da285b9..00000000000 --- a/charts/stable/ispy-agent-dvr/helm-values.md +++ /dev/null @@ -1,79 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/ispy-agent-dvr"` | | -| image.tag | string | `"v3.9.0.0@sha256:72d5a30ae36e83b8fe0ea7a4ce2bcc470a45a08181606df78e45944f9080e23b"` | | -| persistence.commands.enabled | bool | `true` | | -| persistence.commands.mountPath | string | `"/agent/Commands"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/agent/Media/XML"` | | -| persistence.media.enabled | bool | `true` | | -| persistence.media.mountPath | string | `"/agent/Media/WebServerRoot/Media"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10184` | | -| service.main.ports.main.targetPort | int | `8090` | | -| service.turn.enabled | bool | `true` | | -| service.turn.ports.turn.enabled | bool | `true` | | -| service.turn.ports.turn.port | int | `3478` | | -| service.turn.ports.turn.protocol | string | `"UDP"` | | -| service.turn.ports.turn.targetPort | int | `3478` | | -| service.webrtc.enabled | bool | `true` | | -| service.webrtc.ports.webrtc0.enabled | bool | `true` | | -| service.webrtc.ports.webrtc0.port | int | `50000` | | -| service.webrtc.ports.webrtc0.protocol | string | `"UDP"` | | -| service.webrtc.ports.webrtc0.targetPort | int | `50000` | | -| service.webrtc.ports.webrtc1.enabled | bool | `true` | | -| service.webrtc.ports.webrtc1.port | int | `50001` | | -| service.webrtc.ports.webrtc1.protocol | string | `"UDP"` | | -| service.webrtc.ports.webrtc1.targetPort | int | `50001` | | -| service.webrtc.ports.webrtc10.enabled | bool | `true` | | -| service.webrtc.ports.webrtc10.port | int | `50010` | | -| service.webrtc.ports.webrtc10.protocol | string | `"UDP"` | | -| service.webrtc.ports.webrtc10.targetPort | int | `50010` | | -| service.webrtc.ports.webrtc2.enabled | bool | `true` | | -| service.webrtc.ports.webrtc2.port | int | `50002` | | -| service.webrtc.ports.webrtc2.protocol | string | `"UDP"` | | -| service.webrtc.ports.webrtc2.targetPort | int | `50002` | | -| service.webrtc.ports.webrtc3.enabled | bool | `true` | | -| service.webrtc.ports.webrtc3.port | int | `50003` | | -| service.webrtc.ports.webrtc3.protocol | string | `"UDP"` | | -| service.webrtc.ports.webrtc3.targetPort | int | `50003` | | -| service.webrtc.ports.webrtc4.enabled | bool | `true` | | -| service.webrtc.ports.webrtc4.port | int | `50004` | | -| service.webrtc.ports.webrtc4.protocol | string | `"UDP"` | | -| service.webrtc.ports.webrtc4.targetPort | int | `50004` | | -| service.webrtc.ports.webrtc5.enabled | bool | `true` | | -| service.webrtc.ports.webrtc5.port | int | `50005` | | -| service.webrtc.ports.webrtc5.protocol | string | `"UDP"` | | -| service.webrtc.ports.webrtc5.targetPort | int | `50005` | | -| service.webrtc.ports.webrtc6.enabled | bool | `true` | | -| service.webrtc.ports.webrtc6.port | int | `50006` | | -| service.webrtc.ports.webrtc6.protocol | string | `"UDP"` | | -| service.webrtc.ports.webrtc6.targetPort | int | `60005` | | -| service.webrtc.ports.webrtc7.enabled | bool | `true` | | -| service.webrtc.ports.webrtc7.port | int | `50007` | | -| service.webrtc.ports.webrtc7.protocol | string | `"UDP"` | | -| service.webrtc.ports.webrtc7.targetPort | int | `50007` | | -| service.webrtc.ports.webrtc8.enabled | bool | `true` | | -| service.webrtc.ports.webrtc8.port | int | `50008` | | -| service.webrtc.ports.webrtc8.protocol | string | `"UDP"` | | -| service.webrtc.ports.webrtc8.targetPort | int | `50008` | | -| service.webrtc.ports.webrtc9.enabled | bool | `true` | | -| service.webrtc.ports.webrtc9.port | int | `50009` | | -| service.webrtc.ports.webrtc9.protocol | string | `"UDP"` | | -| service.webrtc.ports.webrtc9.targetPort | int | `50009` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/iyuuplus/CONFIG.md b/charts/stable/iyuuplus/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/iyuuplus/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/iyuuplus/Chart.yaml b/charts/stable/iyuuplus/Chart.yaml index 0fa84f5e567..0510a9058c2 100644 --- a/charts/stable/iyuuplus/Chart.yaml +++ b/charts/stable/iyuuplus/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: iyuuplus -version: 2.0.9 +version: 2.0.10 appVersion: "latest" description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc. type: application diff --git a/charts/stable/iyuuplus/helm-values.md b/charts/stable/iyuuplus/helm-values.md deleted file mode 100644 index 3d1d6d615ea..00000000000 --- a/charts/stable/iyuuplus/helm-values.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/iyuuplus"` | | -| image.tag | string | `"latest@sha256:f1cf293763be6a0c14e48566d1fc8ad14d7057c7f04191b8ddbd86409bc33e0c"` | | -| persistence.btbackup.enabled | bool | `true` | | -| persistence.btbackup.mountPath | string | `"/BT_backup"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/IYUU/db"` | | -| persistence.torrents.enabled | bool | `true` | | -| persistence.torrents.mountPath | string | `"/torrents"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10188` | | -| service.main.ports.main.targetPort | int | `8787` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/jackett/CONFIG.md b/charts/stable/jackett/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/jackett/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index c8135f502e2..8b84fbb9711 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -21,7 +21,7 @@ name: jackett sources: - https://github.com/Jackett/Jackett type: application -version: 11.0.21 +version: 11.0.22 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/jackett/helm-values.md b/charts/stable/jackett/helm-values.md deleted file mode 100644 index 8bdbcf357f4..00000000000 --- a/charts/stable/jackett/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/jackett"` | | -| image.tag | string | `"v0.20.781@sha256:96eae64bdf60250418ef7581fa5387c58b2c5963be19582ebc4151ccacc7c488"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| probes.liveness.path | string | `"/UI/Login"` | | -| probes.readiness.path | string | `"/UI/Login"` | | -| probes.startup.path | string | `"/UI/Login"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `9117` | | -| service.main.ports.main.targetPort | int | `9117` | | -| service.main.protocol | string | `"HTTP"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/jdownloader2/CONFIG.md b/charts/stable/jdownloader2/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/jdownloader2/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/jdownloader2/Chart.yaml b/charts/stable/jdownloader2/Chart.yaml index 97224ba3b9b..65c79420bf6 100644 --- a/charts/stable/jdownloader2/Chart.yaml +++ b/charts/stable/jdownloader2/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/jlesage/jdownloader-2 - https://jdownloader.org/ type: application -version: 8.0.10 +version: 8.0.11 annotations: truecharts.org/catagories: | - downloads diff --git a/charts/stable/jdownloader2/helm-values.md b/charts/stable/jdownloader2/helm-values.md deleted file mode 100644 index 78ccc59e629..00000000000 --- a/charts/stable/jdownloader2/helm-values.md +++ /dev/null @@ -1,47 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| configmap.jdownloader.data.DISPLAY_HEIGHT | string | `"{{ .Values.jdownloader.DISPLAY_HEIGHT }}"` | | -| configmap.jdownloader.data.DISPLAY_WIDTH | string | `"{{ .Values.jdownloader.DISPLAY_WIDTH }}"` | | -| configmap.jdownloader.data.KEEP_APP_RUNNING | string | `"{{ ternary \"1\" \"0\" .Values.jdownloader.KEEP_APP_RUNNING }}"` | | -| configmap.jdownloader.data.SECURE_CONNECTION | string | `"{{ ternary \"1\" \"0\" .Values.jdownloader.SECURE_CONNECTION }}"` | | -| configmap.jdownloader.enabled | bool | `true` | | -| envFrom[0].configMapRef.name | string | `"{{ include \"common.names.fullname\" . }}-jdownloader"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/jdownloader-2"` | | -| image.tag | string | `"v1.7.1@sha256:ba37e3a795f6e64466de3e81152af78c5fe8f6c3beeeee5a2bc948c41a631b16"` | | -| jdownloader.DISPLAY_HEIGHT | int | `768` | | -| jdownloader.DISPLAY_WIDTH | int | `1280` | | -| jdownloader.KEEP_APP_RUNNING | bool | `false` | | -| jdownloader.SECURE_CONNECTION | bool | `false` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.output.enabled | bool | `true` | | -| persistence.output.mountPath | string | `"/output"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.VNC_PASSWORD | string | `""` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10054` | | -| service.main.ports.main.targetPort | int | `5800` | | -| service.myjd.enabled | bool | `true` | | -| service.myjd.ports.myjd.enabled | bool | `true` | | -| service.myjd.ports.myjd.port | int | `3129` | | -| service.myjd.ports.myjd.targetPort | int | `3129` | | -| service.vnc.enabled | bool | `true` | | -| service.vnc.ports.vnc.enabled | bool | `true` | | -| service.vnc.ports.vnc.port | int | `10056` | | -| service.vnc.ports.vnc.targetPort | int | `5900` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/jellyfin/CONFIG.md b/charts/stable/jellyfin/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/jellyfin/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index 173a77bb393..30f313d25f5 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -21,7 +21,7 @@ name: jellyfin sources: - https://github.com/jellyfin/jellyfin type: application -version: 11.0.10 +version: 11.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/jellyfin/helm-values.md b/charts/stable/jellyfin/helm-values.md deleted file mode 100644 index b6430c8226e..00000000000 --- a/charts/stable/jellyfin/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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.JELLYFIN_PublishedServerUrl | string | `"https://jelly.mydomain.com"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/jellyfin"` | | -| image.tag | string | `"v10.7.7@sha256:0136db4677a2ee2ee8a6962d813d6e3b49aa86784a7cfdc3af76427db32c3470"` | | -| persistence.cache.enabled | bool | `true` | | -| persistence.cache.mountPath | string | `"/cache"` | | -| persistence.cache.type | string | `"emptyDir"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `8096` | | -| service.main.ports.main.targetPort | int | `8096` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/jellyseerr/Chart.yaml b/charts/stable/jellyseerr/Chart.yaml index dc581fdb241..20cb8f3cdd9 100644 --- a/charts/stable/jellyseerr/Chart.yaml +++ b/charts/stable/jellyseerr/Chart.yaml @@ -18,7 +18,7 @@ name: jellyseerr sources: - https://github.com/Fallenbagel/jellyseerr - https://hub.docker.com/r/fallenbagel/jellyseerr -version: 2.0.9 +version: 2.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/joplin-server/CONFIG.md b/charts/stable/joplin-server/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/joplin-server/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml index 653eaaf8d13..74b79b33e2b 100644 --- a/charts/stable/joplin-server/Chart.yaml +++ b/charts/stable/joplin-server/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2.7.4" description: This server allows you to sync any Joplin client name: joplin-server -version: 8.0.9 +version: 8.0.10 kubeVersion: '>=1.16.0-0' keywords: - joplin diff --git a/charts/stable/joplin-server/helm-values.md b/charts/stable/joplin-server/helm-values.md deleted file mode 100644 index be4667d09e5..00000000000 --- a/charts/stable/joplin-server/helm-values.md +++ /dev/null @@ -1,43 +0,0 @@ -# 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_BASE_URL | string | `"http://localhost:22300"` | | -| env.APP_PORT | int | `22300` | | -| env.DB_CLIENT | string | `"pg"` | | -| env.POSTGRES_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.POSTGRES_PORT | string | `"5432"` | | -| env.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/joplin-server"` | | -| image.tag | string | `"v2.7.4@sha256:6832f3ed894279ba8a1ab03b4033d11dadc28e3f36364eed7b69eadb52f8e1e4"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"joplin"` | | -| postgresql.postgresqlUsername | string | `"joplin"` | | -| probes.liveness.path | string | `"/api/ping"` | | -| probes.readiness.path | string | `"/api/ping"` | | -| probes.startup.path | string | `"/api/ping"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `22300` | | -| service.main.ports.main.targetPort | int | `22300` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/k8s-gateway/CONFIG.md b/charts/stable/k8s-gateway/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/k8s-gateway/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/k8s-gateway/Chart.yaml b/charts/stable/k8s-gateway/Chart.yaml index 718984af531..1180a3732aa 100644 --- a/charts/stable/k8s-gateway/Chart.yaml +++ b/charts/stable/k8s-gateway/Chart.yaml @@ -20,7 +20,7 @@ name: k8s-gateway sources: - https://github.com/ori-edge/k8s_gateway type: application -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - networking diff --git a/charts/stable/k8s-gateway/helm-values.md b/charts/stable/k8s-gateway/helm-values.md deleted file mode 100644 index 32576404c11..00000000000 --- a/charts/stable/k8s-gateway/helm-values.md +++ /dev/null @@ -1,66 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| apex | string | `""` | Override the default `serviceName.namespace` domain apex | -| args[0] | string | `"-conf"` | | -| args[1] | string | `"/etc/coredns/Corefile"` | | -| domains | list | `[{"dnsChallenge":{"domain":"dns01.clouddns.com","enabled":false},"domain":"example.com"}]` | list of processed domains | -| domains[0] | object | `{"dnsChallenge":{"domain":"dns01.clouddns.com","enabled":false},"domain":"example.com"}` | Delegated domain | -| domains[0].dnsChallenge | object | `{"domain":"dns01.clouddns.com","enabled":false}` | Optional configuration option for DNS01 challenge that will redirect all acme challenge requests to external cloud domain (e.g. managed by cert-manager) See: https://cert-manager.io/docs/configuration/acme/dns01/ | -| forward.enabled | bool | `true` | | -| forward.options[0].name | string | `"tls_servername"` | | -| forward.options[0].value | string | `"cloudflare-dns.com"` | | -| forward.primary | string | `"tls://1.1.1.1"` | | -| forward.secondary | string | `"tls://1.0.0.1"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/k8s_gateway"` | | -| image.tag | string | `"v0.2.4@sha256:cc621e57c73aab461b64e561d56181c9f67b59d006ab548fedfee660f08965f9"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes.liveness.custom | bool | `true` | | -| probes.liveness.spec.failureThreshold | int | `5` | | -| probes.liveness.spec.httpGet.path | string | `"/health"` | | -| probes.liveness.spec.httpGet.port | int | `8080` | | -| probes.liveness.spec.httpGet.scheme | string | `"HTTP"` | | -| probes.liveness.spec.initialDelaySeconds | int | `60` | | -| probes.liveness.spec.successThreshold | int | `1` | | -| probes.liveness.spec.timeoutSeconds | int | `5` | | -| probes.readiness.custom | bool | `true` | | -| probes.readiness.spec.failureThreshold | int | `5` | | -| probes.readiness.spec.httpGet.path | string | `"/ready"` | | -| probes.readiness.spec.httpGet.port | int | `8181` | | -| probes.readiness.spec.httpGet.scheme | string | `"HTTP"` | | -| probes.readiness.spec.initialDelaySeconds | int | `10` | | -| probes.readiness.spec.successThreshold | int | `1` | | -| probes.readiness.spec.timeoutSeconds | int | `5` | | -| probes.startup.custom | bool | `true` | | -| probes.startup.spec.failureThreshold | int | `60` | | -| probes.startup.spec.httpGet.path | string | `"/ready"` | | -| probes.startup.spec.httpGet.port | int | `8181` | | -| probes.startup.spec.httpGet.scheme | string | `"HTTP"` | | -| probes.startup.spec.initialDelaySeconds | int | `3` | | -| probes.startup.spec.periodSeconds | int | `5` | | -| probes.startup.spec.timeoutSeconds | int | `2` | | -| rbac | object | See below | Create a ClusterRole and ClusterRoleBinding | -| rbac.enabled | bool | `true` | Enables or disables the ClusterRole and ClusterRoleBinding | -| rbac.rules | list | `[{"apiGroups":[""],"resources":["services","namespaces"],"verbs":["list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses"],"verbs":["list","watch"]}]` | Set Rules on the ClusterRole | -| secondary | string | `""` | Service name of a secondary DNS server (should be `serviceName.namespace`) | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `53` | | -| service.main.ports.main.protocol | string | `"UDP"` | | -| service.main.ports.main.targetPort | int | `53` | | -| serviceAccount.create | bool | `true` | Specifies whether a service account should be created | -| ttl | int | `300` | TTL for non-apex responses (in seconds) | -| watchedResources | list | `[]` | Limit what kind of resources to watch, e.g. watchedResources: ["Ingress"] | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/kanboard/CONFIG.md b/charts/stable/kanboard/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/kanboard/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/kanboard/Chart.yaml b/charts/stable/kanboard/Chart.yaml index 3d83e525324..0bc9e215603 100644 --- a/charts/stable/kanboard/Chart.yaml +++ b/charts/stable/kanboard/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.2.22" description: Kanboard is a free and open source Kanban project management software. name: kanboard -version: 8.0.10 +version: 8.0.11 kubeVersion: ">=1.16.0-0" keywords: - kanboard diff --git a/charts/stable/kanboard/helm-values.md b/charts/stable/kanboard/helm-values.md deleted file mode 100644 index 2e884326094..00000000000 --- a/charts/stable/kanboard/helm-values.md +++ /dev/null @@ -1,32 +0,0 @@ -# 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 | object | See below (only deviations from the default settings are specified) | 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. | -| env.LOG_DRIVER | string | `"stdout"` | log driver: syslog, stderr, stdout or file | -| env.MAIL_CONFIGURATION | bool | `false` | Set the container timezone -- Enable/disable email configuration from the user interface | -| envValueFrom.DB_HOSTNAME.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOSTNAME.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/kanboard"` | image repository | -| image.tag | string | `"v1.2.22@sha256:693507bec023dacc214fcb5bdcfc7004fd116befc8aed63b1617315bf2de8f9c"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/kavita/CONFIG.md b/charts/stable/kavita/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/kavita/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/kavita/Chart.yaml b/charts/stable/kavita/Chart.yaml index 8aee830ca40..8c89df6eece 100644 --- a/charts/stable/kavita/Chart.yaml +++ b/charts/stable/kavita/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: kavita -version: 2.0.10 +version: 2.0.11 appVersion: "0.5.4" description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats type: application diff --git a/charts/stable/kavita/helm-values.md b/charts/stable/kavita/helm-values.md deleted file mode 100644 index f79aeb9c87c..00000000000 --- a/charts/stable/kavita/helm-values.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/kavita"` | | -| image.tag | string | `"v0.5.1@sha256:e584e22d7382b98b0b49fbc6ec97115f82d57ca556c943268c0ced5bd567b25e"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/kavita/config"` | | -| persistence.manga.enabled | bool | `true` | | -| persistence.manga.mountPath | string | `"/manga"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10189` | | -| service.main.ports.main.targetPort | int | `5000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/kimai/CONFIG.md b/charts/stable/kimai/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/kimai/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/kimai/Chart.yaml b/charts/stable/kimai/Chart.yaml index 6ed682c9a32..5766ffcdf90 100644 --- a/charts/stable/kimai/Chart.yaml +++ b/charts/stable/kimai/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://github.com/kevinpapst/kimai2 - https://github.com/tobybatch/kimai2 - https://hub.docker.com/r/kimai/kimai2 -version: 3.0.10 +version: 3.0.11 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/kimai/helm-values.md b/charts/stable/kimai/helm-values.md deleted file mode 100644 index 3fae5bb6e74..00000000000 --- a/charts/stable/kimai/helm-values.md +++ /dev/null @@ -1,49 +0,0 @@ -# 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_ENV | string | `"prod"` | | -| env.DB_BASE | string | `"{{ .Values.mariadb.mariadbUsername }}"` | | -| env.DB_PORT | string | `"3306"` | | -| env.DB_TYPE | string | `"mysql"` | | -| env.DB_USER | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | | -| env.TRUSTED_HOSTS | string | `"{{ .Values.env.trust_hosts }},localhost"` | | -| env.trust_hosts | string | `"127.0.0.1"` | | -| envValueFrom.APP_SECRET.secretKeyRef.key | string | `"APP_SECRET"` | | -| envValueFrom.APP_SECRET.secretKeyRef.name | string | `"kimai-secrets"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.DB_PASS.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.DB_PASS.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/kimai"` | | -| image.tag | string | `"v1.19@sha256:c397c8f343f90c7997cf524d9b05636571c017db8d9e6db3c6328abfe3cd3b81"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"kimai"` | | -| mariadb.mariadbUsername | string | `"kimai"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/opt/kimai/var/data"` | | -| persistence.plugins.enabled | bool | `true` | | -| persistence.plugins.mountPath | string | `"/opt/kimai/var/plugins"` | | -| podSecurityContext.runAsGroup | int | `33` | | -| podSecurityContext.runAsUser | int | `33` | | -| probes.liveness.path | string | `"/en/login"` | | -| probes.readiness.path | string | `"/en/login"` | | -| probes.startup.path | string | `"/en/login"` | | -| secret.ADMINMAIL | string | `"admin@mysecretdomain.com"` | | -| secret.ADMINPASS | string | `"MvvTfjagiaqDprGNVA"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `10198` | | -| service.main.ports.main.targetPort | int | `8001` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/kms/CONFIG.md b/charts/stable/kms/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/kms/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml index 594e94f194e..c02d3e2c278 100644 --- a/charts/stable/kms/Chart.yaml +++ b/charts/stable/kms/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/Py-KMS-Organization/py-kms - https://hub.docker.com/r/pykmsorg/py-kms type: application -version: 11.0.9 +version: 11.0.10 annotations: truecharts.org/catagories: | - graywares diff --git a/charts/stable/kms/helm-values.md b/charts/stable/kms/helm-values.md deleted file mode 100644 index f2a552dcaab..00000000000 --- a/charts/stable/kms/helm-values.md +++ /dev/null @@ -1,24 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/kms"` | | -| image.tag | string | `"vminimal@sha256:05c7cea9e7270f9299f12fb345eb16da5d8b38e785a232ff2a5446ba4d1a0fa1"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `1688` | | -| service.main.ports.main.targetPort | int | `1688` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/kodi-headless/CONFIG.md b/charts/stable/kodi-headless/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/kodi-headless/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/kodi-headless/Chart.yaml b/charts/stable/kodi-headless/Chart.yaml index 913f5306fae..265e8ff2798 100644 --- a/charts/stable/kodi-headless/Chart.yaml +++ b/charts/stable/kodi-headless/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: kodi-headless -version: 2.0.9 +version: 2.0.10 appVersion: "190" description: A headless install of kodi in a docker container. type: application diff --git a/charts/stable/kodi-headless/helm-values.md b/charts/stable/kodi-headless/helm-values.md deleted file mode 100644 index a92261dd338..00000000000 --- a/charts/stable/kodi-headless/helm-values.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/kodi-headless"` | | -| image.tag | string | `"v190"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config/.kodi"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.esall.enabled | bool | `true` | | -| service.esall.ports.esall.enabled | bool | `true` | | -| service.esall.ports.esall.port | int | `9777` | | -| service.esall.ports.esall.protocol | string | `"UDP"` | | -| service.esall.ports.esall.targetPort | int | `9777` | | -| service.main.ports.main.port | int | `10148` | | -| service.main.ports.main.targetPort | int | `8080` | | -| service.websocket.enabled | bool | `true` | | -| service.websocket.ports.websocket.enabled | bool | `true` | | -| service.websocket.ports.websocket.port | int | `10152` | | -| service.websocket.ports.websocket.targetPort | int | `9090` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/koel/CONFIG.md b/charts/stable/koel/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/koel/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/koel/Chart.yaml b/charts/stable/koel/Chart.yaml index 43bfc234e53..c3c2b406ace 100644 --- a/charts/stable/koel/Chart.yaml +++ b/charts/stable/koel/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://github.com/koel/docker - https://hub.docker.com/r/phanan/koel - https://github.com/koel/koel -version: 3.0.11 +version: 3.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/koel/helm-values.md b/charts/stable/koel/helm-values.md deleted file mode 100644 index 2c6eda919c4..00000000000 --- a/charts/stable/koel/helm-values.md +++ /dev/null @@ -1,77 +0,0 @@ -# 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.DB_CONNECTION | string | `"mysql"` | | -| env.DB_DATABASE | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | | -| env.DB_PORT | string | `"3306"` | | -| env.DB_USERNAME | string | `"{{ .Values.mariadb.mariadbUsername }}"` | | -| env.FORCE_HTTPS | bool | `false` | | -| env.LASTFM_API_KEY | string | `""` | | -| env.LASTFM_API_SECRET | string | `""` | | -| env.MEMORY_LIMIT | int | `2048` | | -| env.YOUTUBE_API_KEY | string | `""` | | -| envValueFrom.APP_KEY.secretKeyRef.key | string | `"APP_KEY"` | | -| envValueFrom.APP_KEY.secretKeyRef.name | string | `"koel-secrets"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/koel"` | | -| image.tag | string | `"latest@sha256:1b84c90e846d0dab98bc14d413a9de1fd357679022795456d27ff4c75869fd9d"` | | -| installContainers.initdb.command[0] | string | `"php"` | | -| installContainers.initdb.command[1] | string | `"artisan"` | | -| installContainers.initdb.command[2] | string | `"koel:init"` | | -| installContainers.initdb.command[3] | string | `"--no-assets"` | | -| installContainers.initdb.env[0].name | string | `"DB_CONNECTION"` | | -| installContainers.initdb.env[0].value | string | `"mysql"` | | -| installContainers.initdb.env[1].name | string | `"DB_PORT"` | | -| installContainers.initdb.env[1].value | string | `"3306"` | | -| installContainers.initdb.env[2].name | string | `"DB_USERNAME"` | | -| installContainers.initdb.env[2].value | string | `"{{ .Values.mariadb.mariadbUsername }}"` | | -| installContainers.initdb.env[3].name | string | `"DB_DATABASE"` | | -| installContainers.initdb.env[3].value | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | | -| installContainers.initdb.env[4].name | string | `"DB_HOST"` | | -| installContainers.initdb.env[4].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| installContainers.initdb.env[4].valueFrom.secretKeyRef.name | string | `"mariadbcreds"` | | -| installContainers.initdb.env[5].name | string | `"DB_PASSWORD"` | | -| installContainers.initdb.env[5].valueFrom.secretKeyRef.key | string | `"mariadb-password"` | | -| installContainers.initdb.env[5].valueFrom.secretKeyRef.name | string | `"mariadbcreds"` | | -| installContainers.initdb.env[6].name | string | `"APP_KEY"` | | -| installContainers.initdb.env[6].valueFrom.secretKeyRef.key | string | `"APP_KEY"` | | -| installContainers.initdb.env[6].valueFrom.secretKeyRef.name | string | `"koel-secrets"` | | -| installContainers.initdb.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| installContainers.initdb.volumeMounts[0].mountPath | string | `"/music"` | | -| installContainers.initdb.volumeMounts[0].name | string | `"music"` | | -| installContainers.initdb.volumeMounts[1].mountPath | string | `"/var/www/html/public/img/covers"` | | -| installContainers.initdb.volumeMounts[1].name | string | `"covers"` | | -| installContainers.initdb.volumeMounts[2].mountPath | string | `"/var/www/html/storage/search-indexes"` | | -| installContainers.initdb.volumeMounts[2].name | string | `"searchindex"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"koel"` | | -| mariadb.mariadbUsername | string | `"koel"` | | -| persistence.covers.enabled | bool | `true` | | -| persistence.covers.mountPath | string | `"/var/www/html/public/img/covers"` | | -| persistence.music.enabled | bool | `true` | | -| persistence.music.mountPath | string | `"/music"` | | -| persistence.searchindex.enabled | bool | `true` | | -| persistence.searchindex.mountPath | string | `"/var/www/html/storage/search-indexes"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10185` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/komga/CONFIG.md b/charts/stable/komga/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/komga/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml index aef7d22e69a..2f10c19ec63 100644 --- a/charts/stable/komga/Chart.yaml +++ b/charts/stable/komga/Chart.yaml @@ -21,7 +21,7 @@ name: komga sources: - https://komga.org/ - https://github.com/gotson/komga -version: 6.0.12 +version: 6.0.13 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/komga/helm-values.md b/charts/stable/komga/helm-values.md deleted file mode 100644 index c364e5625fc..00000000000 --- a/charts/stable/komga/helm-values.md +++ /dev/null @@ -1,21 +0,0 @@ -# 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 | 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.repository | string | `"tccr.io/truecharts/komga"` | image repository | -| image.tag | string | `"v0.153.2@sha256:6650e8aa6008329395b620ec48cceed16ef3000010fe8932d8d7750f64f5d32e"` | image tag | -| 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. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/kopia/Chart.yaml b/charts/stable/kopia/Chart.yaml index 54d6d3dbdc3..039b4e507de 100644 --- a/charts/stable/kopia/Chart.yaml +++ b/charts/stable/kopia/Chart.yaml @@ -19,7 +19,7 @@ sources: - https://kopia.io/docs/installation/#docker-images - https://hub.docker.com/r/kopia/kopia - https://github.com/kopia/kopia -version: 2.0.17 +version: 2.0.18 annotations: truecharts.org/catagories: | - utility diff --git a/charts/stable/kutt/CONFIG.md b/charts/stable/kutt/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/kutt/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/kutt/Chart.yaml b/charts/stable/kutt/Chart.yaml index 358cd3d8348..c294e3bc721 100644 --- a/charts/stable/kutt/Chart.yaml +++ b/charts/stable/kutt/Chart.yaml @@ -29,7 +29,7 @@ name: kutt sources: - https://github.com/thedevs-network/kutt type: application -version: 3.0.10 +version: 3.0.11 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/kutt/helm-values.md b/charts/stable/kutt/helm-values.md deleted file mode 100644 index 70d58ba8466..00000000000 --- a/charts/stable/kutt/helm-values.md +++ /dev/null @@ -1,67 +0,0 @@ -# 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.ADMIN_EMAILS | string | `"admin@example.com,admin@example2.com"` | | -| env.CONTACT_EMAIL | string | `"admin@example.com"` | | -| env.CUSTOM_DOMAIN_USE_HTTPS | bool | `false` | | -| env.DB_NAME | string | `"kutt"` | | -| env.DB_PORT | string | `"5432"` | | -| env.DB_USER | string | `"kutt"` | | -| env.DEFAULT_DOMAIN | string | `"localhost:{{ .Values.service.main.ports.main.port }}"` | | -| env.DEFAULT_MAX_STATS_PER_LINK | int | `5000` | | -| env.DISALLOW_ANONYMOUS_LINKS | bool | `false` | | -| env.DISALLOW_REGISTRATION | bool | `false` | | -| env.LINK_LENGTH | int | `6` | | -| env.MAIL_FROM | string | `""` | | -| env.MAIL_HOST | string | `""` | | -| env.MAIL_PORT | int | `567` | | -| env.MAIL_SECURE | bool | `true` | | -| env.NON_USER_COOLDOWN | int | `0` | | -| env.PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| env.REDIS_PORT | string | `"6379"` | | -| env.REPORT_EMAIL | string | `"admin@example.com"` | | -| env.SITE_NAME | string | `"My Kutt Instance"` | | -| env.USER_LIMIT_PER_DAY | int | `50` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.JWT_SECRET.secretKeyRef.key | string | `"JWT_SECRET"` | | -| envValueFrom.JWT_SECRET.secretKeyRef.name | string | `"kutt-secrets"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.key | string | `"redis-password"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/kutt"` | | -| image.tag | string | `"v2.7.4@sha256:7b89481d467e1c1dc75e672bdac18dd00fdb4a3f0b60d90518acbf8eddfe8615"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"kutt"` | | -| postgresql.postgresqlUsername | string | `"kutt"` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| secret.GOOGLE_ANALYTICS | string | `""` | | -| secret.GOOGLE_ANALYTICS_UNIVERSAL | string | `""` | | -| secret.GOOGLE_SAFE_BROWSING_KEY | string | `""` | | -| secret.MAIL_PASSWORD | string | `""` | | -| secret.MAIL_USER | string | `""` | | -| secret.RECAPTCHA_SECRET_KEY | string | `""` | | -| secret.RECAPTCHA_SITE_KEY | string | `""` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10195` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/lanraragi/CONFIG.md b/charts/stable/lanraragi/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/lanraragi/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/lanraragi/Chart.yaml b/charts/stable/lanraragi/Chart.yaml index 4dd93fe3900..c7f07921b6d 100644 --- a/charts/stable/lanraragi/Chart.yaml +++ b/charts/stable/lanraragi/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/Difegue/LANraragi - https://hub.docker.com/r/difegue/lanraragi - https://sugoi.gitbook.io/lanraragi/ -version: 2.0.9 +version: 2.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/lanraragi/helm-values.md b/charts/stable/lanraragi/helm-values.md deleted file mode 100644 index f788f6c061b..00000000000 --- a/charts/stable/lanraragi/helm-values.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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.LRR_GID | string | `"{{ .Values.podSecurityContext.fsGroup }}"` | | -| env.LRR_UID | string | `"{{ .Values.security.PUID }}"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/lanraragi"` | | -| image.tag | string | `"v0.8.4@sha256:e41603c23afbb27544cdef8cf30f4e568eb499bd3221f81953e6cd60c469ab25"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/home/koyomi/lanraragi/database"` | | -| persistence.content.enabled | bool | `true` | | -| persistence.content.mountPath | string | `"/home/koyomi/lanraragi/content"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10177` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/lazylibrarian/CONFIG.md b/charts/stable/lazylibrarian/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/lazylibrarian/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index 382523d45c9..a2fbc83dae6 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - https://lazylibrarian.gitlab.io type: application -version: 11.0.15 +version: 11.0.16 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/lazylibrarian/helm-values.md b/charts/stable/lazylibrarian/helm-values.md deleted file mode 100644 index 0fffb16f7d3..00000000000 --- a/charts/stable/lazylibrarian/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/lazylibrarian"` | | -| image.tag | string | `"latest@sha256:77dbacb3ec38c10ab3c96bb7a65a02fa4a6dbcbdab270c7f5d3d8d2b379125ec"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `5299` | | -| service.main.ports.main.targetPort | int | `5299` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/leaf2mqtt/CONFIG.md b/charts/stable/leaf2mqtt/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/leaf2mqtt/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/leaf2mqtt/Chart.yaml b/charts/stable/leaf2mqtt/Chart.yaml index ffed6630527..9842dc1911b 100644 --- a/charts/stable/leaf2mqtt/Chart.yaml +++ b/charts/stable/leaf2mqtt/Chart.yaml @@ -22,7 +22,7 @@ name: leaf2mqtt sources: - https://github.com/mitsumaui/leaf2mqtt - https://github.com/k8s-at-home/container-images -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/leaf2mqtt/helm-values.md b/charts/stable/leaf2mqtt/helm-values.md deleted file mode 100644 index b601c4f59ad..00000000000 --- a/charts/stable/leaf2mqtt/helm-values.md +++ /dev/null @@ -1,32 +0,0 @@ -# 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 | object | See below | environment variables. See [image docs](https://github.com/mitsumaui/leaf2mqtt) for more details. | -| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | -| image.repository | string | `"tccr.io/truecharts/leaf2mqtt"` | Image repository | -| image.tag | string | `"v0.5@sha256:0073361400f5f077d4eece95d6e13a86b7744fc564bd1bed151e8afcc6bdf143"` | Image tag | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes.liveness.enabled | bool | `false` | | -| probes.readiness.enabled | bool | `false` | | -| probes.startup.enabled | bool | `false` | | -| secret.LEAF_PASSWORD | string | `"changeme"` | | -| secret.LEAF_USERNAME | string | `"leafuser"` | | -| secret.MQTT_PASSWORD | string | `"changeme"` | | -| secret.MQTT_USERNAME | string | `"mqttuser"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `false` | | -| service.main.ports.main.enabled | bool | `false` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/leantime/CONFIG.md b/charts/stable/leantime/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/leantime/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/leantime/Chart.yaml b/charts/stable/leantime/Chart.yaml index f206e96f438..305fc2e1d05 100644 --- a/charts/stable/leantime/Chart.yaml +++ b/charts/stable/leantime/Chart.yaml @@ -24,7 +24,7 @@ name: leantime sources: - https://leantime.io/ - https://hub.docker.com/r/nicholaswilde/leantime -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - management diff --git a/charts/stable/leantime/helm-values.md b/charts/stable/leantime/helm-values.md deleted file mode 100644 index 48be5db6c7b..00000000000 --- a/charts/stable/leantime/helm-values.md +++ /dev/null @@ -1,37 +0,0 @@ -# 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.LEAN_APP_URL | string | `"{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}https://{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ end }}{{ end }}"` | | -| env.LEAN_DB_DATABASE | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | | -| env.LEAN_DB_USER | string | `"{{ .Values.mariadb.mariadbUsername }}"` | | -| envValueFrom.LEAN_DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.LEAN_DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.LEAN_DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.LEAN_DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.LEAN_SESSION_PASSWORD.secretKeyRef.key | string | `"LEAN_SESSION_PASSWORD"` | | -| envValueFrom.LEAN_SESSION_PASSWORD.secretKeyRef.name | string | `"leantime-secrets"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/leantime"` | | -| image.tag | string | `"v2.1.8@sha256:c2a5025fb6019f0fea9d3d8fb37a52f6a91a7d72117a081b759a1d0762dea513"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"leantime"` | | -| mariadb.mariadbUsername | string | `"leantime"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10117` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/libreddit/Chart.yaml b/charts/stable/libreddit/Chart.yaml index 3a19a475991..14638cb0b3a 100644 --- a/charts/stable/libreddit/Chart.yaml +++ b/charts/stable/libreddit/Chart.yaml @@ -20,7 +20,7 @@ name: libreddit sources: - https://github.com/spikecodes/libreddit - https://hub.docker.com/r/spikecodes/libreddit -version: 1.0.3 +version: 1.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/libreoffice/CONFIG.md b/charts/stable/libreoffice/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/libreoffice/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/libreoffice/Chart.yaml b/charts/stable/libreoffice/Chart.yaml index 8408c082620..7c2391a6533 100644 --- a/charts/stable/libreoffice/Chart.yaml +++ b/charts/stable/libreoffice/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: libreoffice -version: 2.0.9 +version: 2.0.10 appVersion: "7.2.2" description: LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org. type: application diff --git a/charts/stable/libreoffice/helm-values.md b/charts/stable/libreoffice/helm-values.md deleted file mode 100644 index aa8085e5f48..00000000000 --- a/charts/stable/libreoffice/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/libreoffice"` | | -| image.tag | string | `"v7.2.2"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10133` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/librephotos/CONFIG.md b/charts/stable/librephotos/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/librephotos/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/librephotos/Chart.yaml b/charts/stable/librephotos/Chart.yaml index dd53c453871..ef181ed75aa 100644 --- a/charts/stable/librephotos/Chart.yaml +++ b/charts/stable/librephotos/Chart.yaml @@ -27,7 +27,7 @@ name: librephotos sources: - https://github.com/LibrePhotos/librephotos - https://hub.docker.com/r/reallibrephotos/librephotos -version: 4.0.12 +version: 4.0.13 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/librephotos/helm-values.md b/charts/stable/librephotos/helm-values.md deleted file mode 100644 index 9c19bacec0c..00000000000 --- a/charts/stable/librephotos/helm-values.md +++ /dev/null @@ -1,84 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| additionalContainers.frontend.image | string | `"{{ .Values.frontendImage.repository }}:{{ .Values.frontendImage.tag }}"` | | -| additionalContainers.frontend.name | string | `"frontend"` | | -| additionalContainers.proxy.image | string | `"{{ .Values.proxyImage.repository }}:{{ .Values.proxyImage.tag }}"` | | -| additionalContainers.proxy.name | string | `"proxy"` | | -| additionalContainers.proxy.ports[0].containerPort | int | `80` | | -| additionalContainers.proxy.ports[0].name | string | `"main"` | | -| additionalContainers.proxy.volumeMounts[0].mountPath | string | `"/etc/nginx/nginx.conf"` | | -| additionalContainers.proxy.volumeMounts[0].name | string | `"librephotos-config"` | | -| additionalContainers.proxy.volumeMounts[0].readOnly | bool | `true` | | -| additionalContainers.proxy.volumeMounts[0].subPath | string | `"nginx-config"` | | -| additionalContainers.proxy.volumeMounts[1].mountPath | string | `"/data"` | | -| additionalContainers.proxy.volumeMounts[1].name | string | `"media"` | | -| additionalContainers.proxy.volumeMounts[2].mountPath | string | `"/protected_media"` | | -| additionalContainers.proxy.volumeMounts[2].name | string | `"protected-media"` | | -| env.BACKEND_HOST | string | `"localhost"` | | -| env.DB_BACKEND | string | `"postgresql"` | | -| env.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.DB_PORT | string | `"5432"` | | -| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.DEBUG | int | `0` | | -| env.HEAVYWEIGHT_PROCESS | int | `1` | | -| env.REDIS_PORT | string | `"6379"` | | -| env.SKIP_PATTERNS | string | `""` | | -| env.WEB_CONCURRENCY | int | `2` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DB_PASS.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DB_PASS.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.REDIS_PASS.secretKeyRef.key | string | `"redis-password"` | | -| envValueFrom.REDIS_PASS.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.SECRET_KEY.secretKeyRef.key | string | `"SECRET_KEY"` | | -| envValueFrom.SECRET_KEY.secretKeyRef.name | string | `"librephotos-secrets"` | | -| frontendImage.repository | string | `"tccr.io/truecharts/librephotos-frontend"` | | -| frontendImage.tag | string | `"v2022w6@sha256:9cb2cb4865197d460405fecd79bdd7808333443cb2089753825f7f97365a53a3"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/librephotos-backend"` | | -| image.tag | string | `"v2022w6@sha256:4c24ce4ea5b340f83da0be0935eaea4ca525a15ed6da014f8ad8c709b377a837"` | | -| persistence.cache.enabled | bool | `true` | | -| persistence.cache.mountPath | string | `"/root/.cache"` | | -| persistence.logs.enabled | bool | `true` | | -| persistence.logs.mountPath | string | `"/logs"` | | -| persistence.media.enabled | bool | `true` | | -| persistence.media.mountPath | string | `"/data"` | | -| persistence.protected-media.enabled | bool | `true` | | -| persistence.protected-media.mountPath | string | `"/protected_media"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"librephotos"` | | -| postgresql.postgresqlUsername | string | `"librephotos"` | | -| probes.liveness.path | string | `"/login"` | | -| probes.readiness.path | string | `"/login"` | | -| probes.startup.path | string | `"/login"` | | -| proxyImage.repository | string | `"tccr.io/truecharts/librephotos-proxy"` | | -| proxyImage.tag | string | `"v2022w6@sha256:c147eaa3e96348e44132958ca871114a2ce240f0fa3604f738801317af09a160"` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| redis.redisUsername | string | `"default"` | | -| secret.ADMIN_EMAIL | string | `"admin@mydomain.com"` | | -| secret.ADMIN_PASSWORD | string | `"password"` | | -| secret.ADMIN_USERNAME | string | `"admin"` | | -| secret.MAPBOX_API_KEY | string | `""` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10161` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/librespeed/CONFIG.md b/charts/stable/librespeed/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/librespeed/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml index ea17860a89a..244fa40b14d 100644 --- a/charts/stable/librespeed/Chart.yaml +++ b/charts/stable/librespeed/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/librespeed/speedtest - https://hub.docker.com/r/linuxserver/librespeed - https://github.com/truecharts/apps/tree/master/charts/librespeed -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/librespeed/helm-values.md b/charts/stable/librespeed/helm-values.md deleted file mode 100644 index 400ab8c53e2..00000000000 --- a/charts/stable/librespeed/helm-values.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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 | object | See below | environment variables. See [image docs](https://hub.docker.com/r/linuxserver/librespeed) for more details. | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/librespeed"` | image repository | -| image.tag | string | `"version-5.2.4@sha256:c441bc4d4d086a95966e93b4dea82674d1a258774f97084b02e87c0bc38deb2a"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/lidarr/CONFIG.md b/charts/stable/lidarr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/lidarr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index ff8ee1b5144..6fa3052ff76 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -21,7 +21,7 @@ name: lidarr sources: - https://github.com/Lidarr/Lidarr type: application -version: 11.0.9 +version: 11.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/lidarr/helm-values.md b/charts/stable/lidarr/helm-values.md deleted file mode 100644 index 17fe76adf93..00000000000 --- a/charts/stable/lidarr/helm-values.md +++ /dev/null @@ -1,34 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/lidarr"` | | -| image.tag | string | `"v1.0.0.2504@sha256:b15a4858ce17f513e47ac175a95a766bed35eb38aa4e831114bcb2ccac2800fc"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| probes.liveness.custom | bool | `true` | | -| probes.liveness.enabled | bool | `true` | | -| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | | -| probes.liveness.spec.exec.command[1] | string | `"bash"` | | -| probes.liveness.spec.exec.command[2] | string | `"-c"` | | -| probes.liveness.spec.exec.command[3] | string | `"curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\\> && while read -d \\< E C; do if [[ $E = \"ApiKey\" ]]; then echo $C; fi; done < /config/config.xml`"` | | -| probes.liveness.spec.failureThreshold | int | `5` | | -| probes.liveness.spec.initialDelaySeconds | int | `60` | | -| probes.liveness.spec.periodSeconds | int | `10` | | -| probes.liveness.spec.successThreshold | int | `1` | | -| probes.liveness.spec.timeoutSeconds | int | `10` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `8686` | | -| service.main.ports.main.targetPort | int | `8686` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/linkace/CONFIG.md b/charts/stable/linkace/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/linkace/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/linkace/Chart.yaml b/charts/stable/linkace/Chart.yaml index 3f69b1529be..831e7deb3ec 100644 --- a/charts/stable/linkace/Chart.yaml +++ b/charts/stable/linkace/Chart.yaml @@ -27,7 +27,7 @@ sources: - https://www.linkace.org/docs/ - https://github.com/linkace/linkace - https://hub.docker.com/r/linkace/linkace -version: 4.0.17 +version: 4.0.18 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/linkace/helm-values.md b/charts/stable/linkace/helm-values.md deleted file mode 100644 index 78b444dc4fd..00000000000 --- a/charts/stable/linkace/helm-values.md +++ /dev/null @@ -1,85 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| cronjob | object | `{"annotations":{},"failedJobsHistoryLimit":5,"schedule":"*/15 * * * *","successfulJobsHistoryLimit":2}` | It just checks for dead links and sends a request to WayBack Machine to archive. | -| env.APP_DEBUG | bool | `false` | | -| env.APP_ENV | string | `"production"` | | -| env.APP_NAME | string | `"LinkAce"` | | -| env.APP_TIMEZONE | string | `"{{ .Values.TZ }}"` | | -| env.APP_URL | string | `"http://localhost"` | | -| env.BACKUP_DISK | string | `"s3"` | | -| env.BACKUP_ENABLED | bool | `false` | | -| env.BACKUP_MAX_SIZE | int | `512` | | -| env.BACKUP_NOTIFICATION_EMAIL | string | `"your@email.com"` | | -| env.CACHE_DRIVER | string | `"redis"` | | -| env.DB_CONNECTION | string | `"mysql"` | | -| env.DB_DATABASE | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | | -| env.DB_PORT | string | `"3306"` | | -| env.DB_USERNAME | string | `"{{ .Values.mariadb.mariadbUsername }}"` | | -| env.REDIS_PORT | string | `"6379"` | | -| env.SESSION_DRIVER | string | `"redis"` | | -| envValueFrom.APP_KEY.secretKeyRef.key | string | `"APP_KEY"` | | -| envValueFrom.APP_KEY.secretKeyRef.name | string | `"linkace-secrets"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.key | string | `"redis-password"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/linkace"` | | -| image.tag | string | `"v1.9.2@sha256:48430fb0ed3cf3a2a5d056b26e502afc755bd4ba6606d99f7d69a7cf4ef74887"` | | -| initContainers.1-copy-app.args[0] | string | `"echo \"Copying app...\"; cp -R /app/* /tmp/;\n"` | | -| initContainers.1-copy-app.command[0] | string | `"/bin/sh"` | | -| initContainers.1-copy-app.command[1] | string | `"-c"` | | -| initContainers.1-copy-app.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| initContainers.1-copy-app.volumeMounts[0].mountPath | string | `"/tmp"` | | -| initContainers.1-copy-app.volumeMounts[0].name | string | `"app"` | | -| initContainers.2-create-env-file.args[0] | string | `"if [ ! -f \"/app/.env\" ]; then\n echo \"Preparing for initial installation\";\n echo \"SETUP_COMPLETED=false\" > /app/.env;\n echo \"File .env created.\";\nelse\n echo \"Initial installation has already completed.\";\nfi;\n"` | | -| initContainers.2-create-env-file.command[0] | string | `"/bin/sh"` | | -| initContainers.2-create-env-file.command[1] | string | `"-c"` | | -| initContainers.2-create-env-file.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| initContainers.2-create-env-file.volumeMounts[0].mountPath | string | `"/app"` | | -| initContainers.2-create-env-file.volumeMounts[0].name | string | `"app"` | | -| initContainers.3-chmod.args[0] | string | `"echo \"CHMOD-ing files...\"; chmod -R 777 /app; chmod -R 777 /app/storage/logs; chmod -R 777 /app/storage/app/backups; echo \"CHMOD Complete\";\n"` | | -| initContainers.3-chmod.command[0] | string | `"/bin/sh"` | | -| initContainers.3-chmod.command[1] | string | `"-c"` | | -| initContainers.3-chmod.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| initContainers.3-chmod.volumeMounts[0].mountPath | string | `"/app"` | | -| initContainers.3-chmod.volumeMounts[0].name | string | `"app"` | | -| initContainers.3-chmod.volumeMounts[1].mountPath | string | `"/app/storage/logs"` | | -| initContainers.3-chmod.volumeMounts[1].name | string | `"logs"` | | -| initContainers.3-chmod.volumeMounts[2].mountPath | string | `"/app/storage/app/backups"` | | -| initContainers.3-chmod.volumeMounts[2].name | string | `"backups"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"linkace"` | | -| mariadb.mariadbUsername | string | `"linkace"` | | -| persistence.app.enabled | bool | `true` | | -| persistence.app.mountPath | string | `"/app"` | | -| persistence.backups.enabled | bool | `true` | | -| persistence.backups.mountPath | string | `"/app/storage/app/backups"` | | -| persistence.logs.enabled | bool | `true` | | -| persistence.logs.mountPath | string | `"/app/storage/logs"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10160` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/linkding/CONFIG.md b/charts/stable/linkding/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/linkding/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/linkding/Chart.yaml b/charts/stable/linkding/Chart.yaml index 341615f3312..abc829fb9a9 100644 --- a/charts/stable/linkding/Chart.yaml +++ b/charts/stable/linkding/Chart.yaml @@ -19,7 +19,7 @@ name: linkding sources: - https://github.com/sissbruecker/linkding - https://hub.docker.com/r/sissbruecker/linkding -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - bookmarks diff --git a/charts/stable/linkding/helm-values.md b/charts/stable/linkding/helm-values.md deleted file mode 100644 index 415d9238f1d..00000000000 --- a/charts/stable/linkding/helm-values.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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.LD_DISABLE_BACKGROUND_TASKS | bool | `false` | | -| env.LD_DISABLE_URL_VALIDATION | bool | `false` | | -| env.LD_REQUEST_TIMEOUT | int | `60` | | -| env.LD_SERVER_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/linkding"` | | -| image.tag | string | `"v1.8.8@sha256:c5a15b48ef46e409d6d0fe0552280611bcbb148e5311f4ed0e9e12d2360e6578"` | | -| lifecycle.postStart.exec.command[0] | string | `"/bin/bash"` | | -| lifecycle.postStart.exec.command[1] | string | `"-c"` | | -| lifecycle.postStart.exec.command[2] | string | `"if [ -f /etc/linkding/data/.superuser_exists ]; then\n echo \"Superuser has been created before. Skipping...\";\nelse\n echo \"Creating superuser...\";\n export status=99;\n until [ $status -eq 0 ];\n do\n python manage.py createsuperuser --username=${DJANGO_SUPERUSER_USERNAME} --email=${DJANGO_SUPERUSER_EMAIL} --noinput;\n status=$?;\n sleep 3;\n done;\n echo \"This file is to ensure that init script won't try to create a superuser again and fail because it already exsits\" > /etc/linkding/data/.superuser_exists;\n echo \"Superuser Created!\";\nfi;\n"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/etc/linkding/data"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.DJANGO_SUPERUSER_EMAIL | string | `"super@example.com"` | | -| secret.DJANGO_SUPERUSER_PASSWORD | string | `"somesecret"` | | -| secret.DJANGO_SUPERUSER_USERNAME | string | `"superuser"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10210` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/littlelink/CONFIG.md b/charts/stable/littlelink/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/littlelink/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml index e7a547c0341..21c176195fc 100644 --- a/charts/stable/littlelink/Chart.yaml +++ b/charts/stable/littlelink/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/techno-tim/littlelink-server - https://github.com/sethcottle/littlelink type: application -version: 6.0.23 +version: 6.0.24 annotations: truecharts.org/catagories: | - social diff --git a/charts/stable/littlelink/helm-values.md b/charts/stable/littlelink/helm-values.md deleted file mode 100644 index 615468b93fc..00000000000 --- a/charts/stable/littlelink/helm-values.md +++ /dev/null @@ -1,40 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| envFrom[0].configMapRef.name | string | `"littlelinkconfig"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/littlelink-server"` | | -| image.tag | string | `"latest@sha256:882f45dc6c5d7c3c262924d8421cb0818382b46d67e72c65a849c00d2857cad8"` | | -| littlelink.avatar_2x_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg"` | | -| littlelink.avatar_alt | string | `"techno tim profile pic"` | | -| littlelink.avatar_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg"` | | -| littlelink.bio | string | `"hey! just a place where you can connect with me!"` | | -| littlelink.discord | string | `"https://discord.gg/djkexrj"` | | -| littlelink.favicon_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg"` | | -| littlelink.footer | string | `"thanks for stopping by!"` | | -| littlelink.github | string | `"https://github.com/timothystewart6"` | | -| littlelink.instagram | string | `"https://www.instagram.com/techno.tim"` | | -| littlelink.kit | string | `"https://kit.co/technotim"` | | -| littlelink.meta_author | string | `"techno tim"` | | -| littlelink.meta_description | string | `"techno tim link page"` | | -| littlelink.meta_title | string | `"techno tim"` | | -| littlelink.name | string | `"technotim"` | | -| littlelink.theme | string | `"dark"` | | -| littlelink.tiktok | string | `"https://www.tiktok.com/@technotim"` | | -| littlelink.twitch | string | `"https://www.twitch.tv/technotim/"` | | -| littlelink.twitter | string | `"https://twitter.com/technotimlive"` | | -| littlelink.youtube | string | `"https://www.youtube.com/channel/ucok-ghyjcwznj3br4oxwh0a"` | | -| service.main.ports.main.port | int | `10040` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/logitech-media-server/CONFIG.md b/charts/stable/logitech-media-server/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/logitech-media-server/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/logitech-media-server/Chart.yaml b/charts/stable/logitech-media-server/Chart.yaml index 05c44792d3e..e6c1bf098c9 100644 --- a/charts/stable/logitech-media-server/Chart.yaml +++ b/charts/stable/logitech-media-server/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/Logitech/slimserver - https://hub.docker.com/r/lmscommunity/logitechmediaserver type: application -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/logitech-media-server/helm-values.md b/charts/stable/logitech-media-server/helm-values.md deleted file mode 100644 index cf87361bd30..00000000000 --- a/charts/stable/logitech-media-server/helm-values.md +++ /dev/null @@ -1,40 +0,0 @@ -# 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.HTTP_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/logitechmediaserver"` | | -| image.tag | string | `"v8.3.0@sha256:d3b256fbc915c2b035feca6dc66fd694222d6b585e8ed796605f2dad7288341d"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.cli.enabled | bool | `true` | | -| service.cli.ports.cli.enabled | bool | `true` | | -| service.cli.ports.cli.port | int | `10059` | | -| service.cli.ports.cli.targetPort | int | `9090` | | -| service.main.ports.main.port | int | `7000` | | -| service.main.ports.main.targetPort | int | `7000` | You can't just map it like -p 7000:9000, as Logitech Media Server is telling players on which port to connect. Therefore if you have to use a different http port for LMS (other than 9000) you'll have to set the HTTP_PORT environment variable | -| service.playertcp.enabled | bool | `true` | | -| service.playertcp.ports.slimprototcp.enabled | bool | `true` | | -| service.playertcp.ports.slimprototcp.port | int | `3483` | | -| service.playertcp.ports.slimprototcp.targetPort | int | `3483` | | -| service.playerudp.enabled | bool | `true` | | -| service.playerudp.ports.slimprotoudp.enabled | bool | `true` | | -| service.playerudp.ports.slimprotoudp.port | int | `3483` | | -| service.playerudp.ports.slimprotoudp.protocol | string | `"UDP"` | | -| service.playerudp.ports.slimprotoudp.targetPort | int | `3483` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/loki/CONFIG.md b/charts/stable/loki/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/loki/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/loki/Chart.yaml b/charts/stable/loki/Chart.yaml index cb8c0152709..05491b1733c 100644 --- a/charts/stable/loki/Chart.yaml +++ b/charts/stable/loki/Chart.yaml @@ -23,7 +23,7 @@ name: loki sources: - https://github.com/grafana/loki type: application -version: 5.0.12 +version: 5.0.13 annotations: truecharts.org/catagories: | - logs diff --git a/charts/stable/loki/helm-values.md b/charts/stable/loki/helm-values.md deleted file mode 100644 index acf13cee8b2..00000000000 --- a/charts/stable/loki/helm-values.md +++ /dev/null @@ -1,68 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| alerting_groups | list | `[]` | When specified, you also need to add a ruler config section above. An example is shown in the alerting docs. | -| args[0] | string | `"-config.file=/etc/loki/loki.yaml"` | | -| config.auth_enabled | bool | `false` | | -| config.chunk_store_config.max_look_back_period | string | `"0s"` | | -| config.compactor.shared_store | string | `"filesystem"` | | -| config.compactor.working_directory | string | `"/data/loki/boltdb-shipper-compactor"` | | -| config.ingester.chunk_block_size | int | `262144` | | -| config.ingester.chunk_idle_period | string | `"3m"` | | -| config.ingester.chunk_retain_period | string | `"1m"` | | -| config.ingester.lifecycler.ring.kvstore.store | string | `"inmemory"` | | -| config.ingester.lifecycler.ring.replication_factor | int | `1` | | -| config.ingester.max_transfer_retries | int | `0` | | -| config.ingester.wal.dir | string | `"/data/loki/wal"` | | -| config.limits_config.enforce_metric_name | bool | `false` | | -| config.limits_config.reject_old_samples | bool | `true` | | -| config.limits_config.reject_old_samples_max_age | string | `"168h"` | | -| config.schema_config.configs[0].from | string | `"2020-10-24"` | | -| config.schema_config.configs[0].index.period | string | `"24h"` | | -| config.schema_config.configs[0].index.prefix | string | `"index_"` | | -| config.schema_config.configs[0].object_store | string | `"filesystem"` | | -| config.schema_config.configs[0].schema | string | `"v11"` | | -| config.schema_config.configs[0].store | string | `"boltdb-shipper"` | | -| config.server.http_listen_port | int | `3100` | | -| config.storage_config.boltdb_shipper.active_index_directory | string | `"/data/loki/boltdb-shipper-active"` | | -| config.storage_config.boltdb_shipper.cache_location | string | `"/data/loki/boltdb-shipper-cache"` | | -| config.storage_config.boltdb_shipper.cache_ttl | string | `"24h"` | | -| config.storage_config.boltdb_shipper.shared_store | string | `"filesystem"` | | -| config.storage_config.filesystem.directory | string | `"/data/loki/chunks"` | | -| config.table_manager.retention_deletes_enabled | bool | `false` | | -| config.table_manager.retention_period | string | `"0s"` | | -| controller.replicas | int | `1` | Number of desired pods | -| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit | -| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition | -| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge | -| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable | -| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. | -| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/loki"` | | -| image.tag | string | `"v2.4.2@sha256:72adb0e2891b3dc41bd40e9ba8445ffc60309d36ed391eab26d9dec10b4e1c88"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/etc/loki"` | Where to mount the volume in the main container. | -| persistence.config.objectName | string | `"{{ include \"common.names.fullname\" . -}}-config"` | Specify the name of the configmap object to be mounted | -| persistence.config.type | string | `"secret"` | | -| probes.liveness.path | string | `"/ready"` | | -| probes.readiness.path | string | `"/ready"` | | -| probes.startup.path | string | `"/ready"` | | -| promtail.enabled | bool | `true` | | -| service.main.ports.main.port | int | `3100` | | -| service.main.ports.main.protocol | string | `"HTTP"` | | -| service.main.ports.main.targetPort | int | `3100` | | -| volumeClaimTemplates.data.enabled | bool | `true` | | -| volumeClaimTemplates.data.mountPath | string | `"/data"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/lychee/CONFIG.md b/charts/stable/lychee/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/lychee/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/lychee/Chart.yaml b/charts/stable/lychee/Chart.yaml index 066138e6bb3..5f407610338 100644 --- a/charts/stable/lychee/Chart.yaml +++ b/charts/stable/lychee/Chart.yaml @@ -31,7 +31,7 @@ sources: - https://github.com/LycheeOrg/Lychee - https://hub.docker.com/r/lycheeorg/lychee type: application -version: 13.0.11 +version: 13.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/lychee/helm-values.md b/charts/stable/lychee/helm-values.md deleted file mode 100644 index dcf931316a7..00000000000 --- a/charts/stable/lychee/helm-values.md +++ /dev/null @@ -1,64 +0,0 @@ -# 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_DEBUG | bool | `false` | | -| env.APP_ENV | string | `"production"` | | -| env.APP_NAME | string | `"Lychee"` | | -| env.APP_URL | string | `"http://localhost"` | | -| env.CACHE_DRIVER | string | `"redis"` | | -| env.DB_CONNECTION | string | `"pgsql"` | | -| env.DB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.DB_PORT | string | `"5432"` | | -| env.DB_USERNAME | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.MIX_PUSHER_APP_CLUSTER | string | `"{{ .Values.env.PUSHER_APP_CLUSTER }}"` | | -| env.MIX_PUSHER_APP_KEY | string | `"{{ .Values.env.PUSHER_APP_KEY }}"` | | -| env.PHP_TZ | string | `"{{ .Values.TZ }}"` | | -| env.PUSHER_APP_CLUSTER | string | `""` | | -| env.PUSHER_APP_KEY | string | `""` | | -| env.REDIS_PORT | string | `"6379"` | | -| env.SECURITY_HEADER_HSTS_ENABLE | bool | `false` | | -| env.SESSION_DRIVER | string | `"redis"` | | -| env.TIMEZONE | string | `"{{ .Values.TZ }}"` | | -| envValueFrom.APP_KEY.secretKeyRef.key | string | `"APP_KEY"` | | -| envValueFrom.APP_KEY.secretKeyRef.name | string | `"lychee-secrets"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.key | string | `"redis-password"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/lychee-laravel"` | | -| image.tag | string | `"v4.4.0@sha256:f241d62fa4b2f97577d494c319eaab9e5b127e4a67af58ea90861ce56ff0fb88"` | | -| persistence.conf.enabled | bool | `true` | | -| persistence.conf.mountPath | string | `"/conf"` | | -| persistence.sym.enabled | bool | `true` | | -| persistence.sym.mountPath | string | `"/sym"` | | -| persistence.uploads.enabled | bool | `true` | | -| persistence.uploads.mountPath | string | `"/uploads"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"lychee"` | | -| postgresql.postgresqlUsername | string | `"lychee"` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10017` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/makemkv/CONFIG.md b/charts/stable/makemkv/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/makemkv/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/makemkv/Chart.yaml b/charts/stable/makemkv/Chart.yaml index 5db0c3ba4ae..2c5d65c0d80 100644 --- a/charts/stable/makemkv/Chart.yaml +++ b/charts/stable/makemkv/Chart.yaml @@ -18,7 +18,7 @@ name: makemkv sources: - https://github.com/jlesage/docker-makemkv - https://hub.docker.com/r/jlesage/makemkv -version: 2.0.11 +version: 2.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/makemkv/helm-values.md b/charts/stable/makemkv/helm-values.md deleted file mode 100644 index b08d2ac96e2..00000000000 --- a/charts/stable/makemkv/helm-values.md +++ /dev/null @@ -1,63 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| configmap.makemkv.data.AUTO_DISC_RIPPER | string | `"{{ ternary \"1\" \"0\" .Values.makemkv.AUTO_DISC_RIPPER }}"` | | -| configmap.makemkv.data.AUTO_DISC_RIPPER_BD_MODE | string | `"{{ .Values.makemkv.AUTO_DISC_RIPPER_BD_MODE }}"` | | -| configmap.makemkv.data.AUTO_DISC_RIPPER_EJECT | string | `"{{ ternary \"1\" \"0\" .Values.makemkv.AUTO_DISC_RIPPER_EJECT }}"` | | -| configmap.makemkv.data.AUTO_DISC_RIPPER_FORCE_UNIQUE_OUTPUT_DIR | string | `"{{ ternary \"1\" \"0\" .Values.makemkv.AUTO_DISC_RIPPER_FORCE_UNIQUE_OUTPUT_DIR }}"` | | -| configmap.makemkv.data.AUTO_DISC_RIPPER_INTERVAL | string | `"{{ .Values.makemkv.AUTO_DISC_RIPPER_INTERVAL }}"` | | -| configmap.makemkv.data.AUTO_DISC_RIPPER_MAKEMKV_PROFILE | string | `"{{ .Values.makemkv.AUTO_DISC_RIPPER_MAKEMKV_PROFILE }}"` | | -| configmap.makemkv.data.AUTO_DISC_RIPPER_NO_GUI_PROGRESS | string | `"{{ ternary \"1\" \"0\" .Values.makemkv.AUTO_DISC_RIPPER_NO_GUI_PROGRESS }}"` | | -| configmap.makemkv.data.AUTO_DISC_RIPPER_PARALLEL_RIP | string | `"{{ ternary \"1\" \"0\" .Values.makemkv.AUTO_DISC_RIPPER_PARALLEL_RIP }}"` | | -| configmap.makemkv.data.DISPLAY_HEIGHT | string | `"{{ .Values.makemkv.DISPLAY_HEIGHT }}"` | | -| configmap.makemkv.data.DISPLAY_WIDTH | string | `"{{ .Values.makemkv.DISPLAY_WIDTH }}"` | | -| configmap.makemkv.data.KEEP_APP_RUNNING | string | `"{{ ternary \"1\" \"0\" .Values.makemkv.KEEP_APP_RUNNING }}"` | | -| configmap.makemkv.data.MAKEMKV_KEY | string | `"{{ .Values.makemkv.MAKEMKV_KEY }}"` | | -| configmap.makemkv.data.SECURE_CONNECTION | string | `"{{ ternary \"1\" \"0\" .Values.makemkv.SECURE_CONNECTION }}"` | | -| configmap.makemkv.enabled | bool | `true` | | -| envFrom[0].configMapRef.name | string | `"{{ include \"common.names.fullname\" . }}-makemkv"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/makemkv"` | | -| image.tag | string | `"v1.21.3@sha256:f118ce074c75f8544913c1ed1f2354613e3a8838061aa7d44c323a52a811f23d"` | | -| makemkv.AUTO_DISC_RIPPER | bool | `false` | | -| makemkv.AUTO_DISC_RIPPER_BD_MODE | string | `"mkv"` | | -| makemkv.AUTO_DISC_RIPPER_EJECT | bool | `false` | | -| makemkv.AUTO_DISC_RIPPER_FORCE_UNIQUE_OUTPUT_DIR | bool | `false` | | -| makemkv.AUTO_DISC_RIPPER_INTERVAL | int | `5` | | -| makemkv.AUTO_DISC_RIPPER_MAKEMKV_PROFILE | string | `""` | | -| makemkv.AUTO_DISC_RIPPER_NO_GUI_PROGRESS | bool | `false` | | -| makemkv.AUTO_DISC_RIPPER_PARALLEL_RIP | bool | `false` | | -| makemkv.DISPLAY_HEIGHT | int | `768` | | -| makemkv.DISPLAY_WIDTH | int | `1280` | | -| makemkv.KEEP_APP_RUNNING | bool | `false` | | -| makemkv.MAKEMKV_KEY | string | `"BETA"` | | -| makemkv.SECURE_CONNECTION | bool | `false` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.output.enabled | bool | `true` | | -| persistence.output.mountPath | string | `"/output"` | | -| persistence.storage.enabled | bool | `true` | | -| persistence.storage.mountPath | string | `"/storage"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.VNC_PASSWORD | string | `""` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10180` | | -| service.main.ports.main.targetPort | int | `5800` | | -| service.vnc.enabled | bool | `true` | | -| service.vnc.ports.vnc.enabled | bool | `true` | | -| service.vnc.ports.vnc.port | int | `10181` | | -| service.vnc.ports.vnc.targetPort | int | `5900` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/matomo/CONFIG.md b/charts/stable/matomo/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/matomo/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml index 2c43e858664..960cec996bf 100644 --- a/charts/stable/matomo/Chart.yaml +++ b/charts/stable/matomo/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/bitnami/matomo - https://github.com/bitnami/bitnami-docker-matomo - https://github.com/matomo-org/matomo -version: 3.0.20 +version: 3.0.21 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/matomo/helm-values.md b/charts/stable/matomo/helm-values.md deleted file mode 100644 index 844e1e03cb7..00000000000 --- a/charts/stable/matomo/helm-values.md +++ /dev/null @@ -1,67 +0,0 @@ -# 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.APACHE_HTTPS_PORT_NUMBER | string | `"{{ .Values.service.https.ports.https.port }}"` | | -| env.APACHE_HTTP_PORT_NUMBER | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| env.BITNAMI_DEBUG | bool | `true` | | -| env.MATOMO_DATABASE_NAME | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | | -| env.MATOMO_DATABASE_PORT_NUMBER | int | `3306` | | -| env.MATOMO_DATABASE_USER | string | `"{{ .Values.mariadb.mariadbUsername }}"` | | -| env.MATOMO_EMAIL | string | `"myemail@example.com"` | | -| env.MATOMO_ENABLE_ASSUME_SECURE_PROTOCOL | bool | `false` | | -| env.MATOMO_ENABLE_FORCE_SSL | bool | `false` | | -| env.MATOMO_ENABLE_PROXY_URI_HEADER | bool | `false` | | -| env.MATOMO_HOST | string | `"127.0.0.1"` | | -| env.MATOMO_PASSWORD | string | `"password"` | | -| env.MATOMO_SMTP_AUTH | string | `"Plain"` | | -| env.MATOMO_SMTP_HOST | string | `""` | MATOMO_PROXY_CLIENT_HEADER: "HTTP_X_FORWARDED_FOR" SMTP Config | -| env.MATOMO_SMTP_PASSWORD | string | `""` | | -| env.MATOMO_SMTP_PORT | string | `""` | | -| env.MATOMO_SMTP_PROTOCOL | string | `""` | | -| env.MATOMO_SMTP_USER | string | `""` | | -| env.MATOMO_USERNAME | string | `"admin"` | | -| env.MATOMO_WEBSITE_HOST | string | `"https://web.example.com"` | | -| env.MATOMO_WEBSITE_NAME | string | `"My Website"` | | -| env.PHP_DATE_TIMEZONE | string | `"{{ .Values.TZ }}"` | | -| env.PHP_ENABLE_OPCACHE | bool | `true` | | -| env.PHP_MEMORY_LIMIT | string | `"2048M"` | | -| envValueFrom.MATOMO_DATABASE_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.MATOMO_DATABASE_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.MATOMO_DATABASE_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.MATOMO_DATABASE_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/matomo"` | | -| image.tag | string | `"v4.8.0@sha256:f386421be877e996c416952be0897dee98a519ce02409d39d5570965eba33fde"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"matomo"` | | -| mariadb.mariadbUsername | string | `"matomo"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/bitnami/matomo"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes.liveness.path | string | `"/index.php"` | | -| probes.readiness.path | string | `"/index.php"` | | -| probes.startup.path | string | `"/index.php"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.https.enabled | bool | `true` | | -| service.https.ports.https.enabled | bool | `true` | | -| service.https.ports.https.port | int | `10173` | | -| service.https.ports.https.protocol | string | `"HTTPS"` | | -| service.https.ports.https.targetPort | int | `10173` | | -| service.main.ports.main.port | int | `10172` | | -| service.main.ports.main.protocol | string | `"HTTP"` | | -| service.main.ports.main.targetPort | int | `10172` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/mattermost/Chart.yaml b/charts/stable/mattermost/Chart.yaml index 1c2e4887c8b..8b7c83fa901 100644 --- a/charts/stable/mattermost/Chart.yaml +++ b/charts/stable/mattermost/Chart.yaml @@ -24,7 +24,7 @@ name: mattermost sources: - https://github.com/mattermost/mattermost-server - https://github.com/mattermost/docker -version: 3.0.12 +version: 3.0.13 annotations: truecharts.org/catagories: | - hosting diff --git a/charts/stable/mealie/CONFIG.md b/charts/stable/mealie/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/mealie/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index ece38aae19c..0ff02671dcf 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -21,7 +21,7 @@ maintainers: name: mealie sources: - https://github.com/hay-kot/mealie -version: 8.0.10 +version: 8.0.11 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/mealie/helm-values.md b/charts/stable/mealie/helm-values.md deleted file mode 100644 index aae0cd2ed1d..00000000000 --- a/charts/stable/mealie/helm-values.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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 | object | See below | environment variables. See [image docs](https://hay-kot.github.io/mealie/getting-started/install/#env-variables) for more details. | -| env.DB_TYPE | string | `"postgres"` | Set the container timezone | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.POSTGRES_SERVER.secretKeyRef.key | string | `"plainporthost"` | | -| envValueFrom.POSTGRES_SERVER.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/mealie"` | image repository | -| image.tag | string | `"v0.5.6@sha256:49fca9d0e53aa4ceb92dd41b9bf58ca47d31d3ceff0b9575fe86d193c0484f66"` | image tag | -| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"mealie"` | | -| postgresql.postgresqlUsername | string | `"mealie"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/medusa/CONFIG.md b/charts/stable/medusa/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/medusa/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/medusa/Chart.yaml b/charts/stable/medusa/Chart.yaml index a735a837845..7de35ee4c27 100644 --- a/charts/stable/medusa/Chart.yaml +++ b/charts/stable/medusa/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/linuxserver/docker-medusa - https://pymedusa.com/ type: application -version: 3.0.13 +version: 3.0.14 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/medusa/helm-values.md b/charts/stable/medusa/helm-values.md deleted file mode 100644 index 3a3c9566def..00000000000 --- a/charts/stable/medusa/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/medusa"` | | -| image.tag | string | `"v0.5.27@sha256:3c7857f49adc195316fd4209168f73244d1e63e8b79fe03cd750c66ef3c1ae4b"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10068` | | -| service.main.ports.main.targetPort | int | `8081` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/meshroom/Chart.yaml b/charts/stable/meshroom/Chart.yaml index 92079072641..70c1aeafb87 100644 --- a/charts/stable/meshroom/Chart.yaml +++ b/charts/stable/meshroom/Chart.yaml @@ -18,7 +18,7 @@ name: meshroom sources: - https://github.com/alicevision/meshroom - https://hub.docker.com/r/alicevision/meshroom -version: 2.0.9 +version: 2.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/metallb/CONFIG.md b/charts/stable/metallb/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/metallb/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/metallb/Chart.yaml b/charts/stable/metallb/Chart.yaml index 79aa1959205..412f088edc2 100644 --- a/charts/stable/metallb/Chart.yaml +++ b/charts/stable/metallb/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 2.0.2 +version: 2.0.3 annotations: truecharts.org/catagories: | - core diff --git a/charts/stable/metallb/helm-values.md b/charts/stable/metallb/helm-values.md deleted file mode 100644 index 73174ecf436..00000000000 --- a/charts/stable/metallb/helm-values.md +++ /dev/null @@ -1,19 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"placeholder"` | | -| image.tag | string | `"upstream"` | | -| metallb.configInline | object | `{}` | format. When configInline is used, Helm manages MetalLB's configuration ConfigMap as part of the release, and existingConfigMap is ignored. Refer to https://metallb.universe.tf/configuration/ for available options. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/metube/Chart.yaml b/charts/stable/metube/Chart.yaml index 2f09e425cdf..681db7d691c 100644 --- a/charts/stable/metube/Chart.yaml +++ b/charts/stable/metube/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: metube sources: - https://github.com/alexta69/metube -version: 2.0.9 +version: 2.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/minecraft-bedrock/CONFIG.md b/charts/stable/minecraft-bedrock/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/minecraft-bedrock/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/minecraft-bedrock/Chart.yaml b/charts/stable/minecraft-bedrock/Chart.yaml index c79aa511df7..5784bfc1893 100644 --- a/charts/stable/minecraft-bedrock/Chart.yaml +++ b/charts/stable/minecraft-bedrock/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/itzg/docker-minecraft-server - https://hub.docker.com/r/itzg/minecraft-server type: application -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - games diff --git a/charts/stable/minecraft-bedrock/helm-values.md b/charts/stable/minecraft-bedrock/helm-values.md deleted file mode 100644 index 87532d1b8aa..00000000000 --- a/charts/stable/minecraft-bedrock/helm-values.md +++ /dev/null @@ -1,51 +0,0 @@ -# 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.ALLOW_CHEATS | bool | `false` | | -| env.CORRECT_PLAYER_MOVEMENT | bool | `false` | | -| env.DEFAULT_PLAYER_PERMISSION_LEVEL | string | `"member"` | | -| env.DIFFICULTY | string | `"easy"` | | -| env.EULA | string | `"TRUE"` | | -| env.GAMEMODE | string | `"survival"` | | -| env.LEVEL_NAME | string | `"Bedrock level"` | | -| env.LEVEL_SEED | string | `""` | | -| env.LEVEL_TYPE | string | `"DEFAULT"` | | -| env.MAX_PLAYERS | int | `10` | | -| env.MAX_THREADS | int | `8` | | -| env.ONLINE_MODE | bool | `true` | | -| env.PLAYER_IDLE_TIMEOUT | int | `30` | | -| env.PLAYER_MOVEMENT_DISTANCE_THRESHOLD | float | `0.3` | | -| env.PLAYER_MOVEMENT_DURATION_THRESHOLD_IN_MS | int | `500` | | -| env.PLAYER_MOVEMENT_SCORE_THRESHOLD | int | `20` | | -| env.SERVER_AUTHORITATIVE_MOVEMENT | string | `"server-auth"` | | -| env.SERVER_NAME | string | `"TrueCharts Dedicated Server!"` | | -| env.SERVER_PORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | | -| env.SERVER_PORT_V6 | int | `19133` | | -| env.TEXTUREPACK_REQUIRED | bool | `false` | | -| env.TICK_DISTANCE | int | `4` | | -| env.VERSION | string | `"LATEST"` | | -| env.VIEW_DISTANCE | int | `32` | | -| env.WHITE_LIST | bool | `false` | | -| image.pullPolicy | string | `"Always"` | | -| image.repository | string | `"tccr.io/truecharts/minecraft-bedrock"` | | -| image.tag | string | `"2022.1.0@sha256:63fbf9347350871633418621dcf46bde8d36b647ff1c6f24555aa1487bd62698"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/data"` | | -| probes.liveness | object | See below | Liveness probe configuration | -| probes.readiness | object | See below | Redainess probe configuration | -| probes.startup | object | See below | Startup probe configuration | -| service.main.ports.main.port | int | `19132` | | -| service.main.ports.main.protocol | string | `"UDP"` | | -| service.main.ports.main.targetPort | int | `19132` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/minecraft-java/CONFIG.md b/charts/stable/minecraft-java/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/minecraft-java/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/minecraft-java/Chart.yaml b/charts/stable/minecraft-java/Chart.yaml index d6f4078cf78..dbdcaa65d06 100644 --- a/charts/stable/minecraft-java/Chart.yaml +++ b/charts/stable/minecraft-java/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/itzg/docker-minecraft-server - https://hub.docker.com/r/itzg/minecraft-server type: application -version: 1.0.16 +version: 1.0.17 annotations: truecharts.org/catagories: | - games diff --git a/charts/stable/minecraft-java/helm-values.md b/charts/stable/minecraft-java/helm-values.md deleted file mode 100644 index 181886127ea..00000000000 --- a/charts/stable/minecraft-java/helm-values.md +++ /dev/null @@ -1,70 +0,0 @@ -# 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.ALLOW_NETHER | bool | `true` | | -| env.ANNOUNCE_PLAYER_ACHIEVEMENTS | bool | `true` | | -| env.DIFFICULTY | string | `"easy"` | | -| env.ENABLE_COMMAND_BLOCK | bool | `false` | | -| env.EULA | string | `"TRUE"` | | -| env.FORCE_GAMEMODE | bool | `false` | | -| env.GENERATE_STRUCTURES | bool | `true` | | -| env.HARDCORE | bool | `false` | | -| env.LEVEL | string | `"world"` | | -| env.LEVEL_TYPE | string | `"DEFAULT"` | | -| env.MAX_BUILD_HEIGHT | int | `256` | | -| env.MAX_PLAYERS | int | `20` | | -| env.MAX_TICK_TIME | int | `60000` | | -| env.MAX_WORLD_SIZE | int | `10000` | | -| env.MEMORY | string | `"2048M"` | | -| env.MODE | string | `"survival"` | | -| env.MOTD | string | `"Welcome to Minecraft on TrueNAS Scale!"` | | -| env.ONLINE_MODE | bool | `true` | | -| env.OVERRIDE_SERVER_PROPERTIES | bool | `true` | | -| env.PVP | bool | `false` | | -| env.SPAWN_ANIMALS | bool | `true` | | -| env.SPAWN_MONSTERS | bool | `true` | | -| env.SPAWN_NPCS | bool | `true` | | -| env.TYPE | string | `"VANILLA"` | | -| env.VERSION | string | `"LATEST"` | | -| env.VIEW_DISTANCE | int | `16` | | -| image.pullPolicy | string | `"Always"` | | -| image.repository | string | `"tccr.io/truecharts/minecraft-java"` | | -| image.tag | string | `"v2022.5.0@sha256:06f4d4c559a827927195a8b4692633fa8c15f1401d65a6b395adb601c4f7273c"` | | -| j11Image.pullPolicy | string | `"Always"` | | -| j11Image.repository | string | `"tccr.io/truecharts/minecraft-java11"` | | -| j11Image.tag | string | `"latest@sha256:049429008ff816f1675e8914f94852a9a3cac3dfa2ad8fd26e8bc4d5cddce06f"` | | -| j11j9Image.pullPolicy | string | `"Always"` | | -| j11j9Image.repository | string | `"tccr.io/truecharts/minecraft-java11-openj9"` | | -| j11j9Image.tag | string | `"latest@sha256:248ecbdca94efa8ab7c0b0437a0b59ba82ca9dabe6cd1f90a8cbd43319f15b82"` | | -| j8Image.pullPolicy | string | `"Always"` | | -| j8Image.repository | string | `"tccr.io/truecharts/minecraft-java8-openj9"` | | -| j8Image.tag | string | `"latest@sha256:44937cf02381e41f82b3651c628123085ad11ee63c3e1bb5b909c09947a3fe3f"` | | -| j8j9Image.pullPolicy | string | `"Always"` | | -| j8j9Image.repository | string | `"tccr.io/truecharts/minecraft-java8-openj9"` | | -| j8j9Image.tag | string | `"latest@sha256:44937cf02381e41f82b3651c628123085ad11ee63c3e1bb5b909c09947a3fe3f"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| portal.enabled | bool | `false` | | -| secret.RCON_PASSWORD | string | `"secretrconpass"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `25565` | | -| service.main.ports.main.targetPort | int | `25565` | | -| service.rcon.enabled | bool | `true` | | -| service.rcon.ports.rcon.enabled | bool | `true` | | -| service.rcon.ports.rcon.port | int | `25575` | | -| service.rcon.ports.rcon.targetPort | int | `25575` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/minetest/CONFIG.md b/charts/stable/minetest/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/minetest/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/minetest/Chart.yaml b/charts/stable/minetest/Chart.yaml index 21e6c2c5063..2202f5c3d78 100644 --- a/charts/stable/minetest/Chart.yaml +++ b/charts/stable/minetest/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: minetest -version: 1.0.9 +version: 1.0.10 appVersion: "5.5.1" description: Minetest (server) is a near-infinite-world block sandbox game and a game engine. type: application diff --git a/charts/stable/minetest/helm-values.md b/charts/stable/minetest/helm-values.md deleted file mode 100644 index 63db2bf96a9..00000000000 --- a/charts/stable/minetest/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/minetest"` | | -| image.tag | string | `"v5.5.0"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config/.minetest"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes.liveness.enabled | bool | `false` | | -| probes.readiness.enabled | bool | `false` | | -| probes.startup.enabled | bool | `false` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `30000` | | -| service.main.ports.main.protocol | string | `"UDP"` | | -| service.main.ports.main.targetPort | int | `30000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/miniflux/CONFIG.md b/charts/stable/miniflux/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/miniflux/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/miniflux/Chart.yaml b/charts/stable/miniflux/Chart.yaml index 65c861444f2..d4908f03237 100644 --- a/charts/stable/miniflux/Chart.yaml +++ b/charts/stable/miniflux/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2.0.37" description: Miniflux is a minimalist and opinionated feed reader. name: miniflux -version: 7.0.11 +version: 7.0.12 kubeVersion: ">=1.16.0-0" keywords: - miniflux diff --git a/charts/stable/miniflux/helm-values.md b/charts/stable/miniflux/helm-values.md deleted file mode 100644 index 15d90a0bc78..00000000000 --- a/charts/stable/miniflux/helm-values.md +++ /dev/null @@ -1,29 +0,0 @@ -# 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.CREATE_ADMIN | int | `1` | Set to `1` to create an admin user from environment variables. | -| env.RUN_MIGRATIONS | int | `1` | Set the container timezone. -- Set to `1` to run database migrations during application startup. | -| envValueFrom.DATABASE_URL | object | `{"secretKeyRef":{"key":"urlnossl","name":"dbcreds"}}` | Postgresql connection parameters. See [lib/pq](https://pkg.go.dev/github.com/lib/pq#hdr-Connection_String_Parameters) for more details. | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/miniflux"` | | -| image.tag | string | `"v2.0.36@sha256:ae3e5307812417bd9996abda27eb8d4a4dfec1dc6bede5d4a14e536319ba1817"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| postgresql | object | Enabled (see values.yaml for more details) | Enable and configure postgresql database subchart under this key. | -| probes | object | See values.yaml | Configures the probes for the main Pod. | -| secret | object | See below | environment variables. See [miniflux docs](https://miniflux.app/docs/configuration.html) for more details. | -| secret.ADMIN_PASSWORD | string | `"changeme"` | Admin user password, it's used only if `CREATE_ADMIN` is enabled. | -| secret.ADMIN_USERNAME | string | `"admin"` | Admin user login, it's used only if `CREATE_ADMIN` is enabled. | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/minio-console/CONFIG.md b/charts/stable/minio-console/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/minio-console/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/minio-console/Chart.yaml b/charts/stable/minio-console/Chart.yaml index 1e2c892ba28..3a68d62c464 100644 --- a/charts/stable/minio-console/Chart.yaml +++ b/charts/stable/minio-console/Chart.yaml @@ -19,7 +19,7 @@ maintainers: name: minio-console sources: - https://github.com/minio/console -version: 3.0.11 +version: 3.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/minio-console/helm-values.md b/charts/stable/minio-console/helm-values.md deleted file mode 100644 index 777d41fb965..00000000000 --- a/charts/stable/minio-console/helm-values.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| args | list | `["server"]` | Override the args for the default container. | -| env | object | See below | environment variables. See more environment variables in the [minio-console documentation](https://minio-console.org/docs). | -| env.CONSOLE_MINIO_SERVER | string | `""` | Set the container timezone -- Required: Minio server URL Example: https://minio.server:9000 | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/minio-console"` | image repository | -| image.tag | string | `"v0.15.6@sha256:9cdd199bd7be3aae7c5154083cfb8e6fad10ae6bd713aafdc46ba7b83c88be97"` | image tag | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| secret.CONSOLE_PBKDF_PASSPHRASE | string | `"changeme"` | Required: Passphrase to derive keys (generate own) Example: D6vpras1xpUgrcFpOIGA4crHvzUDQb48 | -| secret.CONSOLE_PBKDF_SALT | string | `"changeme"` | Required: Salt for derived keys (generate own) Example: ILy2FWzwjjYi1TeTEpBjEsPrwLfKZxgi | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/minio/CONFIG.md b/charts/stable/minio/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/minio/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/minio/Chart.yaml b/charts/stable/minio/Chart.yaml index f792bd7010e..eca9061d3af 100644 --- a/charts/stable/minio/Chart.yaml +++ b/charts/stable/minio/Chart.yaml @@ -19,7 +19,7 @@ maintainers: name: minio sources: - https://github.com/minio/minio -version: 3.0.18 +version: 3.0.19 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/minio/helm-values.md b/charts/stable/minio/helm-values.md deleted file mode 100644 index 83bdc4a8e59..00000000000 --- a/charts/stable/minio/helm-values.md +++ /dev/null @@ -1,46 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| args[0] | string | `"server"` | | -| args[1] | string | `"/data"` | | -| args[2] | string | `"--address"` | | -| args[3] | string | `":10106"` | | -| args[4] | string | `"--console-address"` | | -| args[5] | string | `":10107"` | | -| env.MINIO_BROWSER_REDIRECT_URL | string | `""` | | -| env.MINIO_ROOT_USER | string | `"minio"` | | -| env.MINIO_SERVER_URL | string | `""` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/minio"` | | -| image.tag | string | `"latest@sha256:70816dc5a2b67795a0583e54d31f96e17fb8fcf436ac17e47b47fdfd7b9660a5"` | | -| ingress.api.autoLink | bool | `true` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/data"` | | -| probes.liveness.custom | bool | `true` | | -| probes.liveness.spec.httpGet.path | string | `"/minio/health/live"` | | -| probes.liveness.spec.httpGet.port | int | `10106` | | -| probes.liveness.spec.httpGet.scheme | string | `"HTTP"` | | -| probes.readiness.custom | bool | `true` | | -| probes.readiness.spec.httpGet.path | string | `"/minio/health/ready"` | | -| probes.readiness.spec.httpGet.port | int | `10106` | | -| probes.readiness.spec.httpGet.scheme | string | `"HTTP"` | | -| secret.MINIO_ROOT_PASSWORD | string | `"changeme"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.api.enabled | bool | `true` | | -| service.api.ports.api.enabled | bool | `true` | | -| service.api.ports.api.port | int | `10106` | | -| service.api.ports.api.targetPort | int | `10106` | | -| service.main.ports.main.port | int | `10107` | | -| service.main.ports.main.targetPort | int | `10107` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/minisatip/CONFIG.md b/charts/stable/minisatip/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/minisatip/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/minisatip/Chart.yaml b/charts/stable/minisatip/Chart.yaml index abbf11c8b82..55721244b3a 100644 --- a/charts/stable/minisatip/Chart.yaml +++ b/charts/stable/minisatip/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: minisatip -version: 2.0.9 +version: 2.0.10 appVersion: "2021.12.01" description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. type: application diff --git a/charts/stable/minisatip/helm-values.md b/charts/stable/minisatip/helm-values.md deleted file mode 100644 index 1a421c025af..00000000000 --- a/charts/stable/minisatip/helm-values.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/minisatip"` | | -| image.tag | string | `"v2021.12.01"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.discovery.enabled | bool | `true` | | -| service.discovery.ports.discovery.enabled | bool | `true` | | -| service.discovery.ports.discovery.port | int | `1900` | | -| service.discovery.ports.discovery.protocol | string | `"UDP"` | | -| service.discovery.ports.discovery.targetPort | int | `1900` | | -| service.main.ports.main.port | int | `8875` | | -| service.main.ports.main.targetPort | int | `8875` | | -| service.rtsp.enabled | bool | `true` | | -| service.rtsp.ports.rtsp.enabled | bool | `true` | | -| service.rtsp.ports.rtsp.port | int | `554` | | -| service.rtsp.ports.rtsp.targetPort | int | `554` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/mkvtoolnix/Chart.yaml b/charts/stable/mkvtoolnix/Chart.yaml index 9cb171fe262..d1e7cadaf0c 100644 --- a/charts/stable/mkvtoolnix/Chart.yaml +++ b/charts/stable/mkvtoolnix/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/jlesage/mkvtoolnix - https://mkvtoolnix.download/ type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ml-workspace/CONFIG.md b/charts/stable/ml-workspace/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/ml-workspace/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/ml-workspace/Chart.yaml b/charts/stable/ml-workspace/Chart.yaml index db3ac416b1c..ca0ba570fb1 100644 --- a/charts/stable/ml-workspace/Chart.yaml +++ b/charts/stable/ml-workspace/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/mltooling/ml-workspace-gpu - https://hub.docker.com/r/mltooling/ml-workspace-light - https://hub.docker.com/r/mltooling/ml-workspace-minimal -version: 2.0.9 +version: 2.0.10 annotations: truecharts.org/catagories: | - utility diff --git a/charts/stable/ml-workspace/helm-values.md b/charts/stable/ml-workspace/helm-values.md deleted file mode 100644 index 9bd52d96a95..00000000000 --- a/charts/stable/ml-workspace/helm-values.md +++ /dev/null @@ -1,57 +0,0 @@ -# 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.CONFIG_BACKUP_ENABLED | bool | `true` | | -| env.INCLUDE_TUTORIALS | bool | `true` | | -| env.MAX_NUM_THREADS | string | `"auto"` | | -| env.NOTEBOOK_ARGS | string | `""` | | -| env.SHARED_LINKS_ENABLED | bool | `false` | | -| env.SHUTDOWN_INACTIVE_KERNELS | string | `"false"` | true, false or timeout in seconds | -| env.WORKSPACE_BASE_URL | string | `"/"` | | -| env.WORKSPACE_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| env.WORKSPACE_SSL_ENABLED | bool | `false` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/ml-workspace"` | | -| image.tag | string | `"v0.13.2@sha256:fd0195f1d7dc85c14c554a04e7e969201fa9ed8d3448943ca235142f8b2c2ea4"` | | -| imageGPU.pullPolicy | string | `"IfNotPresent"` | | -| imageGPU.repository | string | `"tccr.io/truecharts/ml-workspace-gpu"` | | -| imageGPU.tag | string | `"v0.13.2@sha256:9597b92b15fd4f4f07f84c3d4a93d5905519f5323f1584391122d6ee81abac95"` | | -| imageLight.pullPolicy | string | `"IfNotPresent"` | | -| imageLight.repository | string | `"tccr.io/truecharts/ml-workspace-light"` | | -| imageLight.tag | string | `"v0.13.2@sha256:57258c0496b6dd2e7b7e38378cf9b00de8dc71b4ddbf2c9effb4411333b31241"` | | -| imageMinimal.pullPolicy | string | `"IfNotPresent"` | | -| imageMinimal.repository | string | `"tccr.io/truecharts/ml-workspace-minimal"` | | -| imageMinimal.tag | string | `"v0.13.2@sha256:e95cfd15de0777db2ae5a60752a8cdfdf449bffa23ae6cef94662018e62f9c33"` | | -| imageR.pullPolicy | string | `"IfNotPresent"` | | -| imageR.repository | string | `"tccr.io/truecharts/ml-workspace-r"` | | -| imageR.tag | string | `"v0.12.1@sha256:a67725dbac3e54b8b251c5cd6414cc03a6d4c73084c19fb9b825cbfc64ffb94a"` | | -| imageSelector | string | `"image"` | | -| imageSpark.pullPolicy | string | `"IfNotPresent"` | | -| imageSpark.repository | string | `"tccr.io/truecharts/ml-workspace-spark"` | | -| imageSpark.tag | string | `"v0.12.1@sha256:40af0bb4d9198b4bb467f529034c6b985ffcf8efb4526fff334a0bdb33ddd562"` | | -| persistence.shm.enabled | bool | `true` | | -| persistence.shm.medium | string | `"Memory"` | | -| persistence.shm.mountPath | string | `"/dev/shm"` | | -| persistence.shm.type | string | `"emptyDir"` | | -| persistence.workspace.enabled | bool | `true` | | -| persistence.workspace.mountPath | string | `"/workspace"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.AUTHENTICATE_VIA_JUPYTER | string | `"mytoken"` | | -| secret.WORKSPACE_AUTH_PASSWORD | string | `"password"` | | -| secret.WORKSPACE_AUTH_USER | string | `"admin"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10201` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/monica/CONFIG.md b/charts/stable/monica/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/monica/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index 2ab04be9188..93cec828bf3 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -22,7 +22,7 @@ name: monica sources: - https://github.com/monicahq/monica - https://hub.docker.com/_/monica -version: 3.0.15 +version: 3.0.16 annotations: truecharts.org/catagories: | - crm diff --git a/charts/stable/monica/helm-values.md b/charts/stable/monica/helm-values.md deleted file mode 100644 index eb4cbae97c5..00000000000 --- a/charts/stable/monica/helm-values.md +++ /dev/null @@ -1,37 +0,0 @@ -# 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 | object | See below | environment variables. See [monica documentation](https://raw.githubusercontent.com/monicahq/monica/master/.env.example) for more details. | -| env.APP_ENV | string | `"production"` | Use `local` if you want to install Monica as a development version. Use `production` otherwise. | -| env.APP_URL | string | `"https://crm.k8s-at-home.com"` | The URL of your application. | -| envValueFrom.APP_KEY.secretKeyRef.key | string | `"appkey"` | | -| envValueFrom.APP_KEY.secretKeyRef.name | string | `"appkey"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/monica"` | | -| image.tag | string | `"v3.7.0@sha256:5a720dde93b8a1ab419d9af6c277e06b2d247c9e285498dce4d524be0c605bda"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"monica"` | | -| mariadb.mariadbUsername | string | `"monica"` | | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/mosdns/CONFIG.md b/charts/stable/mosdns/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/mosdns/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/mosdns/Chart.yaml b/charts/stable/mosdns/Chart.yaml index eb819907be2..c7272f626fb 100644 --- a/charts/stable/mosdns/Chart.yaml +++ b/charts/stable/mosdns/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: mosdns -version: 2.0.11 +version: 2.0.12 appVersion: "3.9.0" description: A location-based pluggable DNS forwarder/splitter. type: application diff --git a/charts/stable/mosdns/helm-values.md b/charts/stable/mosdns/helm-values.md deleted file mode 100644 index 38db42dd899..00000000000 --- a/charts/stable/mosdns/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/mosdns"` | | -| image.tag | string | `"v3.5.2@sha256:40d0dec6d2b3db85ffd9720861b9e10a67a0bd75a520e6739fb9734921f2c64c"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/etc/mosdns"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `53` | | -| service.main.ports.main.protocol | string | `"UDP"` | | -| service.main.ports.main.targetPort | int | `53` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/mosquitto/CONFIG.md b/charts/stable/mosquitto/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/mosquitto/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index ed7540cb829..708e7c2dc75 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -21,7 +21,7 @@ name: mosquitto sources: - https://github.com/eclipse/mosquitto type: application -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - homeautomation diff --git a/charts/stable/mosquitto/helm-values.md b/charts/stable/mosquitto/helm-values.md deleted file mode 100644 index 96cbba3335b..00000000000 --- a/charts/stable/mosquitto/helm-values.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| auth.enabled | bool | `false` | By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config. | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/eclipse-mosquitto"` | | -| image.tag | string | `"v2.0.14@sha256:37628595cf8f0d4231d60e683c31e38457d5364c42c84149388306f5ab534df1"` | | -| persistence.configinc.enabled | bool | `true` | | -| persistence.configinc.mountPath | string | `"/mosquitto/configinc"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/mosquitto/data"` | | -| service.main.ports.main.port | int | `1883` | | -| service.main.ports.main.targetPort | int | `1883` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/mstream/CONFIG.md b/charts/stable/mstream/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/mstream/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/mstream/Chart.yaml b/charts/stable/mstream/Chart.yaml index 367fd34059a..eb13efa45e5 100644 --- a/charts/stable/mstream/Chart.yaml +++ b/charts/stable/mstream/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/linuxserver/docker-mstream - https://mstream.io/ type: application -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/mstream/helm-values.md b/charts/stable/mstream/helm-values.md deleted file mode 100644 index de22c8962dc..00000000000 --- a/charts/stable/mstream/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/mstream"` | | -| image.tag | string | `"version-v5.2.5@sha256:1ac2f1c3177e09428cf5be1f33c7110863b69a748f691f8385dc96a313d84e7b"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10041` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/muximux/CONFIG.md b/charts/stable/muximux/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/muximux/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/muximux/Chart.yaml b/charts/stable/muximux/Chart.yaml index b3ba2ee1c0f..856f2f176b1 100644 --- a/charts/stable/muximux/Chart.yaml +++ b/charts/stable/muximux/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-muximux - https://github.com/mescon/Muximux type: application -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/muximux/helm-values.md b/charts/stable/muximux/helm-values.md deleted file mode 100644 index b75200eb64b..00000000000 --- a/charts/stable/muximux/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/muximux"` | | -| image.tag | string | `"version-057352e8@sha256:5942aa00a99c51a0d0fc9afda2f875450515a27a312572c0fcc62471131184e9"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10019` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/mylar/CONFIG.md b/charts/stable/mylar/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/mylar/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index 31d6d3e8d00..3e1e2129ebd 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -19,7 +19,7 @@ sources: - https://github.com/mylar3/mylar3 - https://github.com/linuxserver/docker-mylar3 - https://github.com/truecharts/apps/tree/master/charts/mylar -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/mylar/helm-values.md b/charts/stable/mylar/helm-values.md deleted file mode 100644 index defd5e526b6..00000000000 --- a/charts/stable/mylar/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/mylar3"` | | -| image.tag | string | `"v0.6.6@sha256:fc6e6e5f1df627fde2097f2818a8f3b9be873b6fda622561756493589c785702"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `8090` | | -| service.main.ports.main.targetPort | int | `8090` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/mysql-workbench/CONFIG.md b/charts/stable/mysql-workbench/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/mysql-workbench/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/mysql-workbench/Chart.yaml b/charts/stable/mysql-workbench/Chart.yaml index 64898090d79..ec96c6e072e 100644 --- a/charts/stable/mysql-workbench/Chart.yaml +++ b/charts/stable/mysql-workbench/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: mysql-workbench -version: 2.0.9 +version: 2.0.10 appVersion: "8.0.29" description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs. type: application diff --git a/charts/stable/mysql-workbench/helm-values.md b/charts/stable/mysql-workbench/helm-values.md deleted file mode 100644 index 02f4e86f023..00000000000 --- a/charts/stable/mysql-workbench/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/mysql-workbench"` | | -| image.tag | string | `"v8.0.28"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10134` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/n8n/CONFIG.md b/charts/stable/n8n/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/n8n/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/n8n/Chart.yaml b/charts/stable/n8n/Chart.yaml index 39287ff26bf..dbd93fe8acd 100644 --- a/charts/stable/n8n/Chart.yaml +++ b/charts/stable/n8n/Chart.yaml @@ -28,7 +28,7 @@ sources: - https://docs.n8n.io/ - https://github.com/n8n-io/n8n - https://hub.docker.com/r/n8nio/n8n -version: 4.0.17 +version: 4.0.18 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/n8n/helm-values.md b/charts/stable/n8n/helm-values.md deleted file mode 100644 index cc1d7a95cae..00000000000 --- a/charts/stable/n8n/helm-values.md +++ /dev/null @@ -1,59 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| credentials | object | `{}` | | -| deployment | object | `{"N8N_HOST":"localhost"}` | CREDENTIALS_OVERWRITE_ENDPOINT: "" CREDENTIALS_DEFAULT_NAME: "My credentials" | -| endpoints | object | `{}` | | -| env.DB_POSTGRESDB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.DB_POSTGRESDB_PORT | int | `5432` | | -| env.DB_POSTGRESDB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.DB_TYPE | string | `"postgresdb"` | | -| env.GENERIC_TIMEZONE | string | `"{{ .Values.TZ }}"` | | -| env.N8N_USER_FOLDER | string | `"/data"` | | -| env.QUEUE_BULL_REDIS_PORT | int | `6379` | | -| envFrom[0].configMapRef.name | string | `"n8n-config"` | | -| envValueFrom.DB_POSTGRESDB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_POSTGRESDB_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DB_POSTGRESDB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DB_POSTGRESDB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.QUEUE_BULL_REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.QUEUE_BULL_REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.QUEUE_BULL_REDIS_PASSWORD.secretKeyRef.key | string | `"redis-password"` | | -| envValueFrom.QUEUE_BULL_REDIS_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | | -| executions | object | `{}` | N8N_PAYLOAD_SIZE_MAX: 16 N8N_METRICS: false N8N_METRICS_PREFIX: "n8n_" N8N_ENDPOINT_REST: "rest" N8N_ENDPOINT_WEBHOOK: "webhook" N8N_ENDPOINT_WEBHOOK_TEST: "webhook-test" N8N_ENDPOINT_WEBHOOK_WAIT: "webhook-waiting" N8N_DISABLE_PRODUCTION_MAIN_PROCESS: false N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN: false | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/n8n"` | | -| image.tag | string | `"v0.170.0@sha256:bd1df50c3319a47bb5323b6d83ee1da50eea5717a4621d15c07ecfc97ab99cd5"` | | -| logs | object | `{"N8N_LOG_FILE_LOCATION":"/data/logs"}` | EXECUTIONS_MODE: "regular" EXECUTIONS_TIMEOUT: "-1" EXECUTIONS_TIMEOUT_MAX: 3600 EXECUTIONS_DATA_SAVE_ON_ERROR: "all" EXECUTIONS_DATA_SAVE_ON_SUCCESS: "all" EXECUTIONS_DATA_SAVE_ON_PROGRESS: false EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS: false EXECUTIONS_DATA_PRUNE: false EXECUTIONS_DATA_MAX_AGE: 336 EXECUTIONS_DATA_PRUNE_TIMEOUT: 3600 | -| logs.N8N_LOG_FILE_LOCATION | string | `"/data/logs"` | N8N_LOG_OUTPUT: "console" N8N_LOG_FILE_COUNT_MAX: 100 N8N_LOG_FILE_SIZE_MAX: 16 | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| podSecurityContext.fsGroup | int | `1000` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"n8n"` | | -| postgresql.postgresqlUsername | string | `"n8n"` | | -| probes.liveness.path | string | `"/healthz"` | | -| probes.readiness.path | string | `"/healthz"` | | -| probes.startup.path | string | `"/healthz"` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| security | object | `{}` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `5678` | | -| service.main.ports.main.targetPort | int | `5678` | | -| workflows | object | `{}` | N8N_BASIC_AUTH_ACTIVE: false N8N_BASIC_AUTH_USER: "" N8N_BASIC_AUTH_PASSWORD: "" N8N_BASIC_AUTH_HASH: false N8N_JWT_AUTH_ACTIVE: false N8N_JWT_AUTH_HEADER: "" N8N_JWT_AUTH_HEADER_VALUE_PREFIX: "" N8N_JWKS_URI: "" N8N_JWT_ISSUER: "" N8N_JWT_NAMESPACE: "" N8N_JWT_ALLOWED_TENANT: "" N8N_JWT_ALLOWED_TENANT_KEY: "" | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/nano-wallet/CONFIG.md b/charts/stable/nano-wallet/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/nano-wallet/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/nano-wallet/Chart.yaml b/charts/stable/nano-wallet/Chart.yaml index 18086dc93e9..14cad1b4730 100644 --- a/charts/stable/nano-wallet/Chart.yaml +++ b/charts/stable/nano-wallet/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: nano-wallet -version: 2.0.9 +version: 2.0.10 appVersion: "2021.12.16" description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight. type: application diff --git a/charts/stable/nano-wallet/helm-values.md b/charts/stable/nano-wallet/helm-values.md deleted file mode 100644 index 0d5c3160a03..00000000000 --- a/charts/stable/nano-wallet/helm-values.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/nano-wallet"` | | -| image.tag | string | `"v2021.12.16"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10126` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/navidrome/CONFIG.md b/charts/stable/navidrome/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/navidrome/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml index e9867a87097..0906cae0d40 100644 --- a/charts/stable/navidrome/Chart.yaml +++ b/charts/stable/navidrome/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/deluan/navidrome - https://hub.docker.com/r/deluan/navidrome type: application -version: 11.0.9 +version: 11.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/navidrome/helm-values.md b/charts/stable/navidrome/helm-values.md deleted file mode 100644 index 02fbb020463..00000000000 --- a/charts/stable/navidrome/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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.ND_ENABLETRANSCODINGCONFIG | string | `"true"` | | -| env.ND_LOGLEVEL | string | `"info"` | | -| env.ND_MUSICFOLDER | string | `"/music"` | | -| env.ND_SCANINTERVAL | string | `"15m"` | | -| env.ND_SESSIONTIMEOUT | string | `"24h"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/navidrome"` | | -| image.tag | string | `"v0.47.5@sha256:a7e6b081e2a2ffc86eda6f98eeae5b690235e78611a243ab3c8f576b716378d6"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| service.main.ports.main.port | int | `4533` | | -| service.main.ports.main.targetPort | int | `4533` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/netdata/Chart.yaml b/charts/stable/netdata/Chart.yaml index e04a678a1e2..0aa35bf5b15 100644 --- a/charts/stable/netdata/Chart.yaml +++ b/charts/stable/netdata/Chart.yaml @@ -18,7 +18,7 @@ maintainers: name: netdata sources: - https://github.com/netdata -version: 2.0.11 +version: 2.0.12 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/nextcloud/CONFIG.md b/charts/stable/nextcloud/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/nextcloud/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index f1cac06dabe..2391214ae25 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -37,7 +37,7 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 15.2.6 +version: 15.2.7 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/nextcloud/helm-values.md b/charts/stable/nextcloud/helm-values.md deleted file mode 100644 index 1aca62fce41..00000000000 --- a/charts/stable/nextcloud/helm-values.md +++ /dev/null @@ -1,70 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| cronjob.annotations | object | `{}` | | -| cronjob.failedJobsHistoryLimit | int | `5` | | -| cronjob.schedule | string | `"*/5 * * * *"` | | -| cronjob.successfulJobsHistoryLimit | int | `2` | | -| env.POSTGRES_DB | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.TRUSTED_PROXIES | string | `"172.16.0.0/16"` | | -| envFrom[0].configMapRef.name | string | `"nextcloudconfig"` | | -| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"plainporthost"` | | -| envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.key | string | `"redis-password"` | | -| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/nextcloud"` | | -| image.tag | string | `"v23.0.3@sha256:c8d8684edb42934ffc0140dc71bb97d4d0f691d5823a662a777898141e4c0827"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/var/www/html"` | | -| podSecurityContext.fsGroup | int | `33` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"nextcloud"` | | -| postgresql.postgresqlUsername | string | `"nextcloud"` | | -| probes.liveness.custom | bool | `true` | | -| probes.liveness.spec.httpGet.httpHeaders[0].name | string | `"Host"` | | -| probes.liveness.spec.httpGet.httpHeaders[0].value | string | `"test.fakedomain.dns"` | | -| probes.liveness.spec.httpGet.path | string | `"/status.php"` | | -| probes.liveness.spec.httpGet.port | int | `80` | | -| probes.readiness.custom | bool | `true` | | -| probes.readiness.spec.httpGet.httpHeaders[0].name | string | `"Host"` | | -| probes.readiness.spec.httpGet.httpHeaders[0].value | string | `"test.fakedomain.dns"` | | -| probes.readiness.spec.httpGet.path | string | `"/status.php"` | | -| probes.readiness.spec.httpGet.port | int | `80` | | -| probes.startup.custom | bool | `true` | | -| probes.startup.spec.httpGet.httpHeaders[0].name | string | `"Host"` | | -| probes.startup.spec.httpGet.httpHeaders[0].value | string | `"test.fakedomain.dns"` | | -| probes.startup.spec.httpGet.path | string | `"/status.php"` | | -| probes.startup.spec.httpGet.port | int | `80` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| secret.NEXTCLOUD_ADMIN_PASSWORD | string | `"adminpass"` | | -| secret.NEXTCLOUD_ADMIN_USER | string | `"admin"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.hpb.enabled | bool | `true` | | -| service.hpb.ports.hpb.enabled | bool | `true` | | -| service.hpb.ports.hpb.port | int | `7867` | | -| service.hpb.ports.hpb.targetPort | int | `7867` | | -| service.main.ports.main.port | int | `10020` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/nextpvr/CONFIG.md b/charts/stable/nextpvr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/nextpvr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/nextpvr/Chart.yaml b/charts/stable/nextpvr/Chart.yaml index 7c9e95bd969..82b9c1c0aad 100644 --- a/charts/stable/nextpvr/Chart.yaml +++ b/charts/stable/nextpvr/Chart.yaml @@ -19,7 +19,7 @@ name: nextpvr sources: - https://hub.docker.com/r/nextpvr/nextpvr_amd64 - https://github.com/sub3/NextPVR/wiki/Install-Docker -version: 2.0.9 +version: 2.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/nextpvr/helm-values.md b/charts/stable/nextpvr/helm-values.md deleted file mode 100644 index 696522c8ab2..00000000000 --- a/charts/stable/nextpvr/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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.HOST_IP | string | `"localhost"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/nextpvr"` | | -| image.tag | string | `"latest@sha256:376eadecab56535b4e15e7b75278b1e5bc8040e33041c07b884d90021ed86b2b"` | | -| persistence.buffer.enabled | bool | `true` | | -| persistence.buffer.mountPath | string | `"/buffer"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.recordings.enabled | bool | `true` | | -| persistence.recordings.mountPath | string | `"/recordings"` | | -| service.main.ports.main.port | int | `10183` | | -| service.main.ports.main.targetPort | int | `8866` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/ngircd/CONFIG.md b/charts/stable/ngircd/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/ngircd/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/ngircd/Chart.yaml b/charts/stable/ngircd/Chart.yaml index b6a10af3a59..21e08c912e4 100644 --- a/charts/stable/ngircd/Chart.yaml +++ b/charts/stable/ngircd/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ngircd -version: 2.0.9 +version: 2.0.10 appVersion: "2021.11.21" description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. type: application diff --git a/charts/stable/ngircd/helm-values.md b/charts/stable/ngircd/helm-values.md deleted file mode 100644 index 9ed5712a022..00000000000 --- a/charts/stable/ngircd/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/ngircd"` | | -| image.tag | string | `"v2021.11.21"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `6667` | | -| service.main.ports.main.targetPort | int | `6667` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/nntp2nntp/CONFIG.md b/charts/stable/nntp2nntp/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/nntp2nntp/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/nntp2nntp/Chart.yaml b/charts/stable/nntp2nntp/Chart.yaml index 0a280fb648b..492e191d36f 100644 --- a/charts/stable/nntp2nntp/Chart.yaml +++ b/charts/stable/nntp2nntp/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: nntp2nntp -version: 2.0.9 +version: 2.0.10 appVersion: "0.3.202205" description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. type: application diff --git a/charts/stable/nntp2nntp/helm-values.md b/charts/stable/nntp2nntp/helm-values.md deleted file mode 100644 index 6726ff4ef68..00000000000 --- a/charts/stable/nntp2nntp/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/nntp2nntp"` | | -| image.tag | string | `"v0.3.20211221"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `1563` | | -| service.main.ports.main.targetPort | int | `1563` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/nocodb/Chart.yaml b/charts/stable/nocodb/Chart.yaml index 3ebc2d11e39..5cbac2a55c2 100644 --- a/charts/stable/nocodb/Chart.yaml +++ b/charts/stable/nocodb/Chart.yaml @@ -26,7 +26,7 @@ name: nocodb sources: - https://hub.docker.com/r/nocodb/nocodb - https://github.com/nocodb/nocodb -version: 3.0.15 +version: 3.0.16 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/node-red/CONFIG.md b/charts/stable/node-red/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/node-red/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index 5e02744f34e..cfa49e8647b 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/node-red/Chart.yaml @@ -20,7 +20,7 @@ name: node-red sources: - https://github.com/node-red/node-red-docker type: application -version: 11.0.10 +version: 11.0.11 annotations: truecharts.org/catagories: | - tools diff --git a/charts/stable/node-red/helm-values.md b/charts/stable/node-red/helm-values.md deleted file mode 100644 index 5ee0d824175..00000000000 --- a/charts/stable/node-red/helm-values.md +++ /dev/null @@ -1,23 +0,0 @@ -# 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 | object | `{}` | https://nodered.org/docs/getting-started/docker | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/node-red"` | | -| image.tag | string | `"v2.2.2@sha256:7c181ad1464aebe7e41401acbbb024a3dd1505ce687b0b049fc52a6affe98e54"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| service.main.ports.main.port | int | `1880` | | -| service.main.ports.main.targetPort | int | `1880` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/novnc/CONFIG.md b/charts/stable/novnc/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/novnc/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/novnc/Chart.yaml b/charts/stable/novnc/Chart.yaml index 91216965f7e..4085e783456 100644 --- a/charts/stable/novnc/Chart.yaml +++ b/charts/stable/novnc/Chart.yaml @@ -21,7 +21,7 @@ name: novnc sources: - https://novnc.com/ type: application -version: 3.0.10 +version: 3.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/novnc/helm-values.md b/charts/stable/novnc/helm-values.md deleted file mode 100644 index 84f06e15886..00000000000 --- a/charts/stable/novnc/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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.REMOTE_HOST | string | `"localhost"` | | -| env.REMOTE_PORT | string | `"5900"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/novnc"` | | -| image.tag | string | `"version-1.2.0@sha256:aac782a823a7c34efce17d635a706cf967c6690784f0da9bd8efd4bb0bb598c1"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `6080` | | -| service.main.ports.main.targetPort | int | `6080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/ntfy/Chart.yaml b/charts/stable/ntfy/Chart.yaml index 85317197fc1..6a985133d01 100644 --- a/charts/stable/ntfy/Chart.yaml +++ b/charts/stable/ntfy/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: ntfy sources: - https://github.com/binwiederhier/ntfy/ -version: 2.0.12 +version: 2.0.13 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/nullserv/CONFIG.md b/charts/stable/nullserv/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/nullserv/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/nullserv/Chart.yaml b/charts/stable/nullserv/Chart.yaml index 0172bcae502..55b9fce2979 100644 --- a/charts/stable/nullserv/Chart.yaml +++ b/charts/stable/nullserv/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: nullserv sources: - https://github.com/bmrzycki/nullserv -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/nullserv/helm-values.md b/charts/stable/nullserv/helm-values.md deleted file mode 100644 index bfe0744f015..00000000000 --- a/charts/stable/nullserv/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| controller.replicas | int | `2` | Number of pods to load balance between | -| env | string | See below | environment variables. See more environment variables in the [nullserv documentation](https://github.com/bmrzycki/nullserv/blob/master/README.md). | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/nullserv"` | image repository | -| image.tag | string | `"v1.3.0@sha256:67aa9d50ba0c9547b4b0f7fc68c023a34b5e2b027f7bc9233120d5fbd6bcf3cd"` | image tag | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes | object | See values.yaml | Configures the probes for the main Pod. | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Set the container timezone -- Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/nzbget/CONFIG.md b/charts/stable/nzbget/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/nzbget/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml index 0cf086c3abe..9413ab12dde 100644 --- a/charts/stable/nzbget/Chart.yaml +++ b/charts/stable/nzbget/Chart.yaml @@ -20,7 +20,7 @@ name: nzbget sources: - https://nzbget.net/ type: application -version: 11.0.10 +version: 11.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/nzbget/helm-values.md b/charts/stable/nzbget/helm-values.md deleted file mode 100644 index a287ac48998..00000000000 --- a/charts/stable/nzbget/helm-values.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/nzbget"` | | -| image.tag | string | `"v21.1@sha256:6c33417ef2e13312379b5c8cecfc327092e95b472d85e955156bc402af80a338"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| probes.liveness.enabled | bool | `false` | | -| probes.readiness.enabled | bool | `false` | | -| probes.startup.enabled | bool | `false` | | -| service.main.ports.main.port | int | `10057` | | -| service.main.ports.main.targetPort | int | `6789` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/nzbhydra/CONFIG.md b/charts/stable/nzbhydra/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/nzbhydra/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml index 0d555b0fa66..577ebaaf0d3 100644 --- a/charts/stable/nzbhydra/Chart.yaml +++ b/charts/stable/nzbhydra/Chart.yaml @@ -17,7 +17,7 @@ name: nzbhydra sources: - https://github.com/theotherp/nzbhydra2 type: application -version: 11.0.13 +version: 11.0.14 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/nzbhydra/helm-values.md b/charts/stable/nzbhydra/helm-values.md deleted file mode 100644 index 4e0410ef87a..00000000000 --- a/charts/stable/nzbhydra/helm-values.md +++ /dev/null @@ -1,47 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/nzbhydra2"` | | -| image.tag | string | `"v4.2.1@sha256:8fcf0ac73cbe8a4305098b58fa7e1c775b153d7c9c6d3177abe3fd8c49253cf6"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| probes.liveness.custom | bool | `true` | | -| probes.liveness.enabled | bool | `true` | | -| probes.liveness.spec.failureThreshold | int | `5` | | -| probes.liveness.spec.httpGet.path | string | `"/actuator/health/livenessState"` | | -| probes.liveness.spec.httpGet.port | string | `"main"` | | -| probes.liveness.spec.initialDelaySeconds | int | `30` | | -| probes.liveness.spec.periodSeconds | int | `10` | | -| probes.liveness.spec.timeoutSeconds | int | `10` | | -| probes.readiness.custom | bool | `true` | | -| probes.readiness.enabled | bool | `true` | | -| probes.readiness.spec.failureThreshold | int | `5` | | -| probes.readiness.spec.httpGet.path | string | `"/actuator/health/readinessState"` | | -| probes.readiness.spec.httpGet.port | string | `"main"` | | -| probes.readiness.spec.initialDelaySeconds | int | `30` | | -| probes.readiness.spec.periodSeconds | int | `10` | | -| probes.readiness.spec.timeoutSeconds | int | `10` | | -| probes.startup.custom | bool | `true` | | -| probes.startup.enabled | bool | `true` | | -| probes.startup.spec.failureThreshold | int | `5` | | -| probes.startup.spec.httpGet.path | string | `"/actuator/health/readinessState"` | | -| probes.startup.spec.httpGet.port | string | `"main"` | | -| probes.startup.spec.initialDelaySeconds | int | `30` | | -| probes.startup.spec.periodSeconds | int | `10` | | -| probes.startup.spec.timeoutSeconds | int | `10` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `5076` | | -| service.main.ports.main.targetPort | int | `5076` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/octoprint/CONFIG.md b/charts/stable/octoprint/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/octoprint/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml index 9ced4e03cfb..d2c9fb96728 100644 --- a/charts/stable/octoprint/Chart.yaml +++ b/charts/stable/octoprint/Chart.yaml @@ -20,7 +20,7 @@ name: octoprint sources: - https://github.com/OctoPrint/OctoPrint - https://hub.docker.com/r/octoprint/octoprint -version: 6.0.11 +version: 6.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/octoprint/helm-values.md b/charts/stable/octoprint/helm-values.md deleted file mode 100644 index 0a48d1bc59f..00000000000 --- a/charts/stable/octoprint/helm-values.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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 | object | See below | environment variables. | -| env.CAMERA_DEV | string | `nil` | MJPG Streamer camera device | -| env.ENABLE_MJPG_STREAMER | string | `"true"` | Set the container timezone -- Enable MJPG Streamer Enable this to ensure camera streaming is enabled you add a video device. | -| env.MJPG_STREAMER_INPUT | string | `nil` | MJPG Streamer input parameters | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/octoprint"` | image repository | -| image.tag | string | `"v1.7.3@sha256:446e36aab56c079293a12bb7fc8166b98e2f514b77ea0d4c32f959489ecc2a12"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| persistence.varrun | object | See values.yaml | Configure a hostPathMount to mount a USB device in the container. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/odoo/CONFIG.md b/charts/stable/odoo/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/odoo/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/odoo/Chart.yaml b/charts/stable/odoo/Chart.yaml index 15b2cafd1e7..8dd6ca95323 100644 --- a/charts/stable/odoo/Chart.yaml +++ b/charts/stable/odoo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "15.0" -version: 8.0.13 +version: 8.0.14 kubeVersion: '>=1.16.0-0' name: odoo description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. diff --git a/charts/stable/odoo/helm-values.md b/charts/stable/odoo/helm-values.md deleted file mode 100644 index 151ef93e2ed..00000000000 --- a/charts/stable/odoo/helm-values.md +++ /dev/null @@ -1,41 +0,0 @@ -# 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.PORT | int | `5432` | | -| env.USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| envValueFrom.HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/odoo"` | | -| image.tag | string | `"v15.0@sha256:e99e3fe71ea102268bba2b23ed6112ebf756b4f045051a867d8b27b24efbb6f4"` | | -| persistence.addons.enabled | bool | `true` | | -| persistence.addons.mountPath | string | `"/mnt/extra-addons"` | | -| persistence.odoo.enabled | bool | `true` | | -| persistence.odoo.mountPath | string | `"/var/lib/odoo"` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"postgres"` | | -| postgresql.postgresqlUsername | string | `"odoo"` | | -| service.main.ports.main.port | int | `8069` | | -| service.main.ports.main.targetPort | int | `8069` | | -| service.odoo.enabled | bool | `true` | | -| service.odoo.ports.longpolling.enabled | bool | `true` | | -| service.odoo.ports.longpolling.port | int | `8072` | | -| service.odoo.ports.longpolling.targetPort | int | `8072` | | -| service.odoo.ports.xmlrpcs.enabled | bool | `true` | | -| service.odoo.ports.xmlrpcs.port | int | `8071` | | -| service.odoo.ports.xmlrpcs.targetPort | int | `8071` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/omada-controller/CONFIG.md b/charts/stable/omada-controller/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/omada-controller/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index c217e3111d9..99b65273813 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -18,7 +18,7 @@ name: omada-controller sources: - https://github.com/mbentley/docker-omada-controller - https://github.com/truecharts/apps/tree/master/charts/omada-controller -version: 6.0.21 +version: 6.0.22 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/omada-controller/helm-values.md b/charts/stable/omada-controller/helm-values.md deleted file mode 100644 index c1974202842..00000000000 --- a/charts/stable/omada-controller/helm-values.md +++ /dev/null @@ -1,52 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/omada-controller"` | | -| image.tag | string | `"v5.1@sha256:6ec3f010466a6f72ef862d7f22cfec6e7b293a903bf52749acb644590c329255"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/opt/tplink/EAPController/data"` | | -| persistence.work.enabled | bool | `true` | | -| persistence.work.mountPath | string | `"/opt/tplink/EAPController/work"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.comm.enabled | bool | `true` | | -| service.comm.ports.comm.enabled | bool | `true` | | -| service.comm.ports.comm.port | int | `8843` | | -| service.comm.ports.comm.protocol | string | `"HTTPS"` | | -| service.comm.ports.comm.targetPort | int | `8843` | | -| service.main.ports.main.port | int | `8043` | | -| service.main.ports.main.protocol | string | `"HTTPS"` | | -| service.main.ports.main.targetPort | int | `8043` | | -| service.omada-tcp.enabled | bool | `true` | | -| service.omada-tcp.ports.omada-tcp1.enabled | bool | `true` | | -| service.omada-tcp.ports.omada-tcp1.port | int | `29811` | | -| service.omada-tcp.ports.omada-tcp1.targetPort | int | `29811` | | -| service.omada-tcp.ports.omada-tcp2.enabled | bool | `true` | | -| service.omada-tcp.ports.omada-tcp2.port | int | `29812` | | -| service.omada-tcp.ports.omada-tcp2.targetPort | int | `29812` | | -| service.omada-tcp.ports.omada-tcp3.enabled | bool | `true` | | -| service.omada-tcp.ports.omada-tcp3.port | int | `29813` | | -| service.omada-tcp.ports.omada-tcp3.targetPort | int | `29813` | | -| service.omada-tcp.ports.omada-tcp4.enabled | bool | `true` | | -| service.omada-tcp.ports.omada-tcp4.port | int | `29814` | | -| service.omada-tcp.ports.omada-tcp4.targetPort | int | `29814` | | -| service.omada-udp.enabled | bool | `true` | | -| service.omada-udp.ports.omada-udp1.enabled | bool | `true` | | -| service.omada-udp.ports.omada-udp1.port | int | `29810` | | -| service.omada-udp.ports.omada-udp1.protocol | string | `"UDP"` | | -| service.omada-udp.ports.omada-udp1.targetPort | int | `29810` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/ombi/CONFIG.md b/charts/stable/ombi/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/ombi/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index c9e592e4e9c..089399b6f2d 100644 --- a/charts/stable/ombi/Chart.yaml +++ b/charts/stable/ombi/Chart.yaml @@ -24,7 +24,7 @@ name: ombi sources: - https://github.com/tidusjar/Ombi type: application -version: 11.0.11 +version: 11.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ombi/helm-values.md b/charts/stable/ombi/helm-values.md deleted file mode 100644 index 383d71379ec..00000000000 --- a/charts/stable/ombi/helm-values.md +++ /dev/null @@ -1,24 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/ombi"` | | -| image.tag | string | `"v4.15.2@sha256:207cea1812d92e56e31c62630cb9d81409be971bd2a7ac816e381f857a4f6af1"` | | -| mariadb | object | `{"architecture":"standalone","auth":{"database":"ombi","password":"ombi","username":"ombi"},"enabled":false,"primary":{"persistence":{"enabled":false}}}` | ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/mariadb | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `3579` | | -| service.main.ports.main.targetPort | int | `3579` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/onlyoffice-document-server/CONFIG.md b/charts/stable/onlyoffice-document-server/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/onlyoffice-document-server/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml index b7026db18f2..20e646db120 100644 --- a/charts/stable/onlyoffice-document-server/Chart.yaml +++ b/charts/stable/onlyoffice-document-server/Chart.yaml @@ -30,7 +30,7 @@ sources: - https://github.com/ONLYOFFICE/DocumentServer - https://github.com/ONLYOFFICE/Docker-DocumentServer - https://hub.docker.com/r/onlyoffice/documentserver/ -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - office diff --git a/charts/stable/onlyoffice-document-server/helm-values.md b/charts/stable/onlyoffice-document-server/helm-values.md deleted file mode 100644 index b7777ce3ec3..00000000000 --- a/charts/stable/onlyoffice-document-server/helm-values.md +++ /dev/null @@ -1,47 +0,0 @@ -# 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.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.DB_PORT | int | `5432` | | -| env.DB_TYPE | string | `"postgres"` | | -| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.JWT_ENABLED | bool | `true` | | -| env.REDIS_SERVER_PORT | int | `6379` | | -| env.WOPI_ENABLED | bool | `true` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DB_PWD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DB_PWD.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.REDIS_SERVER_HOST.secretKeyRef.key | string | `"url"` | | -| envValueFrom.REDIS_SERVER_HOST.secretKeyRef.name | string | `"rediscreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/onlyoffice-ds"` | | -| image.tag | string | `"v7.0.0@sha256:9f65d6ff113646f85144a7653d06e8d2b73e0b17ce8d6b99765e4577f5068d19"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"onlyoffice"` | | -| postgresql.postgresqlUsername | string | `"onlyoffice"` | | -| probes.liveness.path | string | `"/healthcheck"` | | -| probes.readiness.path | string | `"/healthcheck"` | | -| probes.startup.path | string | `"/healthcheck"` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| secret.JWT_SECRET | string | `"randomgeneratedstring"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10043` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/openhab/CONFIG.md b/charts/stable/openhab/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/openhab/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/openhab/Chart.yaml b/charts/stable/openhab/Chart.yaml index a262f0fcb41..d5d7e0dfad3 100644 --- a/charts/stable/openhab/Chart.yaml +++ b/charts/stable/openhab/Chart.yaml @@ -19,7 +19,7 @@ name: openhab sources: - https://hub.docker.com/r/openhab/openhab type: application -version: 2.0.11 +version: 2.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/openhab/helm-values.md b/charts/stable/openhab/helm-values.md deleted file mode 100644 index 7f347caac60..00000000000 --- a/charts/stable/openhab/helm-values.md +++ /dev/null @@ -1,36 +0,0 @@ -# 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.OPENHAB_HTTPS_PORT | string | `"{{ .Values.service.https.ports.https.port }}"` | | -| env.OPENHAB_HTTP_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/openhab"` | | -| image.tag | string | `"v3.2.0@sha256:813f937332689854c808142b0b8af38edeed276e1c5a07bf4c77cb76ea6e7e61"` | | -| persistence.addons.enabled | bool | `true` | | -| persistence.addons.mountPath | string | `"/openhab/addons"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/openhab/conf"` | | -| persistence.userdata.enabled | bool | `true` | | -| persistence.userdata.mountPath | string | `"/openhab/userdata"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.https.enabled | bool | `true` | | -| service.https.ports.https.enabled | bool | `true` | | -| service.https.ports.https.port | int | `10170` | | -| service.https.protocol | string | `"HTTPS"` | | -| service.main.ports.main.port | int | `10169` | | -| service.main.protocol | string | `"HTTP"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/openkm/CONFIG.md b/charts/stable/openkm/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/openkm/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/openkm/Chart.yaml b/charts/stable/openkm/Chart.yaml index e85e8e7e057..6e23b38639f 100644 --- a/charts/stable/openkm/Chart.yaml +++ b/charts/stable/openkm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "6.3.11" description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. name: openkm -version: 7.0.10 +version: 7.0.11 kubeVersion: ">=1.16.0-0" keywords: - openkm diff --git a/charts/stable/openkm/helm-values.md b/charts/stable/openkm/helm-values.md deleted file mode 100644 index 3ae68996d64..00000000000 --- a/charts/stable/openkm/helm-values.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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 | string | See below | environment variables. See more environment variables in the [openkm documentation](https://openkm.org/docs). | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/openkm-ce"` | image repository | -| image.tag | string | `"v6.3.11@sha256:941156f70c16350fb92d66f60007ac68abaee11265448eaacc40e821a46afc4d"` | image tag | -| initContainers.init.command[0] | string | `"/config/init/init.sh"` | | -| initContainers.init.image | string | `"{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}"` | | -| initContainers.init.volumeMounts[0].mountPath | string | `"/config/init"` | | -| initContainers.init.volumeMounts[0].name | string | `"init"` | | -| initContainers.init.volumeMounts[1].mountPath | string | `"/opt/tomcat"` | | -| initContainers.init.volumeMounts[1].name | string | `"config"` | | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"openkm"` | | -| postgresql.postgresqlUsername | string | `"openkm"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Set the container timezone -- Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/openldap/CONFIG.md b/charts/stable/openldap/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/openldap/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/openldap/Chart.yaml b/charts/stable/openldap/Chart.yaml index 3a5bc21f667..509ea404f2b 100644 --- a/charts/stable/openldap/Chart.yaml +++ b/charts/stable/openldap/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/jp-gouin/helm-openldap - https://github.com/osixia/docker-openldap type: application -version: 7.0.10 +version: 7.0.11 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/openldap/helm-values.md b/charts/stable/openldap/helm-values.md deleted file mode 100644 index d73f4436b5c..00000000000 --- a/charts/stable/openldap/helm-values.md +++ /dev/null @@ -1,50 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| controller.replicas | int | `1` | Number of desired pods | -| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit | -| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition | -| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge | -| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable | -| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. | -| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset | -| env | object | `{"CONTAINER_LOG_LEVEL":4,"KEEP_EXISTING_CONFIG":false,"LDAP_BACKEND":"mdb","LDAP_DOMAIN":"example.org","LDAP_LOG_LEVEL":256,"LDAP_ORGANISATION":"Example Inc.","LDAP_READONLY_USER":false,"LDAP_REMOVE_CONFIG_AFTER_SETUP":true,"LDAP_RFC2307BIS_SCHEMA":false,"LDAP_SSL_HELPER_PREFIX":"ldap","LDAP_TLS":true,"LDAP_TLS_CIPHER_SUITE":"NORMAL","LDAP_TLS_ENFORCE":false,"LDAP_TLS_PROTOCOL_MIN":"3.0","LDAP_TLS_REQCERT":"never","LDAP_TLS_VERIFY_CLIENT":"never"}` | Use the env variables from https://github.com/osixia/docker-openldap#beginner-guide | -| envFrom[0].configMapRef.name | string | `"openldapconfig"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/openldap"` | | -| image.tag | string | `"v1.5.0@sha256:0260d37c41f0c1207aaa642d7c786851385471a5ddf02bc6efc178241ddd8706"` | | -| persistence.varrun.enabled | bool | `false` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| replication.clusterName | string | `"cluster.local"` | | -| replication.enabled | bool | `false` | | -| replication.interval | string | `"00:00:00:10"` | | -| replication.retry | int | `60` | | -| replication.starttls | string | `"critical"` | | -| replication.timeout | int | `1` | | -| replication.tls_reqcert | string | `"never"` | | -| secret.LDAP_ADMIN_PASSWORD | string | `"ldapadmin"` | | -| secret.LDAP_CONFIG_PASSWORD | string | `"changeme"` | | -| secret.LDAP_READONLY_USER_PASSWORD | string | `"readonly"` | | -| secret.LDAP_READONLY_USER_USERNAME | string | `"readonly"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.ldaps.enabled | bool | `true` | | -| service.ldaps.ports.ldaps.enabled | bool | `true` | | -| service.ldaps.ports.ldaps.port | int | `636` | | -| service.ldaps.ports.ldaps.targetPort | int | `636` | | -| service.main.ports.main.port | int | `389` | | -| service.main.ports.main.targetPort | int | `389` | | -| volumeClaimTemplates | object | `{"data":{"enabled":true,"mountPath":"/var/lib/ldap/"},"slapd":{"enabled":true,"mountPath":"/etc/ldap/slapd.d/"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/openspeedtest/CONFIG.md b/charts/stable/openspeedtest/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/openspeedtest/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/openspeedtest/Chart.yaml b/charts/stable/openspeedtest/Chart.yaml index ae41b274b18..9b2e71eefad 100644 --- a/charts/stable/openspeedtest/Chart.yaml +++ b/charts/stable/openspeedtest/Chart.yaml @@ -21,7 +21,7 @@ name: openspeedtest sources: - https://github.com/openspeedtest/Speed-Test type: application -version: 1.0.8 +version: 1.0.9 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/openspeedtest/helm-values.md b/charts/stable/openspeedtest/helm-values.md deleted file mode 100644 index 3ebe58473cb..00000000000 --- a/charts/stable/openspeedtest/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/openspeedtest"` | | -| image.tag | string | `"v0.20.781@sha256:96eae64bdf60250418ef7581fa5387c58b2c5963be19582ebc4151ccacc7c488"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| probes.liveness.path | string | `"/"` | | -| probes.readiness.path | string | `"/"` | | -| probes.startup.path | string | `"/"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `3000` | | -| service.main.ports.main.targetPort | int | `3000` | | -| service.main.protocol | string | `"HTTP"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/openvscode-server/CONFIG.md b/charts/stable/openvscode-server/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/openvscode-server/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/openvscode-server/Chart.yaml b/charts/stable/openvscode-server/Chart.yaml index b968ec44cee..d5c57f2f95b 100644 --- a/charts/stable/openvscode-server/Chart.yaml +++ b/charts/stable/openvscode-server/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: openvscode-server -version: 2.0.12 +version: 2.0.13 appVersion: "1.69.0" description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. type: application diff --git a/charts/stable/openvscode-server/helm-values.md b/charts/stable/openvscode-server/helm-values.md deleted file mode 100644 index ed1a3c196cb..00000000000 --- a/charts/stable/openvscode-server/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/openvscode-server"` | | -| image.tag | string | `"v1.66.0"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret | object | `{}` | | -| securityContext | object | `{"readOnlyRootFilesystem":false,"runAsNonRoot":false}` | path: "/?tkn={{ .Values.secret.CONNECTION_TOKEN }}" | -| service.main.ports.main.port | int | `10135` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/organizr/CONFIG.md b/charts/stable/organizr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/organizr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/organizr/Chart.yaml b/charts/stable/organizr/Chart.yaml index 89d7b3ccd21..eee8a93aa86 100644 --- a/charts/stable/organizr/Chart.yaml +++ b/charts/stable/organizr/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/causefx/Organizr - https://hub.docker.com/r/organizr/organizr type: application -version: 11.0.9 +version: 11.0.10 annotations: truecharts.org/catagories: | - organizers diff --git a/charts/stable/organizr/helm-values.md b/charts/stable/organizr/helm-values.md deleted file mode 100644 index afc8e228884..00000000000 --- a/charts/stable/organizr/helm-values.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"Always"` | | -| image.repository | string | `"tccr.io/truecharts/organizr"` | | -| image.tag | string | `"latest@sha256:545941f882098256a41f81f75fab9bb84f331e32f6836877e51799b1244b7c3e"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10022` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/oscam/CONFIG.md b/charts/stable/oscam/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/oscam/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/oscam/Chart.yaml b/charts/stable/oscam/Chart.yaml index f9e9c6fe5e7..ad9496e3a69 100644 --- a/charts/stable/oscam/Chart.yaml +++ b/charts/stable/oscam/Chart.yaml @@ -19,7 +19,7 @@ name: oscam sources: - https://trac.streamboard.tv/oscam/browser/trunk type: application -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - DIY diff --git a/charts/stable/oscam/helm-values.md b/charts/stable/oscam/helm-values.md deleted file mode 100644 index b5b50ade311..00000000000 --- a/charts/stable/oscam/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/oscam"` | | -| image.tag | string | `"version-11693@sha256:dcaa24c5076e020243aa0bcf2b5e2edbd1fcf6f9066c50e3f5c2f32937c68cb9"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `20` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10062` | | -| service.main.ports.main.targetPort | int | `8888` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/outline/CONFIG.md b/charts/stable/outline/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/outline/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml index 3ed788367f8..7359b567367 100644 --- a/charts/stable/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -28,7 +28,7 @@ name: outline sources: - https://github.com/outline/outline type: application -version: 3.0.12 +version: 3.0.13 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/outline/helm-values.md b/charts/stable/outline/helm-values.md deleted file mode 100644 index 7df100552c3..00000000000 --- a/charts/stable/outline/helm-values.md +++ /dev/null @@ -1,65 +0,0 @@ -# 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.DEFAULT_LANGUAGE | string | `"en_US"` | | -| env.ENABLE_UPDATES | bool | `true` | | -| env.FORCE_HTTPS | bool | `false` | | -| env.MAXIMUM_IMPORT_SIZE | int | `5120000` | | -| env.PGSSLMODE | string | `"disable"` | | -| env.PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| env.SLACK_MESSAGE_ACTIONS | bool | `true` | | -| env.URL | string | `"http://localhost:{{ .Values.service.main.ports.main.port }}"` | | -| env.WEB_CONCURRENCY | int | `1` | | -| envValueFrom.DATABASE_URL.secretKeyRef.key | string | `"url-noql"` | | -| envValueFrom.DATABASE_URL.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.REDIS_URL.secretKeyRef.key | string | `"url"` | | -| envValueFrom.REDIS_URL.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.SECRET_KEY.secretKeyRef.key | string | `"SECRET_KEY"` | | -| envValueFrom.SECRET_KEY.secretKeyRef.name | string | `"outline-secrets"` | | -| envValueFrom.UTILS_SECRET.secretKeyRef.key | string | `"UTILS_SECRET"` | | -| envValueFrom.UTILS_SECRET.secretKeyRef.name | string | `"outline-secrets"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/outline"` | | -| image.tag | string | `"v0.62.0@sha256:9350ace6f88ae314620ab32e9990481d0e89895409b171fa0545b8ef9f7ede65"` | | -| initContainers.1-migratedb.command[0] | string | `"sh"` | | -| initContainers.1-migratedb.command[1] | string | `"-c"` | | -| initContainers.1-migratedb.command[2] | string | `"yarn sequelize db:migrate --env=production-ssl-disabled"` | | -| initContainers.1-migratedb.env[0].name | string | `"DATABASE_URL"` | | -| initContainers.1-migratedb.env[0].valueFrom.secretKeyRef.key | string | `"url-noql"` | | -| initContainers.1-migratedb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers.1-migratedb.env[1].name | string | `"REDIS_URL"` | | -| initContainers.1-migratedb.env[1].valueFrom.secretKeyRef.key | string | `"url"` | | -| initContainers.1-migratedb.env[1].valueFrom.secretKeyRef.name | string | `"rediscreds"` | | -| initContainers.1-migratedb.env[2].name | string | `"SECRET_KEY"` | | -| initContainers.1-migratedb.env[2].valueFrom.secretKeyRef.key | string | `"SECRET_KEY"` | | -| initContainers.1-migratedb.env[2].valueFrom.secretKeyRef.name | string | `"outline-secrets"` | | -| initContainers.1-migratedb.env[3].name | string | `"UTILS_SECRET"` | | -| initContainers.1-migratedb.env[3].valueFrom.secretKeyRef.key | string | `"UTILS_SECRET"` | | -| initContainers.1-migratedb.env[3].valueFrom.secretKeyRef.name | string | `"outline-secrets"` | | -| initContainers.1-migratedb.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"outline"` | | -| postgresql.postgresqlUsername | string | `"outline"` | | -| probes.liveness.path | string | `"/_health"` | | -| probes.readiness.path | string | `"/_health"` | | -| probes.startup.path | string | `"/_health"` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10196` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/overseerr/CONFIG.md b/charts/stable/overseerr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/overseerr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml index 87af432d0c5..04ee07e6187 100644 --- a/charts/stable/overseerr/Chart.yaml +++ b/charts/stable/overseerr/Chart.yaml @@ -23,7 +23,7 @@ name: overseerr sources: - https://github.com/sct/overseerr - https://hub.docker.com/r/sctx/overseerr -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/overseerr/helm-values.md b/charts/stable/overseerr/helm-values.md deleted file mode 100644 index 7e3ca4f197f..00000000000 --- a/charts/stable/overseerr/helm-values.md +++ /dev/null @@ -1,23 +0,0 @@ -# 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 | object | See below | environment variables. | -| env.LOG_LEVEL | string | `"info"` | Set the container timezone -- Set the application log level | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/overseerr"` | image repository | -| image.tag | string | `"v1.28.0@sha256:50cd1bf4ba1fcc5a0fd040ff6a529557470e5c2d1dc5e6d40f144b40ca1607a0"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/owncast/CONFIG.md b/charts/stable/owncast/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/owncast/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml index 2b9f7fb8fa5..cc7217acfee 100644 --- a/charts/stable/owncast/Chart.yaml +++ b/charts/stable/owncast/Chart.yaml @@ -22,7 +22,7 @@ name: owncast sources: - https://owncast.online/ - https://github.com/owncast/owncast -version: 6.0.11 +version: 6.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/owncast/helm-values.md b/charts/stable/owncast/helm-values.md deleted file mode 100644 index ade0d98c543..00000000000 --- a/charts/stable/owncast/helm-values.md +++ /dev/null @@ -1,24 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/owncast"` | image repository | -| image.tag | string | `"v0.0.11@sha256:bebcb90cae79b4dddd7222d002052a9b3eb6f4a20dc7386df28617120f3fe53c"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/owncloud-ocis/CONFIG.md b/charts/stable/owncloud-ocis/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/owncloud-ocis/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/owncloud-ocis/Chart.yaml b/charts/stable/owncloud-ocis/Chart.yaml index de41b82473f..9abd264a6a6 100644 --- a/charts/stable/owncloud-ocis/Chart.yaml +++ b/charts/stable/owncloud-ocis/Chart.yaml @@ -25,7 +25,7 @@ name: owncloud-ocis sources: - https://hub.docker.com/r/owncloud/ocis - https://owncloud.dev/ocis/ -version: 7.0.9 +version: 7.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/owncloud-ocis/helm-values.md b/charts/stable/owncloud-ocis/helm-values.md deleted file mode 100644 index 1402236c3c1..00000000000 --- a/charts/stable/owncloud-ocis/helm-values.md +++ /dev/null @@ -1,37 +0,0 @@ -# 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.ACCOUNTS_DEMO_USERS_AND_GROUPS | bool | `false` | | -| env.OCIS_INSECURE | bool | `true` | | -| env.OCIS_LOG_COLOR | bool | `true` | | -| env.OCIS_LOG_PRETTY | bool | `true` | | -| env.OCIS_URL | string | `"https://localhost:{{ .Values.service.main.ports.main.port }}"` | | -| env.PROXY_HTTP_ADDR | string | `"0.0.0.0:{{ .Values.service.main.ports.main.port }}"` | | -| env.PROXY_TLS | bool | `false` | | -| envValueFrom.OCIS_JWT_SECRET.secretKeyRef.key | string | `"OCIS_JWT_SECRET"` | | -| envValueFrom.OCIS_JWT_SECRET.secretKeyRef.name | string | `"ocis-secrets"` | | -| envValueFrom.OCIS_MACHINE_AUTH_API_KEY.secretKeyRef.key | string | `"OCIS_MACHINE_AUTH_API_KEY"` | | -| envValueFrom.OCIS_MACHINE_AUTH_API_KEY.secretKeyRef.name | string | `"ocis-secrets"` | | -| envValueFrom.STORAGE_TRANSFER_SECRET.secretKeyRef.key | string | `"STORAGE_TRANSFER_SECRET"` | | -| envValueFrom.STORAGE_TRANSFER_SECRET.secretKeyRef.name | string | `"ocis-secrets"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/ocis"` | | -| image.tag | string | `"v1.19.1@sha256:d50b70ffad1a8e30adaef88e3f703679cff0b14a31a1ac60f6bd55aeb6f6f8ae"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/var/lib/ocis"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `9200` | | -| service.main.ports.main.protocol | string | `"HTTPS"` | | -| service.main.ports.main.targetPort | int | `9200` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/paperless-ng/CONFIG.md b/charts/stable/paperless-ng/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/paperless-ng/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/paperless-ng/Chart.yaml b/charts/stable/paperless-ng/Chart.yaml index 5411f3f48f8..b14dffd1414 100644 --- a/charts/stable/paperless-ng/Chart.yaml +++ b/charts/stable/paperless-ng/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: paperless-ng -version: 4.0.11 +version: 4.0.12 appVersion: "1.7.1" description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. type: application diff --git a/charts/stable/paperless-ng/helm-values.md b/charts/stable/paperless-ng/helm-values.md deleted file mode 100644 index ba23fcda103..00000000000 --- a/charts/stable/paperless-ng/helm-values.md +++ /dev/null @@ -1,59 +0,0 @@ -# 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.PAPERLESS_CONSUMPTION_DIR | string | `"/consume/"` | | -| env.PAPERLESS_DATA_DIR | string | `"/data/"` | | -| env.PAPERLESS_DBNAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.PAPERLESS_DBPORT | string | `"5432"` | | -| env.PAPERLESS_DBUSER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.PAPERLESS_MEDIA_ROOT | string | `"/media/"` | | -| env.PAPERLESS_PORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | | -| env.PAPERLESS_TIME_ZONE | string | `"{{ .Values.TZ }}"` | | -| env.PAPERLESS_WEBSERVER_WORKERS | int | `2` | | -| env.USERMAP_GID | string | `"{{ .Values.podSecurityContext.fsGroup }}"` | | -| env.USERMAP_UID | string | `"{{ .Values.security.PUID }}"` | | -| envValueFrom.PAPERLESS_DBHOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.PAPERLESS_DBHOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.PAPERLESS_DBPASS.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.PAPERLESS_DBPASS.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.PAPERLESS_REDIS.secretKeyRef.key | string | `"url"` | | -| envValueFrom.PAPERLESS_REDIS.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.PAPERLESS_SECRET_KEY.secretKeyRef.key | string | `"PAPERLESS_SECRET_KEY"` | | -| envValueFrom.PAPERLESS_SECRET_KEY.secretKeyRef.name | string | `"paperlessng-secrets"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/paperless-ng"` | | -| image.tag | string | `"v1.6.0@sha256:d37f7885870d0105b0a121c7e0f21b4a8176fcce9b1c4419305d1f7997db8a54"` | | -| persistence.consume.enabled | bool | `true` | | -| persistence.consume.mountPath | string | `"/consume"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.media.enabled | bool | `true` | | -| persistence.media.mountPath | string | `"/media"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"paperless-ng"` | | -| postgresql.postgresqlUsername | string | `"paperless-ng"` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| redis.redisUsername | string | `"default"` | | -| secret.PAPERLESS_ADMIN_MAIL | string | `"admin@admin.com"` | | -| secret.PAPERLESS_ADMIN_PASSWORD | string | `"admin"` | | -| secret.PAPERLESS_ADMIN_USER | string | `"admin"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10140` | | -| service.main.ports.main.targetPort | int | `8000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/papermerge/CONFIG.md b/charts/stable/papermerge/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/papermerge/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/papermerge/Chart.yaml b/charts/stable/papermerge/Chart.yaml index 8bcaac36cd9..d827b98cdf7 100644 --- a/charts/stable/papermerge/Chart.yaml +++ b/charts/stable/papermerge/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: papermerge -version: 3.0.9 +version: 3.0.10 appVersion: "2.0.1" description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. type: application diff --git a/charts/stable/papermerge/helm-values.md b/charts/stable/papermerge/helm-values.md deleted file mode 100644 index e8645c30743..00000000000 --- a/charts/stable/papermerge/helm-values.md +++ /dev/null @@ -1,32 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| envValueFrom.REDIS_URL.secretKeyRef.key | string | `"url"` | | -| envValueFrom.REDIS_URL.secretKeyRef.name | string | `"rediscreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/papermerge"` | | -| image.tag | string | `"v2.0.1"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| redis.redisUsername | string | `"papermerge"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10141` | | -| service.main.ports.main.targetPort | int | `8000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/pgadmin/CONFIG.md b/charts/stable/pgadmin/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/pgadmin/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml index 58e60b1a4f1..0f894b5a8b7 100644 --- a/charts/stable/pgadmin/Chart.yaml +++ b/charts/stable/pgadmin/Chart.yaml @@ -21,7 +21,7 @@ name: pgadmin sources: - https://www.pgadmin.org/ type: application -version: 7.0.11 +version: 7.0.12 annotations: truecharts.org/catagories: | - management diff --git a/charts/stable/pgadmin/helm-values.md b/charts/stable/pgadmin/helm-values.md deleted file mode 100644 index 8bccdeff1a5..00000000000 --- a/charts/stable/pgadmin/helm-values.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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 | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/pgadmin4"` | | -| image.tag | string | `"v6.7@sha256:c187b358389e145be5c20b6773abbca1d86af7ff4c6406fb325a7373f1455326"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/var/lib/pgadmin"` | | -| podSecurityContext.fsGroup | int | `5050` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.PGADMIN_DEFAULT_EMAIL | string | `"replace@this.now"` | | -| secret.PGADMIN_DEFAULT_PASSWORD | string | `"changeme"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10024` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/photoprism/CONFIG.md b/charts/stable/photoprism/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/photoprism/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 69982d72987..589124e75ec 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -26,7 +26,7 @@ name: photoprism sources: - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism -version: 10.0.14 +version: 10.0.15 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/photoprism/helm-values.md b/charts/stable/photoprism/helm-values.md deleted file mode 100644 index d83905744c8..00000000000 --- a/charts/stable/photoprism/helm-values.md +++ /dev/null @@ -1,51 +0,0 @@ -# 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.HOME | string | `"/photoprism"` | | -| env.PHOTOPRISM_CACHE_PATH | string | `"/assets/cache"` | | -| env.PHOTOPRISM_CONFIG_PATH | string | `"/assets/config"` | | -| env.PHOTOPRISM_DATABASE_DRIVER | string | `"mysql"` | | -| env.PHOTOPRISM_DATABASE_NAME | string | `"photoprism"` | | -| env.PHOTOPRISM_DATABASE_USER | string | `"photoprism"` | | -| env.PHOTOPRISM_GID | string | `"{{ .Values.podSecurityContext.runAsGroup }}"` | | -| env.PHOTOPRISM_IMPORT_PATH | string | `"/photoprism/import"` | | -| env.PHOTOPRISM_ORIGINALS_PATH | string | `"/photoprism/originals"` | | -| env.PHOTOPRISM_PUBLIC | bool | `false` | | -| env.PHOTOPRISM_SIDECAR_PATH | string | `"/assets/sidecar"` | | -| env.PHOTOPRISM_STORAGE_PATH | string | `"/assets/storage"` | | -| env.PHOTOPRISM_TEMP_PATH | string | `"/photoprism/temp"` | | -| env.PHOTOPRISM_UID | string | `"{{ .Values.podSecurityContext.runAsUser }}"` | | -| env.PHOTOPRISM_UMASK | string | `"{{ .Values.env.UMASK }}"` | | -| env.PROTOPRISM_BACKUP_PATH | string | `"/assets/backup"` | | -| envValueFrom.PHOTOPRISM_DATABASE_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.PHOTOPRISM_DATABASE_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.PHOTOPRISM_DATABASE_SERVER.secretKeyRef.key | string | `"plainporthost"` | | -| envValueFrom.PHOTOPRISM_DATABASE_SERVER.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/photoprism"` | | -| image.tag | string | `"v220302@sha256:f05558b5266dfa3a1612be2de98099e864a6b554a9df6df2409b4a2b32804848"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"photoprism"` | | -| mariadb.mariadbUsername | string | `"photoprism"` | | -| persistence.storage.enabled | bool | `true` | | -| persistence.storage.mountPath | string | `"/assets"` | | -| persistence.temp.enabled | bool | `true` | | -| persistence.temp.mountPath | string | `"/photoprism/temp"` | | -| persistence.temp.type | string | `"emptyDir"` | | -| secret.PHOTOPRISM_ADMIN_PASSWORD | string | `"please-change"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `2342` | | -| service.main.ports.main.targetPort | int | `2342` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/photoshow/CONFIG.md b/charts/stable/photoshow/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/photoshow/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/photoshow/Chart.yaml b/charts/stable/photoshow/Chart.yaml index 286e0fb2e21..4ae541bbf38 100644 --- a/charts/stable/photoshow/Chart.yaml +++ b/charts/stable/photoshow/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/thibaud-rohmer/PhotoShow - https://github.com/linuxserver/docker-photoshow type: application -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/photoshow/helm-values.md b/charts/stable/photoshow/helm-values.md deleted file mode 100644 index 7a8590a4f57..00000000000 --- a/charts/stable/photoshow/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/photoshow"` | | -| image.tag | string | `"version-48aabb98@sha256:03c034b9ffc3db42e8255c502665ddb352f0219404494bceba8e7c1263f53dfc"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10025` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/photoview/CONFIG.md b/charts/stable/photoview/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/photoview/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/photoview/Chart.yaml b/charts/stable/photoview/Chart.yaml index 25d942d9507..83abea034c8 100644 --- a/charts/stable/photoview/Chart.yaml +++ b/charts/stable/photoview/Chart.yaml @@ -23,7 +23,7 @@ name: photoview sources: - https://github.com/photoview/photoview - https://hub.docker.com/r/viktorstrate/photoview -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/photoview/helm-values.md b/charts/stable/photoview/helm-values.md deleted file mode 100644 index 67128306ba6..00000000000 --- a/charts/stable/photoview/helm-values.md +++ /dev/null @@ -1,37 +0,0 @@ -# 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.MAPBOX_TOKEN | string | `""` | | -| env.PHOTOVIEW_DATABASE_DRIVER | string | `"postgres"` | | -| env.PHOTOVIEW_DISABLE_FACE_RECOGNITION | bool | `false` | | -| env.PHOTOVIEW_DISABLE_RAW_PROCESSING | bool | `false` | | -| env.PHOTOVIEW_DISABLE_VIDEO_ENCODING | bool | `false` | | -| env.PHOTOVIEW_LISTEN_PORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | | -| env.PHOTOVIEW_MEDIA_CACHE | string | `"/cache"` | | -| envValueFrom.PHOTOVIEW_POSTGRES_URL.secretKeyRef.key | string | `"url"` | | -| envValueFrom.PHOTOVIEW_POSTGRES_URL.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/photoview"` | | -| image.tag | string | `"2.3.12@sha256:84a2a71f6efdf659bbe127dc017cc4ef5fab34a20ba1d5c9c75321c2a75b9531"` | | -| persistence.cache.enabled | bool | `true` | | -| persistence.cache.mountPath | string | `"/cache"` | | -| persistence.photos.enabled | bool | `true` | | -| persistence.photos.mountPath | string | `"/photos"` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"photoview"` | | -| postgresql.postgresqlUsername | string | `"photoview"` | | -| service.main.ports.main.port | int | `10159` | | -| service.main.ports.main.targetPort | int | `10159` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/phpldapadmin/CONFIG.md b/charts/stable/phpldapadmin/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/phpldapadmin/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/phpldapadmin/Chart.yaml b/charts/stable/phpldapadmin/Chart.yaml index 1b78dd4ba81..c3e039deed7 100644 --- a/charts/stable/phpldapadmin/Chart.yaml +++ b/charts/stable/phpldapadmin/Chart.yaml @@ -21,7 +21,7 @@ name: phpldapadmin sources: - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog type: application -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - management diff --git a/charts/stable/phpldapadmin/helm-values.md b/charts/stable/phpldapadmin/helm-values.md deleted file mode 100644 index e70590e5226..00000000000 --- a/charts/stable/phpldapadmin/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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.PHPLDAPADMIN_HTTPS | string | `"false"` | | -| env.PHPLDAPADMIN_TRUST_PROXY_SSL | string | `"true"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/phpldapadmin"` | | -| image.tag | string | `"v0.9.0@sha256:aef331f060a7fff72d5f698c1fb164bfeba64ec9295bb82d5fa982a40f756d4e"` | | -| persistence.varrun.enabled | bool | `false` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10026` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/piaware/CONFIG.md b/charts/stable/piaware/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/piaware/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/piaware/Chart.yaml b/charts/stable/piaware/Chart.yaml index 3f65729befb..4a83b8295b6 100644 --- a/charts/stable/piaware/Chart.yaml +++ b/charts/stable/piaware/Chart.yaml @@ -19,7 +19,7 @@ maintainers: name: piaware sources: - https://github.com/flightaware/piaware -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/piaware/helm-values.md b/charts/stable/piaware/helm-values.md deleted file mode 100644 index cc326185451..00000000000 --- a/charts/stable/piaware/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| affinity | object | `{}` | Affinity constraint rules to place the Pod on a specific node. [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) | -| env | string | See below | environment variables. See [application docs](https://flightaware.com/adsb/piaware/advanced_configuration) for more details. | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/piaware"` | image repository | -| image.tag | string | `"v7.2@sha256:c33efc2745a5b1a4ef6bab60498dcb77f2f123e5829393547d7f5d9a23363ffd"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Set the container timezone -- Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/picoshare/CONFIG.md b/charts/stable/picoshare/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/picoshare/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/picoshare/Chart.yaml b/charts/stable/picoshare/Chart.yaml index 720e68d769d..8c8b9d667c9 100644 --- a/charts/stable/picoshare/Chart.yaml +++ b/charts/stable/picoshare/Chart.yaml @@ -18,7 +18,7 @@ name: picoshare sources: - https://github.com/mtlynch/picoshare - https://hub.docker.com/r/mtlynch/picoshare -version: 2.0.9 +version: 2.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/picoshare/helm-values.md b/charts/stable/picoshare/helm-values.md deleted file mode 100644 index 95a0cede68b..00000000000 --- a/charts/stable/picoshare/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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.PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/picoshare"` | | -| image.tag | string | `"v1.0.5@sha256:abccdd7d31a61788859b926a9eacbcd18494e996269f03dc4ff32d07f0b6a576"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| secret.LITESTREAM_ACCESS_KEY_ID | string | `""` | | -| secret.LITESTREAM_BUCKET | string | `""` | | -| secret.LITESTREAM_ENDPOINT | string | `""` | | -| secret.LITESTREAM_SECRET_ACCESS_KEY | string | `""` | | -| secret.PS_SHARED_SECRET | string | `"somesecretcode"` | | -| service.main.ports.main.port | int | `10209` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/pidgin/CONFIG.md b/charts/stable/pidgin/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/pidgin/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/pidgin/Chart.yaml b/charts/stable/pidgin/Chart.yaml index fd63e863afd..138e07879e5 100644 --- a/charts/stable/pidgin/Chart.yaml +++ b/charts/stable/pidgin/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: pidgin -version: 2.0.9 +version: 2.0.10 appVersion: "2.14.8" description: Pidgin is a chat program which lets you log into accounts on multiple chat networks simultaneously. type: application diff --git a/charts/stable/pidgin/helm-values.md b/charts/stable/pidgin/helm-values.md deleted file mode 100644 index fcda7e81ea6..00000000000 --- a/charts/stable/pidgin/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/pidgin"` | | -| image.tag | string | `"v2.14.8"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10136` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/pihole/CONFIG.md b/charts/stable/pihole/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/pihole/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index 4d3a67b3311..1c5a101ec10 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole type: application -version: 6.0.12 +version: 6.0.13 annotations: truecharts.org/catagories: | - networking diff --git a/charts/stable/pihole/helm-values.md b/charts/stable/pihole/helm-values.md deleted file mode 100644 index 5aa3ad037a0..00000000000 --- a/charts/stable/pihole/helm-values.md +++ /dev/null @@ -1,42 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| envFrom[0].configMapRef.name | string | `"pihole-env"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/pihole"` | | -| image.tag | string | `"v2022.02.1@sha256:8a9cd226259a73a56337e68370091499b9786939a0bc7635cd4acbd1d53e7356"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/etc/pihole"` | | -| persistence.dnsmasq.enabled | bool | `true` | | -| persistence.dnsmasq.mountPath | string | `"/etc/dnsmasq.d"` | | -| pihole.DNS1 | string | `"9.9.9.9"` | | -| pihole.DNS2 | string | `"149.112.112.112"` | | -| pihole.WEBPASSWORD | string | `"somepassword"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.allowPrivilegeEscalation | bool | `true` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.dns-tcp.enabled | bool | `true` | | -| service.dns-tcp.ports.dns-tcp.enabled | bool | `true` | | -| service.dns-tcp.ports.dns-tcp.port | int | `53` | | -| service.dns-tcp.ports.dns-tcp.targetPort | int | `53` | | -| service.dns.enabled | bool | `true` | | -| service.dns.ports.dns.enabled | bool | `true` | | -| service.dns.ports.dns.port | int | `53` | | -| service.dns.ports.dns.protocol | string | `"UDP"` | | -| service.dns.ports.dns.targetPort | int | `53` | | -| service.main.ports.main.port | int | `9089` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/pinry/Chart.yaml b/charts/stable/pinry/Chart.yaml index 4912ad6b3da..f17cb4d1f17 100644 --- a/charts/stable/pinry/Chart.yaml +++ b/charts/stable/pinry/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: pinry sources: - https://github.com/pinry/pinry/ -version: 2.0.9 +version: 2.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/pixapop/CONFIG.md b/charts/stable/pixapop/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/pixapop/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/pixapop/Chart.yaml b/charts/stable/pixapop/Chart.yaml index 5ddbb2a3f47..4b9e2ac06dd 100644 --- a/charts/stable/pixapop/Chart.yaml +++ b/charts/stable/pixapop/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-pixapop - https://github.com/bierdok/pixapop type: application -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/pixapop/helm-values.md b/charts/stable/pixapop/helm-values.md deleted file mode 100644 index c2aa619b6c5..00000000000 --- a/charts/stable/pixapop/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/pixapop"` | | -| image.tag | string | `"v1.2-ls15@sha256:6a05383524fcd51b0b692d508dd16ed6948337aa272677e01baa6d8ba119c070"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10028` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/plex/CONFIG.md b/charts/stable/plex/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/plex/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index 78e72042b39..7b9ef435731 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -20,7 +20,7 @@ name: plex sources: - https://github.com/k8s-at-home/container-images/pkgs/container/plex type: application -version: 10.0.13 +version: 10.0.14 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/plex/helm-values.md b/charts/stable/plex/helm-values.md deleted file mode 100644 index 27134f6633f..00000000000 --- a/charts/stable/plex/helm-values.md +++ /dev/null @@ -1,23 +0,0 @@ -# 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.ALLOWED_NETWORKS | string | `"172.16.0.0/16"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/plex"` | | -| image.tag | string | `"v1.25.8.5663@sha256:8f26eed9c289630978b894322d8233f6c6c212e4c92a3fcc35c03b36a1c466bb"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| service.main.ports.main.port | int | `32400` | | -| service.main.ports.main.targetPort | int | `32400` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/podgrab/CONFIG.md b/charts/stable/podgrab/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/podgrab/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/podgrab/Chart.yaml b/charts/stable/podgrab/Chart.yaml index b1efd927574..e9ac48793d9 100644 --- a/charts/stable/podgrab/Chart.yaml +++ b/charts/stable/podgrab/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/akhilrex/podgrab - https://hub.docker.com/r/akhilrex/podgrab type: application -version: 10.0.11 +version: 10.0.12 annotations: truecharts.org/catagories: | - mutlimedia diff --git a/charts/stable/podgrab/helm-values.md b/charts/stable/podgrab/helm-values.md deleted file mode 100644 index 5f13b171181..00000000000 --- a/charts/stable/podgrab/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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.CHECK_FREQUENCY | int | `240` | | -| image.pullPolicy | string | `"Always"` | | -| image.repository | string | `"tccr.io/truecharts/podgrab"` | | -| image.tag | string | `"v1.0.0@sha256:e627ad27a64c5c328fc68f302002a9c3134a4c6b328e14ac9c4b946ff0ad8acf"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| probes.liveness.enabled | bool | `false` | | -| probes.readiness.enabled | bool | `false` | | -| probes.startup.enabled | bool | `false` | | -| secret.PASSWORD | string | `"secretpasswordgoeshere"` | | -| service.main.ports.main.port | int | `10093` | | -| service.main.ports.main.targetPort | 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.targetPort | int | `51080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/pretend-youre-xyzzy/CONFIG.md b/charts/stable/pretend-youre-xyzzy/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/pretend-youre-xyzzy/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml index 37d1823aab3..847cbcc1f93 100644 --- a/charts/stable/pretend-youre-xyzzy/Chart.yaml +++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml @@ -21,7 +21,7 @@ name: pretend-youre-xyzzy sources: - https://github.com/ajanata/PretendYoureXyzzy - https://github.com/emcniece/DockerYourXyzzy -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/pretend-youre-xyzzy/helm-values.md b/charts/stable/pretend-youre-xyzzy/helm-values.md deleted file mode 100644 index ac922d96b37..00000000000 --- a/charts/stable/pretend-youre-xyzzy/helm-values.md +++ /dev/null @@ -1,23 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/pretend-youre-xyzzy"` | image repository | -| image.tag | string | `"v4@sha256:d2b339819975c546a5360e160c793a615e86ab04e5aed91427ff1dd850205ace"` | image tag | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/projectsend/CONFIG.md b/charts/stable/projectsend/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/projectsend/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/projectsend/Chart.yaml b/charts/stable/projectsend/Chart.yaml index 4686ca5c20c..8df231911d1 100644 --- a/charts/stable/projectsend/Chart.yaml +++ b/charts/stable/projectsend/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: projectsend -version: 3.0.11 +version: 3.0.12 appVersion: "2021.12.10" description: Projectsend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. type: application diff --git a/charts/stable/projectsend/helm-values.md b/charts/stable/projectsend/helm-values.md deleted file mode 100644 index 9c8c6078c47..00000000000 --- a/charts/stable/projectsend/helm-values.md +++ /dev/null @@ -1,52 +0,0 @@ -# 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.MAX_UPLOAD | int | `5000` | | -| env.PHP_MAX_FILE_UPLOAD | int | `200` | | -| env.PHP_MEMORY_LIMIT | string | `"512M"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/projectsend"` | | -| image.tag | string | `"v2021.12.10"` | | -| installContainers.initconfig.args[0] | string | `"export configFile=\"/config/projectsend/sys.config.php\"; if [ ! -f $configFile ]; then\n echo \"Creating initial config file...\";\n mkdir -p /config/projectsend\n touch $configFile;\n echo \"> $configFile\n echo \"# This is generated on initial setup of this TrueCharts App\" >> $configFile;\n echo \"# Do not change below values, or DB connection will fail.\" >> $configFile\n echo \"define('DB_DRIVER', 'mysql');\" >> $configFile;\n echo \"define('DB_NAME', '$DBNAME');\" >> $configFile;\n echo \"define('DB_HOST', '$DBHOST');\" >> $configFile;\n echo \"define('DB_USER', '$DBUSER');\" >> $configFile;\n echo \"define('DB_PASSWORD', '$DBPASS');\" >> $configFile;\n echo \"define('TABLES_PREFIX', 'tbl_');\" >> $configFile;\n echo \"# You can manually change below values if you like.\" >> $configFile\n echo \"define('SITE_LANG', 'en');\" >> $configFile;\n echo \"define('MAX_FILESIZE',2048);\" >> $configFile;\n echo \"define('EMAIL_ENCODING', 'utf-8');\" >> $configFile;\n echo \"define('DEBUG', false);\" >> $configFile;\n echo \"# End of generated config values.\" >> $configFile;\n echo \"Done!\";\nelse\n echo \"Initial config file already exists. Skipping...\";\nfi;\n"` | | -| installContainers.initconfig.command[0] | string | `"/bin/sh"` | | -| installContainers.initconfig.command[1] | string | `"-c"` | | -| installContainers.initconfig.env[0].name | string | `"DBNAME"` | | -| installContainers.initconfig.env[0].value | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | | -| installContainers.initconfig.env[1].name | string | `"DBUSER"` | | -| installContainers.initconfig.env[1].value | string | `"{{ .Values.mariadb.mariadbUsername }}"` | | -| installContainers.initconfig.env[2].name | string | `"DBPASS"` | | -| installContainers.initconfig.env[2].valueFrom.secretKeyRef.key | string | `"mariadb-password"` | | -| installContainers.initconfig.env[2].valueFrom.secretKeyRef.name | string | `"mariadbcreds"` | | -| installContainers.initconfig.env[3].name | string | `"DBHOST"` | | -| installContainers.initconfig.env[3].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| installContainers.initconfig.env[3].valueFrom.secretKeyRef.name | string | `"mariadbcreds"` | | -| installContainers.initconfig.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| installContainers.initconfig.volumeMounts[0].mountPath | string | `"/config"` | | -| installContainers.initconfig.volumeMounts[0].name | string | `"config"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"projectsend"` | | -| mariadb.mariadbUsername | string | `"projectsend"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10127` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/promcord/CONFIG.md b/charts/stable/promcord/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/promcord/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/promcord/Chart.yaml b/charts/stable/promcord/Chart.yaml index 98922bc6c73..7946f2fc7e1 100644 --- a/charts/stable/promcord/Chart.yaml +++ b/charts/stable/promcord/Chart.yaml @@ -21,7 +21,7 @@ name: promcord sources: - https://github.com/nimarion/promcord type: application -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/promcord/helm-values.md b/charts/stable/promcord/helm-values.md deleted file mode 100644 index 11546848f42..00000000000 --- a/charts/stable/promcord/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | object | See below | environment variables. See [application docs](https://github.com/nimarion/promcord/blob/master/README.md) for more details. | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/promcord"` | | -| image.tag | string | `"latest@sha256:ba9bee8d89b3ce86ca55d1bd29e13deb31f73a004991b17d8d80c73f2cc1c03c"` | | -| metrics.enabled | bool | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. | -| metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. | -| metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. | -| metrics.serviceMonitor.interval | string | `"1m"` | | -| metrics.serviceMonitor.labels | object | `{}` | | -| metrics.serviceMonitor.scrapeTimeout | string | `"30s"` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/prometheus/CONFIG.md b/charts/stable/prometheus/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/prometheus/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/prometheus/Chart.yaml b/charts/stable/prometheus/Chart.yaml index 1a767a1a716..855db0a69d3 100644 --- a/charts/stable/prometheus/Chart.yaml +++ b/charts/stable/prometheus/Chart.yaml @@ -28,7 +28,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 4.0.25 +version: 4.0.26 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/prometheus/helm-values.md b/charts/stable/prometheus/helm-values.md deleted file mode 100644 index 19c5f0d0df5..00000000000 --- a/charts/stable/prometheus/helm-values.md +++ /dev/null @@ -1,353 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| alertmanager.additionalPeers | list | `[]` | | -| alertmanager.affinity | object | `{}` | | -| alertmanager.config.global.resolve_timeout | string | `"5m"` | | -| alertmanager.config.receivers[0].name | string | `"null"` | | -| alertmanager.config.route.group_by[0] | string | `"job"` | | -| alertmanager.config.route.group_interval | string | `"5m"` | | -| alertmanager.config.route.group_wait | string | `"30s"` | | -| alertmanager.config.route.receiver | string | `"null"` | | -| alertmanager.config.route.repeat_interval | string | `"12h"` | | -| alertmanager.config.route.routes[0].match.alertname | string | `"Watchdog"` | | -| alertmanager.config.route.routes[0].receiver | string | `"null"` | | -| alertmanager.configMaps | list | `[]` | | -| alertmanager.configNamespaceSelector | object | `{}` | | -| alertmanager.configSelector | object | `{}` | | -| alertmanager.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | | -| alertmanager.containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | | -| alertmanager.containerSecurityContext.enabled | bool | `true` | | -| alertmanager.containerSecurityContext.readOnlyRootFilesystem | bool | `false` | | -| alertmanager.containerSecurityContext.runAsNonRoot | bool | `true` | | -| alertmanager.containers | list | `[]` | | -| alertmanager.enabled | bool | `true` | | -| alertmanager.externalConfig | bool | `false` | | -| alertmanager.externalUrl | string | `""` | | -| alertmanager.listenLocal | bool | `false` | | -| alertmanager.livenessProbe.enabled | bool | `true` | | -| alertmanager.livenessProbe.failureThreshold | int | `120` | | -| alertmanager.livenessProbe.initialDelaySeconds | int | `0` | | -| alertmanager.livenessProbe.path | string | `"/-/healthy"` | | -| alertmanager.livenessProbe.periodSeconds | int | `5` | | -| alertmanager.livenessProbe.successThreshold | int | `1` | | -| alertmanager.livenessProbe.timeoutSeconds | int | `3` | | -| alertmanager.logFormat | string | `"logfmt"` | | -| alertmanager.logLevel | string | `"info"` | | -| alertmanager.nodeAffinityPreset.key | string | `""` | | -| alertmanager.nodeAffinityPreset.type | string | `""` | | -| alertmanager.nodeAffinityPreset.values | list | `[]` | | -| alertmanager.nodeSelector | object | `{}` | | -| alertmanager.paused | bool | `false` | | -| alertmanager.persistence.accessModes[0] | string | `"ReadWriteOnce"` | | -| alertmanager.persistence.enabled | bool | `true` | | -| alertmanager.persistence.size | string | `"999Gi"` | | -| alertmanager.persistence.storageClass | string | `""` | | -| alertmanager.podAffinityPreset | string | `""` | | -| alertmanager.podAntiAffinityPreset | string | `"soft"` | | -| alertmanager.podDisruptionBudget.enabled | bool | `false` | | -| alertmanager.podDisruptionBudget.maxUnavailable | string | `""` | | -| alertmanager.podDisruptionBudget.minAvailable | int | `1` | | -| alertmanager.podMetadata.annotations | object | `{}` | | -| alertmanager.podMetadata.labels | object | `{}` | | -| alertmanager.podSecurityContext.enabled | bool | `true` | | -| alertmanager.podSecurityContext.fsGroup | int | `1001` | | -| alertmanager.podSecurityContext.runAsUser | int | `1001` | | -| alertmanager.portName | string | `"alertmanager"` | | -| alertmanager.priorityClassName | string | `""` | | -| alertmanager.readinessProbe.enabled | bool | `true` | | -| alertmanager.readinessProbe.failureThreshold | int | `120` | | -| alertmanager.readinessProbe.initialDelaySeconds | int | `0` | | -| alertmanager.readinessProbe.path | string | `"/-/ready"` | | -| alertmanager.readinessProbe.periodSeconds | int | `5` | | -| alertmanager.readinessProbe.successThreshold | int | `1` | | -| alertmanager.readinessProbe.timeoutSeconds | int | `3` | | -| alertmanager.replicaCount | int | `1` | | -| alertmanager.resources | object | `{}` | | -| alertmanager.retention | string | `"240h"` | | -| alertmanager.routePrefix | string | `"/"` | | -| alertmanager.secrets | list | `[]` | | -| alertmanager.serviceAccount.create | bool | `true` | | -| alertmanager.serviceAccount.name | string | `""` | | -| alertmanager.serviceMonitor.enabled | bool | `true` | | -| alertmanager.serviceMonitor.interval | string | `""` | | -| alertmanager.serviceMonitor.metricRelabelings | list | `[]` | | -| alertmanager.serviceMonitor.relabelings | list | `[]` | | -| alertmanager.storageSpec | object | `{}` | | -| alertmanager.tolerations | list | `[]` | | -| alertmanager.volumeMounts | list | `[]` | | -| alertmanager.volumes | list | `[]` | | -| alertmanagerImage.repository | string | `"tccr.io/truecharts/alertmanager"` | | -| alertmanagerImage.tag | string | `"v0.24.0@sha256:f1486e23dff3ea8834796ae14b8786e0daa08751c19e6a92d1058488e8d2ca01"` | | -| coreDns.enabled | bool | `true` | | -| coreDns.namespace | string | `"kube-system"` | | -| coreDns.service.enabled | bool | `true` | | -| coreDns.service.port | int | `9153` | | -| coreDns.service.selector | object | `{}` | | -| coreDns.service.targetPort | int | `9153` | | -| coreDns.serviceMonitor.interval | string | `""` | | -| coreDns.serviceMonitor.metricRelabelings | list | `[]` | | -| coreDns.serviceMonitor.relabelings | list | `[]` | | -| envValueFrom.PROMETHEUS_CONFIG_RELOADER.configMapKeyRef.key | string | `"prometheus-config-reloader"` | | -| envValueFrom.PROMETHEUS_CONFIG_RELOADER.configMapKeyRef.name | string | `"prometheus-operator-config"` | | -| exporters.kube-state-metrics.enabled | bool | `true` | | -| exporters.node-exporter.enabled | bool | `true` | | -| global.labels | object | `{}` | | -| image.repository | string | `"tccr.io/truecharts/prometheus-operator"` | | -| image.tag | string | `"v0.55.1@sha256:0ada927f7cab9d33797414daacc1d0d3f4a8e5ff365fb4167d5145c540941f3c"` | | -| ingress.alertmanager.enabled | bool | `false` | | -| ingress.main.enabled | bool | `false` | | -| ingress.thanos.enabled | bool | `false` | | -| kube-state-metrics.serviceMonitor.enabled | bool | `true` | | -| kube-state-metrics.serviceMonitor.honorLabels | bool | `true` | | -| kubeApiServer.enabled | bool | `true` | | -| kubeApiServer.serviceMonitor.interval | string | `""` | | -| kubeApiServer.serviceMonitor.metricRelabelings | list | `[]` | | -| kubeApiServer.serviceMonitor.relabelings | list | `[]` | | -| kubeControllerManager.enabled | bool | `false` | | -| kubeControllerManager.endpoints | list | `[]` | | -| kubeControllerManager.namespace | string | `"kube-system"` | | -| kubeControllerManager.service.enabled | bool | `true` | | -| kubeControllerManager.service.port | int | `10252` | | -| kubeControllerManager.service.selector | object | `{}` | | -| kubeControllerManager.service.targetPort | int | `10252` | | -| kubeControllerManager.serviceMonitor.https | bool | `false` | | -| kubeControllerManager.serviceMonitor.insecureSkipVerify | string | `""` | | -| kubeControllerManager.serviceMonitor.interval | string | `""` | | -| kubeControllerManager.serviceMonitor.metricRelabelings | list | `[]` | | -| kubeControllerManager.serviceMonitor.relabelings | list | `[]` | | -| kubeControllerManager.serviceMonitor.serverName | string | `""` | | -| kubeProxy.enabled | bool | `false` | | -| kubeScheduler.enabled | bool | `false` | | -| kubeScheduler.endpoints | list | `[]` | | -| kubeScheduler.namespace | string | `"kube-system"` | | -| kubeScheduler.service.enabled | bool | `true` | | -| kubeScheduler.service.port | int | `10251` | | -| kubeScheduler.service.selector | object | `{}` | | -| kubeScheduler.service.targetPort | int | `10251` | | -| kubeScheduler.serviceMonitor.https | bool | `false` | | -| kubeScheduler.serviceMonitor.insecureSkipVerify | string | `""` | | -| kubeScheduler.serviceMonitor.interval | string | `""` | | -| kubeScheduler.serviceMonitor.metricRelabelings | list | `[]` | | -| kubeScheduler.serviceMonitor.relabelings | list | `[]` | | -| kubeScheduler.serviceMonitor.serverName | string | `""` | | -| kubelet.enabled | bool | `true` | | -| kubelet.namespace | string | `"kube-system"` | | -| kubelet.serviceMonitor.cAdvisorMetricRelabelings | list | `[]` | | -| kubelet.serviceMonitor.cAdvisorRelabelings | list | `[]` | | -| kubelet.serviceMonitor.https | bool | `true` | | -| kubelet.serviceMonitor.interval | string | `""` | | -| kubelet.serviceMonitor.metricRelabelings | list | `[]` | | -| kubelet.serviceMonitor.relabelings | list | `[]` | | -| node-exporter.extraArgs."collector.filesystem.ignored-fs-types" | string | `"^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$"` | | -| node-exporter.extraArgs."collector.filesystem.ignored-mount-points" | string | `"^/(dev|proc|sys|var/lib/docker/.+)($|/)"` | | -| node-exporter.service.labels.jobLabel | string | `"node-exporter"` | | -| node-exporter.service.port | int | `9910` | | -| node-exporter.service.targetPort | int | `9910` | | -| node-exporter.serviceMonitor.enabled | bool | `true` | | -| node-exporter.serviceMonitor.jobLabel | string | `"jobLabel"` | | -| operator.configReloaderResources | object | `{}` | | -| operator.enabled | bool | `true` | | -| operator.kubeletService.enabled | bool | `true` | | -| operator.kubeletService.namespace | string | `"kube-system"` | | -| operator.logFormat | string | `"logfmt"` | | -| operator.logLevel | string | `"info"` | | -| operator.prometheusConfigReloader.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | | -| operator.prometheusConfigReloader.containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | | -| operator.prometheusConfigReloader.containerSecurityContext.enabled | bool | `true` | | -| operator.prometheusConfigReloader.containerSecurityContext.readOnlyRootFilesystem | bool | `false` | | -| operator.prometheusConfigReloader.containerSecurityContext.runAsNonRoot | bool | `true` | | -| operator.prometheusConfigReloader.livenessProbe.enabled | bool | `true` | | -| operator.prometheusConfigReloader.livenessProbe.failureThreshold | int | `6` | | -| operator.prometheusConfigReloader.livenessProbe.initialDelaySeconds | int | `10` | | -| operator.prometheusConfigReloader.livenessProbe.periodSeconds | int | `10` | | -| operator.prometheusConfigReloader.livenessProbe.successThreshold | int | `1` | | -| operator.prometheusConfigReloader.livenessProbe.timeoutSeconds | int | `5` | | -| operator.prometheusConfigReloader.readinessProbe.enabled | bool | `true` | | -| operator.prometheusConfigReloader.readinessProbe.failureThreshold | int | `6` | | -| operator.prometheusConfigReloader.readinessProbe.initialDelaySeconds | int | `15` | | -| operator.prometheusConfigReloader.readinessProbe.periodSeconds | int | `20` | | -| operator.prometheusConfigReloader.readinessProbe.successThreshold | int | `1` | | -| operator.prometheusConfigReloader.readinessProbe.timeoutSeconds | int | `5` | | -| operator.serviceMonitor.enabled | bool | `true` | | -| operator.serviceMonitor.interval | string | `""` | | -| operator.serviceMonitor.metricRelabelings | list | `[]` | | -| operator.serviceMonitor.relabelings | list | `[]` | | -| probes.liveness | object | See below | Liveness probe configuration | -| probes.readiness | object | See below | Redainess probe configuration | -| probes.startup | object | See below | Startup probe configuration | -| prometheus.additionalAlertRelabelConfigsExternal.enabled | bool | `false` | | -| prometheus.additionalAlertRelabelConfigsExternal.key | string | `""` | | -| prometheus.additionalAlertRelabelConfigsExternal.name | string | `""` | | -| prometheus.additionalPrometheusRules | list | `[]` | | -| prometheus.additionalScrapeConfigs.enabled | bool | `false` | | -| prometheus.additionalScrapeConfigs.external.key | string | `""` | | -| prometheus.additionalScrapeConfigs.external.name | string | `""` | | -| prometheus.additionalScrapeConfigs.internal.jobList | list | `[]` | | -| prometheus.additionalScrapeConfigs.type | string | `"external"` | | -| prometheus.additionalScrapeConfigsExternal.enabled | bool | `false` | | -| prometheus.additionalScrapeConfigsExternal.key | string | `""` | | -| prometheus.additionalScrapeConfigsExternal.name | string | `""` | | -| prometheus.affinity | object | `{}` | | -| prometheus.alertingEndpoints | list | `[]` | | -| prometheus.configMaps | list | `[]` | | -| prometheus.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | | -| prometheus.containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | | -| prometheus.containerSecurityContext.enabled | bool | `true` | | -| prometheus.containerSecurityContext.readOnlyRootFilesystem | bool | `false` | | -| prometheus.containerSecurityContext.runAsNonRoot | bool | `true` | | -| prometheus.containers | list | `[]` | | -| prometheus.disableCompaction | bool | `false` | | -| prometheus.enableAdminAPI | bool | `false` | | -| prometheus.enableFeatures | list | `[]` | | -| prometheus.enabled | bool | `true` | | -| prometheus.evaluationInterval | string | `""` | | -| prometheus.externalLabels | object | `{}` | | -| prometheus.externalUrl | string | `""` | | -| prometheus.listenLocal | bool | `false` | | -| prometheus.livenessProbe.enabled | bool | `true` | | -| prometheus.livenessProbe.failureThreshold | int | `10` | | -| prometheus.livenessProbe.initialDelaySeconds | int | `0` | | -| prometheus.livenessProbe.path | string | `"/-/healthy"` | | -| prometheus.livenessProbe.periodSeconds | int | `10` | | -| prometheus.livenessProbe.successThreshold | int | `1` | | -| prometheus.livenessProbe.timeoutSeconds | int | `3` | | -| prometheus.logFormat | string | `"logfmt"` | | -| prometheus.logLevel | string | `"info"` | | -| prometheus.matchLabels | object | `{}` | | -| prometheus.nodeAffinityPreset.key | string | `""` | | -| prometheus.nodeAffinityPreset.type | string | `""` | | -| prometheus.nodeAffinityPreset.values | list | `[]` | | -| prometheus.nodeSelector | object | `{}` | | -| prometheus.paused | bool | `false` | | -| prometheus.persistence.accessModes[0] | string | `"ReadWriteOnce"` | | -| prometheus.persistence.enabled | bool | `true` | | -| prometheus.persistence.size | string | `"999Gi"` | | -| prometheus.persistence.storageClass | string | `""` | | -| prometheus.podAffinityPreset | string | `""` | | -| prometheus.podAntiAffinityPreset | string | `"soft"` | | -| prometheus.podMetadata.annotations | object | `{}` | | -| prometheus.podMetadata.labels | object | `{}` | | -| prometheus.podMonitorNamespaceSelector | object | `{}` | | -| prometheus.podMonitorSelector | object | `{}` | | -| prometheus.podSecurityContext.enabled | bool | `true` | | -| prometheus.podSecurityContext.fsGroup | int | `1001` | | -| prometheus.podSecurityContext.runAsUser | int | `1001` | | -| prometheus.portName | string | `"main"` | | -| prometheus.priorityClassName | string | `""` | | -| prometheus.probeNamespaceSelector | object | `{}` | | -| prometheus.probeSelector | object | `{}` | | -| prometheus.prometheusExternalLabelName | string | `""` | | -| prometheus.prometheusExternalLabelNameClear | bool | `false` | | -| prometheus.querySpec | object | `{}` | | -| prometheus.readinessProbe.enabled | bool | `true` | | -| prometheus.readinessProbe.failureThreshold | int | `10` | | -| prometheus.readinessProbe.initialDelaySeconds | int | `0` | | -| prometheus.readinessProbe.path | string | `"/-/ready"` | | -| prometheus.readinessProbe.periodSeconds | int | `10` | | -| prometheus.readinessProbe.successThreshold | int | `1` | | -| prometheus.readinessProbe.timeoutSeconds | int | `3` | | -| prometheus.remoteRead | list | `[]` | | -| prometheus.remoteWrite | list | `[]` | | -| prometheus.replicaCount | int | `1` | | -| prometheus.replicaExternalLabelName | string | `""` | | -| prometheus.replicaExternalLabelNameClear | bool | `false` | | -| prometheus.resources | object | `{}` | | -| prometheus.retention | string | `"31d"` | | -| prometheus.retentionSize | string | `""` | | -| prometheus.routePrefix | string | `"/"` | | -| prometheus.ruleNamespaceSelector | object | `{}` | | -| prometheus.ruleSelector | object | `{}` | | -| prometheus.scrapeInterval | string | `""` | | -| prometheus.secrets | list | `[]` | | -| prometheus.serviceAccount.annotations | object | `{}` | | -| prometheus.serviceAccount.create | bool | `true` | | -| prometheus.serviceAccount.name | string | `""` | | -| prometheus.serviceMonitor.enabled | bool | `true` | | -| prometheus.serviceMonitor.interval | string | `""` | | -| prometheus.serviceMonitor.metricRelabelings | list | `[]` | | -| prometheus.serviceMonitor.relabelings | list | `[]` | | -| prometheus.serviceMonitorNamespaceSelector | object | `{}` | | -| prometheus.serviceMonitorSelector | object | `{}` | | -| prometheus.storageSpec | object | `{}` | | -| prometheus.thanos.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | | -| prometheus.thanos.containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | | -| prometheus.thanos.containerSecurityContext.enabled | bool | `true` | | -| prometheus.thanos.containerSecurityContext.readOnlyRootFilesystem | bool | `false` | | -| prometheus.thanos.containerSecurityContext.runAsNonRoot | bool | `true` | | -| prometheus.thanos.create | bool | `false` | | -| prometheus.thanos.extraArgs | list | `[]` | | -| prometheus.thanos.extraVolumeMounts | list | `[]` | | -| prometheus.thanos.livenessProbe.enabled | bool | `true` | | -| prometheus.thanos.livenessProbe.failureThreshold | int | `120` | | -| prometheus.thanos.livenessProbe.initialDelaySeconds | int | `0` | | -| prometheus.thanos.livenessProbe.path | string | `"/-/healthy"` | | -| prometheus.thanos.livenessProbe.periodSeconds | int | `5` | | -| prometheus.thanos.livenessProbe.successThreshold | int | `1` | | -| prometheus.thanos.livenessProbe.timeoutSeconds | int | `3` | | -| prometheus.thanos.objectStorageConfig | object | `{}` | | -| prometheus.thanos.prometheusUrl | string | `""` | | -| prometheus.thanos.readinessProbe.enabled | bool | `true` | | -| prometheus.thanos.readinessProbe.failureThreshold | int | `120` | | -| prometheus.thanos.readinessProbe.initialDelaySeconds | int | `0` | | -| prometheus.thanos.readinessProbe.path | string | `"/-/ready"` | | -| prometheus.thanos.readinessProbe.periodSeconds | int | `5` | | -| prometheus.thanos.readinessProbe.successThreshold | int | `1` | | -| prometheus.thanos.readinessProbe.timeoutSeconds | int | `3` | | -| prometheus.thanos.resources.limits | object | `{}` | | -| prometheus.thanos.resources.requests | object | `{}` | | -| prometheus.thanos.service.annotations | object | `{}` | | -| prometheus.thanos.service.clusterIP | string | `"None"` | | -| prometheus.thanos.service.extraPorts | list | `[]` | | -| prometheus.thanos.service.loadBalancerIP | string | `""` | | -| prometheus.thanos.service.loadBalancerSourceRanges | list | `[]` | | -| prometheus.thanos.service.nodePort | string | `""` | | -| prometheus.thanos.service.port | int | `10901` | | -| prometheus.thanos.service.type | string | `"ClusterIP"` | | -| prometheus.tolerations | list | `[]` | | -| prometheus.volumeMounts | list | `[]` | | -| prometheus.volumes | list | `[]` | | -| prometheus.walCompression | bool | `false` | | -| prometheusImage.repository | string | `"tccr.io/truecharts/prometheus"` | | -| prometheusImage.tag | string | `"v2.33.5@sha256:31e019271ca5fa1d7bd85a70f2de827bbcbb90569bc2fe726aac89c0a33d3c07"` | | -| rbac | object | `{"enabled":true,"rules":[{"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions"],"verbs":["create"]},{"apiGroups":["apiextensions.k8s.io"],"resourceNames":["alertmanagers.monitoring.coreos.com","podmonitors.monitoring.coreos.com","prometheuses.monitoring.coreos.com","prometheusrules.monitoring.coreos.com","servicemonitors.monitoring.coreos.com","thanosrulers.monitoring.coreos.com","probes.monitoring.coreos.com"],"resources":["customresourcedefinitions"],"verbs":["get","update"]},{"apiGroups":["monitoring.coreos.com"],"resources":["alertmanagers","alertmanagers/finalizers","alertmanagerconfigs","prometheuses","prometheuses/finalizers","thanosrulers","thanosrulers/finalizers","servicemonitors","podmonitors","probes","prometheusrules"],"verbs":["*"]},{"apiGroups":["apps"],"resources":["statefulsets"],"verbs":["*"]},{"apiGroups":[""],"resources":["configmaps","secrets"],"verbs":["*"]},{"apiGroups":[""],"resources":["pods"],"verbs":["list","delete"]},{"apiGroups":[""],"resources":["services","services/finalizers","endpoints"],"verbs":["get","create","update","delete"]},{"apiGroups":[""],"resources":["nodes"],"verbs":["list","watch"]},{"apiGroups":[""],"resources":["namespaces"],"verbs":["get","list","watch"]},{"apiGroups":["networking.k8s.io"],"resources":["ingresses"],"verbs":["get","list","watch"]}]}` | Whether Role Based Access Control objects like roles and rolebindings should be created | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.alertmanager.enabled | bool | `true` | | -| service.alertmanager.ports.alertmanager.enabled | bool | `true` | | -| service.alertmanager.ports.alertmanager.port | int | `10087` | | -| service.alertmanager.ports.alertmanager.protocol | string | `"HTTP"` | | -| service.alertmanager.ports.alertmanager.targetPort | int | `9093` | | -| service.alertmanager.selector."app.kubernetes.io/name" | string | `"alertmanager"` | | -| service.alertmanager.selector.alertmanager | string | `"{{ template \"kube-prometheus.alertmanager.fullname\" . }}"` | | -| service.main.ports.main.port | int | `10086` | | -| service.main.ports.main.protocol | string | `"HTTP"` | | -| service.main.ports.main.targetPort | int | `9090` | | -| service.main.selector."app.kubernetes.io/name" | string | `"prometheus"` | | -| service.main.selector.prometheus | string | `"{{ template \"kube-prometheus.prometheus.fullname\" . }}"` | | -| service.promop.enabled | bool | `true` | | -| service.promop.ports.promop.enabled | bool | `true` | | -| service.promop.ports.promop.port | int | `10089` | | -| service.promop.ports.promop.protocol | string | `"HTTP"` | | -| service.promop.ports.promop.targetPort | int | `8080` | | -| service.thanos.enabled | bool | `true` | | -| service.thanos.ports.thanos.enabled | bool | `true` | | -| service.thanos.ports.thanos.port | int | `10901` | | -| service.thanos.ports.thanos.protocol | string | `"HTTP"` | | -| service.thanos.ports.thanos.targetPort | int | `10901` | | -| service.thanos.selector."app.kubernetes.io/name" | string | `"prometheus"` | | -| service.thanos.selector.prometheus | string | `"{{ template \"kube-prometheus.prometheus.fullname\" . }}"` | | -| serviceAccount | object | `{"create":true}` | The service account the pods will use to interact with the Kubernetes API | -| thanosImage.repository | string | `"tccr.io/truecharts/thanos"` | | -| thanosImage.tag | string | `"v0.25.2@sha256:da333cc7675ee11afe127229a45a009b8fd098eefb90f2adb9570c0b46993234"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/protonmail-bridge/CONFIG.md b/charts/stable/protonmail-bridge/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/protonmail-bridge/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index 3b3551af922..001d774c380 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -19,7 +19,7 @@ name: protonmail-bridge sources: - https://github.com/shenxn/protonmail-bridge-docker - https://hub.docker.com/r/shenxn/protonmail-bridge -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/protonmail-bridge/helm-values.md b/charts/stable/protonmail-bridge/helm-values.md deleted file mode 100644 index 74f49ee5269..00000000000 --- a/charts/stable/protonmail-bridge/helm-values.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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 | string | See below | environment variables. | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/protonmail-bridge"` | image repository | -| image.tag | string | `"v1.8.10-1@sha256:58a54002123cc9a83cfb3170deb0a1dbf4cedabdced09a9c6bcafc19ee4b5631"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Set the container timezone -- Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/prowlarr/CONFIG.md b/charts/stable/prowlarr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/prowlarr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index af858c63304..6cce0c67794 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -21,7 +21,7 @@ name: prowlarr sources: - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/prowlarr/helm-values.md b/charts/stable/prowlarr/helm-values.md deleted file mode 100644 index 94f3a8b9531..00000000000 --- a/charts/stable/prowlarr/helm-values.md +++ /dev/null @@ -1,23 +0,0 @@ -# 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 | string | See below | environment variables. | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/prowlarr"` | image repository | -| image.tag | string | `"v0.2.0.1632@sha256:2d30566fc2543bc64758f4ad50a8a5d8cb7f7b414e9177509f3eb129540e1fcc"` | image tag | -| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service | object | See values.yaml | Set the container timezone -- Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/pwndrop/CONFIG.md b/charts/stable/pwndrop/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/pwndrop/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/pwndrop/Chart.yaml b/charts/stable/pwndrop/Chart.yaml index ba6968f7bf1..dd36970e6e9 100644 --- a/charts/stable/pwndrop/Chart.yaml +++ b/charts/stable/pwndrop/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: pwndrop -version: 2.0.9 +version: 2.0.10 appVersion: "1.0.1" description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. type: application diff --git a/charts/stable/pwndrop/helm-values.md b/charts/stable/pwndrop/helm-values.md deleted file mode 100644 index 22526a53714..00000000000 --- a/charts/stable/pwndrop/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/pwndrop"` | | -| image.tag | string | `"v1.0.1"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10149` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/pydio-cells/CONFIG.md b/charts/stable/pydio-cells/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/pydio-cells/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/pydio-cells/Chart.yaml b/charts/stable/pydio-cells/Chart.yaml index c815efcae60..9ac94cf0c07 100644 --- a/charts/stable/pydio-cells/Chart.yaml +++ b/charts/stable/pydio-cells/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: pydio-cells -version: 4.0.10 +version: 4.0.11 appVersion: "3.0.7" description: Pydio-cells is the nextgen file sharing platform for organizations. type: application diff --git a/charts/stable/pydio-cells/helm-values.md b/charts/stable/pydio-cells/helm-values.md deleted file mode 100644 index af9adf919d6..00000000000 --- a/charts/stable/pydio-cells/helm-values.md +++ /dev/null @@ -1,66 +0,0 @@ -# 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.CELLS_BIND | string | `"0.0.0.0:{{ .Values.service.main.ports.main.port }}"` | | -| env.CELLS_DATA_DIR | string | `"/cells/data"` | | -| env.CELLS_EXTERNAL | string | `""` | | -| env.CELLS_GRPC_EXTERNAL | string | `"{{ .Values.service.gprc.ports.gprc.port }}"` | | -| env.CELLS_HEALTHCHECK | string | `"{{ .Values.service.healthcheck.ports.healthcheck.port }}"` | | -| env.CELLS_INSTALL_YAML | string | `"/cells/install.yml"` | | -| env.CELLS_LOG_DIR | string | `"/cells/logs"` | | -| env.CELLS_SERVICES_DIR | string | `"/cells/services"` | | -| env.CELLS_WORKING_DIR | string | `"/cells"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/pydio-cells"` | | -| image.tag | string | `"v3.0.6@sha256:567d192ce5f2d5da205d6754aa8c9085bbbe0ee4f9891f5ab912cc83a95793a3"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"pydiocells"` | | -| mariadb.mariadbUsername | string | `"pydiocells"` | | -| persistence.cells.enabled | bool | `true` | | -| persistence.cells.mountPath | string | `"/cells"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/cells/data"` | | -| persistence.logs.enabled | bool | `true` | | -| persistence.logs.mountPath | string | `"/cells/logs"` | | -| persistence.services.enabled | bool | `true` | | -| persistence.services.mountPath | string | `"/cells/services"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes.liveness.custom | bool | `true` | | -| probes.liveness.spec.httpGet.path | string | `"/healthcheck"` | | -| probes.liveness.spec.httpGet.port | int | `10162` | | -| probes.liveness.spec.httpGet.scheme | string | `"HTTP"` | | -| probes.readiness.custom | bool | `true` | | -| probes.readiness.spec.httpGet.path | string | `"/healthcheck"` | | -| probes.readiness.spec.httpGet.port | int | `10162` | | -| probes.readiness.spec.httpGet.scheme | string | `"HTTP"` | | -| probes.startup.custom | bool | `true` | | -| probes.startup.spec.httpGet.path | string | `"/healthcheck"` | | -| probes.startup.spec.httpGet.port | int | `10162` | | -| probes.startup.spec.httpGet.scheme | string | `"HTTP"` | | -| pydioinstall.password | string | `"supersecret"` | | -| pydioinstall.title | string | `"Pydio Cells"` | | -| pydioinstall.username | string | `"admin"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.gprc.enabled | bool | `true` | | -| service.gprc.ports.gprc.enabled | bool | `true` | | -| service.gprc.ports.gprc.port | int | `33060` | | -| service.healthcheck.enabled | bool | `true` | | -| service.healthcheck.ports.healthcheck.enabled | bool | `true` | | -| service.healthcheck.ports.healthcheck.port | int | `10162` | | -| service.main.ports.main.port | int | `10150` | | -| service.main.ports.main.protocol | string | `"HTTPS"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/pyload/CONFIG.md b/charts/stable/pyload/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/pyload/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml index aeaaee42260..9254c52901d 100644 --- a/charts/stable/pyload/Chart.yaml +++ b/charts/stable/pyload/Chart.yaml @@ -21,7 +21,7 @@ name: pyload sources: - https://github.com/pyload/pyload - https://hub.docker.com/r/linuxserver/pyload -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/pyload/helm-values.md b/charts/stable/pyload/helm-values.md deleted file mode 100644 index 7435f67557b..00000000000 --- a/charts/stable/pyload/helm-values.md +++ /dev/null @@ -1,24 +0,0 @@ -# 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 | object | See below | environment variables. See [image docs](https://docs.linuxserver.io/images/docker-pyload#environment-variables-e) for more details. | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/pyload"` | image repository | -| image.tag | string | `"version-5de90278@sha256:c33489498cb4541bbf936b1ebd1eaebfb0cae279f738aa0e6184969089e94081"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/pylon/CONFIG.md b/charts/stable/pylon/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/pylon/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/pylon/Chart.yaml b/charts/stable/pylon/Chart.yaml index 0d60e8dfd9b..a209c521f29 100644 --- a/charts/stable/pylon/Chart.yaml +++ b/charts/stable/pylon/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: pylon -version: 2.0.9 +version: 2.0.10 appVersion: "2.8.0" description: Pylon is a web based integrated development environment. type: application diff --git a/charts/stable/pylon/helm-values.md b/charts/stable/pylon/helm-values.md deleted file mode 100644 index ea1a8c2c40f..00000000000 --- a/charts/stable/pylon/helm-values.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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.GITURL | string | `""` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/pylon"` | | -| image.tag | string | `"v2.8.0"` | | -| persistence.code.enabled | bool | `true` | | -| persistence.code.mountPath | string | `"/code"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.PYPASS | string | `""` | | -| secret.PYUSER | string | `""` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `3131` | | -| service.main.ports.main.targetPort | int | `3131` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/qbittorrent/CONFIG.md b/charts/stable/qbittorrent/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/qbittorrent/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index bdbef0647a0..5256130dcbd 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -20,7 +20,7 @@ name: qbittorrent sources: - https://github.com/qbittorrent/qBittorrent type: application -version: 11.0.12 +version: 11.0.13 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/qbittorrent/helm-values.md b/charts/stable/qbittorrent/helm-values.md deleted file mode 100644 index c8a8867b3c7..00000000000 --- a/charts/stable/qbittorrent/helm-values.md +++ /dev/null @@ -1,36 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| additionalVolumeMounts[0].mountPath | string | `"/config/custom-cont-init.d"` | | -| additionalVolumeMounts[0].name | string | `"qbittorrent-scripts"` | | -| additionalVolumes[0].emptyDir | object | `{}` | | -| additionalVolumes[0].name | string | `"qbittorrent-scripts"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/qbittorrent"` | | -| image.tag | string | `"v4.4.2@sha256:193ce0b3040737aaa3f2275d4615442d775f1b39cbcf4ffc11552b54734f6204"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `10095` | | -| service.main.ports.main.targetPort | int | `8080` | | -| service.torrent.enabled | bool | `true` | | -| service.torrent.ports.torrent.enabled | bool | `true` | | -| service.torrent.ports.torrent.port | int | `6881` | | -| service.torrent.ports.torrent.targetPort | int | `6881` | | -| service.torrentudp.enabled | bool | `true` | | -| service.torrentudp.ports.torrentudp.enabled | bool | `true` | | -| service.torrentudp.ports.torrentudp.port | int | `6881` | | -| service.torrentudp.ports.torrentudp.protocol | string | `"UDP"` | | -| service.torrentudp.ports.torrentudp.targetPort | int | `6881` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/qinglong/CONFIG.md b/charts/stable/qinglong/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/qinglong/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/qinglong/Chart.yaml b/charts/stable/qinglong/Chart.yaml index b8a2d4bb1ff..d22d7a458c6 100644 --- a/charts/stable/qinglong/Chart.yaml +++ b/charts/stable/qinglong/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: qinglong -version: 2.0.10 +version: 2.0.11 appVersion: "2.13.3" description: A timed task management panel that supports typescript, javaScript, python3, and shell type: application diff --git a/charts/stable/qinglong/helm-values.md b/charts/stable/qinglong/helm-values.md deleted file mode 100644 index 2646a5f2802..00000000000 --- a/charts/stable/qinglong/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/qinglong"` | | -| image.tag | string | `"v2.12.0@sha256:832ccc78c2c2989ae4ea3789eafd37a04afb759b1269ae8e43ae0dadf840853c"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/ql/data"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10176` | | -| service.main.ports.main.targetPort | int | `5700` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/quassel-core/CONFIG.md b/charts/stable/quassel-core/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/quassel-core/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/quassel-core/Chart.yaml b/charts/stable/quassel-core/Chart.yaml index eb1a2be468f..a78dbc9e101 100644 --- a/charts/stable/quassel-core/Chart.yaml +++ b/charts/stable/quassel-core/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: quassel-core -version: 3.0.9 +version: 3.0.10 appVersion: "0.14.0" description: Quassel-core is a modern, cross-platform, distributed IRC client. type: application diff --git a/charts/stable/quassel-core/helm-values.md b/charts/stable/quassel-core/helm-values.md deleted file mode 100644 index b8473a8730c..00000000000 --- a/charts/stable/quassel-core/helm-values.md +++ /dev/null @@ -1,44 +0,0 @@ -# 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.AUTH_AUTHENTICATOR | string | `"Database"` | | -| env.DB_BACKEND | string | `"PostgreSQL"` | | -| env.DB_PGSQL_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.DB_PGSQL_PORT | int | `5432` | | -| env.DB_PGSQL_USERNAME | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.RUN_OPTS | string | `"--config-from-environment"` | | -| envValueFrom.DB_PGSQL_HOSTNAME.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_PGSQL_HOSTNAME.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DB_PGSQL_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DB_PGSQL_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/quassel-core"` | | -| image.tag | string | `"v0.14.0"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| portal.enabled | bool | `false` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"quassel-core"` | | -| postgresql.postgresqlUsername | string | `"quassel-core"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.ident.enabled | bool | `true` | | -| service.ident.ports.ident.enabled | bool | `true` | | -| service.ident.ports.ident.port | int | `10113` | | -| service.ident.ports.ident.targetPort | int | `10113` | | -| service.main.ports.main.port | int | `4242` | | -| service.main.ports.main.targetPort | int | `4242` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/quassel-web/CONFIG.md b/charts/stable/quassel-web/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/quassel-web/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/quassel-web/Chart.yaml b/charts/stable/quassel-web/Chart.yaml index 521bfb0d04f..b40026f5180 100644 --- a/charts/stable/quassel-web/Chart.yaml +++ b/charts/stable/quassel-web/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: quassel-web -version: 2.0.9 +version: 2.0.10 appVersion: "2021.12.16" description: Quassel-web is a web client for Quassel. type: application diff --git a/charts/stable/quassel-web/helm-values.md b/charts/stable/quassel-web/helm-values.md deleted file mode 100644 index 2fc23281aa9..00000000000 --- a/charts/stable/quassel-web/helm-values.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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.QUASSEL_CORE | string | `"0.0.0.0"` | | -| env.QUASSEL_PORT | int | `4242` | | -| env.URL_BASE | string | `""` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/quassel-web"` | | -| image.tag | string | `"v2021.12.16"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `64080` | | -| service.main.ports.main.targetPort | int | `64080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/radarr/CONFIG.md b/charts/stable/radarr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/radarr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index 55001932747..36383e66c9b 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -21,7 +21,7 @@ name: radarr sources: - https://github.com/Radarr/Radarr type: application -version: 11.0.10 +version: 11.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/radarr/helm-values.md b/charts/stable/radarr/helm-values.md deleted file mode 100644 index c2c8e2de294..00000000000 --- a/charts/stable/radarr/helm-values.md +++ /dev/null @@ -1,34 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/radarr"` | | -| image.tag | string | `"v4.0.5.5981@sha256:8c1fbd32bc795b88e92db8c0e9c369880adee72807997566a9244fff0b67975c"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| probes.liveness.custom | bool | `true` | | -| probes.liveness.enabled | bool | `true` | | -| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | | -| probes.liveness.spec.exec.command[1] | string | `"bash"` | | -| probes.liveness.spec.exec.command[2] | string | `"-c"` | | -| probes.liveness.spec.exec.command[3] | string | `"curl --fail localhost:7878/api/v3/system/status?apiKey=`IFS=\\> && while read -d \\< E C; do if [[ $E = \"ApiKey\" ]]; then echo $C; fi; done < /config/config.xml`"` | | -| probes.liveness.spec.failureThreshold | int | `5` | | -| probes.liveness.spec.initialDelaySeconds | int | `60` | | -| probes.liveness.spec.periodSeconds | int | `10` | | -| probes.liveness.spec.successThreshold | int | `1` | | -| probes.liveness.spec.timeoutSeconds | int | `10` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `7878` | | -| service.main.ports.main.targetPort | int | `7878` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/readarr/CONFIG.md b/charts/stable/readarr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/readarr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index cf6d6c1e262..1ba5c123132 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/Readarr/Readarr - https://readarr.com type: application -version: 11.0.9 +version: 11.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/readarr/helm-values.md b/charts/stable/readarr/helm-values.md deleted file mode 100644 index 998615ad8f1..00000000000 --- a/charts/stable/readarr/helm-values.md +++ /dev/null @@ -1,34 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/readarr"` | | -| image.tag | string | `"v0.1.1.1287@sha256:ad38c27d36f0f648f669824e76bec97e3f2e114a8ce0b391c7eaec298cd04c80"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| probes.liveness.custom | bool | `true` | | -| probes.liveness.enabled | bool | `true` | | -| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | | -| probes.liveness.spec.exec.command[1] | string | `"bash"` | | -| probes.liveness.spec.exec.command[2] | string | `"-c"` | | -| probes.liveness.spec.exec.command[3] | string | `"curl --fail localhost:8787/api/v1/system/status?apiKey=`IFS=\\> && while read -d \\< E C; do if [[ $E = \"ApiKey\" ]]; then echo $C; fi; done < /config/config.xml`"` | | -| probes.liveness.spec.failureThreshold | int | `5` | | -| probes.liveness.spec.initialDelaySeconds | int | `60` | | -| probes.liveness.spec.periodSeconds | int | `10` | | -| probes.liveness.spec.successThreshold | int | `1` | | -| probes.liveness.spec.timeoutSeconds | int | `10` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `8787` | | -| service.main.ports.main.targetPort | int | `8787` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/recipes/CONFIG.md b/charts/stable/recipes/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/recipes/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/recipes/Chart.yaml b/charts/stable/recipes/Chart.yaml index 3d697fcfa9d..ced6e14e68a 100644 --- a/charts/stable/recipes/Chart.yaml +++ b/charts/stable/recipes/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.3.0" description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. name: recipes -version: 8.0.12 +version: 8.0.13 kubeVersion: ">=1.16.0-0" keywords: - recipes diff --git a/charts/stable/recipes/helm-values.md b/charts/stable/recipes/helm-values.md deleted file mode 100644 index 6b2804ec319..00000000000 --- a/charts/stable/recipes/helm-values.md +++ /dev/null @@ -1,49 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| additionalContainers.nginx.image | string | `"{{ .Values.nginxImage.repository }}:{{ .Values.nginxImage.tag }}"` | | -| additionalContainers.nginx.name | string | `"nginx"` | | -| additionalContainers.nginx.ports[0].containerPort | int | `80` | | -| additionalContainers.nginx.ports[0].name | string | `"main"` | | -| additionalContainers.nginx.volumeMounts[0].mountPath | string | `"/etc/nginx/nginx.conf"` | | -| additionalContainers.nginx.volumeMounts[0].name | string | `"recipes-config"` | | -| additionalContainers.nginx.volumeMounts[0].readOnly | bool | `true` | | -| additionalContainers.nginx.volumeMounts[0].subPath | string | `"nginx-config"` | | -| additionalContainers.nginx.volumeMounts[1].mountPath | string | `"/media"` | | -| additionalContainers.nginx.volumeMounts[1].name | string | `"media"` | | -| additionalContainers.nginx.volumeMounts[2].mountPath | string | `"/static"` | | -| additionalContainers.nginx.volumeMounts[2].name | string | `"static"` | | -| env | object | See below | environment variables. See [project docs](https://raw.githubusercontent.com/vabene1111/recipes/master/.env.template) for more details. | -| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.SECRET_KEY.secretKeyRef.key | string | `"SECRET_KEY"` | | -| envValueFrom.SECRET_KEY.secretKeyRef.name | string | `"recipes-secrets"` | | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/recipes"` | image repository | -| image.tag | string | `"v1.1.3@sha256:c3647df7ce82ed48e3b0cff7da5ab02612c894ddffe40dc72bcf66bd67bc3d2b"` | image tag | -| nginxImage.repository | string | `"tccr.io/truecharts/nginx"` | nginx sidecar image repository | -| nginxImage.tag | string | `"v1.21.6@sha256:e530cd55de35803870c5c54ff5140f79807137937f7cfd9841fba73bee83d554"` | nginx sidecar image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"recipes"` | | -| postgresql.postgresqlUsername | string | `"recipes"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/redmine/CONFIG.md b/charts/stable/redmine/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/redmine/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml index d16994a6ae3..1d4fa9a67dd 100644 --- a/charts/stable/redmine/Chart.yaml +++ b/charts/stable/redmine/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "5.0.2" kubeVersion: '>=1.16.0-0' -version: 3.0.12 +version: 3.0.13 name: redmine description: Redmine is a flexible project management web application written using Ruby on Rails framework. type: application diff --git a/charts/stable/redmine/helm-values.md b/charts/stable/redmine/helm-values.md deleted file mode 100644 index e2a4eb72699..00000000000 --- a/charts/stable/redmine/helm-values.md +++ /dev/null @@ -1,40 +0,0 @@ -# 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.REDMINE_DB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.REDMINE_DB_PORT | string | `"5432"` | | -| env.REDMINE_DB_USERNAME | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.REDMINE_NO_DB_MIGRATE | string | `"{{ ternary \"true\" \"\" .Values.redmine.no_db_migrate }}"` | | -| env.REDMINE_PLUGINS_MIGRATE | string | `"{{ ternary \"true\" \"\" .Values.redmine.plugins_migrate }}"` | | -| envValueFrom.REDMINE_DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.REDMINE_DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.REDMINE_DB_POSTGRES.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.REDMINE_DB_POSTGRES.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.REDMINE_SECRET_KEY_BASE.secretKeyRef.key | string | `"REDMINE_SECRET_KEY_BASE"` | | -| envValueFrom.REDMINE_SECRET_KEY_BASE.secretKeyRef.name | string | `"redmine-secrets"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/redmine"` | | -| image.tag | string | `"v5.0.0@sha256:0d559a95f4b73e5bcd9aa9820107255a45bf5628f249c7cf748e903d342c6bc4"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/usr/src/redmine/files"` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"redmine"` | | -| postgresql.postgresqlUsername | string | `"redmine"` | | -| redmine.no_db_migrate | bool | `false` | | -| redmine.plugins_migrate | bool | `true` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `10171` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/reg/CONFIG.md b/charts/stable/reg/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/reg/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/reg/Chart.yaml b/charts/stable/reg/Chart.yaml index c9b6ad4dc5b..324f495104a 100644 --- a/charts/stable/reg/Chart.yaml +++ b/charts/stable/reg/Chart.yaml @@ -19,7 +19,7 @@ name: reg sources: - https://github.com/genuinetools/reg - https://github.com/k8s-at-home/container-images/ -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/reg/helm-values.md b/charts/stable/reg/helm-values.md deleted file mode 100644 index 0f69e6001aa..00000000000 --- a/charts/stable/reg/helm-values.md +++ /dev/null @@ -1,23 +0,0 @@ -# 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 | string | `nil` | environment variables. See more environment variables in the [reg documentation](https://github.com/genuinetools/reg). | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/reg"` | image repository | -| image.tag | string | `"v0.16.1@sha256:ae581387764a23c62c1386389e27358bac5088790904938264cb0bcd4e8c946c"` | image tag | -| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| service | object | See values.yaml | Set the container timezone -- Set the server registry EXTRA_ARGS: "server --registry r.j3ss.co" -- Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/remmina/CONFIG.md b/charts/stable/remmina/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/remmina/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/remmina/Chart.yaml b/charts/stable/remmina/Chart.yaml index cbc2624d9de..810ae292b06 100644 --- a/charts/stable/remmina/Chart.yaml +++ b/charts/stable/remmina/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-remmina - https://remmina.org/ type: application -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/remmina/helm-values.md b/charts/stable/remmina/helm-values.md deleted file mode 100644 index 7745eab0a4b..00000000000 --- a/charts/stable/remmina/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/remmina"` | | -| image.tag | string | `"version-1.2.0-rcgit.29dfsg-1ubuntu1@sha256:c7795b9222063e436c77a94436da5e1bcdc1b13891f936673369588830a5ae8d"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10042` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/requestrr/CONFIG.md b/charts/stable/requestrr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/requestrr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/requestrr/Chart.yaml b/charts/stable/requestrr/Chart.yaml index c59a5671352..245be885db1 100644 --- a/charts/stable/requestrr/Chart.yaml +++ b/charts/stable/requestrr/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: requestrr -version: 2.0.9 +version: 2.0.10 appVersion: "2.1.2" description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. type: application diff --git a/charts/stable/requestrr/helm-values.md b/charts/stable/requestrr/helm-values.md deleted file mode 100644 index 3b245bc5f3b..00000000000 --- a/charts/stable/requestrr/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/requestrr"` | | -| image.tag | string | `"v2.1.1"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `4545` | | -| service.main.ports.main.targetPort | int | `4545` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/resilio-sync/CONFIG.md b/charts/stable/resilio-sync/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/resilio-sync/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml index 184c75576df..62b2ed21d4b 100644 --- a/charts/stable/resilio-sync/Chart.yaml +++ b/charts/stable/resilio-sync/Chart.yaml @@ -21,7 +21,7 @@ maintainers: name: resilio-sync sources: - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync -version: 6.0.11 +version: 6.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/resilio-sync/helm-values.md b/charts/stable/resilio-sync/helm-values.md deleted file mode 100644 index 0baac7a7e80..00000000000 --- a/charts/stable/resilio-sync/helm-values.md +++ /dev/null @@ -1,36 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/resilio-sync"` | | -| image.tag | string | `"version-2.7.2.1375@sha256:54f42485d39a7773ff2e13c27ebfc32fc448eaf13f8972f38e14eedadb0b3a2e"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.bt-tcp.enabled | bool | `true` | | -| service.bt-tcp.ports.bt-tcp.enabled | bool | `true` | | -| service.bt-tcp.ports.bt-tcp.port | int | `55555` | | -| service.bt-tcp.ports.bt-tcp.targetPort | int | `55555` | | -| service.bt-udp.enabled | bool | `true` | | -| service.bt-udp.ports.bt-udp.enabled | bool | `true` | | -| service.bt-udp.ports.bt-udp.port | int | `55555` | | -| service.bt-udp.ports.bt-udp.protocol | string | `"UDP"` | | -| service.bt-udp.ports.bt-udp.targetPort | int | `55555` | | -| service.main.ports.main.port | int | `8888` | | -| service.main.ports.main.targetPort | int | `8888` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/rsnapshot/CONFIG.md b/charts/stable/rsnapshot/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/rsnapshot/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/rsnapshot/Chart.yaml b/charts/stable/rsnapshot/Chart.yaml index 2b6be4a4965..2e44dd96b25 100644 --- a/charts/stable/rsnapshot/Chart.yaml +++ b/charts/stable/rsnapshot/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: rsnapshot -version: 2.0.9 +version: 2.0.10 appVersion: "1.4.3" description: Rsnapshot is a filesystem snapshot utility based on rsync. type: application diff --git a/charts/stable/rsnapshot/helm-values.md b/charts/stable/rsnapshot/helm-values.md deleted file mode 100644 index 1afa74e5525..00000000000 --- a/charts/stable/rsnapshot/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/rsnapshot"` | | -| image.tag | string | `"v1.4.3"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `false` | | -| service.main.ports.main.enabled | bool | `false` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/rss-bridge/Chart.yaml b/charts/stable/rss-bridge/Chart.yaml index b3571102df7..896952da481 100644 --- a/charts/stable/rss-bridge/Chart.yaml +++ b/charts/stable/rss-bridge/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: rss-bridge sources: - https://github.com/RSS-Bridge/rss-bridge -version: 2.0.9 +version: 2.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/rsshub/CONFIG.md b/charts/stable/rsshub/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/rsshub/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index 932fc7ce118..d22f79c198c 100644 --- a/charts/stable/rsshub/Chart.yaml +++ b/charts/stable/rsshub/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: rsshub -version: 3.0.29 +version: 3.0.30 appVersion: "latest" description: RSSHub can generate RSS feeds from pretty much everything type: application diff --git a/charts/stable/rsshub/helm-values.md b/charts/stable/rsshub/helm-values.md deleted file mode 100644 index b97b709ae71..00000000000 --- a/charts/stable/rsshub/helm-values.md +++ /dev/null @@ -1,45 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| additionalContainers.browserless.image | string | `"{{ .Values.browserlessImage.repository }}:{{ .Values.browserlessImage.tag }}"` | | -| additionalContainers.browserless.name | string | `"browserless"` | | -| additionalContainers.browserless.ports[0].containerPort | int | `3000` | | -| additionalContainers.browserless.ports[0].name | string | `"main"` | | -| browserlessImage.repository | string | `"tccr.io/truecharts/browserless-chrome"` | | -| browserlessImage.tag | string | `"v1.51.1-chrome@sha256:39b1e2641af7fb437a8dbe886dc8cb1f613835338f2d8f9c57516f97716d5467"` | | -| env.CACHE_TYPE | string | `"redis"` | | -| env.DISALLOW_ROBOT | bool | `false` | ALLOW_ORIGIN: "" | -| env.NODE_ENV | string | `"production"` | | -| env.NODE_NAME | string | `"{{ .Release.Name }}-{{ randAlphaNum 5 }}"` | | -| env.PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| env.PUPPETEER_WS_ENDPOINT | string | `"ws://localhost:3000"` | | -| env.TITLE_LENGTH_LIMIT | int | `150` | | -| envValueFrom.REDIS_URL.secretKeyRef.key | string | `"url"` | | -| envValueFrom.REDIS_URL.secretKeyRef.name | string | `"rediscreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/rsshub"` | | -| image.tag | string | `"v2022-03@sha256:7b08f8f30371f62a30f09ce6a86f2ce8cdc03b485ed61568f90abf30106dfa41"` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| secret.BITBUCKET_PASSWORD | string | `""` | | -| secret.BITBUCKET_USERNAME | string | `""` | | -| secret.GITHUB_ACCESS_TOKEN | string | `""` | | -| secret.GOOGLE_FONTS_API_KEY | string | `""` | | -| secret.HTTP_BASIC_AUTH_NAME | string | `""` | | -| secret.HTTP_BASIC_AUTH_PASS | string | `""` | | -| secret.LASTFM_API_KEY | string | `""` | | -| secret.TELEGRAM_TOKEN | string | `""` | | -| secret.YOUTUBE_KEY | string | `""` | | -| service.main.ports.main.port | int | `10191` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/sabnzbd/CONFIG.md b/charts/stable/sabnzbd/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/sabnzbd/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index 4c108b42b26..1807e2b7f29 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -20,7 +20,7 @@ name: sabnzbd sources: - https://sabnzbd.org/ type: application -version: 11.0.11 +version: 11.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/sabnzbd/helm-values.md b/charts/stable/sabnzbd/helm-values.md deleted file mode 100644 index 904ac9062e9..00000000000 --- a/charts/stable/sabnzbd/helm-values.md +++ /dev/null @@ -1,22 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/sabnzbd"` | | -| image.tag | string | `"v3.5.3@sha256:e9f0c2d1109a26919ac17e1611a80ddb567a795674afaeb3260b773e71229f76"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| service.main.ports.main.port | int | `10097` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/satisfactory/CONFIG.md b/charts/stable/satisfactory/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/satisfactory/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/satisfactory/Chart.yaml b/charts/stable/satisfactory/Chart.yaml index 48661eeaa3b..dd2d48c70e9 100644 --- a/charts/stable/satisfactory/Chart.yaml +++ b/charts/stable/satisfactory/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/wolveix/satisfactory-server - https://hub.docker.com/r/wolveix/satisfactory-server type: application -version: 2.0.11 +version: 2.0.12 annotations: truecharts.org/catagories: | - games diff --git a/charts/stable/satisfactory/helm-values.md b/charts/stable/satisfactory/helm-values.md deleted file mode 100644 index ca6bf96bbc3..00000000000 --- a/charts/stable/satisfactory/helm-values.md +++ /dev/null @@ -1,54 +0,0 @@ -# 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.AUTOPAUSE | bool | `true` | | -| env.AUTOSAVEINTERVAL | int | `300` | | -| env.AUTOSAVENUM | int | `3` | | -| env.AUTOSAVEONDISCONNECT | bool | `true` | | -| env.CRASHREPORT | bool | `true` | | -| env.DEBUG | bool | `false` | | -| env.DISABLESEASONALEVENTS | bool | `false` | | -| env.MAXPLAYERS | int | `4` | | -| env.SERVERBEACONPORT | string | `"{{ .Values.service.beacon.ports.beacon.targetPort }}"` | | -| env.SERVERGAMEPORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | | -| env.SERVERIP | string | `"0.0.0.0"` | | -| env.SERVERQUERYPORT | string | `"{{ .Values.service.query.ports.query.targetPort }}"` | | -| env.SKIPUPDATE | bool | `false` | | -| env.STEAMBETA | bool | `false` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"wolveix/satisfactory-server"` | | -| image.tag | string | `"v1.2.4@sha256:db00d63f479192fd085bf0cc6aa1c63c33911697164767c245e38920b737a425"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes.liveness | object | See below | Liveness probe configuration | -| probes.readiness | object | See below | Redainess probe configuration | -| probes.startup | object | See below | Startup probe configuration | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.beacon.enabled | bool | `true` | | -| service.beacon.ports.beacon.enabled | bool | `true` | | -| service.beacon.ports.beacon.port | int | `15000` | | -| service.beacon.ports.beacon.protocol | string | `"UDP"` | | -| service.beacon.ports.beacon.targetPort | int | `15000` | | -| service.main.ports.main.port | int | `7777` | | -| service.main.ports.main.protocol | string | `"UDP"` | | -| service.main.ports.main.targetPort | int | `7777` | | -| service.query.enabled | bool | `true` | | -| service.query.ports.query.enabled | bool | `true` | | -| service.query.ports.query.port | int | `15777` | | -| service.query.ports.query.protocol | string | `"UDP"` | | -| service.query.ports.query.targetPort | int | `15777` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/scrutiny/CONFIG.md b/charts/stable/scrutiny/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/scrutiny/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/scrutiny/Chart.yaml b/charts/stable/scrutiny/Chart.yaml index e622cf08b65..bd0718d28ce 100644 --- a/charts/stable/scrutiny/Chart.yaml +++ b/charts/stable/scrutiny/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: scrutiny -version: 3.0.7 +version: 3.0.8 appVersion: "0.4.15" description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. type: application diff --git a/charts/stable/scrutiny/helm-values.md b/charts/stable/scrutiny/helm-values.md deleted file mode 100644 index d0c8c816322..00000000000 --- a/charts/stable/scrutiny/helm-values.md +++ /dev/null @@ -1,39 +0,0 @@ -# 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.SCRUTINY_API_ENDPOINT | string | `"http://localhost:8080"` | | -| env.SCRUTINY_COLLECTOR | bool | `true` | | -| env.SCRUTINY_WEB | bool | `true` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/scrutiny"` | | -| image.tag | string | `"v2021.12.16"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/scrutiny/config"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/config"` | | -| persistence.udev.enabled | bool | `true` | | -| persistence.udev.hostPath | string | `"/run/udev"` | | -| persistence.udev.mountPath | string | `"/run/udev"` | | -| persistence.udev.readOnly | bool | `true` | | -| persistence.udev.type | string | `"hostPath"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.allowPrivilegeEscalation | bool | `true` | | -| securityContext.privileged | bool | `true` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10151` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/ser2sock/CONFIG.md b/charts/stable/ser2sock/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/ser2sock/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml index 4f9d1b61713..6a36d922c27 100644 --- a/charts/stable/ser2sock/Chart.yaml +++ b/charts/stable/ser2sock/Chart.yaml @@ -18,7 +18,7 @@ name: ser2sock sources: - https://github.com/nutechsoftware/ser2sock - https://github.com/tenstartups/ser2sock -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ser2sock/helm-values.md b/charts/stable/ser2sock/helm-values.md deleted file mode 100644 index f6318321071..00000000000 --- a/charts/stable/ser2sock/helm-values.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| affinity | object | `{}` | Affinity constraint rules to place the Pod on a specific node. [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) | -| env | object | See below | environment variables. See [image docs](https://github.com/tenstartups/ser2sock) for more details. | -| env.BAUD_RATE | int | `115200` | Serial device baud rate | -| env.LISTENER_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | Set the container timezone -- Port where ser2sock listens | -| env.SERIAL_DEVICE | string | `"{{ .Values.persistence.usb.mountPath }}"` | Path to the serial device | -| image.pullPolicy | string | `"Always"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/ser2sock"` | image repository | -| image.tag | string | `"latest@sha256:04d80516d8e352b1c8f82c28e130f1bc9af2862925c910fb9014a9b46c3473ae"` | image tag | -| 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. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/shiori/CONFIG.md b/charts/stable/shiori/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/shiori/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/shiori/Chart.yaml b/charts/stable/shiori/Chart.yaml index 41b5235664e..9bf6a343f34 100644 --- a/charts/stable/shiori/Chart.yaml +++ b/charts/stable/shiori/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "1.5.0" -version: 7.0.10 +version: 7.0.11 kubeVersion: '>=1.16.0-0' name: shiori description: A simple bookmark manager built with Go diff --git a/charts/stable/shiori/helm-values.md b/charts/stable/shiori/helm-values.md deleted file mode 100644 index b96305d60ef..00000000000 --- a/charts/stable/shiori/helm-values.md +++ /dev/null @@ -1,36 +0,0 @@ -# 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 | object | `{"SHIORI_PG_NAME":"{{ .Values.postgresql.postgresqlDatabase }}","SHIORI_PG_USER":"{{ .Values.postgresql.postgresqlUsername }}"}` | https://github.com/go-shiori/shiori/wiki/Configuration#database | -| envValueFrom.SHIORI_PG_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.SHIORI_PG_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.SHIORI_PG_PASS.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.SHIORI_PG_PASS.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/shiori"` | | -| image.tag | string | `"version-v1.5.0@sha256:6c6331888c9a5162def49b6212327242f7f5c96e2d5a1bb031f79321cc1c0549"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"shiori"` | | -| postgresql.postgresqlUsername | string | `"shiori"` | | -| securityContext.allowPrivilegeEscalation | bool | `true` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10098` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/shlink-web-client/CONFIG.md b/charts/stable/shlink-web-client/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/shlink-web-client/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/shlink-web-client/Chart.yaml b/charts/stable/shlink-web-client/Chart.yaml index 680fdc15c35..7378d5e9f06 100644 --- a/charts/stable/shlink-web-client/Chart.yaml +++ b/charts/stable/shlink-web-client/Chart.yaml @@ -20,7 +20,7 @@ name: shlink-web-client sources: - https://github.com/shlinkio/shlink-web-client type: application -version: 3.0.10 +version: 3.0.11 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/shlink-web-client/helm-values.md b/charts/stable/shlink-web-client/helm-values.md deleted file mode 100644 index aa1279516df..00000000000 --- a/charts/stable/shlink-web-client/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/shlink-web-client"` | | -| image.tag | string | `"v3.6.0@sha256:96985d31439093366d69027d2dd37cb57a56baa10fc33a98ff10578d1ba68a5a"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10154` | | -| service.main.ports.main.protocol | string | `"HTTP"` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/shlink/CONFIG.md b/charts/stable/shlink/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/shlink/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index 97465abe985..2242127bcc1 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -28,7 +28,7 @@ name: shlink sources: - https://github.com/shlinkio/shlink type: application -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/shlink/helm-values.md b/charts/stable/shlink/helm-values.md deleted file mode 100644 index 773d6af7c35..00000000000 --- a/charts/stable/shlink/helm-values.md +++ /dev/null @@ -1,49 +0,0 @@ -# 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.ANONYMIZE_REMOTE_ADDR | bool | `true` | | -| env.DB_DRIVER | string | `"postgres"` | | -| env.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.DEFAULT_DOMAIN | string | `""` | | -| env.ENABLE_PERIODIC_VISIT_LOCATE | bool | `true` | | -| env.GEOLITE_LICENSE_KEY | string | `""` | | -| env.IS_HTTPS_ENABLED | bool | `true` | | -| env.PORT | int | `10153` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.REDIS_SERVERS.secretKeyRef.key | string | `"url"` | | -| envValueFrom.REDIS_SERVERS.secretKeyRef.name | string | `"rediscreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/shlink"` | | -| image.tag | string | `"v3.0.3@sha256:0467d5b06c9d59a7543cb27d24f7dec31e44b8e01ce7a1f4e00368f674e63b73"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"shlink"` | | -| postgresql.postgresqlUsername | string | `"shlink"` | | -| probes.liveness.path | string | `"/rest/health"` | | -| probes.readiness.path | string | `"/rest/health"` | | -| probes.startup.path | string | `"/rest/health"` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| redis.redisUsername | string | `"default"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10153` | | -| service.main.ports.main.targetPort | int | `10153` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/shorturl/CONFIG.md b/charts/stable/shorturl/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/shorturl/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/shorturl/Chart.yaml b/charts/stable/shorturl/Chart.yaml index 5decf9d96e8..a2fe57c127e 100644 --- a/charts/stable/shorturl/Chart.yaml +++ b/charts/stable/shorturl/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/prologic/shorturl - https://github.com/nicholaswilde/docker-shorturl type: application -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/shorturl/helm-values.md b/charts/stable/shorturl/helm-values.md deleted file mode 100644 index b587d9176da..00000000000 --- a/charts/stable/shorturl/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/shorturl"` | | -| image.tag | string | `"version-v0.1.0@sha256:3893eab50b4d790958b31cbb7fd5d545369e7f91ee2d77551352a6510c86ba03"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10076` | | -| service.main.ports.main.targetPort | int | `8000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/sickchill/CONFIG.md b/charts/stable/sickchill/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/sickchill/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/sickchill/Chart.yaml b/charts/stable/sickchill/Chart.yaml index 218615cf192..0006bf46108 100644 --- a/charts/stable/sickchill/Chart.yaml +++ b/charts/stable/sickchill/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-sickchill - https://github.com/SickChill/SickChill type: application -version: 3.0.11 +version: 3.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/sickchill/helm-values.md b/charts/stable/sickchill/helm-values.md deleted file mode 100644 index f1369201fdc..00000000000 --- a/charts/stable/sickchill/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/sickchill"` | | -| image.tag | string | `"v2022.2.20@sha256:85d0b02d839f4abdbcf2184962fa03886eedc25a22a256971c53d9ed999b16e4"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10067` | | -| service.main.ports.main.targetPort | int | `8081` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/sickgear/CONFIG.md b/charts/stable/sickgear/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/sickgear/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/sickgear/Chart.yaml b/charts/stable/sickgear/Chart.yaml index ab2c403b416..6d54790d285 100644 --- a/charts/stable/sickgear/Chart.yaml +++ b/charts/stable/sickgear/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-sickgear - https://github.com/SickGear/SickGear type: application -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/sickgear/helm-values.md b/charts/stable/sickgear/helm-values.md deleted file mode 100644 index 4362569deaa..00000000000 --- a/charts/stable/sickgear/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/sickgear"` | | -| image.tag | string | `"version-release_0.25.4@sha256:6a78e9f784cf298552402143bee239858956f4783c7619e9a2b960c0d0d15d73"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10066` | | -| service.main.ports.main.targetPort | int | `8081` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/smokeping/CONFIG.md b/charts/stable/smokeping/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/smokeping/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/smokeping/Chart.yaml b/charts/stable/smokeping/Chart.yaml index 6bbfd77aef8..d2f787dfa64 100644 --- a/charts/stable/smokeping/Chart.yaml +++ b/charts/stable/smokeping/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://oss.oetiker.ch/smokeping/ - https://hub.docker.com/r/linuxserver/smokeping type: application -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/smokeping/helm-values.md b/charts/stable/smokeping/helm-values.md deleted file mode 100644 index e1fcfcdbea5..00000000000 --- a/charts/stable/smokeping/helm-values.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/smokeping"` | | -| image.tag | string | `"version-2.7.3-r5@sha256:e56ba2420901250afb865a7e03e43956dcff17503ce44c48b20064980a42f5a4"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.allowPrivilegeEscalation | bool | `true` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10030` | | -| service.main.ports.main.targetPort | int | `80` | | -| strategy.type | string | `"Recreate"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/snapdrop/Chart.yaml b/charts/stable/snapdrop/Chart.yaml index 3af3e803ddd..4de7c631d13 100644 --- a/charts/stable/snapdrop/Chart.yaml +++ b/charts/stable/snapdrop/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: snapdrop sources: - https://github.com/linuxserver/docker-snapdrop -version: 2.0.14 +version: 2.0.15 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/snipe-it/CONFIG.md b/charts/stable/snipe-it/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/snipe-it/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/snipe-it/Chart.yaml b/charts/stable/snipe-it/Chart.yaml index bd790e85faa..4bf8a484bd8 100644 --- a/charts/stable/snipe-it/Chart.yaml +++ b/charts/stable/snipe-it/Chart.yaml @@ -29,7 +29,7 @@ name: snipe-it sources: - https://snipeitapp.com/ - https://github.com/snipe/snipe-it -version: 4.0.17 +version: 4.0.18 annotations: truecharts.org/catagories: | - management diff --git a/charts/stable/snipe-it/helm-values.md b/charts/stable/snipe-it/helm-values.md deleted file mode 100644 index e3906c8afb8..00000000000 --- a/charts/stable/snipe-it/helm-values.md +++ /dev/null @@ -1,70 +0,0 @@ -# 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.API_TOKEN_EXPIRATION_YEARS | int | `40` | | -| env.APP_ENV | string | `"production"` | | -| env.APP_LOCALE | string | `"en"` | | -| env.APP_TIMEZONE | string | `"{{ .Values.TZ }}"` | | -| env.APP_URL | string | `"http://localhost:80"` | | -| env.COOKIE_NAME | string | `"snipeit_session"` | | -| env.DB_CONNECTION | string | `"mysql"` | | -| env.DB_DATABASE | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | | -| env.DB_PORT | string | `"3306"` | | -| env.DB_USERNAME | string | `"{{ .Values.mariadb.mariadbUsername }}"` | | -| env.ENCRYPT | bool | `false` | | -| env.EXPIRE_ON_CLOSE | bool | `false` | | -| env.FILESYSTEM_DISK | string | `"local"` | | -| env.IMAGE_LIB | string | `"gd"` | | -| env.LOGIN_LOCKOUT_DURATION | int | `60` | | -| env.LOGIN_MAX_ATTEMPTS | int | `5` | | -| env.MAX_RESULTS | int | `500` | | -| env.REDIS_PORT | string | `"6379"` | | -| env.SECURE_COOKIES | bool | `false` | | -| env.SESSION_LIFETIME | int | `30` | APP_LOG_LEVEL: "debug" Session | -| envValueFrom.APP_KEY.secretKeyRef.key | string | `"APP_KEY"` | | -| envValueFrom.APP_KEY.secretKeyRef.name | string | `"snipeit-secrets"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.key | string | `"redis-password"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/snipe-it"` | | -| image.tag | string | `"v5.4.1@sha256:392cd5a87a094675702b2f81a84213624851d2c4adec2dbad207a91f7d39d3d4"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"snipe-it"` | | -| mariadb.mariadbUsername | string | `"snipe-it"` | | -| persistence.backups.enabled | bool | `true` | | -| persistence.backups.mountPath | string | `"/var/lib/snipeit/dumps"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/var/lib/snipeit/data"` | | -| persistence.logs.enabled | bool | `true` | | -| persistence.logs.mountPath | string | `"/var/www/html/storage/logs"` | | -| podSecurityContext.fsGroup | int | `50` | | -| podSecurityContext.runAsGroup | int | `1000` | | -| podSecurityContext.runAsUser | int | `0` | | -| probes.liveness.path | string | `"/health"` | | -| probes.readiness.path | string | `"/health"` | | -| probes.startup.path | string | `"/health"` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10120` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/sonarr/CONFIG.md b/charts/stable/sonarr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/sonarr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index eda60fc2e3d..6c3fd80e4a0 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -21,7 +21,7 @@ name: sonarr sources: - https://github.com/Sonarr/Sonarr type: application -version: 11.0.10 +version: 11.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/sonarr/helm-values.md b/charts/stable/sonarr/helm-values.md deleted file mode 100644 index a953283d937..00000000000 --- a/charts/stable/sonarr/helm-values.md +++ /dev/null @@ -1,33 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/sonarr"` | | -| image.tag | string | `"v3.0.7.1477@sha256:a14027b732b5abe71854d48f76872e8bd0ff25d2b640e5f025bb30d96dfa73ec"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| probes.liveness.custom | bool | `true` | | -| probes.liveness.enabled | bool | `true` | | -| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | | -| probes.liveness.spec.exec.command[1] | string | `"bash"` | | -| probes.liveness.spec.exec.command[2] | string | `"-c"` | | -| probes.liveness.spec.exec.command[3] | string | `"curl --fail localhost:8989/api/v3/system/status?apiKey=`IFS=\\> && while read -d \\< E C; do if [[ $E = \"ApiKey\" ]]; then echo $C; fi; done < /config/config.xml`"` | | -| probes.liveness.spec.failureThreshold | int | `5` | | -| probes.liveness.spec.initialDelaySeconds | int | `60` | | -| probes.liveness.spec.periodSeconds | int | `10` | | -| probes.liveness.spec.successThreshold | int | `1` | | -| probes.liveness.spec.timeoutSeconds | int | `10` | | -| service.main.ports.main.port | int | `8989` | | -| service.main.ports.main.targetPort | int | `8989` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/speedtest-exporter/CONFIG.md b/charts/stable/speedtest-exporter/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/speedtest-exporter/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/speedtest-exporter/Chart.yaml b/charts/stable/speedtest-exporter/Chart.yaml index 8b0a161245b..5ddb437a725 100644 --- a/charts/stable/speedtest-exporter/Chart.yaml +++ b/charts/stable/speedtest-exporter/Chart.yaml @@ -21,7 +21,7 @@ name: speedtest-exporter sources: - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ type: application -version: 3.0.11 +version: 3.0.12 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/speedtest-exporter/helm-values.md b/charts/stable/speedtest-exporter/helm-values.md deleted file mode 100644 index cd4bf0dcb59..00000000000 --- a/charts/stable/speedtest-exporter/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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 | string | See below | environment variables. See [application docs](https://docs.miguelndecarvalho.pt/projects/speedtest-exporter/) for more details. | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/speedtest-exporter"` | image repository | -| image.tag | string | `"v3.4.3"` | image tag | -| metrics.enabled | bool | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. | -| metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. | -| metrics.prometheusRule.downloadLimit | int | `400` | Download speed you want alerts to be triggered in Mbps | -| metrics.prometheusRule.jitterLimit | int | `30` | Jitter latency you want alerts to be triggered in ms | -| metrics.prometheusRule.pingLimit | int | `10` | Ping latency you want alerts to be triggered in ms | -| metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. | -| metrics.prometheusRule.uploadLimit | int | `400` | Upload speed you want alerts to be triggered in Mbps | -| metrics.serviceMonitor.interval | string | `"60m"` | The interval field must use minutes for the padding to calculate properly. | -| metrics.serviceMonitor.labels | object | `{}` | | -| metrics.serviceMonitor.scrapeTimeout | string | `"1m"` | | -| securityContext | object | `{"readOnlyRootFilesystem":false}` | Set the container timezone | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/spotweb/CONFIG.md b/charts/stable/spotweb/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/spotweb/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/spotweb/Chart.yaml b/charts/stable/spotweb/Chart.yaml index 1bcd3ace89c..09a91ab59f3 100644 --- a/charts/stable/spotweb/Chart.yaml +++ b/charts/stable/spotweb/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "1.5.1" kubeVersion: '>=1.16.0-0' -version: 4.0.10 +version: 4.0.11 name: spotweb description: Spotweb is a decentralized usenet community based on the Spotnet protocol. type: application diff --git a/charts/stable/spotweb/helm-values.md b/charts/stable/spotweb/helm-values.md deleted file mode 100644 index 1a23627e8a1..00000000000 --- a/charts/stable/spotweb/helm-values.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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 | object | `{"DB_DATABASE":"{{ .Values.postgresql.postgresqlDatabase }}","DB_ENGINE":"pdo_pgsql","DB_PORT":"5432","DB_SCHEMA":"public","DB_USER":"{{ .Values.postgresql.postgresqlUsername }}","SPOTWEB_FIRSTNAME":"demo","SPOTWEB_LASTNAME":"spotweb","SPOTWEB_MAIL":"demo@spotweb.com","SPOTWEB_RETRIEVE":"15min","SPOTWEB_SYSTEMTYPE":"single"}` | https://hub.docker.com/r/jgeusebroek/spotweb | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| 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 | `"tccr.io/truecharts/spotweb"` | | -| image.tag | string | `"v1.5.1@sha256:75fe32474598f89d7b0741c3b96eeebd6b346da5219e1eabf8ed9e769f7a98f5"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"spotweb"` | | -| postgresql.postgresqlUsername | string | `"spotweb"` | | -| secret.SPOTWEB_PASSWORD | string | `"changeme"` | | -| secret.SPOTWEB_USERNAME | string | `"myawesomeuser"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10050` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/sqlitebrowser/CONFIG.md b/charts/stable/sqlitebrowser/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/sqlitebrowser/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/sqlitebrowser/Chart.yaml b/charts/stable/sqlitebrowser/Chart.yaml index 7bd56fdc63a..2a9493c3aa1 100644 --- a/charts/stable/sqlitebrowser/Chart.yaml +++ b/charts/stable/sqlitebrowser/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-sqlitebrowser - https://sqlitebrowser.org/ type: application -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/sqlitebrowser/helm-values.md b/charts/stable/sqlitebrowser/helm-values.md deleted file mode 100644 index e6704001893..00000000000 --- a/charts/stable/sqlitebrowser/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/sqlitebrowser"` | | -| image.tag | string | `"version-3.12.2-02876202105241947ubuntu18.04.1@sha256:fc18746d4b3c37355ef0015b34c9bdd1d023c528d05097bf6dc839d54234fc48"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10137` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/stash/CONFIG.md b/charts/stable/stash/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/stash/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml index 64c8f2b2d6a..3d1299a1f9b 100644 --- a/charts/stable/stash/Chart.yaml +++ b/charts/stable/stash/Chart.yaml @@ -18,7 +18,7 @@ name: stash sources: - https://github.com/stashapp/stash - https://hub.docker.com/r/stashapp/stash -version: 7.0.11 +version: 7.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/stash/helm-values.md b/charts/stable/stash/helm-values.md deleted file mode 100644 index 26f13fa40a0..00000000000 --- a/charts/stable/stash/helm-values.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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 | object | See below | environment variables. See more environment variables in the [stashapp documentation](https://raw.githubusercontent.com/stashapp/stash/master/docker/production/docker-compose.yml) | -| env.STASH_PORT | int | `9999` | Set the container port | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/stash"` | image repository | -| image.tag | string | `"v0.13.1@sha256:2b8c605b04f4c16d822a978990909a916b96aefc9bad93b25219fe241969aec5"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/static/CONFIG.md b/charts/stable/static/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/static/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/static/Chart.yaml b/charts/stable/static/Chart.yaml index d825e88a7f9..dcd85c71f61 100644 --- a/charts/stable/static/Chart.yaml +++ b/charts/stable/static/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/prologic/static - https://github.com/nicholaswilde/docker-static type: application -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/static/helm-values.md b/charts/stable/static/helm-values.md deleted file mode 100644 index 43e7f829968..00000000000 --- a/charts/stable/static/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/static"` | | -| image.tag | string | `"version-ee8a20c@sha256:5644e67d64d9c23330ffd83e62a99f268a801b6d76b67d07a998952de131e00b"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10077` | | -| service.main.ports.main.targetPort | int | `8000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/statping/CONFIG.md b/charts/stable/statping/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/statping/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/statping/Chart.yaml b/charts/stable/statping/Chart.yaml index 01aed39688c..19af7b00ecf 100644 --- a/charts/stable/statping/Chart.yaml +++ b/charts/stable/statping/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "0.90.78" description: Status page for monitoring your websites and applications name: statping -version: 7.0.10 +version: 7.0.11 kubeVersion: ">=1.16.0-0" keywords: - statping diff --git a/charts/stable/statping/helm-values.md b/charts/stable/statping/helm-values.md deleted file mode 100644 index db7f31d6aed..00000000000 --- a/charts/stable/statping/helm-values.md +++ /dev/null @@ -1,39 +0,0 @@ -# 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.DB_CONN | string | `"postgres"` | | -| env.DB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.DB_PORT | string | `"5432"` | | -| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.DESCRIPTION | string | `"This is a Statping instance deployed as Helm chart"` | Description of the Statping instance | -| env.DISABLE_LOGS | bool | `false` | Disable logs from appearing and writing to disk | -| env.NAME | string | `"Statping Example"` | Set the container timezone -- Name of the Statping instance | -| env.POSTGRES_SSLMODE | string | `"disable"` | | -| env.USE_CDN | bool | `false` | Use CDN for static context from third-parties | -| env.VIRTUAL_HOST | string | `""` | External URL you use to connect to the statping (the one you enter in your browser) | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DB_PASS.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DB_PASS.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/statping"` | image repository | -| image.tag | string | `"v0.90.74@sha256:1c7e6cf35253668dd55ab20dde3c3e10d2fefd31416963b81d63846b672f38ce"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. | -| secret | object | See below | environment variables. See [application docs](https://github.com/statping/statping/wiki/Config-with-.env-File) for more details. | -| secret.ADMIN_EMAIL | string | `"info@example.com"` | dashboard admin email | -| secret.ADMIN_PASSWORD | string | `"changeme"` | dashboard admin password (needed to edit) | -| secret.ADMIN_USER | string | `"admin"` | dashboard admin user (needed to edit) | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/storj-node/CONFIG.md b/charts/stable/storj-node/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/storj-node/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/storj-node/Chart.yaml b/charts/stable/storj-node/Chart.yaml index 29a07746dfd..f3ec2d78b91 100644 --- a/charts/stable/storj-node/Chart.yaml +++ b/charts/stable/storj-node/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/storj/storj - https://docs.storj.io/node/ - https://hub.docker.com/r/storjlabs/storagenode -version: 2.0.19 +version: 2.0.20 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/storj-node/helm-values.md b/charts/stable/storj-node/helm-values.md deleted file mode 100644 index c6da733d364..00000000000 --- a/charts/stable/storj-node/helm-values.md +++ /dev/null @@ -1,43 +0,0 @@ -# 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.ADDRESS | string | `""` | | -| env.EMAIL | string | `""` | | -| env.SETUP | bool | `true` | | -| env.STORAGE | string | `"500GB"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/storj-node"` | | -| image.tag | string | `"v1.51.2@sha256:f864a21215a1cf4bceb8d2f456c1b8b03c84012f16b5ff32cba49f9e3c79f8bd"` | | -| persistence.identity.enabled | bool | `true` | | -| persistence.identity.mountPath | string | `"/app/identity"` | | -| persistence.storage.enabled | bool | `true` | | -| persistence.storage.mountPath | string | `"/app/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.WALLET | string | `"walletaddress"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.coretcp.enabled | bool | `true` | | -| service.coretcp.ports.coretcp.enabled | bool | `true` | | -| service.coretcp.ports.coretcp.port | int | `28967` | | -| service.coretcp.ports.coretcp.protocol | string | `"TCP"` | | -| service.coretcp.ports.coretcp.targetPort | int | `28967` | | -| service.coreudp.enabled | bool | `true` | | -| service.coreudp.ports.coreudp.enabled | bool | `true` | | -| service.coreudp.ports.coreudp.port | int | `28967` | | -| service.coreudp.ports.coreudp.protocol | string | `"UDP"` | | -| service.coreudp.ports.coreudp.targetPort | int | `28967` | | -| service.main.ports.main.port | int | `14002` | | -| service.main.ports.main.targetPort | int | `14002` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/strapi/CONFIG.md b/charts/stable/strapi/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/strapi/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/strapi/Chart.yaml b/charts/stable/strapi/Chart.yaml index 340a7b91f40..47a720bad30 100644 --- a/charts/stable/strapi/Chart.yaml +++ b/charts/stable/strapi/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://hub.docker.com/r/strapi/strapi - https://github.com/strapi/strapi - https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/installation/docker.html#creating-a-strapi-project -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/strapi/helm-values.md b/charts/stable/strapi/helm-values.md deleted file mode 100644 index 13e3fd76c0f..00000000000 --- a/charts/stable/strapi/helm-values.md +++ /dev/null @@ -1,40 +0,0 @@ -# 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.DATABASE_CLIENT | string | `"postgres"` | | -| env.DATABASE_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.DATABASE_PORT | int | `5432` | | -| env.DATABASE_USERNAME | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.EXTRA_ARGS | string | `""` | | -| env.NODE_ENV | string | `"production"` | | -| envValueFrom.DATABASE_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DATABASE_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DATABASE_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DATABASE_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/strapi"` | | -| image.tag | string | `"v3.6.8@sha256:25d345a1787c5be5ef1771b069e0eeaeba5b244a62870cc2b9d5acba0eaedd89"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/srv/app"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"strapi"` | | -| postgresql.postgresqlUsername | string | `"strapi"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `1337` | | -| service.main.ports.main.targetPort | int | `1337` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/synapse/CONFIG.md b/charts/stable/synapse/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/synapse/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/synapse/Chart.yaml b/charts/stable/synapse/Chart.yaml index 6bca4ff82c8..559bef91033 100644 --- a/charts/stable/synapse/Chart.yaml +++ b/charts/stable/synapse/Chart.yaml @@ -24,7 +24,7 @@ maintainers: name: synapse sources: [] type: application -version: 4.0.12 +version: 4.0.13 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/synapse/helm-values.md b/charts/stable/synapse/helm-values.md deleted file mode 100644 index 80b8c55bd67..00000000000 --- a/charts/stable/synapse/helm-values.md +++ /dev/null @@ -1,119 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| command[0] | string | `"sh"` | | -| command[1] | string | `"-c"` | | -| command[2] | string | `"exec python -B -m synapse.app.homeserver \\\n -c /data/homeserver.yaml \\\n -c /data/secret/secret.yaml \\\n -c /data/custom.yaml\n"` | | -| coturn.enabled | bool | `false` | | -| env | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"matrixdotorg/synapse"` | | -| image.tag | string | `"v1.56.0"` | | -| installContainers.generate-signing-key.args[0] | string | `"-m"` | | -| installContainers.generate-signing-key.args[10] | string | `"--generate-keys"` | | -| installContainers.generate-signing-key.args[1] | string | `"synapse.app.homeserver"` | | -| installContainers.generate-signing-key.args[2] | string | `"--config-path"` | | -| installContainers.generate-signing-key.args[3] | string | `"/data/homeserver.yaml"` | | -| installContainers.generate-signing-key.args[4] | string | `"--config-path"` | | -| installContainers.generate-signing-key.args[5] | string | `"/data/secret/secret.yaml"` | | -| installContainers.generate-signing-key.args[6] | string | `"--config-path"` | | -| installContainers.generate-signing-key.args[7] | string | `"/data/custom.yaml"` | | -| installContainers.generate-signing-key.args[8] | string | `"--keys-directory"` | | -| installContainers.generate-signing-key.args[9] | string | `"/data/keys"` | | -| installContainers.generate-signing-key.command[0] | string | `"python"` | | -| installContainers.generate-signing-key.env[0].name | string | `"SYNAPSE_SERVER_NAME"` | | -| installContainers.generate-signing-key.env[0].value | string | `"{{ .Values.matrix.serverName }}"` | | -| installContainers.generate-signing-key.env[1].name | string | `"SYNAPSE_REPORT_STATS"` | | -| installContainers.generate-signing-key.env[1].value | string | `"no"` | | -| installContainers.generate-signing-key.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| installContainers.generate-signing-key.volumeMounts[0].mountPath | string | `"/data"` | | -| installContainers.generate-signing-key.volumeMounts[0].name | string | `"config"` | | -| installContainers.generate-signing-key.volumeMounts[1].mountPath | string | `"/data/secret"` | | -| installContainers.generate-signing-key.volumeMounts[1].name | string | `"secret"` | | -| installContainers.generate-signing-key.volumeMounts[2].mountPath | string | `"/data/keys"` | | -| installContainers.generate-signing-key.volumeMounts[2].name | string | `"key"` | | -| mail.enabled | bool | `false` | NOTE: If enabled, either enable the Exim relay or configure an external mail server below | -| mail.from | string | `"Matrix "` | | -| mail.host | string | `""` | | -| mail.password | string | `""` | | -| mail.port | int | `25` | | -| mail.requireTransportSecurity | bool | `true` | | -| mail.riotUrl | string | `""` | If the ingress is enabled, this is unnecessary. If the ingress is disabled and this is left unspecified, emails will contain a link to https://app.element.io | -| mail.username | string | `""` | | -| matrix.adminEmail | string | `"admin@example.com"` | | -| matrix.blockNonAdminInvites | bool | `false` | | -| matrix.disabled | bool | `false` | | -| matrix.disabledMessage | string | `""` | | -| matrix.encryptByDefault | string | `"invite"` | off: none invite: private messages, or rooms created with the private_chat or trusted_private_chat room preset all: all rooms | -| matrix.federation.allowPublicRooms | bool | `true` | | -| matrix.federation.blacklist | list | `["127.0.0.0/8","10.0.0.0/8","172.16.0.0/12","192.168.0.0/16","100.64.0.0/10","169.254.0.0/16","::1/128","fe80::/64","fc00::/7"]` | whitelist: [] IP addresses to blacklist federation requests to | -| matrix.federation.enabled | bool | `true` | | -| matrix.logging.rootLogLevel | string | `"WARNING"` | specific settings. | -| matrix.logging.sqlLogLevel | string | `"WARNING"` | information such as access tokens. | -| matrix.logging.synapseLogLevel | string | `"WARNING"` | | -| matrix.presence | bool | `true` | This is *optional* if an Ingress is configured below. If hostname is unspecified, the Synapse hostname of the Ingress will be used hostname: "matrix.example.com" Set to false to disable presence (online/offline indicators) | -| matrix.registration.allowGuests | bool | `false` | has the shared secret, even if registration is otherwise disabled. sharedSecret: Allow users to join rooms as a guest | -| matrix.registration.autoJoinRooms | list | `[]` | required3Pids: - email - msisdn Rooms to automatically join all new users to | -| matrix.registration.enabled | bool | `false` | | -| matrix.retentionPeriod | string | `"7d"` | | -| matrix.search | bool | `true` | | -| matrix.security.surpressKeyServerWarning | bool | `true` | trustedKeyServers include 'matrix.org'. See below. Set to false to re-enable the warning. | -| matrix.serverName | string | `"example.com"` | If homeserverOverride is set, the entirety of homeserver.yaml will be replaced with the contents. If homeserverExtra is set, the contents will be appended to the end of the default configuration. It is highly recommended that you take a look at the defaults in templates/synapse/_homeserver.yaml, to get a sense of the requirements and default configuration options to use other services in this chart. homeserverOverride: {} homeserverExtra: {} Domain name of the server This is not necessarily the host name where the service is reachable. In fact, you may want to omit any subdomains from this value as the server name set here will be the name of your homeserver in the fediverse, and will be the domain name at the end of every user's username | -| matrix.uploads.maxPixels | string | `"32M"` | | -| matrix.uploads.maxSize | string | `"10M"` | | -| matrix.urlPreviews.enabled | bool | `false` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/data"` | | -| persistence.config.objectName | string | `"synapse-config"` | | -| persistence.config.readOnly | bool | `false` | | -| persistence.config.type | string | `"configMap"` | | -| persistence.key.enabled | bool | `true` | | -| persistence.key.mountPath | string | `"/data/keys"` | | -| persistence.media.enabled | bool | `true` | | -| persistence.media.mountPath | string | `"/data/media_store"` | | -| persistence.secret.enabled | bool | `true` | | -| persistence.secret.mountPath | string | `"/data/secret"` | | -| persistence.secret.objectName | string | `"synapse-secret"` | | -| persistence.secret.readOnly | bool | `false` | | -| persistence.secret.type | string | `"secret"` | | -| persistence.uploads.enabled | bool | `true` | | -| persistence.uploads.mountPath | string | `"/uploads"` | | -| postgresql.enabled | bool | `true` | | -| postgresql.env.POSTGRES_INITDB_ARGS | string | `"--encoding=UTF8 --locale=C"` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"synapse"` | | -| postgresql.postgresqlUsername | string | `"synapse"` | | -| probes.liveness.path | string | `"/health"` | | -| probes.readiness.path | string | `"/health"` | | -| probes.startup.path | string | `"/health"` | | -| secret | object | `{}` | | -| securityContext.allowPrivilegeEscalation | bool | `true` | | -| service.federation.enabled | bool | `true` | | -| service.federation.ports.federation.enabled | bool | `true` | | -| service.federation.ports.federation.port | int | `8448` | | -| service.federation.ports.federation.targetPort | int | `8008` | | -| service.main.ports.main.port | int | `8008` | | -| service.main.ports.main.targetPort | int | `8008` | | -| service.metrics.enabled | bool | `true` | | -| service.metrics.ports.metrics.enabled | bool | `true` | | -| service.metrics.ports.metrics.port | int | `9093` | | -| service.metrics.ports.metrics.targetPort | int | `9090` | | -| service.replication.enabled | bool | `true` | | -| service.replication.ports.replication.enabled | bool | `true` | | -| service.replication.ports.replication.port | int | `9092` | | -| service.replication.ports.replication.targetPort | int | `9092` | | -| synapse.appConfig | list | `[]` | List of application config .yaml files to be loaded from /appConfig | -| synapse.loadCustomConfig | bool | `false` | | -| synapse.metrics | object | `{"annotations":true,"enabled":true,"port":9092}` | https://github.com/matrix-org/synapse/blob/master/docs/metrics-howto.md | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/synclounge/CONFIG.md b/charts/stable/synclounge/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/synclounge/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/synclounge/Chart.yaml b/charts/stable/synclounge/Chart.yaml index 5f3c07528e0..f6bdecb43d2 100644 --- a/charts/stable/synclounge/Chart.yaml +++ b/charts/stable/synclounge/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: synclounge -version: 2.0.13 +version: 2.0.14 appVersion: "5.1.123" description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. type: application diff --git a/charts/stable/synclounge/helm-values.md b/charts/stable/synclounge/helm-values.md deleted file mode 100644 index e9ad183d8c4..00000000000 --- a/charts/stable/synclounge/helm-values.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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.AUTH_LIST | string | `""` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/synclounge"` | | -| image.tag | string | `"v5.1.112"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `8088` | | -| service.main.ports.main.targetPort | int | `8088` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/syncthing/CONFIG.md b/charts/stable/syncthing/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/syncthing/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index c57843cde4e..3b90983e303 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/syncthing/syncthing - https://hub.docker.com/r/syncthing/syncthing type: application -version: 11.0.12 +version: 11.0.13 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/syncthing/helm-values.md b/charts/stable/syncthing/helm-values.md deleted file mode 100644 index 1ea8aef85fb..00000000000 --- a/charts/stable/syncthing/helm-values.md +++ /dev/null @@ -1,36 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/syncthing"` | | -| image.tag | string | `"v1.19.1@sha256:673e5520a326796184e113b8cec4542c17d37a1d965c45601af182889046b898"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/var/syncthing"` | | -| service.discovery.enabled | bool | `true` | | -| service.discovery.ports.discovery.enabled | bool | `true` | | -| service.discovery.ports.discovery.port | int | `21027` | | -| service.discovery.ports.discovery.protocol | string | `"UDP"` | | -| service.discovery.ports.discovery.targetPort | int | `21027` | | -| service.listeners-udp.enabled | bool | `true` | | -| service.listeners-udp.ports.udp.enabled | bool | `true` | | -| service.listeners-udp.ports.udp.port | int | `22000` | | -| service.listeners-udp.ports.udp.protocol | string | `"UDP"` | | -| service.listeners-udp.ports.udp.targetPort | int | `22000` | | -| service.listeners.enabled | bool | `true` | | -| service.listeners.ports.tcp.enabled | bool | `true` | | -| service.listeners.ports.tcp.port | int | `22000` | | -| service.listeners.ports.tcp.targetPort | int | `22000` | | -| service.main.ports.main.port | int | `8384` | | -| service.main.ports.main.targetPort | int | `8384` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/syslog-ng/CONFIG.md b/charts/stable/syslog-ng/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/syslog-ng/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/syslog-ng/Chart.yaml b/charts/stable/syslog-ng/Chart.yaml index 9a2a10caa2d..27f333bb0f5 100644 --- a/charts/stable/syslog-ng/Chart.yaml +++ b/charts/stable/syslog-ng/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: syslog-ng -version: 2.0.10 +version: 2.0.11 appVersion: "3.37.1" description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. type: application diff --git a/charts/stable/syslog-ng/helm-values.md b/charts/stable/syslog-ng/helm-values.md deleted file mode 100644 index a64b6042163..00000000000 --- a/charts/stable/syslog-ng/helm-values.md +++ /dev/null @@ -1,37 +0,0 @@ -# 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 | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/syslog-ng"` | | -| image.tag | string | `"v3.36.1@sha256:7b8d18e31faad631d519c5a8f10bd711ff4fd5862830a6a61b3f1c47ab05da0f"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `6601` | | -| service.main.ports.main.targetPort | int | `601` | | -| service.syslog-tls.enabled | bool | `true` | | -| service.syslog-tls.ports.syslog-tls.enabled | bool | `true` | | -| service.syslog-tls.ports.syslog-tls.port | int | `6514` | | -| service.syslog-tls.ports.syslog-tls.targetPort | int | `6514` | | -| service.syslog-udp.enabled | bool | `true` | | -| service.syslog-udp.ports.syslog-udp.enabled | bool | `true` | | -| service.syslog-udp.ports.syslog-udp.port | int | `5514` | | -| service.syslog-udp.ports.syslog-udp.protocol | string | `"UDP"` | | -| service.syslog-udp.ports.syslog-udp.targetPort | int | `514` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/tautulli/CONFIG.md b/charts/stable/tautulli/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/tautulli/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml index 65c57f9c90b..9e7daee7c38 100644 --- a/charts/stable/tautulli/Chart.yaml +++ b/charts/stable/tautulli/Chart.yaml @@ -20,7 +20,7 @@ name: tautulli sources: - https://github.com/Tautulli/Tautulli type: application -version: 11.0.10 +version: 11.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/tautulli/helm-values.md b/charts/stable/tautulli/helm-values.md deleted file mode 100644 index c65403e4e99..00000000000 --- a/charts/stable/tautulli/helm-values.md +++ /dev/null @@ -1,22 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/tautulli"` | | -| image.tag | string | `"v2.9.5@sha256:8ecaffdd56ad192dccbb9d3240d1abfa304ab236d0ee0e217ab504bddd0ccae3"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| service.main.ports.main.port | int | `8181` | | -| service.main.ports.main.targetPort | int | `8181` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/tdarr-node/CONFIG.md b/charts/stable/tdarr-node/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/tdarr-node/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/tdarr-node/Chart.yaml b/charts/stable/tdarr-node/Chart.yaml index f90bb909756..4d912cd6577 100644 --- a/charts/stable/tdarr-node/Chart.yaml +++ b/charts/stable/tdarr-node/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/HaveAGitGat/Tdarr - https://hub.docker.com/r/haveagitgat/tdarr_node type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/tdarr-node/helm-values.md b/charts/stable/tdarr-node/helm-values.md deleted file mode 100644 index 733c5e6fcae..00000000000 --- a/charts/stable/tdarr-node/helm-values.md +++ /dev/null @@ -1,36 +0,0 @@ -# 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.nodeID | string | `"myFirstTdarrNode"` | | -| env.nodeIP | string | `"0.0.0.0"` | | -| env.nodePort | int | `8267` | | -| env.serverIP | string | `"0.0.0.0"` | | -| env.serverPort | int | `8266` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/tdarr_node"` | | -| image.tag | string | `"v2.00.16@sha256:88acc09d8be5b89d0f0edf2e0d5e00fc2f885f6d9b81f402cb68ba2b38c4cb56"` | | -| persistence.configs.enabled | bool | `true` | | -| persistence.configs.mountPath | string | `"/app/configs"` | | -| persistence.logs.enabled | bool | `true` | | -| persistence.logs.mountPath | string | `"/app/logs"` | | -| persistence.transcode-cache.enabled | bool | `true` | | -| persistence.transcode-cache.mountPath | string | `"/temp"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `8267` | | -| service.main.ports.main.targetPort | int | `8267` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/tdarr/CONFIG.md b/charts/stable/tdarr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/tdarr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/tdarr/Chart.yaml b/charts/stable/tdarr/Chart.yaml index 7f3245ff95c..c87e6bf3dd8 100644 --- a/charts/stable/tdarr/Chart.yaml +++ b/charts/stable/tdarr/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/HaveAGitGat/Tdarr - https://hub.docker.com/r/haveagitgat/tdarr type: application -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/tdarr/helm-values.md b/charts/stable/tdarr/helm-values.md deleted file mode 100644 index 6ecb45062d0..00000000000 --- a/charts/stable/tdarr/helm-values.md +++ /dev/null @@ -1,40 +0,0 @@ -# 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.serverIP | string | `"localhost"` | | -| env.serverPort | int | `8266` | | -| env.webUIPort | int | `8265` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/tdarr"` | | -| image.tag | string | `"v2.00.16@sha256:cb06a5d50de3c7ea209d9d853dfea9d75bc7347002ef60762e27729382c29946"` | | -| persistence.configs.enabled | bool | `true` | | -| persistence.configs.mountPath | string | `"/app/configs"` | | -| persistence.logs.enabled | bool | `true` | | -| persistence.logs.mountPath | string | `"/app/logs"` | | -| persistence.server.enabled | bool | `true` | | -| persistence.server.mountPath | string | `"/app/server"` | | -| persistence.transcode-cache.enabled | bool | `true` | | -| persistence.transcode-cache.mountPath | string | `"/temp"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.comm.enabled | bool | `true` | | -| service.comm.ports.comm.enabled | bool | `true` | | -| service.comm.ports.comm.port | int | `8266` | | -| service.comm.ports.comm.targetPort | int | `8266` | | -| service.main.ports.main.port | int | `8265` | | -| service.main.ports.main.targetPort | int | `8265` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/teamspeak3/CONFIG.md b/charts/stable/teamspeak3/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/teamspeak3/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/teamspeak3/Chart.yaml b/charts/stable/teamspeak3/Chart.yaml index bba84904de0..eba3f1d53a1 100644 --- a/charts/stable/teamspeak3/Chart.yaml +++ b/charts/stable/teamspeak3/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/_/teamspeak - https://www.teamspeak.com/en/ type: application -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - voice diff --git a/charts/stable/teamspeak3/helm-values.md b/charts/stable/teamspeak3/helm-values.md deleted file mode 100644 index 5b23c388692..00000000000 --- a/charts/stable/teamspeak3/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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.TS3SERVER_LICENSE | string | `"accept"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/teamspeak"` | | -| image.tag | string | `"v3.13.6@sha256:0f90dc90bd7ae2408f0073287e64e8b2160b33f598ecd3298ef9fb9f98e01ca8"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/var/ts3server"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | `{"files":{"enabled":true,"ports":{"files":{"enabled":true,"port":30033,"targetPort":30033}}},"main":{"ports":{"main":{"port":10011,"targetPort":10011}}},"voice":{"enabled":true,"ports":{"voice":{"enabled":true,"port":9987,"protocol":"UDP","targetPort":9987}}}}` | 10011 server query 30033 file transport | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/teedy/CONFIG.md b/charts/stable/teedy/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/teedy/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/teedy/Chart.yaml b/charts/stable/teedy/Chart.yaml index 67b6c944cae..bc1a8907098 100644 --- a/charts/stable/teedy/Chart.yaml +++ b/charts/stable/teedy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.10" description: Teedy is an open source, lightweight document management system for individuals and businesses. name: teedy -version: 7.0.10 +version: 7.0.11 kubeVersion: ">=1.16.0-0" keywords: - teedy diff --git a/charts/stable/teedy/helm-values.md b/charts/stable/teedy/helm-values.md deleted file mode 100644 index 23b3c393062..00000000000 --- a/charts/stable/teedy/helm-values.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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.DATABASE_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.DOCS_BASE_URL | string | `""` | The base url used by the application | -| env.DOCS_DEFAULT_LANGUAGE | string | `"eng"` | Set the container timezone -- The language which will be used as default | -| env.DOCS_SMTP_HOSTNAME | string | `""` | Hostname of the SMTP-Server to be used by Teedy | -| env.DOCS_SMTP_PORT | int | `0` | The port of the SMTP-Server which should be used | -| envValueFrom.DATABASE_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DATABASE_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DATABASE_URL.secretKeyRef.key | string | `"jdbc"` | | -| envValueFrom.DATABASE_URL.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/docs"` | image repository | -| image.tag | string | `"v1.10@sha256:da049548cc6e261fb09530de30b8856a5f45ec9be654fa8aba4b3dd4f6d091d7"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. | -| secret | object | See below | environment variables. See [application docs](https://github.com/sismics/docs) for more details. | -| secret.DOCS_ADMIN_EMAIL_INIT | string | `""` | Defines the e-mail-address the admin user should have upon initialization | -| secret.DOCS_ADMIN_PASSWORD_INIT | string | `""` | Defines the password the admin user should have upon initialization. Needs to be a bcrypt hash. | -| secret.DOCS_SMTP_PASSWORD | string | `""` | The password of the SMTP-Server which should be used | -| secret.DOCS_SMTP_USERNAME | string | `""` | The username of the SMTP-Server which should be used | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/thelounge/CONFIG.md b/charts/stable/thelounge/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/thelounge/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml index 558cc41ec80..2b18c954d16 100644 --- a/charts/stable/thelounge/Chart.yaml +++ b/charts/stable/thelounge/Chart.yaml @@ -21,7 +21,7 @@ maintainers: name: thelounge sources: - https://github.com/thelounge/thelounge -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/thelounge/helm-values.md b/charts/stable/thelounge/helm-values.md deleted file mode 100644 index 12b94ef70bc..00000000000 --- a/charts/stable/thelounge/helm-values.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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 | object | See below | environment variables. See [image docs](https://hub.docker.com/r/thelounge/thelounge/) for more details. | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/thelounge"` | image repository | -| image.tag | string | `"v4.3.0@sha256:7722ea6494a2141e9c24cccabeb89ef310b1395ee4f336b3227eb9b3469846a0"` | image tag | -| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/tinymediamanager/CONFIG.md b/charts/stable/tinymediamanager/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/tinymediamanager/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/tinymediamanager/Chart.yaml b/charts/stable/tinymediamanager/Chart.yaml index f37fcbe7e7a..ff8f8551724 100644 --- a/charts/stable/tinymediamanager/Chart.yaml +++ b/charts/stable/tinymediamanager/Chart.yaml @@ -20,7 +20,7 @@ name: tinymediamanager sources: - https://hub.docker.com/r/tinymediamanager/tinymediamanager - https://gitlab.com/tinyMediaManager/tinyMediaManager -version: 2.0.9 +version: 2.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/tinymediamanager/helm-values.md b/charts/stable/tinymediamanager/helm-values.md deleted file mode 100644 index e131ecaafb1..00000000000 --- a/charts/stable/tinymediamanager/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/tinymediamanager"` | | -| image.tag | string | `"v4.2.7@sha256:ed1883ca3a17969f12810143bed84eb94998e8bf1e65bc9d4717d1605ee03ef5"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.movies.enabled | bool | `true` | | -| persistence.movies.mountPath | string | `"/media/movies"` | | -| persistence.tvshows.enabled | bool | `true` | | -| persistence.tvshows.mountPath | string | `"/media/tvshows"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.PASSWORD | string | `""` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10179` | | -| service.main.ports.main.targetPort | int | `4000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/traccar/CONFIG.md b/charts/stable/traccar/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/traccar/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/traccar/Chart.yaml b/charts/stable/traccar/Chart.yaml index 112005c9d03..5a94eb22ad1 100644 --- a/charts/stable/traccar/Chart.yaml +++ b/charts/stable/traccar/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "5.1" description: Traccar is an open source GPS tracking system. name: traccar -version: 7.0.11 +version: 7.0.12 kubeVersion: ">=1.16.0-0" keywords: - traccar diff --git a/charts/stable/traccar/helm-values.md b/charts/stable/traccar/helm-values.md deleted file mode 100644 index 71fbbedbc93..00000000000 --- a/charts/stable/traccar/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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 | object | See below | environment variables. See more environment variables in the [traccar documentation](https://www.traccar.org/configuration-file/) | -| env.CONFIG_USE_ENVIRONMENT_VARIABLES | bool | `true` | Set application to read environment variables | -| env.LOGGER_CONSOLE | bool | `true` | Set application to log to stdout | -| envValueFrom.DATABASE_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DATABASE_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DATABASE_URL.secretKeyRef.key | string | `"jdbc"` | | -| envValueFrom.DATABASE_URL.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/traccar"` | image repository | -| image.tag | string | `"v4.15@sha256:3959d04826ee12f2affcd651a68299d98de088a234483bf8d804c27b8e5081ea"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"traccar"` | | -| postgresql.postgresqlUsername | string | `"traccar"` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/traefik/CONFIG.md b/charts/stable/traefik/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/traefik/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml index 3d54ca21787..0c2cc8abce3 100644 --- a/charts/stable/traefik/Chart.yaml +++ b/charts/stable/traefik/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 12.0.12 +version: 12.0.13 annotations: truecharts.org/catagories: | - network diff --git a/charts/stable/traefik/helm-values.md b/charts/stable/traefik/helm-values.md deleted file mode 100644 index 1dd119c9dd5..00000000000 --- a/charts/stable/traefik/helm-values.md +++ /dev/null @@ -1,55 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| additionalArguments | list | `["--metrics.prometheus","--ping","--serverstransport.insecureskipverify=true","--providers.kubernetesingress.allowexternalnameservices=true"]` | Additional arguments to be passed at Traefik's binary All available options available on https://docs.traefik.io/reference/static-configuration/cli/ | -| globalArguments[0] | string | `"--global.checknewversion"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/traefik"` | | -| image.tag | string | `"v2.6.3@sha256:fab794392ae3e63eef4009b97dfbd57fda9806b70b36333bc502a0ef72838852"` | | -| ingressClass | object | `{"enabled":false,"fallbackApiVersion":"","isDefaultClass":false}` | Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x | -| ingressRoute | object | `{"dashboard":{"annotations":{},"enabled":true,"labels":{}}}` | Create an IngressRoute for the dashboard | -| logs | object | `{"access":{"enabled":false,"fields":{"general":{"defaultmode":"keep","names":{}},"headers":{"defaultmode":"drop","names":{}}},"filters":{}},"general":{"level":"ERROR"}}` | Logs https://docs.traefik.io/observability/logs/ | -| logs.access.fields | object | `{"general":{"defaultmode":"keep","names":{}},"headers":{"defaultmode":"drop","names":{}}}` | retryattempts: true minduration: 10ms Fields https://docs.traefik.io/observability/access-logs/#limiting-the-fieldsincluding-headers | -| logs.access.filters | object | `{}` | To write logs in JSON, use json in the format option. If the given format is unsupported, the default (CLF) is used instead. format: json To write the logs in an asynchronous fashion, specify a bufferingSize option. This option represents the number of log lines Traefik will keep in memory before writing them to the selected output. In some cases, this option can greatly help performances. bufferingSize: 100 Filtering https://docs.traefik.io/observability/access-logs/#filtering | -| logs.general.level | string | `"ERROR"` | also ask for the json format in the format option format: json By default, the level is set to ERROR. Alternative logging levels are DEBUG, PANIC, FATAL, ERROR, WARN, and INFO. | -| metrics.prometheus | object | `{"entryPoint":"metrics"}` | address: 127.0.0.1:8125 influxdb: address: localhost:8089 protocol: udp | -| middlewares | object | `{"basicAuth":[],"chain":[],"forwardAuth":[],"ipWhiteList":[],"rateLimit":[],"redirectRegex":[],"redirectScheme":[],"stripPrefixRegex":[]}` | SCALE Middleware Handlers | -| middlewares.chain | list | `[]` | address: https://auth.example.com/ authResponseHeaders: - X-Secret - X-Auth-User authRequestHeaders: - "Accept" - "X-CustomHeader" authResponseHeadersRegex: "^X-" trustForwardHeader: true | -| middlewares.forwardAuth | list | `[]` | users: - username: testuser password: testpassword | -| middlewares.ipWhiteList | list | `[]` | regex: [] | -| middlewares.rateLimit | list | `[]` | scheme: https permanent: true | -| middlewares.redirectRegex | list | `[]` | average: 300 burst: 200 | -| middlewares.redirectScheme | list | `[]` | middlewares: - name: compress | -| middlewares.stripPrefixRegex | list | `[]` | regex: putregexhere replacement: replacementurlhere permanent: false | -| pilot | object | `{"enabled":false,"token":""}` | Activate Pilot integration | -| podAnnotations."prometheus.io/path" | string | `"/metrics"` | | -| podAnnotations."prometheus.io/port" | string | `"9180"` | | -| podAnnotations."prometheus.io/scrape" | string | `"true"` | | -| portalhook.enabled | bool | `true` | | -| probes.liveness | object | See below | Liveness probe configuration | -| probes.liveness.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | -| probes.liveness.type | string | "TCP" | sets the probe type when not using a custom probe | -| probes.readiness | object | See below | Redainess probe configuration | -| probes.readiness.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | -| probes.readiness.type | string | "TCP" | sets the probe type when not using a custom probe | -| probes.startup | object | See below | Startup probe configuration | -| probes.startup.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | -| probes.startup.type | string | "TCP" | sets the probe type when not using a custom probe | -| providers | object | `{"kubernetesCRD":{"enabled":true,"namespaces":[]},"kubernetesIngress":{"enabled":true,"namespaces":[],"publishedService":{"enabled":true}}}` | Configure providers | -| providers.kubernetesIngress.publishedService | object | `{"enabled":true}` | IP used for Kubernetes Ingress endpoints | -| rbac | object | `{"enabled":true,"rules":[{"apiGroups":[""],"resources":["services","endpoints","secrets"],"verbs":["get","list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses","ingressclasses"],"verbs":["get","list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses/status"],"verbs":["update"]},{"apiGroups":["traefik.containo.us"],"resources":["ingressroutes","ingressroutetcps","ingressrouteudps","middlewares","middlewaretcps","tlsoptions","tlsstores","traefikservices","serverstransports"],"verbs":["get","list","watch"]}]}` | Whether Role Based Access Control objects like roles and rolebindings should be created | -| service | object | `{"main":{"ports":{"main":{"port":9000,"protocol":"HTTP","targetPort":9000}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"port":9180,"protocol":"HTTP","targetPort":9180}},"type":"ClusterIP"},"tcp":{"enabled":true,"ports":{"web":{"enabled":true,"port":9080,"protocol":"HTTP","redirectTo":"websecure"},"websecure":{"enabled":true,"port":9443,"protocol":"HTTPS"}},"type":"LoadBalancer"},"udp":{"enabled":false}}` | Options for the main traefik service, where the entrypoints traffic comes from from. | -| serviceAccount | object | `{"create":true}` | The service account the pods will use to interact with the Kubernetes API | -| tlsOptions | object | `{"default":{"cipherSuites":["TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256","TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384","TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305","TLS_AES_128_GCM_SHA256","TLS_AES_256_GCM_SHA384","TLS_CHACHA20_POLY1305_SHA256"],"curvePreferences":["CurveP521","CurveP384"],"minVersion":"VersionTLS12","sniStrict":false}}` | TLS Options to be created as TLSOption CRDs https://doc.traefik.io/tccr.io/truecharts/https/tls/#tls-options Example: | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/transmission/CONFIG.md b/charts/stable/transmission/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/transmission/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index 79b66cf90be..06849a1410f 100644 --- a/charts/stable/transmission/Chart.yaml +++ b/charts/stable/transmission/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/transmission/transmission - https://hub.docker.com/r/linuxserver/transmission type: application -version: 12.0.11 +version: 12.0.12 annotations: truecharts.org/catagories: | - download-tools diff --git a/charts/stable/transmission/helm-values.md b/charts/stable/transmission/helm-values.md deleted file mode 100644 index 3a1c02f8680..00000000000 --- a/charts/stable/transmission/helm-values.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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 | object | `{"TRANSMISSION_PEER_PORT":"{{ .Values.service.torrent.ports.torrent.targetPort }}","TRANSMISSION_RPC_PORT":"{{ .Values.service.main.ports.main.targetPort }}"}` | TRANSMISSION_RPC_PASSWORD: "" | -| env.TRANSMISSION_PEER_PORT | string | `"{{ .Values.service.torrent.ports.torrent.targetPort }}"` | TRANSMISSION_ALT_SPEED_DOWN: 50 TRANSMISSION_ALT_SPEED_ENABLED: false TRANSMISSION_ALT_SPEED_TIME_BEGIN: 540 TRANSMISSION_ALT_SPEED_TIME_DAY: 127 TRANSMISSION_ALT_SPEED_TIME_ENABLED: false TRANSMISSION_ALT_SPEED_TIME_END: 1020 TRANSMISSION_ALT_SPEED_UP: 50 TRANSMISSION_BIND_ADDRESS_IPV4: "0.0.0.0" TRANSMISSION_BIND_ADDRESS_IPV6: "::" TRANSMISSION_BLOCKLIST_ENABLED: true TRANSMISSION_BLOCKLIST_URL: "http://john.bitsurge.net/public/biglist.p2p.gz" TRANSMISSION_CACHE_SIZE_MB: 4 TRANSMISSION_DHT_ENABLED: true TRANSMISSION_DOWNLOAD_DIR: "/downloads/complete" TRANSMISSION_DOWNLOAD_QUEUE_ENABLED: true TRANSMISSION_DOWNLOAD_QUEUE_SIZE: 5 TRANSMISSION_ENCRYPTION: 1 TRANSMISSION_IDLE_SEEDING_LIMIT: 30 TRANSMISSION_IDLE_SEEDING_LIMIT_ENABLED: false TRANSMISSION_INCOMPLETE_DIR: "/downloads/incomplete" TRANSMISSION_INCOMPLETE_DIR_ENABLED: true TRANSMISSION_LPD_ENABLED: false TRANSMISSION_MESSAGE_LEVEL: 2 TRANSMISSION_PEER_CONGESTION_ALGORITHM: "" TRANSMISSION_PEER_ID_TTL_HOURS: 6 TRANSMISSION_PEER_LIMIT_GLOBAL: 200 TRANSMISSION_PEER_LIMIT_PER_TORRENT: 50 | -| env.TRANSMISSION_RPC_PORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | TRANSMISSION_PEER_PORT_RANDOM_LOW: 49152 TRANSMISSION_PEER_PORT_RANDOM_ON_START: false TRANSMISSION_PEER_SOCKET_TOS: default" TRANSMISSION_PEX_ENABLED: true TRANSMISSION_PORT_FORWARDING_ENABLED: false TRANSMISSION_PREALLOCATION: 1 TRANSMISSION_PREFETCH_ENABLED: true TRANSMISSION_QUEUE_STALLED_ENABLED: true TRANSMISSION_QUEUE_STALLED_MINUTES: 30 TRANSMISSION_RATIO_LIMIT: 2 TRANSMISSION_RATIO_LIMIT_ENABLED: false TRANSMISSION_RENAME_PARTIAL_FILES: true TRANSMISSION_RPC_AUTHENTICATION_REQUIRED: false TRANSMISSION_RPC_BIND_ADDRESS: "0.0.0.0" TRANSMISSION_RPC_ENABLED: true TRANSMISSION_RPC_HOST_WHITELIST: "" TRANSMISSION_RPC_HOST_WHITELIST_ENABLED: false | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/transmission"` | | -| image.tag | string | `"v3.00@sha256:06b6839f7401357797e8aca435e58c87407c6006d74e92b88b10c51855ff0c94"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| secret | object | `{}` | | -| service.main.ports.main.port | int | `10109` | | -| service.main.ports.main.targetPort | int | `9091` | | -| service.torrent.enabled | bool | `true` | | -| service.torrent.ports.torrent.enabled | bool | `true` | | -| service.torrent.ports.torrent.port | int | `51414` | | -| service.torrent.ports.torrent.targetPort | int | `51414` | | -| service.torrentudp.enabled | bool | `true` | | -| service.torrentudp.ports.torrentudp.enabled | bool | `true` | | -| service.torrentudp.ports.torrentudp.port | int | `51414` | | -| service.torrentudp.ports.torrentudp.protocol | string | `"UDP"` | | -| service.torrentudp.ports.torrentudp.targetPort | int | `51414` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/trilium-notes/CONFIG.md b/charts/stable/trilium-notes/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/trilium-notes/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/trilium-notes/Chart.yaml b/charts/stable/trilium-notes/Chart.yaml index 972c556f3f2..5cd02cf57f4 100644 --- a/charts/stable/trilium-notes/Chart.yaml +++ b/charts/stable/trilium-notes/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/zadam/trilium - https://github.com/zadam/trilium type: application -version: 5.0.10 +version: 5.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/trilium-notes/helm-values.md b/charts/stable/trilium-notes/helm-values.md deleted file mode 100644 index a354aee21cf..00000000000 --- a/charts/stable/trilium-notes/helm-values.md +++ /dev/null @@ -1,24 +0,0 @@ -# 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.TRILIUM_DATA_DIR | string | `"/trilium-data"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/trilium-notes"` | | -| image.tag | string | `"v0.50.3@sha256:821dba1159411b65ffa89a404ab64ccabdb958dd35dc99a9a81420c2c5980012"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/trilium-data"` | | -| service.main.ports.main.port | int | `10156` | | -| service.main.ports.main.protocol | string | `"HTTP"` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/truecommand/CONFIG.md b/charts/stable/truecommand/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/truecommand/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml index 5b13628c142..79a124d4f5c 100644 --- a/charts/stable/truecommand/Chart.yaml +++ b/charts/stable/truecommand/Chart.yaml @@ -19,7 +19,7 @@ name: truecommand sources: - https://hub.docker.com/r/ixsystems/truecommand type: application -version: 11.0.9 +version: 11.0.10 annotations: truecharts.org/catagories: | - Administration diff --git a/charts/stable/truecommand/helm-values.md b/charts/stable/truecommand/helm-values.md deleted file mode 100644 index c14c308a9b5..00000000000 --- a/charts/stable/truecommand/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/truecommand"` | | -| image.tag | string | `"v2.1@sha256:e0da54deb8f12300977a78353f0c56a82ea93b413f3cf2225072704830ab664b"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10031` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/tt-rss/CONFIG.md b/charts/stable/tt-rss/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/tt-rss/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml index dfff7534224..bc559a651ba 100644 --- a/charts/stable/tt-rss/Chart.yaml +++ b/charts/stable/tt-rss/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2.0.9113" description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator name: tt-rss -version: 7.0.10 +version: 7.0.11 kubeVersion: ">=1.16.0-0" keywords: - tt-rss diff --git a/charts/stable/tt-rss/helm-values.md b/charts/stable/tt-rss/helm-values.md deleted file mode 100644 index 98568c8a16f..00000000000 --- a/charts/stable/tt-rss/helm-values.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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 | object | See below. | See more environment variables in the tt-rss documentation https://git.tt-rss.org/fox/tt-rss/src/branch/master/classes/config.php#L9 | -| env.TTRSS_SELF_URL_PATH | string | `""` | External URL you use to connect to the RSS (the one you enter in your browser) | -| envValueFrom.TTRSS_DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.TTRSS_DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.TTRSS_DB_PASS.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.TTRSS_DB_PASS.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/tt-rss"` | image repository | -| image.tag | string | `"v1.9112.0@sha256:a5c04d600473eb046d4e1bd7eea39fa4c0e068d4b581757d136824602727591f"` | image tag | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"tt-rss"` | Postgres database password | -| postgresql.postgresqlUsername | string | `"tt-rss"` | Postgres database user name | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See below. | Configure the services for the chart here. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/tvheadend/CONFIG.md b/charts/stable/tvheadend/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/tvheadend/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/tvheadend/Chart.yaml b/charts/stable/tvheadend/Chart.yaml index 14c12ca159c..a7b29056ebe 100644 --- a/charts/stable/tvheadend/Chart.yaml +++ b/charts/stable/tvheadend/Chart.yaml @@ -22,7 +22,7 @@ name: tvheadend sources: - https://github.com/tvheadend/tvheadend type: application -version: 12.0.9 +version: 12.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/tvheadend/helm-values.md b/charts/stable/tvheadend/helm-values.md deleted file mode 100644 index fa575921806..00000000000 --- a/charts/stable/tvheadend/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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 | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/tvheadend"` | | -| image.tag | string | `"version-63784405@sha256:55617b2f0e1a9d9cefb853c5d52f3729da88c9662ad18813e688201dbe3aee9a"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.htsp.enabled | bool | `true` | | -| service.htsp.ports.htsp.enabled | bool | `true` | | -| service.htsp.ports.htsp.port | int | `9982` | | -| service.htsp.ports.htsp.targetPort | int | `9982` | | -| service.main.ports.main.port | int | `9981` | | -| service.main.ports.main.targetPort | int | `9981` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/twtxt/CONFIG.md b/charts/stable/twtxt/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/twtxt/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/twtxt/Chart.yaml b/charts/stable/twtxt/Chart.yaml index 5e097aa65c6..1786a449370 100644 --- a/charts/stable/twtxt/Chart.yaml +++ b/charts/stable/twtxt/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/prologic/twtxt - https://github.com/nicholaswilde/docker-twtxt type: application -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/twtxt/helm-values.md b/charts/stable/twtxt/helm-values.md deleted file mode 100644 index f1d9173376c..00000000000 --- a/charts/stable/twtxt/helm-values.md +++ /dev/null @@ -1,32 +0,0 @@ -# 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.OPEN_PROFILES | string | `"true"` | | -| env.OPEN_REGISTRATIONS | string | `"true"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/twtxt"` | | -| image.tag | string | `"version-0.1.1@sha256:9f34f0557d2a46aa7952c55f5a368c130659fafa0780785a647721edd001cdaa"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.COOKIE_SECRET | string | `"supersecretchangeme"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10078` | | -| service.main.ports.main.targetPort | int | `8000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/typecho/CONFIG.md b/charts/stable/typecho/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/typecho/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/typecho/Chart.yaml b/charts/stable/typecho/Chart.yaml index b55a2b4a36b..cbcb2d0fe4f 100644 --- a/charts/stable/typecho/Chart.yaml +++ b/charts/stable/typecho/Chart.yaml @@ -23,7 +23,7 @@ name: typecho sources: - https://github.com/typecho/typecho - https://hub.docker.com/r/joyqi/typecho -version: 3.0.10 +version: 3.0.11 annotations: truecharts.org/catagories: | - hosting diff --git a/charts/stable/typecho/helm-values.md b/charts/stable/typecho/helm-values.md deleted file mode 100644 index 429e479d25c..00000000000 --- a/charts/stable/typecho/helm-values.md +++ /dev/null @@ -1,50 +0,0 @@ -# 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.MAX_POST_BODY | string | `"50M"` | | -| env.MEMORY_LIMIT | string | `"100M"` | | -| env.TIMEZONE | string | `"{{ .Values.TZ }}"` | | -| env.TYPECHO_DB_ADAPTER | string | `"Pdo_Mysql"` | | -| env.TYPECHO_DB_CHARSET | string | `"utf8mb4"` | | -| env.TYPECHO_DB_DATABASE | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | | -| env.TYPECHO_DB_ENGINE | string | `"InnoDB"` | | -| env.TYPECHO_DB_NEXT | string | `"none"` | | -| env.TYPECHO_DB_PORT | string | `"3306"` | | -| env.TYPECHO_DB_PREFIX | string | `"typecho_"` | | -| env.TYPECHO_DB_USER | string | `"{{ .Values.mariadb.mariadbUsername }}"` | | -| env.TYPECHO_INSTALL | int | `1` | | -| env.TYPECHO_SITE_URL | string | `"https://your-domain.com"` | | -| env.TYPECHO_USER_MAIL | string | `"test@truecharts.org"` | | -| env.TYPECHO_USER_NAME | string | `"typecho"` | | -| env.TYPECHO_USER_PASSWORD | string | `"testtypecho"` | | -| envValueFrom.TYPECHO_DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.TYPECHO_DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.TYPECHO_DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.TYPECHO_DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/typecho"` | | -| image.tag | string | `"v1.2.0-php8.0@sha256:c76e48508cf2f66d1b427a9f43fd218797ce984235d5da7dcdaa75ebdbdb0b73"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"typecho"` | | -| mariadb.mariadbUsername | string | `"typecho"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/app/usr"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10207` | | -| service.main.ports.main.targetPort | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/ubooquity/CONFIG.md b/charts/stable/ubooquity/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/ubooquity/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/ubooquity/Chart.yaml b/charts/stable/ubooquity/Chart.yaml index 115ecb564ee..3deb5e87a24 100644 --- a/charts/stable/ubooquity/Chart.yaml +++ b/charts/stable/ubooquity/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ubooquity -version: 3.0.10 +version: 3.0.11 appVersion: "2.1.2" description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. type: application diff --git a/charts/stable/ubooquity/helm-values.md b/charts/stable/ubooquity/helm-values.md deleted file mode 100644 index 87572032d8a..00000000000 --- a/charts/stable/ubooquity/helm-values.md +++ /dev/null @@ -1,37 +0,0 @@ -# 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.MAXMEM | int | `512` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/ubooquity"` | | -| image.tag | string | `"v2.1.2"` | | -| persistence.books.enabled | bool | `true` | | -| persistence.books.mountPath | string | `"/books"` | | -| persistence.comics.enabled | bool | `true` | | -| persistence.comics.mountPath | string | `"/comics"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.files.enabled | bool | `true` | | -| persistence.files.mountPath | string | `"/files"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.admin.enabled | bool | `true` | | -| service.admin.ports.admin.enabled | bool | `true` | | -| service.admin.ports.admin.port | int | `2203` | | -| service.admin.ports.admin.targetPort | int | `2203` | | -| service.main.ports.main.port | int | `2202` | | -| service.main.ports.main.targetPort | int | `2202` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/unifi/CONFIG.md b/charts/stable/unifi/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/unifi/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index 221d1fdfe16..76d50eb1b6f 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/jacobalberty/unifi-docker - https://unifi-network.ui.com type: application -version: 11.0.9 +version: 11.0.10 annotations: truecharts.org/catagories: | - Networking diff --git a/charts/stable/unifi/helm-values.md b/charts/stable/unifi/helm-values.md deleted file mode 100644 index 9ed3a089f36..00000000000 --- a/charts/stable/unifi/helm-values.md +++ /dev/null @@ -1,49 +0,0 @@ -# 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 | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/unifi"` | | -| image.tag | string | `"v7.0.25@sha256:7e7779fccbfe6930d4feaed7671b369fd6b65d561903d3eecec302ca68a9ee80"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/unifi"` | | -| podSecurityContext.runAsGroup | int | `999` | | -| podSecurityContext.runAsUser | int | `999` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.comm.enabled | bool | `true` | | -| service.comm.ports.comm.enabled | bool | `true` | | -| service.comm.ports.comm.port | int | `8080` | | -| service.comm.ports.comm.targetPort | int | `8080` | | -| service.guestportal.enabled | bool | `true` | | -| service.guestportal.ports.web.enabled | bool | `true` | | -| service.guestportal.ports.web.port | int | `8880` | | -| service.guestportal.ports.web.protocol | string | `"HTTP"` | | -| service.guestportal.ports.web.targetPort | int | `8880` | | -| service.guestportal.ports.websecure.enabled | bool | `true` | | -| service.guestportal.ports.websecure.port | int | `8843` | | -| service.guestportal.ports.websecure.protocol | string | `"HTTPS"` | | -| service.guestportal.ports.websecure.targetPort | int | `8843` | | -| service.main.ports.main.port | int | `8443` | | -| service.main.ports.main.protocol | string | `"HTTPS"` | | -| service.main.ports.main.targetPort | int | `8443` | | -| service.speedtest.enabled | bool | `true` | | -| service.speedtest.ports.speedtest.enabled | bool | `true` | | -| service.speedtest.ports.speedtest.port | int | `6789` | | -| service.speedtest.ports.speedtest.targetPort | int | `6789` | | -| service.stun.enabled | bool | `true` | | -| service.stun.ports.stun.enabled | bool | `true` | | -| service.stun.ports.stun.port | int | `3478` | | -| service.stun.ports.stun.protocol | string | `"UDP"` | | -| service.stun.ports.stun.targetPort | int | `3478` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/unmanic/CONFIG.md b/charts/stable/unmanic/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/unmanic/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/unmanic/Chart.yaml b/charts/stable/unmanic/Chart.yaml index 0440a1e5547..5b0f22c6e3d 100644 --- a/charts/stable/unmanic/Chart.yaml +++ b/charts/stable/unmanic/Chart.yaml @@ -18,7 +18,7 @@ name: unmanic sources: - https://github.com/Unmanic/unmanic - https://hub.docker.com/r/josh5/unmanic -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/unmanic/helm-values.md b/charts/stable/unmanic/helm-values.md deleted file mode 100644 index 3a5723edfc0..00000000000 --- a/charts/stable/unmanic/helm-values.md +++ /dev/null @@ -1,34 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/unmanic"` | | -| image.tag | string | `"v0.2.0@sha256:8803a54504f699d45197b51866e9bdbb1f7bd543e0183aa8c055bfb3dacef04f"` | | -| persistence.cache.enabled | bool | `true` | | -| persistence.cache.mountPath | string | `"/tmp/unmanic"` | | -| persistence.cache.type | string | `"emptyDir"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.library.enabled | bool | `true` | | -| persistence.library.mountPath | string | `"/library"` | | -| persistence.remote.enabled | bool | `true` | | -| persistence.remote.mountPath | string | `"/tmp/unmanic/remote_library"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10157` | | -| service.main.ports.main.targetPort | int | `8888` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/unpackerr/CONFIG.md b/charts/stable/unpackerr/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/unpackerr/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml index f5a8f8518ab..a8c8cac8032 100644 --- a/charts/stable/unpackerr/Chart.yaml +++ b/charts/stable/unpackerr/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://github.com/davidnewhall/unpackerr - https://hub.docker.com/r/golift/unpackerr type: application -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/unpackerr/helm-values.md b/charts/stable/unpackerr/helm-values.md deleted file mode 100644 index 74cd77225ae..00000000000 --- a/charts/stable/unpackerr/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/unpackerr"` | | -| image.tag | string | `"v0.9.9@sha256:4515e53001efe2112f254c305000be003b11f957f7ee551e9388a0d10862f672"` | | -| persistence.downloads.enabled | bool | `true` | | -| persistence.downloads.mountPath | string | `"/downloads"` | | -| portal.enabled | bool | `false` | | -| probes.liveness.enabled | bool | `false` | | -| probes.readiness.enabled | bool | `false` | | -| probes.startup.enabled | bool | `false` | | -| service.main.enabled | bool | `false` | | -| service.main.ports.main.enabled | bool | `false` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/unpoller/CONFIG.md b/charts/stable/unpoller/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/unpoller/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/unpoller/Chart.yaml b/charts/stable/unpoller/Chart.yaml index 191659c3c44..cf9a528c017 100644 --- a/charts/stable/unpoller/Chart.yaml +++ b/charts/stable/unpoller/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/unifi-poller/unifi-poller - https://hub.docker.com/r/golift/unifi-poller type: application -version: 3.0.11 +version: 3.0.12 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/unpoller/helm-values.md b/charts/stable/unpoller/helm-values.md deleted file mode 100644 index f633a444381..00000000000 --- a/charts/stable/unpoller/helm-values.md +++ /dev/null @@ -1,29 +0,0 @@ -# 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 | object | `{"UP_PROMETHEUS_DISABLE":false}` | Environment variable configuration options for unifi-poller ([docs](https://unifipoller.com/docs/install/configuration)). Note: a [configuration file](https://github.com/unifi-poller/unifi-poller/blob/master/examples/up.conf.example) is also supported. | -| env.UP_PROMETHEUS_DISABLE | bool | `false` | UP_UNIFI_DEFAULT_USER: "unifipoller" UP_UNIFI_DEFAULT_PASS: "unifipoller" | -| image.pullPolicy | string | `"IfNotPresent"` | Image [k8s pull policy](https://kubernetes.io/docs/concepts/containers/images/#updating-images). | -| image.repository | string | `"tccr.io/truecharts/unifi-poller"` | Image to deploy. | -| image.tag | string | `"v2.1.3@sha256:2d6cd1f4cdc3d8522d697830f69ca12aa2fe24fda4e5476610af6e0b5c0597e9"` | Image tag to deploy. | -| metrics.enabled | bool | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. | -| metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. | -| metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. | -| metrics.serviceMonitor.interval | string | `"1m"` | | -| metrics.serviceMonitor.labels | object | `{}` | | -| metrics.serviceMonitor.scrapeTimeout | string | `"30s"` | | -| service.main.ports.main.enabled | bool | `false` | | -| service.main.ports.metrics.enabled | bool | `true` | | -| service.main.ports.metrics.port | int | `9130` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/uptime-kuma/CONFIG.md b/charts/stable/uptime-kuma/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/uptime-kuma/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/uptime-kuma/Chart.yaml b/charts/stable/uptime-kuma/Chart.yaml index 7da0ab64589..25a09ab4624 100644 --- a/charts/stable/uptime-kuma/Chart.yaml +++ b/charts/stable/uptime-kuma/Chart.yaml @@ -20,7 +20,7 @@ name: uptime-kuma sources: - https://github.com/louislam/uptime-kuma type: application -version: 3.0.10 +version: 3.0.11 annotations: truecharts.org/catagories: | - monitoring diff --git a/charts/stable/uptime-kuma/helm-values.md b/charts/stable/uptime-kuma/helm-values.md deleted file mode 100644 index 3b2d6c41509..00000000000 --- a/charts/stable/uptime-kuma/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/uptime-kuma"` | | -| image.tag | string | `"v1.13.1@sha256:85304746a5c0e1b90bdd20d6c7fdee756ab159edf758fc0bf8d9ba8528d2aa5a"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/app/data"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| security.PUID | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `3001` | | -| service.main.ports.main.targetPort | int | `3001` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/uptimerobot-prometheus/CONFIG.md b/charts/stable/uptimerobot-prometheus/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/uptimerobot-prometheus/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/uptimerobot-prometheus/Chart.yaml b/charts/stable/uptimerobot-prometheus/Chart.yaml index 5604f3822ca..6ff4d2942eb 100644 --- a/charts/stable/uptimerobot-prometheus/Chart.yaml +++ b/charts/stable/uptimerobot-prometheus/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/lekpamartin/uptimerobot_exporter - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus type: application -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/uptimerobot-prometheus/helm-values.md b/charts/stable/uptimerobot-prometheus/helm-values.md deleted file mode 100644 index ad5375656ff..00000000000 --- a/charts/stable/uptimerobot-prometheus/helm-values.md +++ /dev/null @@ -1,29 +0,0 @@ -# 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 | object | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/prometheus-uptimerobot-exporter"` | image repository | -| image.tag | string | `"v0.0.1@sha256:c73a86e73ab47e0974eb3d6bd6ce5834befe8363979a9da2b53922b630ec084a"` | image tag | -| metrics.enabled | bool | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. | -| metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. | -| metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. | -| metrics.serviceMonitor.interval | string | `"1m"` | | -| metrics.serviceMonitor.labels | object | `{}` | | -| metrics.serviceMonitor.scrapeTimeout | string | `"30s"` | | -| secret | object | See below | environment variables. See [application docs](https://github.com/lekpamartin/uptimerobot_exporter/blob/master/docker-compose.yml) for more details. | -| secret.UPTIMEROBOT_API_KEY | string | `""` | Set the uptimerobot API key | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/valheim/CONFIG.md b/charts/stable/valheim/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/valheim/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/valheim/Chart.yaml b/charts/stable/valheim/Chart.yaml index 773963061d2..05af77a1d25 100644 --- a/charts/stable/valheim/Chart.yaml +++ b/charts/stable/valheim/Chart.yaml @@ -18,7 +18,7 @@ name: valheim sources: - https://github.com/lloesche/valheim-server-docker - https://hub.docker.com/r/lloesche/valheim-server -version: 3.0.12 +version: 3.0.13 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/valheim/helm-values.md b/charts/stable/valheim/helm-values.md deleted file mode 100644 index 9c662b2240d..00000000000 --- a/charts/stable/valheim/helm-values.md +++ /dev/null @@ -1,58 +0,0 @@ -# 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.BACKUPS | bool | `true` | | -| env.BACKUPS_DIRECTORY | string | `"/backups"` | | -| env.BACKUPS_INTERVAL | int | `43200` | | -| env.BACKUPS_MAX_AGE | int | `3` | | -| env.SERVER_NAME | string | `"My Server"` | | -| env.SERVER_PORT | string | `"{{ .Values.service.valheim.ports.valheim1.port }}"` | | -| env.SERVER_PUBLIC | bool | `true` | | -| env.STATUS_HTTP | bool | `true` | | -| env.STATUS_HTTP_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| env.SUPERVISOR_HTTP | bool | `true` | | -| env.SUPERVISOR_HTTP_PORT | string | `"{{ .Values.service.supervisor.ports.supervisor.port }}"` | | -| env.UPDATE_INTERVAL | int | `10800` | | -| env.WORLD_NAME | string | `"Dedicated"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/valheim-server"` | | -| image.tag | string | `"latest@sha256:8f87fda54429923cac3601d581d6dc0ff273ef6438374e9f4b1e5ac1141b461d"` | | -| ingress.supervisor.autoLink | bool | `true` | | -| persistence.backups.enabled | bool | `true` | | -| persistence.backups.mountPath | string | `"/backups"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.SERVER_PASS | string | `"secret"` | | -| secret.SUPERVISOR_HTTP_PASS | string | `"secret"` | | -| secret.SUPERVISOR_HTTP_USER | string | `"admin"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `9010` | | -| service.supervisor.enabled | bool | `true` | | -| service.supervisor.ports.supervisor.enabled | bool | `true` | | -| service.supervisor.ports.supervisor.port | int | `9011` | | -| service.valheim.enabled | bool | `true` | | -| service.valheim.ports.valheim1.enabled | bool | `true` | | -| service.valheim.ports.valheim1.port | int | `2456` | | -| service.valheim.ports.valheim1.protocol | string | `"UDP"` | | -| service.valheim.ports.valheim2.enabled | bool | `true` | | -| service.valheim.ports.valheim2.port | int | `2457` | | -| service.valheim.ports.valheim2.protocol | string | `"UDP"` | | -| service.valheim.ports.valheim3.enabled | bool | `true` | | -| service.valheim.ports.valheim3.port | int | `2458` | | -| service.valheim.ports.valheim3.protocol | string | `"UDP"` | | -| service.valheim.type | string | `"LoadBalancer"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/vaultwarden/CONFIG.md b/charts/stable/vaultwarden/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/vaultwarden/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index ea4d0b2603e..accc9f1e115 100644 --- a/charts/stable/vaultwarden/Chart.yaml +++ b/charts/stable/vaultwarden/Chart.yaml @@ -28,7 +28,7 @@ name: vaultwarden sources: - https://github.com/dani-garcia/vaultwarden type: application -version: 16.0.10 +version: 16.0.11 annotations: truecharts.org/catagories: | - security diff --git a/charts/stable/vaultwarden/helm-values.md b/charts/stable/vaultwarden/helm-values.md deleted file mode 100644 index 226d89c47f0..00000000000 --- a/charts/stable/vaultwarden/helm-values.md +++ /dev/null @@ -1,54 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| database.type | string | `"postgresql"` | | -| database.wal | bool | `true` | | -| env.DOMAIN | string | `"https://{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ else }}placeholder.com{{ end }}{{ else }}placeholder.com{{ end }}"` | | -| envFrom[0].configMapRef.name | string | `"vaultwardenconfig"` | | -| envFrom[1].secretRef.name | string | `"vaultwardensecret"` | | -| envValueFrom.DATABASE_URL.secretKeyRef.key | string | `"url"` | | -| envValueFrom.DATABASE_URL.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/vaultwarden"` | | -| image.tag | string | `"v1.24.0@sha256:de9c2df3042be86e57c6e56bc1c7d6a72567527b25895836bdf4c6e7b899814d"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"vaultwarden"` | | -| postgresql.postgresqlUsername | string | `"vaultwarden"` | | -| service.main.ports.main.port | int | `10102` | | -| service.main.ports.main.targetPort | int | `8080` | | -| service.ws.enabled | bool | `true` | | -| service.ws.ports.ws.enabled | bool | `true` | | -| service.ws.ports.ws.port | int | `3012` | | -| service.ws.ports.ws.targetPort | int | `3012` | | -| vaultwarden.admin.disableAdminToken | bool | `false` | | -| vaultwarden.admin.enabled | bool | `false` | | -| vaultwarden.allowInvitation | bool | `true` | emailAttempts: 3 emailTokenExpiration: 600 Allow invited users to sign-up even feature is disabled: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-invitations | -| vaultwarden.allowSignups | bool | `true` | | -| vaultwarden.enableWebVault | bool | `true` | | -| vaultwarden.enableWebsockets | bool | `true` | Redirect HTTP path "/notifications/hub" to port 3012. Ingress/IngressRoute controllers are automatically configured. | -| vaultwarden.icons.disableDownload | bool | `false` | | -| vaultwarden.log.file | string | `""` | | -| vaultwarden.log.level | string | `"trace"` | | -| vaultwarden.orgCreationUsers | string | `"all"` | | -| vaultwarden.requireEmail | bool | `false` | | -| vaultwarden.showPasswordHint | bool | `true` | defaultInviteName: "" | -| vaultwarden.smtp.enabled | bool | `false` | | -| vaultwarden.smtp.from | string | `""` | | -| vaultwarden.smtp.host | string | `""` | | -| vaultwarden.verifySignup | bool | `false` | signupDomains: - domain.tld Verify e-mail before login is enabled. SMTP must be enabled. | -| vaultwarden.yubico.enabled | bool | `false` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/verysync/CONFIG.md b/charts/stable/verysync/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/verysync/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/verysync/Chart.yaml b/charts/stable/verysync/Chart.yaml index b30b8055c95..bab6eea16ca 100644 --- a/charts/stable/verysync/Chart.yaml +++ b/charts/stable/verysync/Chart.yaml @@ -20,7 +20,7 @@ maintainers: name: verysync sources: - https://hub.docker.com/r/jonnyan404/verysync -version: 2.0.11 +version: 2.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/verysync/helm-values.md b/charts/stable/verysync/helm-values.md deleted file mode 100644 index 28cb73fb714..00000000000 --- a/charts/stable/verysync/helm-values.md +++ /dev/null @@ -1,38 +0,0 @@ -# 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.PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/verysync"` | | -| image.tag | string | `"v2.13.0@sha256:2ee334d635b2cc984818ae3afe108c8fb6741289be6e8faac11c1bad3b83502b"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.sync.enabled | bool | `true` | | -| persistence.sync.mountPath | string | `"/Sync"` | | -| service.bt-udp1.enabled | bool | `true` | | -| service.bt-udp1.ports.bt-udp1.enabled | bool | `true` | | -| service.bt-udp1.ports.bt-udp1.port | int | `22037` | | -| service.bt-udp1.ports.bt-udp1.protocol | string | `"UDP"` | | -| service.bt-udp1.ports.bt-udp1.targetPort | int | `22037` | | -| service.bt-udp2.enabled | bool | `true` | | -| service.bt-udp2.ports.bt-udp2.enabled | bool | `true` | | -| service.bt-udp2.ports.bt-udp2.port | int | `22027` | | -| service.bt-udp2.ports.bt-udp2.protocol | string | `"UDP"` | | -| service.bt-udp2.ports.bt-udp2.targetPort | int | `22027` | | -| service.data.enabled | bool | `true` | | -| service.data.ports.data.enabled | bool | `true` | | -| service.data.ports.data.port | int | `22330` | | -| service.data.ports.data.targetPort | int | `22330` | | -| service.main.ports.main.port | int | `10193` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index a73b7983c9a..c881d667283 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -25,7 +25,7 @@ maintainers: name: vikunja sources: - https://vikunja.io/docs -version: 3.0.13 +version: 3.0.14 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/webgrabplus/CONFIG.md b/charts/stable/webgrabplus/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/webgrabplus/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/webgrabplus/Chart.yaml b/charts/stable/webgrabplus/Chart.yaml index 20e3d47dec6..a66a7ab7a69 100644 --- a/charts/stable/webgrabplus/Chart.yaml +++ b/charts/stable/webgrabplus/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: webgrabplus -version: 2.0.10 +version: 2.0.11 appVersion: "4.2.4" description: Webgrabplus is a multi-site incremental xmltv epg grabber. type: application diff --git a/charts/stable/webgrabplus/helm-values.md b/charts/stable/webgrabplus/helm-values.md deleted file mode 100644 index dd8257622fc..00000000000 --- a/charts/stable/webgrabplus/helm-values.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/webgrabplus"` | | -| image.tag | string | `"v4.2.2"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `false` | | -| service.main.ports.main.enabled | bool | `false` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/weblate/CONFIG.md b/charts/stable/weblate/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/weblate/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml index db4dc7ac686..1475bcb3484 100644 --- a/charts/stable/weblate/Chart.yaml +++ b/charts/stable/weblate/Chart.yaml @@ -28,7 +28,7 @@ sources: - https://github.com/WeblateOrg/docker - https://github.com/WeblateOrg/docker-compose - https://docs.weblate.org/en/latest/ -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/weblate/helm-values.md b/charts/stable/weblate/helm-values.md deleted file mode 100644 index be86053393f..00000000000 --- a/charts/stable/weblate/helm-values.md +++ /dev/null @@ -1,73 +0,0 @@ -# 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.POSTGRES_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.POSTGRES_PORT | int | `5432` | | -| env.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.REDIS_DB | string | `"0"` | | -| env.REDIS_PORT | int | `6379` | | -| env.WEBLATE_TIME_ZONE | string | `"{{ .Values.TZ }}"` | | -| envFrom[0].configMapRef.name | string | `"weblate-env"` | | -| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.key | string | `"redis-password"` | | -| envValueFrom.REDIS_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/weblate"` | | -| image.tag | string | `"v4.11.2@sha256:b8217cb4e2ab878a7f8c67263b29276ff35699f1c55e1c7f13abfddae75c5a9c"` | | -| persistence.cache.enabled | bool | `true` | | -| persistence.cache.mountPath | string | `"/app/cache"` | | -| persistence.cache.type | string | `"emptyDir"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/app/data"` | | -| podSecurityContext.fsGroup | int | `1000` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `1000` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"weblate"` | | -| postgresql.postgresqlUsername | string | `"weblate"` | | -| probes.liveness.path | string | `"/healthz"` | | -| probes.readiness.path | string | `"/healthz"` | | -| probes.startup.path | string | `"/healthz"` | | -| redis.enabled | bool | `true` | | -| redis.existingSecret | string | `"rediscreds"` | | -| redis.redisUsername | string | `"default"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `10158` | | -| service.main.ports.main.targetPort | int | `8080` | | -| weblate.auth | object | `{"azure":{},"azuretenant":{},"bitbucket":{},"facebook":{},"github":{},"gitlab":{},"google":{},"keycloak":{},"ldap":{},"linux":{},"saml":{},"slack":{}}` | WEBLATE_MT_AWS_REGION: "" WEBLATE_MT_AWS_ACCESS_KEY_ID: "" WEBLATE_MT_AWS_SECRET_ACCESS_KEY: "" WEBLATE_MT_DEEPL_KEY: "" WEBLATE_MT_DEEPL_API_URL: "" WEBLATE_MT_LIBRETRANSLATE_KEY: "" WEBLATE_MT_LIBRETRANSLATE_API_URL: "" WEBLATE_MT_GOOGLE_KEY: "" WEBLATE_MT_GOOGLE_CREDENTIALS: "" WEBLATE_MT_GOOGLE_PROJECT: "" WEBLATE_MT_GOOGLE_LOCATION: "" WEBLATE_MT_MICROSOFT_COGNITIVE_KEY: "" WEBLATE_MT_MICROSOFT_ENDPOINT_URL: "" WEBLATE_MT_MICROSOFT_REGION: "" WEBLATE_MT_MICROSOFT_BASE_URL: "" WEBLATE_MT_MODERNMT_KEY: "" WEBLATE_MT_MYMEMORY_ENABLED: false WEBLATE_MT_GLOSBE_ENABLED: false WEBLATE_MT_MICROSOFT_TERMINOLOGY_ENABLED: false WEBLATE_MT_SAP_BASE_URL: "" WEBLATE_MT_SAP_SANDBOX_APIKEY: "" WEBLATE_MT_SAP_USERNAME: "" WEBLATE_MT_SAP_PASSWORD: "" WEBLATE_MT_SAP_USE_MT: false | -| weblate.auth.azure | object | `{}` | WEBLATE_SOCIAL_AUTH_GITLAB_SECRET: "" WEBLATE_SOCIAL_AUTH_GITLAB_API_URL: "" | -| weblate.auth.azuretenant | object | `{}` | WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET: "" | -| weblate.auth.bitbucket | object | `{}` | WEBLATE_SOCIAL_AUTH_GITHUB_SECRET: "" WEBLATE_SOCIAL_AUTH_GITHUB_ORG_KEY: "" WEBLATE_SOCIAL_AUTH_GITHUB_ORG_SECRET: "" WEBLATE_SOCIAL_AUTH_GITHUB_ORG_NAME: "" WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_KEY: "" WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_SECRET: "" WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_ID: "" | -| weblate.auth.facebook | object | `{}` | WEBLATE_SOCIAL_AUTH_BITBUCKET_SECRET: "" | -| weblate.auth.github | object | `{}` | WEBLATE_AUTH_LDAP_USER_DN_TEMPLATE: "" WEBLATE_AUTH_LDAP_USER_ATTR_MAP: "" WEBLATE_AUTH_LDAP_BIND_DN: "" WEBLATE_AUTH_LDAP_BIND_PASSWORD: "" WEBLATE_AUTH_LDAP_CONNECTION_OPTION_REFERRALS: "" WEBLATE_AUTH_LDAP_USER_SEARCH: "" WEBLATE_AUTH_LDAP_USER_SEARCH_FILTER: "" WEBLATE_AUTH_LDAP_USER_SEARCH_UNION: "" WEBLATE_AUTH_LDAP_USER_SEARCH_UNION_DELIMITER: "" | -| weblate.auth.gitlab | object | `{}` | WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET: "" WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS: "" WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_EMAILS: "" | -| weblate.auth.google | object | `{}` | WEBLATE_SOCIAL_AUTH_FACEBOOK_SECRET: "" | -| weblate.auth.keycloak | object | `{}` | WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET: "" WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID: "" | -| weblate.auth.linux | object | `{}` | WEBLATE_SOCIAL_AUTH_KEYCLOAK_SECRET: "" WEBLATE_SOCIAL_AUTH_KEYCLOAK_PUBLIC_KEY: "" WEBLATE_SOCIAL_AUTH_KEYCLOAK_ALGORITHM: "" WEBLATE_SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL: "" WEBLATE_SOCIAL_AUTH_KEYCLOAK_ACCESS_TOKEN_URL: "" | -| weblate.auth.saml | object | `{}` | SOCIAL_AUTH_SLACK_SECRET: "" | -| weblate.auth.slack | object | `{}` | WEBLATE_SOCIAL_AUTH_OPENSUSE: "" WEBLATE_SOCIAL_AUTH_UBUNTU: "" | -| weblate.email | object | `{}` | | -| weblate.errorreport | object | `{}` | WEBLATE_STATUS_URL: "" WEBLATE_LEGAL_URL: "" WEBLATE_PRIVACY_URL: "" | -| weblate.general.WEBLATE_SITE_DOMAIN | string | `"weblate.example.com"` | | -| weblate.general.WEBLATE_SITE_TITLE | string | `"My Project's Weblate"` | | -| weblate.localization | object | `{}` | ROLLBAR_ENVIRONMENT: "" SENTRY_DSN: "" SENTRY_ENVIRONMENT: "" | -| weblate.machinetranslate | object | `{}` | | -| weblate.siteintegration | object | `{}` | WEBLATE_EMAIL_HOST: "" WEBLATE_EMAIL_HOST_USER: "" WEBLATE_EMAIL_HOST_PASSWORD: "" WEBLATE_EMAIL_USE_SSL: false WEBLATE_EMAIL_USE_TLS: false WEBLATE_EMAIL_BACKEND: "" | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/website-shot/Chart.yaml b/charts/stable/website-shot/Chart.yaml index 8f0101e94be..ed2ef06087e 100644 --- a/charts/stable/website-shot/Chart.yaml +++ b/charts/stable/website-shot/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: website-shot sources: - https://github.com/Flowko/website-shot -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/wekan/CONFIG.md b/charts/stable/wekan/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/wekan/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml index 3c510c92050..5136f1d754c 100644 --- a/charts/stable/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -23,7 +23,7 @@ name: wekan sources: - https://github.com/wekan/wekan - https://wekan.github.io/ -version: 4.0.14 +version: 4.0.15 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/wekan/helm-values.md b/charts/stable/wekan/helm-values.md deleted file mode 100644 index f55d2dbbedb..00000000000 --- a/charts/stable/wekan/helm-values.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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.ROOT_URL | string | `"http://localhost"` | | -| env.WRITABLE_PATH | string | `"/data"` | | -| envValueFrom.MONGO_URL.secretKeyRef.key | string | `"url"` | | -| envValueFrom.MONGO_URL.secretKeyRef.name | string | `"mongodbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/wekan"` | | -| image.tag | string | `"v6.11@sha256:4d36ca29c2bf2775903d94e72b5ed55dc2893331ecced6a7ffd01164633e8df4"` | | -| mongodb.enabled | bool | `true` | | -| mongodb.existingSecret | string | `"mongodbcreds"` | | -| mongodb.mongodbDatabase | string | `"wekan"` | | -| mongodb.mongodbUsername | string | `"wekan"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| service.main.ports.main.port | int | `10192` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/wg-easy/Chart.yaml b/charts/stable/wg-easy/Chart.yaml index 5efd4b67817..b4b8878ad35 100644 --- a/charts/stable/wg-easy/Chart.yaml +++ b/charts/stable/wg-easy/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://hub.docker.com/r/weejewel/wg-easy - https://github.com/WeeJeWel/wg-easy type: application -version: 1.0.2 +version: 1.0.3 annotations: truecharts.org/catagories: | - networking diff --git a/charts/stable/whoogle/CONFIG.md b/charts/stable/whoogle/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/whoogle/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/whoogle/Chart.yaml b/charts/stable/whoogle/Chart.yaml index fb902ab08a6..7bf55225b48 100644 --- a/charts/stable/whoogle/Chart.yaml +++ b/charts/stable/whoogle/Chart.yaml @@ -20,7 +20,7 @@ maintainers: name: whoogle sources: - https://github.com/benbusby/whoogle-search -version: 3.0.11 +version: 3.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/whoogle/helm-values.md b/charts/stable/whoogle/helm-values.md deleted file mode 100644 index ef466493451..00000000000 --- a/charts/stable/whoogle/helm-values.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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 | object | See below | environment variables. See [image docs](https://github.com/benbusby/whoogle-search#environment-variables) for more details. | -| env.WHOOGLE_CONFIG_COUNTRY | string | `""` | Set the container timezone | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/whoogle-search"` | image repository | -| image.tag | string | `"v0.7.1@sha256:6f4178d1154128cdcd01171a2bc36f3ed9f2fd428cfc8c40eff9664669e7e907"` | image tag | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/wikijs/CONFIG.md b/charts/stable/wikijs/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/wikijs/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/wikijs/Chart.yaml b/charts/stable/wikijs/Chart.yaml index cd69d0f136a..ef2f176d947 100644 --- a/charts/stable/wikijs/Chart.yaml +++ b/charts/stable/wikijs/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2.5.285" description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! name: wikijs -version: 7.0.11 +version: 7.0.12 kubeVersion: ">=1.16.0-0" keywords: - wiki diff --git a/charts/stable/wikijs/helm-values.md b/charts/stable/wikijs/helm-values.md deleted file mode 100644 index 8d23bdfe9db..00000000000 --- a/charts/stable/wikijs/helm-values.md +++ /dev/null @@ -1,36 +0,0 @@ -# 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.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.DB_PORT | string | `"5432"` | | -| env.DB_TYPE | string | `"postgres"` | | -| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.DB_PASS.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DB_PASS.secretKeyRef.name | string | `"dbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/wikijs"` | | -| image.tag | string | `"v2.5.276@sha256:5caedcd71492d09be8272d754eb93c7b3eabfc8db30cf71ff00b2fd809549954"` | | -| persistence | object | `{"wikicache":{"enabled":true,"mountPath":"/wiki/data/","type":"emptyDir"}}` | https://docs.requarks.io/en/install/config#data-paths | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"wikijs"` | | -| postgresql.postgresqlUsername | string | `"wikijs"` | | -| probes.liveness.path | string | `"/healthz"` | | -| probes.readiness.path | string | `"/healthz"` | | -| probes.startup.path | string | `"/healthz"` | | -| service.main.ports.main.port | int | `10045` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/wireshark/CONFIG.md b/charts/stable/wireshark/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/wireshark/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/wireshark/Chart.yaml b/charts/stable/wireshark/Chart.yaml index 2482acfa223..47699c05987 100644 --- a/charts/stable/wireshark/Chart.yaml +++ b/charts/stable/wireshark/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: wireshark -version: 2.0.9 +version: 2.0.10 appVersion: "3.4.13" description: Wireshark is the world’s foremost and widely-used network protocol analyzer. type: application diff --git a/charts/stable/wireshark/helm-values.md b/charts/stable/wireshark/helm-values.md deleted file mode 100644 index bc6b7f3206b..00000000000 --- a/charts/stable/wireshark/helm-values.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| hostNetwork | bool | `true` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/wireshark"` | | -| image.tag | string | `"v3.4.13"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `3000` | | -| service.main.ports.main.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/xbackbone/CONFIG.md b/charts/stable/xbackbone/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/xbackbone/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/xbackbone/Chart.yaml b/charts/stable/xbackbone/Chart.yaml index ebf90724271..0fbf7353c2b 100644 --- a/charts/stable/xbackbone/Chart.yaml +++ b/charts/stable/xbackbone/Chart.yaml @@ -23,7 +23,7 @@ name: xbackbone sources: - https://github.com/SergiX44/XBackBone - https://hub.docker.com/r/pe46dro/xbackbone-docker -version: 3.0.11 +version: 3.0.12 annotations: truecharts.org/catagories: | - files diff --git a/charts/stable/xbackbone/helm-values.md b/charts/stable/xbackbone/helm-values.md deleted file mode 100644 index 95562e51af3..00000000000 --- a/charts/stable/xbackbone/helm-values.md +++ /dev/null @@ -1,33 +0,0 @@ -# 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 | object | See below | environment variables. See [image repo](https://github.com/Pe46dro/XBackBone-docker#environment-variables) for more details. | -| envValueFrom.MYSQL_HOST.secretKeyRef.key | string | `"plainhost"` | | -| envValueFrom.MYSQL_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | -| envValueFrom.MYSQL_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | | -| envValueFrom.MYSQL_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/xbackbone"` | | -| image.tag | string | `"v3.3.3@sha256:c22e8806732b5a63a9761d413f4dd3a39af9427a12818e8ff769094ebc141c99"` | | -| mariadb.enabled | bool | `true` | | -| mariadb.existingSecret | string | `"mariadbcreds"` | | -| mariadb.mariadbDatabase | string | `"xbackbone"` | | -| mariadb.mariadbUsername | string | `"xbackbone"` | | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/xteve/CONFIG.md b/charts/stable/xteve/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/xteve/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml index 56f0d5d708f..dd4aba9fedd 100644 --- a/charts/stable/xteve/Chart.yaml +++ b/charts/stable/xteve/Chart.yaml @@ -21,7 +21,7 @@ name: xteve sources: - https://github.com/xteve-project/xTeVe - https://github.com/k8s-at-home/container-images -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/xteve/helm-values.md b/charts/stable/xteve/helm-values.md deleted file mode 100644 index 140be055326..00000000000 --- a/charts/stable/xteve/helm-values.md +++ /dev/null @@ -1,22 +0,0 @@ -# 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 | string | See below | environment variables. | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/xteve"` | image repository | -| image.tag | string | `"v2.2.0.200@sha256:8eca3bbc32d97ec1e86fce6d94057d8db6597c91ad15ac4f33b1a336cb645222"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service | object | `{"main":{"ports":{"main":{"port":34400,"targetPort":34400}}}}` | Set the container timezone | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/xwiki/CONFIG.md b/charts/stable/xwiki/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/xwiki/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/xwiki/Chart.yaml b/charts/stable/xwiki/Chart.yaml index 668af866fd8..49db7348e85 100644 --- a/charts/stable/xwiki/Chart.yaml +++ b/charts/stable/xwiki/Chart.yaml @@ -23,7 +23,7 @@ name: xwiki sources: - https://hub.docker.com/_/xwiki - https://github.com/xwiki/xwiki-docker -version: 3.0.13 +version: 3.0.14 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/xwiki/helm-values.md b/charts/stable/xwiki/helm-values.md deleted file mode 100644 index fd4246c39f0..00000000000 --- a/charts/stable/xwiki/helm-values.md +++ /dev/null @@ -1,37 +0,0 @@ -# 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.DB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| env.JAVA_OPTS | string | `""` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | -| 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 | `"tccr.io/truecharts/xwiki"` | | -| image.tag | string | `"v14.2.1-postgres@sha256:54a3c6e5376f95e0da0cf03eac4fa8370d780a9f8afa4a2336d5afe096f9ac61"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/usr/local/xwiki"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"xwiki"` | | -| postgresql.postgresqlUsername | string | `"xwiki"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10208` | | -| service.main.ports.main.targetPort | int | `8080` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/zerotier/CONFIG.md b/charts/stable/zerotier/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/zerotier/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/zerotier/Chart.yaml b/charts/stable/zerotier/Chart.yaml index e5f1ab59c24..035b1b070fb 100644 --- a/charts/stable/zerotier/Chart.yaml +++ b/charts/stable/zerotier/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: zerotier -version: 2.0.9 +version: 2.0.10 appVersion: "1.8.10" description: ZeroTier is a smart programmable Ethernet switch for planet Earth type: application diff --git a/charts/stable/zerotier/helm-values.md b/charts/stable/zerotier/helm-values.md deleted file mode 100644 index bfef1da00a2..00000000000 --- a/charts/stable/zerotier/helm-values.md +++ /dev/null @@ -1,37 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/zerotier"` | | -| image.tag | string | `"v1.8.6@sha256:144fbbe780798d6bc0d1069309839da9cc914e85a2f4aa5bc28a8fab23472c6c"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/var/lib/zerotier-one"` | | -| persistence.tun.enabled | bool | `true` | | -| persistence.tun.hostPath | string | `"/dev/net/tun"` | | -| persistence.tun.hostPathType | string | `""` | | -| persistence.tun.mountPath | string | `"/dev/net/tun"` | | -| persistence.tun.readOnly | bool | `false` | | -| persistence.tun.type | string | `"hostPath"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.ZEROTIER_API_SECRET | string | `""` | | -| secret.ZEROTIER_IDENTITY_PUBLIC | string | `""` | | -| secret.ZEROTIER_IDENTITY_SECRET | string | `""` | | -| securityContext.capabilities.add[0] | string | `"NET_ADMIN"` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10190` | | -| service.main.ports.main.protocol | string | `"UDP"` | | -| service.main.ports.main.targetPort | int | `9993` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/zigbee2mqtt/CONFIG.md b/charts/stable/zigbee2mqtt/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/zigbee2mqtt/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/zigbee2mqtt/Chart.yaml b/charts/stable/zigbee2mqtt/Chart.yaml index 0d0fe5117e9..76e686b81a5 100644 --- a/charts/stable/zigbee2mqtt/Chart.yaml +++ b/charts/stable/zigbee2mqtt/Chart.yaml @@ -19,7 +19,7 @@ maintainers: name: zigbee2mqtt sources: - https://github.com/Koenkk/zigbee2mqtt -version: 4.0.11 +version: 4.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/zigbee2mqtt/helm-values.md b/charts/stable/zigbee2mqtt/helm-values.md deleted file mode 100644 index f64a9b328a1..00000000000 --- a/charts/stable/zigbee2mqtt/helm-values.md +++ /dev/null @@ -1,58 +0,0 @@ -# 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.USE_CUSTOM_CONFIG_FILE | bool | `false` | | -| env.ZIGBEE2MQTT_CONFIG_FRONTEND_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| env.ZIGBEE2MQTT_DATA | string | `"/data"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/zigbee2mqtt"` | | -| image.tag | string | `"v1.24.0@sha256:2574cbd6af36d0305c8034804e2c64f672757133d71b14f87f36913a9b97e754"` | | -| initContainers.init-config.args[0] | string | `"if [ -f /data/configuration.yaml ] || [ ${USE_CUSTOM_CONFIG_FILE} == true ]; then\n echo \"Initial configuration exists or User selected to use custom configuration file. Skipping...\";\nelse\n echo \"Creating initial configuration\";\n touch /data/configuration.yaml;\n echo \"# Configuration bellow will be always be overridden\" >> /data/configuration.yaml;\n echo \"# from environment settings on the Scale Apps UI.\" >> /data/configuration.yaml;\n echo \"# You however will not see this values change in the file.\" >> /data/configuration.yaml;\n echo \"# It's a generated file based on the values provided on initial install.\" >> /data/configuration.yaml;\n echo \"##########################################################\" >> /data/configuration.yaml;\n echo \"experimental:\" >> /data/configuration.yaml;\n echo \" new_api: $ZIGBEE2MQTT_CONFIG_EXPIRIMENTAL_NEW_API\" >> /data/configuration.yaml;\n echo \"frontend:\" >> /data/configuration.yaml;\n echo \" port: $ZIGBEE2MQTT_CONFIG_FRONTEND_PORT\" >> /data/configuration.yaml;\n echo \"permit_join: $ZIGBEE2MQTT_CONFIG_PERMIT_JOIN\" >> /data/configuration.yaml;\n echo \"mqtt:\" >> /data/configuration.yaml;\n echo \" server: $ZIGBEE2MQTT_CONFIG_MQTT_SERVER\" >> /data/configuration.yaml;\n echo \" base_topic: $ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC\" >> /data/configuration.yaml;\n if [ ! -z \"$ZIGBEE2MQTT_CONFIG_MQTT_USER\" ];\n then\n echo \" user: $ZIGBEE2MQTT_CONFIG_MQTT_USER\" >> /data/configuration.yaml;\n fi;\n if [ ! -z \"$ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD\" ];\n then\n echo \" password: $ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD\" >> /data/configuration.yaml;\n fi;\n echo \"serial:\" >> /data/configuration.yaml;\n echo \" port: $ZIGBEE2MQTT_CONFIG_SERIAL_PORT\" >> /data/configuration.yaml;\n echo \" adapter: $ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER\" >> /data/configuration.yaml;\n echo \"##########################################################\" >> /data/configuration.yaml;\n echo 'Initial configuration file created at \"/data/configuration.yaml\"';\nfi;\n"` | | -| initContainers.init-config.command[0] | string | `"/bin/sh"` | | -| initContainers.init-config.command[1] | string | `"-c"` | | -| initContainers.init-config.env[0].name | string | `"ZIGBEE2MQTT_CONFIG_FRONTEND_PORT"` | | -| initContainers.init-config.env[0].value | string | `"{{ .Values.service.main.ports.main.port }}"` | | -| initContainers.init-config.env[10].name | string | `"USE_CUSTOM_CONFIG_FILE"` | | -| initContainers.init-config.env[10].value | string | `"{{ .Values.env.USE_CUSTOM_CONFIG_FILE }}"` | | -| initContainers.init-config.env[1].name | string | `"ZIGBEE2MQTT_CONFIG_EXPIRIMENTAL_NEW_API"` | | -| initContainers.init-config.env[1].value | string | `"{{ .Values.env.ZIGBEE2MQTT_CONFIG_EXPIRIMENTAL_NEW_API }}"` | | -| initContainers.init-config.env[2].name | string | `"ZIGBEE2MQTT_CONFIG_PERMIT_JOIN"` | | -| initContainers.init-config.env[2].value | string | `"{{ .Values.env.ZIGBEE2MQTT_CONFIG_PERMIT_JOIN }}"` | | -| initContainers.init-config.env[3].name | string | `"ZIGBEE2MQTT_CONFIG_EXPIRIMENTAL_NEW_API"` | | -| initContainers.init-config.env[3].value | string | `"{{ .Values.env.ZIGBEE2MQTT_CONFIG_EXPIRIMENTAL_NEW_API }}"` | | -| initContainers.init-config.env[4].name | string | `"ZIGBEE2MQTT_CONFIG_MQTT_SERVER"` | | -| initContainers.init-config.env[4].value | string | `"{{ .Values.env.ZIGBEE2MQTT_CONFIG_MQTT_SERVER }}"` | | -| initContainers.init-config.env[5].name | string | `"ZIGBEE2MQTT_CONFIG_MQTT_USER"` | | -| initContainers.init-config.env[5].value | string | `"{{ .Values.secret.ZIGBEE2MQTT_CONFIG_MQTT_USER }}"` | | -| initContainers.init-config.env[6].name | string | `"ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD"` | | -| initContainers.init-config.env[6].value | string | `"{{ .Values.secret.ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD }}"` | | -| initContainers.init-config.env[7].name | string | `"ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC"` | | -| initContainers.init-config.env[7].value | string | `"{{ .Values.env.ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC }}"` | | -| initContainers.init-config.env[8].name | string | `"ZIGBEE2MQTT_CONFIG_SERIAL_PORT"` | | -| initContainers.init-config.env[8].value | string | `"{{ .Values.env.ZIGBEE2MQTT_CONFIG_SERIAL_PORT }}"` | | -| initContainers.init-config.env[9].name | string | `"ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER"` | | -| initContainers.init-config.env[9].value | string | `"{{ .Values.env.ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER }}"` | | -| initContainers.init-config.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| initContainers.init-config.volumeMounts[0].mountPath | string | `"/data"` | | -| initContainers.init-config.volumeMounts[0].name | string | `"data"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| secret.ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD | string | `""` | | -| secret.ZIGBEE2MQTT_CONFIG_MQTT_USER | string | `""` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `10103` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/znc/CONFIG.md b/charts/stable/znc/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/znc/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/znc/Chart.yaml b/charts/stable/znc/Chart.yaml index baad113d112..1a28001f018 100644 --- a/charts/stable/znc/Chart.yaml +++ b/charts/stable/znc/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: znc -version: 2.0.9 +version: 2.0.10 appVersion: "1.8.2" description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. type: application diff --git a/charts/stable/znc/helm-values.md b/charts/stable/znc/helm-values.md deleted file mode 100644 index c52c2e4ab08..00000000000 --- a/charts/stable/znc/helm-values.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/znc"` | | -| image.tag | string | `"v1.8.2"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.varrun.enabled | bool | `true` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | -| securityContext.runAsNonRoot | bool | `false` | | -| service.main.ports.main.port | int | `6501` | | -| service.main.ports.main.targetPort | int | `6501` | | - -All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/zwavejs2mqtt/CONFIG.md b/charts/stable/zwavejs2mqtt/CONFIG.md deleted file mode 100644 index c147b7c819c..00000000000 --- a/charts/stable/zwavejs2mqtt/CONFIG.md +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index 6d244e76560..55774710c2b 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/zwave-js/zwavejs2mqtt - https://hub.docker.com/r/zwavejs/zwavejs2mqtt type: application -version: 11.0.12 +version: 11.0.13 annotations: truecharts.org/catagories: | - tools diff --git a/charts/stable/zwavejs2mqtt/helm-values.md b/charts/stable/zwavejs2mqtt/helm-values.md deleted file mode 100644 index 057e0504ea9..00000000000 --- a/charts/stable/zwavejs2mqtt/helm-values.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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 | object | `{}` | https://zwave-js.github.io/zwavejs2mqtt/#/guide/env-vars | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"tccr.io/truecharts/zwavejs2mqtt"` | | -| image.tag | string | `"v6.6.2@sha256:868ccbcd90a1b38cfadec87ca933b3bf613ccb08df17d2a26b2baf7e743294bc"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/usr/src/app/store"` | | -| probes.liveness.enabled | bool | `true` | | -| probes.readiness.enabled | bool | `true` | | -| probes.startup.enabled | bool | `false` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.ports.main.port | int | `8091` | | -| service.main.ports.main.targetPort | int | `8091` | | -| service.ws.enabled | bool | `true` | | -| service.ws.ports.ws.enabled | bool | `true` | | -| service.ws.ports.ws.port | int | `10046` | | -| service.ws.ports.ws.targetPort | int | `3000` | | - -All Rights Reserved - The TrueCharts Project