diff --git a/charts/core/k8s-gateway/CHANGELOG.md b/charts/core/k8s-gateway/CHANGELOG.md index ae043403823..9d9fc7f1533 100644 --- a/charts/core/k8s-gateway/CHANGELOG.md +++ b/charts/core/k8s-gateway/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [k8s-gateway-4.0.12](https://github.com/truecharts/apps/compare/k8s-gateway-4.0.11...k8s-gateway-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [k8s-gateway-4.0.11](https://github.com/truecharts/apps/compare/k8s-gateway-4.0.10...k8s-gateway-4.0.11) (2021-11-16) diff --git a/charts/core/k8s-gateway/README.md b/charts/core/k8s-gateway/README.md index 6747b8f0078..1bd48a52407 100644 --- a/charts/core/k8s-gateway/README.md +++ b/charts/core/k8s-gateway/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/core/k8s-gateway/helm-values.md b/charts/core/k8s-gateway/helm-values.md index d0c4b24e82c..c1d29bb3f6c 100644 --- a/charts/core/k8s-gateway/helm-values.md +++ b/charts/core/k8s-gateway/helm-values.md @@ -56,7 +56,6 @@ You will, however, be able to use all values referenced in the common chart here | 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.enabled | bool | `true` | | | service.main.ports.main.port | int | `53` | | | service.main.ports.main.protocol | string | `"UDP"` | | | service.main.ports.main.targetPort | int | `53` | | diff --git a/charts/core/traefik/CHANGELOG.md b/charts/core/traefik/CHANGELOG.md index 03d1164f032..257046db80c 100644 --- a/charts/core/traefik/CHANGELOG.md +++ b/charts/core/traefik/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog
+ +### [traefik-10.0.14](https://github.com/truecharts/apps/compare/traefik-10.0.13...traefik-10.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* [#1359](https://github.com/truecharts/apps/issues/1359) ([#1360](https://github.com/truecharts/apps/issues/1360)) +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [traefik-10.0.13](https://github.com/truecharts/apps/compare/traefik-10.0.12...traefik-10.0.13) (2021-11-16) diff --git a/charts/core/traefik/README.md b/charts/core/traefik/README.md index 0ffcef7ddb7..bfceda2fdad 100644 --- a/charts/core/traefik/README.md +++ b/charts/core/traefik/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/core/traefik/helm-values.md b/charts/core/traefik/helm-values.md index 85a188b5f08..5275f2aa86a 100644 --- a/charts/core/traefik/helm-values.md +++ b/charts/core/traefik/helm-values.md @@ -41,7 +41,7 @@ You will, however, be able to use all values referenced in the common chart here | providers.kubernetesIngress.namespaces | list | `[]` | | | providers.kubernetesIngress.publishedService.enabled | bool | `true` | | | 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":{"enabled":true,"ports":{"main":{"enabled":true,"port":9000,"protocol":"HTTP","targetPort":9000}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"port":9100,"protocol":"HTTP","targetPort":9100}},"type":"LoadBalancer"},"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. | +| service | object | `{"main":{"ports":{"main":{"port":9000,"protocol":"HTTP","targetPort":9000}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"port":9100,"protocol":"HTTP","targetPort":9100}},"type":"LoadBalancer"},"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/traefik/https/tls/#tls-options Example: | diff --git a/charts/incubator/loki/CHANGELOG.md b/charts/incubator/loki/CHANGELOG.md index 5024aa494d4..39f0cf28963 100644 --- a/charts/incubator/loki/CHANGELOG.md +++ b/charts/incubator/loki/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [loki-1.0.2](https://github.com/truecharts/apps/compare/loki-1.0.1...loki-1.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [loki-1.0.1](https://github.com/truecharts/apps/compare/loki-1.0.0...loki-1.0.1) (2021-11-22) diff --git a/charts/incubator/loki/README.md b/charts/incubator/loki/README.md index c8040b06fda..7e137079468 100644 --- a/charts/incubator/loki/README.md +++ b/charts/incubator/loki/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://grafana.github.io/helm-charts | promtail | ^3.0.0 | -| https://truecharts.org | common | 8.7.1 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/incubator/minio/CHANGELOG.md b/charts/incubator/minio/CHANGELOG.md index 12c20369dac..334c22cb7dd 100644 --- a/charts/incubator/minio/CHANGELOG.md +++ b/charts/incubator/minio/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [minio-0.0.5](https://github.com/truecharts/apps/compare/minio-console-1.0.12...minio-0.0.5) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [minio-0.0.4](https://github.com/truecharts/apps/compare/minio-console-1.0.10...minio-0.0.4) (2021-11-16) diff --git a/charts/incubator/minio/README.md b/charts/incubator/minio/README.md index 03b20330ab5..862a4d4bb3b 100644 --- a/charts/incubator/minio/README.md +++ b/charts/incubator/minio/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/incubator/omada-controller/CHANGELOG.md b/charts/incubator/omada-controller/CHANGELOG.md index 16874baabe4..c2110c40b3f 100644 --- a/charts/incubator/omada-controller/CHANGELOG.md +++ b/charts/incubator/omada-controller/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [omada-controller-4.0.16](https://github.com/truecharts/apps/compare/omada-controller-4.0.15...omada-controller-4.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [omada-controller-4.0.15](https://github.com/truecharts/apps/compare/omada-controller-4.0.14...omada-controller-4.0.15) (2021-11-22) diff --git a/charts/incubator/omada-controller/README.md b/charts/incubator/omada-controller/README.md index 971f9acb236..511350f2e84 100644 --- a/charts/incubator/omada-controller/README.md +++ b/charts/incubator/omada-controller/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/incubator/piwigo/CHANGELOG.md b/charts/incubator/piwigo/CHANGELOG.md index 6a67b44aec4..22e330024d3 100644 --- a/charts/incubator/piwigo/CHANGELOG.md +++ b/charts/incubator/piwigo/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [piwigo-1.0.12](https://github.com/truecharts/apps/compare/piwigo-1.0.11...piwigo-1.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [piwigo-1.0.11](https://github.com/truecharts/apps/compare/piwigo-1.0.10...piwigo-1.0.11) (2021-11-16) diff --git a/charts/incubator/piwigo/README.md b/charts/incubator/piwigo/README.md index ad2c35585ec..ecb6bfb4d4d 100644 --- a/charts/incubator/piwigo/README.md +++ b/charts/incubator/piwigo/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/incubator/prometheus/CHANGELOG.md b/charts/incubator/prometheus/CHANGELOG.md index 10a52f165a8..2496a025501 100644 --- a/charts/incubator/prometheus/CHANGELOG.md +++ b/charts/incubator/prometheus/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog
+ +### [prometheus-0.0.8](https://github.com/truecharts/apps/compare/prometheus-0.0.5...prometheus-0.0.8) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) +* don't allow config of promop service and remove reminants + +#### Fix + +* use correct port for alertmanager probe + + + ### [prometheus-0.0.5](https://github.com/truecharts/apps/compare/prometheus-0.0.4...prometheus-0.0.5) (2021-11-22) diff --git a/charts/incubator/prometheus/README.md b/charts/incubator/prometheus/README.md index 8a8a61ec237..f63917fbb91 100644 --- a/charts/incubator/prometheus/README.md +++ b/charts/incubator/prometheus/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.0 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/incubator/prometheus/helm-values.md b/charts/incubator/prometheus/helm-values.md index 8512cf371a8..02ec255ae94 100644 --- a/charts/incubator/prometheus/helm-values.md +++ b/charts/incubator/prometheus/helm-values.md @@ -77,16 +77,6 @@ You will, however, be able to use all values referenced in the common chart here | alertmanager.retention | string | `"120h"` | | | alertmanager.routePrefix | string | `"/"` | | | alertmanager.secrets | list | `[]` | | -| alertmanager.service.annotations | object | `{}` | | -| alertmanager.service.clusterIP | string | `""` | | -| alertmanager.service.externalTrafficPolicy | string | `"Cluster"` | | -| alertmanager.service.healthCheckNodePort | string | `""` | | -| alertmanager.service.loadBalancerIP | string | `""` | | -| alertmanager.service.loadBalancerSourceRanges | list | `[]` | | -| alertmanager.service.nodePort | string | `""` | | -| alertmanager.service.port | int | `9093` | | -| alertmanager.service.stickySessions | string | `""` | | -| alertmanager.service.type | string | `"ClusterIP"` | | | alertmanager.serviceAccount.create | bool | `true` | | | alertmanager.serviceAccount.name | string | `""` | | | alertmanager.serviceMonitor.enabled | bool | `true` | | diff --git a/charts/incubator/tdarr-node/CHANGELOG.md b/charts/incubator/tdarr-node/CHANGELOG.md index 755b164777d..069458fac5f 100644 --- a/charts/incubator/tdarr-node/CHANGELOG.md +++ b/charts/incubator/tdarr-node/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [tdarr-node-1.0.11](https://github.com/truecharts/apps/compare/tdarr-node-1.0.10...tdarr-node-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [tdarr-node-1.0.10](https://github.com/truecharts/apps/compare/tdarr-node-1.0.9...tdarr-node-1.0.10) (2021-11-16) diff --git a/charts/incubator/tdarr-node/README.md b/charts/incubator/tdarr-node/README.md index 1e8d4da62aa..d1a57fbea13 100644 --- a/charts/incubator/tdarr-node/README.md +++ b/charts/incubator/tdarr-node/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/incubator/tdarr-node/helm-values.md b/charts/incubator/tdarr-node/helm-values.md index 6b39855e85b..4139aa87de6 100644 --- a/charts/incubator/tdarr-node/helm-values.md +++ b/charts/incubator/tdarr-node/helm-values.md @@ -29,7 +29,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `8267` | | | service.main.ports.main.targetPort | int | `8267` | | diff --git a/charts/incubator/tdarr/CHANGELOG.md b/charts/incubator/tdarr/CHANGELOG.md index 5e04731750b..90c82162bef 100644 --- a/charts/incubator/tdarr/CHANGELOG.md +++ b/charts/incubator/tdarr/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [tdarr-1.0.11](https://github.com/truecharts/apps/compare/tdarr-node-1.0.10...tdarr-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [tdarr-1.0.10](https://github.com/truecharts/apps/compare/tdarr-node-1.0.9...tdarr-1.0.10) (2021-11-16) diff --git a/charts/incubator/tdarr/README.md b/charts/incubator/tdarr/README.md index 1a64da7862d..d9add70fcb5 100644 --- a/charts/incubator/tdarr/README.md +++ b/charts/incubator/tdarr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/incubator/tdarr/helm-values.md b/charts/incubator/tdarr/helm-values.md index b99d4b10a45..6174714e868 100644 --- a/charts/incubator/tdarr/helm-values.md +++ b/charts/incubator/tdarr/helm-values.md @@ -29,9 +29,10 @@ You will, however, be able to use all values referenced in the common chart here | 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.enabled | bool | `true` | | | service.main.ports.main.port | int | `8265` | | | service.main.ports.main.targetPort | int | `8265` | | diff --git a/charts/stable/airsonic/CHANGELOG.md b/charts/stable/airsonic/CHANGELOG.md index 84d81dcd694..ec894a927cf 100644 --- a/charts/stable/airsonic/CHANGELOG.md +++ b/charts/stable/airsonic/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [airsonic-4.0.13](https://github.com/truecharts/apps/compare/airsonic-4.0.12...airsonic-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [airsonic-4.0.12](https://github.com/truecharts/apps/compare/airsonic-4.0.11...airsonic-4.0.12) (2021-11-16) diff --git a/charts/stable/airsonic/README.md b/charts/stable/airsonic/README.md index f4fa4c3f7fb..0d41c9369ec 100644 --- a/charts/stable/airsonic/README.md +++ b/charts/stable/airsonic/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/amcrest2mqtt/CHANGELOG.md b/charts/stable/amcrest2mqtt/CHANGELOG.md index 7017b9c67bd..54b9889b603 100644 --- a/charts/stable/amcrest2mqtt/CHANGELOG.md +++ b/charts/stable/amcrest2mqtt/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [amcrest2mqtt-2.0.13](https://github.com/truecharts/apps/compare/amcrest2mqtt-2.0.12...amcrest2mqtt-2.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [amcrest2mqtt-2.0.12](https://github.com/truecharts/apps/compare/amcrest2mqtt-2.0.11...amcrest2mqtt-2.0.12) (2021-11-16) diff --git a/charts/stable/amcrest2mqtt/README.md b/charts/stable/amcrest2mqtt/README.md index a5074ee1fc4..f87b52158bf 100644 --- a/charts/stable/amcrest2mqtt/README.md +++ b/charts/stable/amcrest2mqtt/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/apache-musicindex/CHANGELOG.md b/charts/stable/apache-musicindex/CHANGELOG.md index cf30cb073cc..dd92b259bee 100644 --- a/charts/stable/apache-musicindex/CHANGELOG.md +++ b/charts/stable/apache-musicindex/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [apache-musicindex-2.0.11](https://github.com/truecharts/apps/compare/apache-musicindex-2.0.10...apache-musicindex-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [apache-musicindex-2.0.10](https://github.com/truecharts/apps/compare/apache-musicindex-2.0.9...apache-musicindex-2.0.10) (2021-11-16) diff --git a/charts/stable/apache-musicindex/README.md b/charts/stable/apache-musicindex/README.md index b13472b10cf..f630581a9f3 100644 --- a/charts/stable/apache-musicindex/README.md +++ b/charts/stable/apache-musicindex/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/appdaemon/CHANGELOG.md b/charts/stable/appdaemon/CHANGELOG.md index 1c9b19f081c..c296d54bab0 100644 --- a/charts/stable/appdaemon/CHANGELOG.md +++ b/charts/stable/appdaemon/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [appdaemon-6.0.11](https://github.com/truecharts/apps/compare/appdaemon-6.0.10...appdaemon-6.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [appdaemon-6.0.10](https://github.com/truecharts/apps/compare/appdaemon-6.0.9...appdaemon-6.0.10) (2021-11-16) diff --git a/charts/stable/appdaemon/README.md b/charts/stable/appdaemon/README.md index 8ae6b207368..19752aabbda 100644 --- a/charts/stable/appdaemon/README.md +++ b/charts/stable/appdaemon/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/appdaemon/helm-values.md b/charts/stable/appdaemon/helm-values.md index d449c07f936..0e8fbf4bd6e 100644 --- a/charts/stable/appdaemon/helm-values.md +++ b/charts/stable/appdaemon/helm-values.md @@ -30,8 +30,6 @@ You will, however, be able to use all values referenced in the common chart here | service.tcp.enabled | bool | `true` | | | service.tcp.ports.tcp.enabled | bool | `true` | | | service.tcp.ports.tcp.port | int | `51050` | | -| service.tcp.ports.tcp.protocol | string | `"TCP"` | | | service.tcp.ports.tcp.targetPort | int | `51050` | | -| service.tcp.type | string | `"ClusterIP"` | | All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/aria2/CHANGELOG.md b/charts/stable/aria2/CHANGELOG.md index b37201ae593..4f217e71c5b 100644 --- a/charts/stable/aria2/CHANGELOG.md +++ b/charts/stable/aria2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [aria2-2.0.11](https://github.com/truecharts/apps/compare/aria2-2.0.10...aria2-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [aria2-2.0.10](https://github.com/truecharts/apps/compare/aria2-2.0.9...aria2-2.0.10) (2021-11-16) diff --git a/charts/stable/aria2/README.md b/charts/stable/aria2/README.md index 84e1ae9d429..4f3a26cf3c5 100644 --- a/charts/stable/aria2/README.md +++ b/charts/stable/aria2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/aria2/helm-values.md b/charts/stable/aria2/helm-values.md index c6ed68a1b6f..78cc66bf93e 100644 --- a/charts/stable/aria2/helm-values.md +++ b/charts/stable/aria2/helm-values.md @@ -30,7 +30,6 @@ You will, however, be able to use all values referenced in the common chart here | 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.enabled | bool | `true` | | | service.main.ports.main.port | int | `6800` | | | service.main.ports.main.targetPort | int | `6800` | | diff --git a/charts/stable/audacity/CHANGELOG.md b/charts/stable/audacity/CHANGELOG.md index 8ec51fe2986..8b2e1d4e90a 100644 --- a/charts/stable/audacity/CHANGELOG.md +++ b/charts/stable/audacity/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [audacity-2.0.11](https://github.com/truecharts/apps/compare/audacity-2.0.10...audacity-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [audacity-2.0.10](https://github.com/truecharts/apps/compare/audacity-2.0.9...audacity-2.0.10) (2021-11-16) diff --git a/charts/stable/audacity/README.md b/charts/stable/audacity/README.md index f3f3bff631a..731020572ec 100644 --- a/charts/stable/audacity/README.md +++ b/charts/stable/audacity/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/authelia/CHANGELOG.md b/charts/stable/authelia/CHANGELOG.md index c6cd885ccbc..ab9f9bf2613 100644 --- a/charts/stable/authelia/CHANGELOG.md +++ b/charts/stable/authelia/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [authelia-8.0.3](https://github.com/truecharts/apps/compare/authelia-8.0.2...authelia-8.0.3) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [authelia-8.0.2](https://github.com/truecharts/apps/compare/authelia-8.0.1...authelia-8.0.2) (2021-11-16) diff --git a/charts/stable/authelia/README.md b/charts/stable/authelia/README.md index 95036ab36e1..fb24c684098 100644 --- a/charts/stable/authelia/README.md +++ b/charts/stable/authelia/README.md @@ -18,9 +18,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org/ | redis | 1.0.7 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org/ | redis | 1.0.11 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/babybuddy/CHANGELOG.md b/charts/stable/babybuddy/CHANGELOG.md index 08722e4b278..33b62556947 100644 --- a/charts/stable/babybuddy/CHANGELOG.md +++ b/charts/stable/babybuddy/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [babybuddy-5.0.3](https://github.com/truecharts/apps/compare/babybuddy-5.0.2...babybuddy-5.0.3) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [babybuddy-5.0.2](https://github.com/truecharts/apps/compare/babybuddy-5.0.1...babybuddy-5.0.2) (2021-11-22) diff --git a/charts/stable/babybuddy/README.md b/charts/stable/babybuddy/README.md index 0e1c2e1e49e..2832349e099 100644 --- a/charts/stable/babybuddy/README.md +++ b/charts/stable/babybuddy/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/bazarr/CHANGELOG.md b/charts/stable/bazarr/CHANGELOG.md index 8b638a37558..872a971c2e6 100644 --- a/charts/stable/bazarr/CHANGELOG.md +++ b/charts/stable/bazarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [bazarr-9.0.13](https://github.com/truecharts/apps/compare/bazarr-9.0.12...bazarr-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [bazarr-9.0.12](https://github.com/truecharts/apps/compare/bazarr-9.0.11...bazarr-9.0.12) (2021-11-22) diff --git a/charts/stable/bazarr/README.md b/charts/stable/bazarr/README.md index c281ea9549c..42c9c372e49 100644 --- a/charts/stable/bazarr/README.md +++ b/charts/stable/bazarr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/beets/CHANGELOG.md b/charts/stable/beets/CHANGELOG.md index 4eca2873952..84498822187 100644 --- a/charts/stable/beets/CHANGELOG.md +++ b/charts/stable/beets/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [beets-2.0.13](https://github.com/truecharts/apps/compare/beets-2.0.12...beets-2.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [beets-2.0.12](https://github.com/truecharts/apps/compare/beets-2.0.11...beets-2.0.12) (2021-11-18) diff --git a/charts/stable/beets/README.md b/charts/stable/beets/README.md index c3847a087bf..e6865444b12 100644 --- a/charts/stable/beets/README.md +++ b/charts/stable/beets/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/booksonic-air/CHANGELOG.md b/charts/stable/booksonic-air/CHANGELOG.md index 3454e0612c6..e4f1f287088 100644 --- a/charts/stable/booksonic-air/CHANGELOG.md +++ b/charts/stable/booksonic-air/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [booksonic-air-4.0.12](https://github.com/truecharts/apps/compare/booksonic-air-4.0.11...booksonic-air-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [booksonic-air-4.0.11](https://github.com/truecharts/apps/compare/booksonic-air-4.0.10...booksonic-air-4.0.11) (2021-11-16) diff --git a/charts/stable/booksonic-air/README.md b/charts/stable/booksonic-air/README.md index d6f85be0fbf..0053e6769e1 100644 --- a/charts/stable/booksonic-air/README.md +++ b/charts/stable/booksonic-air/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/calibre-web/CHANGELOG.md b/charts/stable/calibre-web/CHANGELOG.md index 208bc21c7a0..75298e64a12 100644 --- a/charts/stable/calibre-web/CHANGELOG.md +++ b/charts/stable/calibre-web/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [calibre-web-9.0.11](https://github.com/truecharts/apps/compare/calibre-web-9.0.10...calibre-web-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [calibre-web-9.0.10](https://github.com/truecharts/apps/compare/calibre-web-9.0.9...calibre-web-9.0.10) (2021-11-16) diff --git a/charts/stable/calibre-web/README.md b/charts/stable/calibre-web/README.md index 6b5b563db4e..ac3c10deac1 100644 --- a/charts/stable/calibre-web/README.md +++ b/charts/stable/calibre-web/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/calibre/CHANGELOG.md b/charts/stable/calibre/CHANGELOG.md index 2dba0ffc873..53cc692a48f 100644 --- a/charts/stable/calibre/CHANGELOG.md +++ b/charts/stable/calibre/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [calibre-4.0.12](https://github.com/truecharts/apps/compare/calibre-4.0.11...calibre-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [calibre-4.0.11](https://github.com/truecharts/apps/compare/calibre-web-9.0.9...calibre-4.0.11) (2021-11-16) diff --git a/charts/stable/calibre/README.md b/charts/stable/calibre/README.md index bd320b71d81..8b738627511 100644 --- a/charts/stable/calibre/README.md +++ b/charts/stable/calibre/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/cloud9/CHANGELOG.md b/charts/stable/cloud9/CHANGELOG.md index 5449a362543..87fec90332f 100644 --- a/charts/stable/cloud9/CHANGELOG.md +++ b/charts/stable/cloud9/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [cloud9-2.0.14](https://github.com/truecharts/apps/compare/cloud9-2.0.13...cloud9-2.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [cloud9-2.0.13](https://github.com/truecharts/apps/compare/cloud9-2.0.12...cloud9-2.0.13) (2021-11-18) diff --git a/charts/stable/cloud9/README.md b/charts/stable/cloud9/README.md index 4735cf77bd1..5b0b20b6f44 100644 --- a/charts/stable/cloud9/README.md +++ b/charts/stable/cloud9/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/code-server/CHANGELOG.md b/charts/stable/code-server/CHANGELOG.md index c75071f2957..f1fc8defce6 100644 --- a/charts/stable/code-server/CHANGELOG.md +++ b/charts/stable/code-server/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [code-server-2.0.11](https://github.com/truecharts/apps/compare/code-server-2.0.10...code-server-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [code-server-2.0.10](https://github.com/truecharts/apps/compare/code-server-2.0.9...code-server-2.0.10) (2021-11-16) diff --git a/charts/stable/code-server/README.md b/charts/stable/code-server/README.md index e9ca4b38fdc..0820aecb66c 100644 --- a/charts/stable/code-server/README.md +++ b/charts/stable/code-server/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/collabora-online/CHANGELOG.md b/charts/stable/collabora-online/CHANGELOG.md index 70bec2fc6e4..2bf87ad047f 100644 --- a/charts/stable/collabora-online/CHANGELOG.md +++ b/charts/stable/collabora-online/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [collabora-online-9.0.12](https://github.com/truecharts/apps/compare/collabora-online-9.0.11...collabora-online-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [collabora-online-9.0.11](https://github.com/truecharts/apps/compare/collabora-online-9.0.10...collabora-online-9.0.11) (2021-11-16) diff --git a/charts/stable/collabora-online/README.md b/charts/stable/collabora-online/README.md index d4bc52e66db..90362b42bbb 100644 --- a/charts/stable/collabora-online/README.md +++ b/charts/stable/collabora-online/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/cryptofolio/CHANGELOG.md b/charts/stable/cryptofolio/CHANGELOG.md index 8171d61fa31..0fa741560e1 100644 --- a/charts/stable/cryptofolio/CHANGELOG.md +++ b/charts/stable/cryptofolio/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [cryptofolio-2.0.11](https://github.com/truecharts/apps/compare/cryptofolio-2.0.10...cryptofolio-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [cryptofolio-2.0.10](https://github.com/truecharts/apps/compare/cryptofolio-2.0.9...cryptofolio-2.0.10) (2021-11-16) diff --git a/charts/stable/cryptofolio/README.md b/charts/stable/cryptofolio/README.md index da84ebfacfb..3f52f02e329 100644 --- a/charts/stable/cryptofolio/README.md +++ b/charts/stable/cryptofolio/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/custom-app/CHANGELOG.md b/charts/stable/custom-app/CHANGELOG.md index f187c42b740..a64e6d12fae 100644 --- a/charts/stable/custom-app/CHANGELOG.md +++ b/charts/stable/custom-app/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [custom-app-3.0.19](https://github.com/truecharts/apps/compare/custom-app-3.0.18...custom-app-3.0.19) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [custom-app-3.0.18](https://github.com/truecharts/apps/compare/custom-app-3.0.17...custom-app-3.0.18) (2021-11-22) diff --git a/charts/stable/custom-app/README.md b/charts/stable/custom-app/README.md index 2c54bebb3e3..c2e53dc0c61 100644 --- a/charts/stable/custom-app/README.md +++ b/charts/stable/custom-app/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/davos/CHANGELOG.md b/charts/stable/davos/CHANGELOG.md index 26d2a5ef0c4..3f066eefae2 100644 --- a/charts/stable/davos/CHANGELOG.md +++ b/charts/stable/davos/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [davos-2.0.11](https://github.com/truecharts/apps/compare/davos-2.0.10...davos-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [davos-2.0.10](https://github.com/truecharts/apps/compare/davos-2.0.9...davos-2.0.10) (2021-11-16) diff --git a/charts/stable/davos/README.md b/charts/stable/davos/README.md index 44523c6cfbf..d86092fb7a7 100644 --- a/charts/stable/davos/README.md +++ b/charts/stable/davos/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/deconz/CHANGELOG.md b/charts/stable/deconz/CHANGELOG.md index 47461ac6982..303f675be4d 100644 --- a/charts/stable/deconz/CHANGELOG.md +++ b/charts/stable/deconz/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [deconz-4.0.11](https://github.com/truecharts/apps/compare/deconz-4.0.10...deconz-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [deconz-4.0.10](https://github.com/truecharts/apps/compare/deconz-4.0.9...deconz-4.0.10) (2021-11-16) diff --git a/charts/stable/deconz/README.md b/charts/stable/deconz/README.md index 8db6836f4d3..b1242637be2 100644 --- a/charts/stable/deconz/README.md +++ b/charts/stable/deconz/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/deepstack-cpu/CHANGELOG.md b/charts/stable/deepstack-cpu/CHANGELOG.md index 92532f5e061..63c3c6380b4 100644 --- a/charts/stable/deepstack-cpu/CHANGELOG.md +++ b/charts/stable/deepstack-cpu/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [deepstack-cpu-7.0.11](https://github.com/truecharts/apps/compare/deepstack-cpu-7.0.10...deepstack-cpu-7.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [deepstack-cpu-7.0.10](https://github.com/truecharts/apps/compare/deepstack-cpu-7.0.9...deepstack-cpu-7.0.10) (2021-11-16) diff --git a/charts/stable/deepstack-cpu/README.md b/charts/stable/deepstack-cpu/README.md index 1319b86587f..959fcf65c5c 100644 --- a/charts/stable/deepstack-cpu/README.md +++ b/charts/stable/deepstack-cpu/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/deepstack-cpu/helm-values.md b/charts/stable/deepstack-cpu/helm-values.md index ba4778e8589..8fd76881e4c 100644 --- a/charts/stable/deepstack-cpu/helm-values.md +++ b/charts/stable/deepstack-cpu/helm-values.md @@ -27,7 +27,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `5000` | | | service.main.ports.main.targetPort | int | `5000` | | diff --git a/charts/stable/deepstack-gpu/CHANGELOG.md b/charts/stable/deepstack-gpu/CHANGELOG.md index 134a270696b..3b0a2f68dc8 100644 --- a/charts/stable/deepstack-gpu/CHANGELOG.md +++ b/charts/stable/deepstack-gpu/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [deepstack-gpu-2.0.11](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.10...deepstack-gpu-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [deepstack-gpu-2.0.10](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.9...deepstack-gpu-2.0.10) (2021-11-16) diff --git a/charts/stable/deepstack-gpu/README.md b/charts/stable/deepstack-gpu/README.md index 1319b86587f..959fcf65c5c 100644 --- a/charts/stable/deepstack-gpu/README.md +++ b/charts/stable/deepstack-gpu/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/deepstack-gpu/helm-values.md b/charts/stable/deepstack-gpu/helm-values.md index cd0cba9c706..d66a037cbf9 100644 --- a/charts/stable/deepstack-gpu/helm-values.md +++ b/charts/stable/deepstack-gpu/helm-values.md @@ -27,7 +27,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `5000` | | | service.main.ports.main.targetPort | int | `5000` | | diff --git a/charts/stable/deluge/CHANGELOG.md b/charts/stable/deluge/CHANGELOG.md index 3ad6f88bf42..de3928930ab 100644 --- a/charts/stable/deluge/CHANGELOG.md +++ b/charts/stable/deluge/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [deluge-9.0.12](https://github.com/truecharts/apps/compare/deluge-9.0.11...deluge-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [deluge-9.0.11](https://github.com/truecharts/apps/compare/deluge-9.0.10...deluge-9.0.11) (2021-11-16) diff --git a/charts/stable/deluge/README.md b/charts/stable/deluge/README.md index 8493fb5cbc7..c98d7f49268 100644 --- a/charts/stable/deluge/README.md +++ b/charts/stable/deluge/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/deluge/helm-values.md b/charts/stable/deluge/helm-values.md index 32e4fb004f6..c95126242e3 100644 --- a/charts/stable/deluge/helm-values.md +++ b/charts/stable/deluge/helm-values.md @@ -30,7 +30,6 @@ You will, however, be able to use all values referenced in the common chart here | service.torrent.enabled | bool | `true` | | | service.torrent.ports.tcp.enabled | bool | `true` | | | service.torrent.ports.tcp.port | int | `51413` | | -| service.torrent.ports.tcp.protocol | string | `"TCP"` | | | service.torrent.ports.tcp.targetPort | int | `51413` | | All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/digikam/CHANGELOG.md b/charts/stable/digikam/CHANGELOG.md index 1b4edb8eef6..52eaa52f181 100644 --- a/charts/stable/digikam/CHANGELOG.md +++ b/charts/stable/digikam/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [digikam-2.0.13](https://github.com/truecharts/apps/compare/digikam-2.0.12...digikam-2.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [digikam-2.0.12](https://github.com/truecharts/apps/compare/digikam-2.0.11...digikam-2.0.12) (2021-11-16) diff --git a/charts/stable/digikam/README.md b/charts/stable/digikam/README.md index da8b888d6fe..76e9dc30201 100644 --- a/charts/stable/digikam/README.md +++ b/charts/stable/digikam/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/dizquetv/CHANGELOG.md b/charts/stable/dizquetv/CHANGELOG.md index 8247026c560..4f732c234b4 100644 --- a/charts/stable/dizquetv/CHANGELOG.md +++ b/charts/stable/dizquetv/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [dizquetv-4.0.11](https://github.com/truecharts/apps/compare/dizquetv-4.0.10...dizquetv-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [dizquetv-4.0.10](https://github.com/truecharts/apps/compare/dizquetv-4.0.9...dizquetv-4.0.10) (2021-11-16) diff --git a/charts/stable/dizquetv/README.md b/charts/stable/dizquetv/README.md index f2e92943a47..f2488bf75b3 100644 --- a/charts/stable/dizquetv/README.md +++ b/charts/stable/dizquetv/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/doublecommander/CHANGELOG.md b/charts/stable/doublecommander/CHANGELOG.md index b7df0991367..9209c8be167 100644 --- a/charts/stable/doublecommander/CHANGELOG.md +++ b/charts/stable/doublecommander/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [doublecommander-2.0.13](https://github.com/truecharts/apps/compare/doublecommander-2.0.12...doublecommander-2.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [doublecommander-2.0.12](https://github.com/truecharts/apps/compare/doublecommander-2.0.11...doublecommander-2.0.12) (2021-11-16) diff --git a/charts/stable/doublecommander/README.md b/charts/stable/doublecommander/README.md index 5fec1131e1d..ccd3e3a953d 100644 --- a/charts/stable/doublecommander/README.md +++ b/charts/stable/doublecommander/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/dsmr-reader/CHANGELOG.md b/charts/stable/dsmr-reader/CHANGELOG.md index a62013fa6de..95d38c22931 100644 --- a/charts/stable/dsmr-reader/CHANGELOG.md +++ b/charts/stable/dsmr-reader/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [dsmr-reader-5.0.2](https://github.com/truecharts/apps/compare/dsmr-reader-5.0.1...dsmr-reader-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [dsmr-reader-5.0.1](https://github.com/truecharts/apps/compare/dsmr-reader-5.0.0...dsmr-reader-5.0.1) (2021-11-16) diff --git a/charts/stable/dsmr-reader/README.md b/charts/stable/dsmr-reader/README.md index 57c7a548a79..f9709564f46 100644 --- a/charts/stable/dsmr-reader/README.md +++ b/charts/stable/dsmr-reader/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/duplicati/CHANGELOG.md b/charts/stable/duplicati/CHANGELOG.md index 459c03bd4ac..6f80e6f0fe7 100644 --- a/charts/stable/duplicati/CHANGELOG.md +++ b/charts/stable/duplicati/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [duplicati-4.0.11](https://github.com/truecharts/apps/compare/duplicati-4.0.10...duplicati-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [duplicati-4.0.10](https://github.com/truecharts/apps/compare/duplicati-4.0.9...duplicati-4.0.10) (2021-11-16) diff --git a/charts/stable/duplicati/README.md b/charts/stable/duplicati/README.md index 10e9037b6f8..896d33a280f 100644 --- a/charts/stable/duplicati/README.md +++ b/charts/stable/duplicati/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/emby/CHANGELOG.md b/charts/stable/emby/CHANGELOG.md index f347b8ab03e..671ad333239 100644 --- a/charts/stable/emby/CHANGELOG.md +++ b/charts/stable/emby/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog
+ +### [emby-9.0.11](https://github.com/truecharts/apps/compare/emby-9.0.10...emby-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) +* update container image ghcr.io/k8s-at-home/emby to v4.6.5.0 ([#1344](https://github.com/truecharts/apps/issues/1344)) + + + ### [emby-9.0.10](https://github.com/truecharts/apps/compare/emby-9.0.9...emby-9.0.10) (2021-11-16) diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index 0509740d7be..f64ae36e8af 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "4.6.4.0" +appVersion: "4.6.5.0" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/emby/README.md b/charts/stable/emby/README.md index 0405c5d6b88..cf6032d97d4 100644 --- a/charts/stable/emby/README.md +++ b/charts/stable/emby/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/emby/helm-values.md b/charts/stable/emby/helm-values.md index 1a29616054e..4311102bd9e 100644 --- a/charts/stable/emby/helm-values.md +++ b/charts/stable/emby/helm-values.md @@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/emby"` | | -| image.tag | string | `"v4.6.4.0@sha256:3921a37cfd43abbc5be6fd6a2141488573c64f70d628b4a4731415713cbb12cd"` | | +| image.tag | string | `"v4.6.5.0@sha256:11b1f306d6309b60f16bf4292f9737c0a4a0020e93cfc1c0b36bc10b2680da40"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | diff --git a/charts/stable/esphome/CHANGELOG.md b/charts/stable/esphome/CHANGELOG.md index 760f1d88903..d77ebbf75a0 100644 --- a/charts/stable/esphome/CHANGELOG.md +++ b/charts/stable/esphome/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [esphome-9.0.13](https://github.com/truecharts/apps/compare/esphome-9.0.12...esphome-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [esphome-9.0.12](https://github.com/truecharts/apps/compare/esphome-9.0.11...esphome-9.0.12) (2021-11-18) diff --git a/charts/stable/esphome/README.md b/charts/stable/esphome/README.md index a94c0f4f5fb..1c3fc9985df 100644 --- a/charts/stable/esphome/README.md +++ b/charts/stable/esphome/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/etherpad/CHANGELOG.md b/charts/stable/etherpad/CHANGELOG.md index 397bab63ffb..f9e9549317c 100644 --- a/charts/stable/etherpad/CHANGELOG.md +++ b/charts/stable/etherpad/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [etherpad-5.0.2](https://github.com/truecharts/apps/compare/etherpad-5.0.1...etherpad-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [etherpad-5.0.1](https://github.com/truecharts/apps/compare/etherpad-5.0.0...etherpad-5.0.1) (2021-11-16) diff --git a/charts/stable/etherpad/README.md b/charts/stable/etherpad/README.md index 065747e7932..ed45526f7df 100644 --- a/charts/stable/etherpad/README.md +++ b/charts/stable/etherpad/README.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/external-service/CHANGELOG.md b/charts/stable/external-service/CHANGELOG.md index 6189a71f0cc..bc7ee8accdd 100644 --- a/charts/stable/external-service/CHANGELOG.md +++ b/charts/stable/external-service/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [external-service-4.0.11](https://github.com/truecharts/apps/compare/external-service-4.0.10...external-service-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [external-service-4.0.10](https://github.com/truecharts/apps/compare/external-service-4.0.9...external-service-4.0.10) (2021-11-16) diff --git a/charts/stable/external-service/README.md b/charts/stable/external-service/README.md index 8251246cb0e..fab8a627083 100644 --- a/charts/stable/external-service/README.md +++ b/charts/stable/external-service/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/external-service/helm-values.md b/charts/stable/external-service/helm-values.md index d13702d541e..2838ed89486 100644 --- a/charts/stable/external-service/helm-values.md +++ b/charts/stable/external-service/helm-values.md @@ -15,7 +15,6 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/bs"` | | | image.tag | string | `"v0.66.6@sha256:666"` | | -| service.main.enabled | bool | `true` | | | service.main.externalIP | string | `"1.1.1.1"` | | | service.main.ports.main.Type | string | `"HTTPS"` | | | service.main.ports.main.port | int | `443` | | diff --git a/charts/stable/filezilla/CHANGELOG.md b/charts/stable/filezilla/CHANGELOG.md index 0007eaf838e..54012a6823f 100644 --- a/charts/stable/filezilla/CHANGELOG.md +++ b/charts/stable/filezilla/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [filezilla-2.0.11](https://github.com/truecharts/apps/compare/filezilla-2.0.10...filezilla-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [filezilla-2.0.10](https://github.com/truecharts/apps/compare/filezilla-2.0.9...filezilla-2.0.10) (2021-11-16) diff --git a/charts/stable/filezilla/README.md b/charts/stable/filezilla/README.md index 950f430b4a3..b6c8cedddaf 100644 --- a/charts/stable/filezilla/README.md +++ b/charts/stable/filezilla/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/fireflyiii/CHANGELOG.md b/charts/stable/fireflyiii/CHANGELOG.md index d369ba433bb..55b5027c01d 100644 --- a/charts/stable/fireflyiii/CHANGELOG.md +++ b/charts/stable/fireflyiii/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [fireflyiii-13.0.2](https://github.com/truecharts/apps/compare/fireflyiii-13.0.1...fireflyiii-13.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [fireflyiii-13.0.1](https://github.com/truecharts/apps/compare/fireflyiii-13.0.0...fireflyiii-13.0.1) (2021-11-16) diff --git a/charts/stable/fireflyiii/README.md b/charts/stable/fireflyiii/README.md index 816f9ccc9c1..c779b0e0408 100644 --- a/charts/stable/fireflyiii/README.md +++ b/charts/stable/fireflyiii/README.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/firefox-syncserver/CHANGELOG.md b/charts/stable/firefox-syncserver/CHANGELOG.md index f61d1803e79..4c7e43a96db 100644 --- a/charts/stable/firefox-syncserver/CHANGELOG.md +++ b/charts/stable/firefox-syncserver/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [firefox-syncserver-5.0.2](https://github.com/truecharts/apps/compare/firefox-syncserver-5.0.1...firefox-syncserver-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [firefox-syncserver-5.0.1](https://github.com/truecharts/apps/compare/firefox-syncserver-5.0.0...firefox-syncserver-5.0.1) (2021-11-16) diff --git a/charts/stable/firefox-syncserver/README.md b/charts/stable/firefox-syncserver/README.md index 4cd32eeb65f..25140d6481e 100644 --- a/charts/stable/firefox-syncserver/README.md +++ b/charts/stable/firefox-syncserver/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/flaresolverr/CHANGELOG.md b/charts/stable/flaresolverr/CHANGELOG.md index b5f19cd249a..ca329c8e39c 100644 --- a/charts/stable/flaresolverr/CHANGELOG.md +++ b/charts/stable/flaresolverr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [flaresolverr-4.0.12](https://github.com/truecharts/apps/compare/flaresolverr-4.0.11...flaresolverr-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [flaresolverr-4.0.11](https://github.com/truecharts/apps/compare/flaresolverr-4.0.10...flaresolverr-4.0.11) (2021-11-16) diff --git a/charts/stable/flaresolverr/README.md b/charts/stable/flaresolverr/README.md index d266644f559..088ecdf21ef 100644 --- a/charts/stable/flaresolverr/README.md +++ b/charts/stable/flaresolverr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/flood/CHANGELOG.md b/charts/stable/flood/CHANGELOG.md index 9ab547a999d..c0f956678bd 100644 --- a/charts/stable/flood/CHANGELOG.md +++ b/charts/stable/flood/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [flood-4.0.11](https://github.com/truecharts/apps/compare/flood-4.0.10...flood-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [flood-4.0.10](https://github.com/truecharts/apps/compare/flood-4.0.9...flood-4.0.10) (2021-11-16) diff --git a/charts/stable/flood/README.md b/charts/stable/flood/README.md index c73f8a045f6..ca9e15cd16e 100644 --- a/charts/stable/flood/README.md +++ b/charts/stable/flood/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/focalboard/CHANGELOG.md b/charts/stable/focalboard/CHANGELOG.md index d7e6f4c2e1b..0ebfe4bf8d5 100644 --- a/charts/stable/focalboard/CHANGELOG.md +++ b/charts/stable/focalboard/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [focalboard-4.0.11](https://github.com/truecharts/apps/compare/focalboard-4.0.10...focalboard-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [focalboard-4.0.10](https://github.com/truecharts/apps/compare/focalboard-4.0.9...focalboard-4.0.10) (2021-11-16) diff --git a/charts/stable/focalboard/README.md b/charts/stable/focalboard/README.md index 84647272fe6..dfed5a20300 100644 --- a/charts/stable/focalboard/README.md +++ b/charts/stable/focalboard/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/fossil/CHANGELOG.md b/charts/stable/fossil/CHANGELOG.md index c22029eec30..d3cc20fd193 100644 --- a/charts/stable/fossil/CHANGELOG.md +++ b/charts/stable/fossil/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [fossil-2.0.11](https://github.com/truecharts/apps/compare/fossil-2.0.10...fossil-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [fossil-2.0.10](https://github.com/truecharts/apps/compare/fossil-2.0.9...fossil-2.0.10) (2021-11-16) diff --git a/charts/stable/fossil/README.md b/charts/stable/fossil/README.md index 642732079e7..aa9c10b9762 100644 --- a/charts/stable/fossil/README.md +++ b/charts/stable/fossil/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/freeradius/CHANGELOG.md b/charts/stable/freeradius/CHANGELOG.md index b7d75db35f6..3bc247892ae 100644 --- a/charts/stable/freeradius/CHANGELOG.md +++ b/charts/stable/freeradius/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [freeradius-4.0.13](https://github.com/truecharts/apps/compare/freeradius-4.0.12...freeradius-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [freeradius-4.0.12](https://github.com/truecharts/apps/compare/freeradius-4.0.11...freeradius-4.0.12) (2021-11-16) diff --git a/charts/stable/freeradius/README.md b/charts/stable/freeradius/README.md index 90efa5d1fb1..a837745c9ff 100644 --- a/charts/stable/freeradius/README.md +++ b/charts/stable/freeradius/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/freshrss/CHANGELOG.md b/charts/stable/freshrss/CHANGELOG.md index 3c28e23a3cc..659eab51a2a 100644 --- a/charts/stable/freshrss/CHANGELOG.md +++ b/charts/stable/freshrss/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [freshrss-9.0.13](https://github.com/truecharts/apps/compare/freshrss-9.0.12...freshrss-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [freshrss-9.0.12](https://github.com/truecharts/apps/compare/freshrss-9.0.11...freshrss-9.0.12) (2021-11-18) diff --git a/charts/stable/freshrss/README.md b/charts/stable/freshrss/README.md index a909e3f9924..75d3f87e5cf 100644 --- a/charts/stable/freshrss/README.md +++ b/charts/stable/freshrss/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/gaps/CHANGELOG.md b/charts/stable/gaps/CHANGELOG.md index 1dbd0eb1a5d..2723b01768b 100644 --- a/charts/stable/gaps/CHANGELOG.md +++ b/charts/stable/gaps/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [gaps-9.0.11](https://github.com/truecharts/apps/compare/gaps-9.0.10...gaps-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [gaps-9.0.10](https://github.com/truecharts/apps/compare/gaps-9.0.9...gaps-9.0.10) (2021-11-16) diff --git a/charts/stable/gaps/README.md b/charts/stable/gaps/README.md index 31281e3f5a5..10776417e3f 100644 --- a/charts/stable/gaps/README.md +++ b/charts/stable/gaps/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/gitea/CHANGELOG.md b/charts/stable/gitea/CHANGELOG.md index 0b926f9f380..144bb6af836 100644 --- a/charts/stable/gitea/CHANGELOG.md +++ b/charts/stable/gitea/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [gitea-5.0.3](https://github.com/truecharts/apps/compare/gitea-5.0.2...gitea-5.0.3) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [gitea-5.0.2](https://github.com/truecharts/apps/compare/gitea-5.0.1...gitea-5.0.2) (2021-11-16) diff --git a/charts/stable/gitea/README.md b/charts/stable/gitea/README.md index 40a7924f9fe..7ea91d6377d 100644 --- a/charts/stable/gitea/README.md +++ b/charts/stable/gitea/README.md @@ -19,9 +19,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | memcached | 1.0.6 | -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | memcached | 1.0.10 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/golinks/CHANGELOG.md b/charts/stable/golinks/CHANGELOG.md index a38ba6687ba..969c99bd395 100644 --- a/charts/stable/golinks/CHANGELOG.md +++ b/charts/stable/golinks/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [golinks-2.0.11](https://github.com/truecharts/apps/compare/golinks-2.0.10...golinks-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [golinks-2.0.10](https://github.com/truecharts/apps/compare/golinks-2.0.9...golinks-2.0.10) (2021-11-16) diff --git a/charts/stable/golinks/README.md b/charts/stable/golinks/README.md index 0d1b87772b2..53cabb8ab00 100644 --- a/charts/stable/golinks/README.md +++ b/charts/stable/golinks/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/gonic/CHANGELOG.md b/charts/stable/gonic/CHANGELOG.md index 1452378a5ff..e8c92dd747b 100644 --- a/charts/stable/gonic/CHANGELOG.md +++ b/charts/stable/gonic/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [gonic-4.0.11](https://github.com/truecharts/apps/compare/gonic-4.0.10...gonic-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [gonic-4.0.10](https://github.com/truecharts/apps/compare/gonic-4.0.9...gonic-4.0.10) (2021-11-16) diff --git a/charts/stable/gonic/README.md b/charts/stable/gonic/README.md index 489ef7f2390..78ef40ae546 100644 --- a/charts/stable/gonic/README.md +++ b/charts/stable/gonic/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/gotify/CHANGELOG.md b/charts/stable/gotify/CHANGELOG.md index 48e40b2a656..3c04f510c91 100644 --- a/charts/stable/gotify/CHANGELOG.md +++ b/charts/stable/gotify/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [gotify-5.0.2](https://github.com/truecharts/apps/compare/gotify-5.0.1...gotify-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [gotify-5.0.1](https://github.com/truecharts/apps/compare/gotify-5.0.0...gotify-5.0.1) (2021-11-16) diff --git a/charts/stable/gotify/README.md b/charts/stable/gotify/README.md index 11f8955b44f..e8e736d5179 100644 --- a/charts/stable/gotify/README.md +++ b/charts/stable/gotify/README.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/grav/CHANGELOG.md b/charts/stable/grav/CHANGELOG.md index a16f04993ee..b743b0340dd 100644 --- a/charts/stable/grav/CHANGELOG.md +++ b/charts/stable/grav/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [grav-2.0.11](https://github.com/truecharts/apps/compare/grav-2.0.10...grav-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [grav-2.0.10](https://github.com/truecharts/apps/compare/grav-2.0.9...grav-2.0.10) (2021-11-16) diff --git a/charts/stable/grav/README.md b/charts/stable/grav/README.md index 49768887871..54536712a2e 100644 --- a/charts/stable/grav/README.md +++ b/charts/stable/grav/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/grocy/CHANGELOG.md b/charts/stable/grocy/CHANGELOG.md index 535c963c8ce..b38faead305 100644 --- a/charts/stable/grocy/CHANGELOG.md +++ b/charts/stable/grocy/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [grocy-9.0.11](https://github.com/truecharts/apps/compare/grocy-9.0.10...grocy-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [grocy-9.0.10](https://github.com/truecharts/apps/compare/grocy-9.0.9...grocy-9.0.10) (2021-11-16) diff --git a/charts/stable/grocy/README.md b/charts/stable/grocy/README.md index 76e5207dd2b..df4fe94aaf5 100644 --- a/charts/stable/grocy/README.md +++ b/charts/stable/grocy/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/handbrake/CHANGELOG.md b/charts/stable/handbrake/CHANGELOG.md index f970b282801..67ae0a2311e 100644 --- a/charts/stable/handbrake/CHANGELOG.md +++ b/charts/stable/handbrake/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [handbrake-9.0.11](https://github.com/truecharts/apps/compare/handbrake-9.0.10...handbrake-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [handbrake-9.0.10](https://github.com/truecharts/apps/compare/handbrake-9.0.9...handbrake-9.0.10) (2021-11-16) diff --git a/charts/stable/handbrake/README.md b/charts/stable/handbrake/README.md index 469ee889588..090b21d7cfd 100644 --- a/charts/stable/handbrake/README.md +++ b/charts/stable/handbrake/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/handbrake/helm-values.md b/charts/stable/handbrake/helm-values.md index e7a7ddf28d1..4a1799b3622 100644 --- a/charts/stable/handbrake/helm-values.md +++ b/charts/stable/handbrake/helm-values.md @@ -39,6 +39,5 @@ You will, however, be able to use all values referenced in the common chart here | service.vnc.ports.vnc.port | int | `5900` | | | service.vnc.ports.vnc.protocol | string | `"TCP"` | | | service.vnc.ports.vnc.targetPort | int | `5900` | | -| service.vnc.type | string | `"ClusterIP"` | | All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/haste-server/CHANGELOG.md b/charts/stable/haste-server/CHANGELOG.md index 1481359db9e..613cf1bd1b9 100644 --- a/charts/stable/haste-server/CHANGELOG.md +++ b/charts/stable/haste-server/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [haste-server-4.0.11](https://github.com/truecharts/apps/compare/haste-server-4.0.10...haste-server-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [haste-server-4.0.10](https://github.com/truecharts/apps/compare/haste-server-4.0.9...haste-server-4.0.10) (2021-11-16) diff --git a/charts/stable/haste-server/README.md b/charts/stable/haste-server/README.md index 932945bcbba..c9d97fd9b39 100644 --- a/charts/stable/haste-server/README.md +++ b/charts/stable/haste-server/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/headphones/CHANGELOG.md b/charts/stable/headphones/CHANGELOG.md index 3001dbf569f..92828449bfa 100644 --- a/charts/stable/headphones/CHANGELOG.md +++ b/charts/stable/headphones/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [headphones-2.0.11](https://github.com/truecharts/apps/compare/headphones-2.0.10...headphones-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [headphones-2.0.10](https://github.com/truecharts/apps/compare/headphones-2.0.9...headphones-2.0.10) (2021-11-16) diff --git a/charts/stable/headphones/README.md b/charts/stable/headphones/README.md index 187bd3d34c0..25b18da245f 100644 --- a/charts/stable/headphones/README.md +++ b/charts/stable/headphones/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/healthchecks/CHANGELOG.md b/charts/stable/healthchecks/CHANGELOG.md index 6857f02baba..5572325695e 100644 --- a/charts/stable/healthchecks/CHANGELOG.md +++ b/charts/stable/healthchecks/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [healthchecks-4.0.11](https://github.com/truecharts/apps/compare/healthchecks-4.0.10...healthchecks-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [healthchecks-4.0.10](https://github.com/truecharts/apps/compare/healthchecks-4.0.9...healthchecks-4.0.10) (2021-11-16) diff --git a/charts/stable/healthchecks/README.md b/charts/stable/healthchecks/README.md index 040a16caaef..817103a3977 100644 --- a/charts/stable/healthchecks/README.md +++ b/charts/stable/healthchecks/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/heimdall/CHANGELOG.md b/charts/stable/heimdall/CHANGELOG.md index 825699e2384..d8f86a40634 100644 --- a/charts/stable/heimdall/CHANGELOG.md +++ b/charts/stable/heimdall/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [heimdall-9.0.14](https://github.com/truecharts/apps/compare/heimdall-9.0.13...heimdall-9.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [heimdall-9.0.13](https://github.com/truecharts/apps/compare/heimdall-9.0.12...heimdall-9.0.13) (2021-11-22) diff --git a/charts/stable/heimdall/README.md b/charts/stable/heimdall/README.md index ecebe979125..3a73891516d 100644 --- a/charts/stable/heimdall/README.md +++ b/charts/stable/heimdall/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/home-assistant/CHANGELOG.md b/charts/stable/home-assistant/CHANGELOG.md index cee27fff09d..3a0625a2e2d 100644 --- a/charts/stable/home-assistant/CHANGELOG.md +++ b/charts/stable/home-assistant/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [home-assistant-12.0.4](https://github.com/truecharts/apps/compare/home-assistant-12.0.3...home-assistant-12.0.4) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [home-assistant-12.0.3](https://github.com/truecharts/apps/compare/home-assistant-12.0.2...home-assistant-12.0.3) (2021-11-22) diff --git a/charts/stable/home-assistant/README.md b/charts/stable/home-assistant/README.md index bec031e0636..ed600bf7b95 100644 --- a/charts/stable/home-assistant/README.md +++ b/charts/stable/home-assistant/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/hyperion-ng/CHANGELOG.md b/charts/stable/hyperion-ng/CHANGELOG.md index a8f0c6147f3..4c40ed3ac20 100644 --- a/charts/stable/hyperion-ng/CHANGELOG.md +++ b/charts/stable/hyperion-ng/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [hyperion-ng-4.0.11](https://github.com/truecharts/apps/compare/hyperion-ng-4.0.10...hyperion-ng-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [hyperion-ng-4.0.10](https://github.com/truecharts/apps/compare/hyperion-ng-4.0.9...hyperion-ng-4.0.10) (2021-11-16) diff --git a/charts/stable/hyperion-ng/README.md b/charts/stable/hyperion-ng/README.md index aea9a14ec27..833dea547a5 100644 --- a/charts/stable/hyperion-ng/README.md +++ b/charts/stable/hyperion-ng/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/icantbelieveitsnotvaletudo/CHANGELOG.md b/charts/stable/icantbelieveitsnotvaletudo/CHANGELOG.md index 55c7dafd1e8..599ca46ef2a 100644 --- a/charts/stable/icantbelieveitsnotvaletudo/CHANGELOG.md +++ b/charts/stable/icantbelieveitsnotvaletudo/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [icantbelieveitsnotvaletudo-2.0.11](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-2.0.10...icantbelieveitsnotvaletudo-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [icantbelieveitsnotvaletudo-2.0.10](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-2.0.9...icantbelieveitsnotvaletudo-2.0.10) (2021-11-16) diff --git a/charts/stable/icantbelieveitsnotvaletudo/README.md b/charts/stable/icantbelieveitsnotvaletudo/README.md index a66476a23a4..d89a9e1dcce 100644 --- a/charts/stable/icantbelieveitsnotvaletudo/README.md +++ b/charts/stable/icantbelieveitsnotvaletudo/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/jackett/CHANGELOG.md b/charts/stable/jackett/CHANGELOG.md index 756f1fdf000..b995aa55d4b 100644 --- a/charts/stable/jackett/CHANGELOG.md +++ b/charts/stable/jackett/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jackett-9.0.22](https://github.com/truecharts/apps/compare/jackett-9.0.21...jackett-9.0.22) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [jackett-9.0.21](https://github.com/truecharts/apps/compare/jackett-9.0.20...jackett-9.0.21) (2021-11-22) diff --git a/charts/stable/jackett/README.md b/charts/stable/jackett/README.md index 07ab1bbb9b4..368bda0310e 100644 --- a/charts/stable/jackett/README.md +++ b/charts/stable/jackett/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/jdownloader2/CHANGELOG.md b/charts/stable/jdownloader2/CHANGELOG.md index 0d3f5650573..8c0936615ea 100644 --- a/charts/stable/jdownloader2/CHANGELOG.md +++ b/charts/stable/jdownloader2/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jdownloader2-4.0.12](https://github.com/truecharts/apps/compare/jdownloader2-4.0.11...jdownloader2-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [jdownloader2-4.0.11](https://github.com/truecharts/apps/compare/jdownloader2-4.0.10...jdownloader2-4.0.11) (2021-11-16) diff --git a/charts/stable/jdownloader2/README.md b/charts/stable/jdownloader2/README.md index 3ad3d95f243..883232b492d 100644 --- a/charts/stable/jdownloader2/README.md +++ b/charts/stable/jdownloader2/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/jellyfin/CHANGELOG.md b/charts/stable/jellyfin/CHANGELOG.md index 1e48661325f..63974df8656 100644 --- a/charts/stable/jellyfin/CHANGELOG.md +++ b/charts/stable/jellyfin/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jellyfin-9.0.11](https://github.com/truecharts/apps/compare/jellyfin-9.0.10...jellyfin-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [jellyfin-9.0.10](https://github.com/truecharts/apps/compare/jellyfin-9.0.9...jellyfin-9.0.10) (2021-11-16) diff --git a/charts/stable/jellyfin/README.md b/charts/stable/jellyfin/README.md index 89873411d81..bfe4926ac6e 100644 --- a/charts/stable/jellyfin/README.md +++ b/charts/stable/jellyfin/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/joplin-server/CHANGELOG.md b/charts/stable/joplin-server/CHANGELOG.md index 92860e0686d..f339f396d78 100644 --- a/charts/stable/joplin-server/CHANGELOG.md +++ b/charts/stable/joplin-server/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [joplin-server-5.0.2](https://github.com/truecharts/apps/compare/joplin-server-5.0.1...joplin-server-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [joplin-server-5.0.1](https://github.com/truecharts/apps/compare/joplin-server-5.0.0...joplin-server-5.0.1) (2021-11-16) diff --git a/charts/stable/joplin-server/README.md b/charts/stable/joplin-server/README.md index 4c3debcc6da..f574276ab8c 100644 --- a/charts/stable/joplin-server/README.md +++ b/charts/stable/joplin-server/README.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/kanboard/CHANGELOG.md b/charts/stable/kanboard/CHANGELOG.md index 01887ac76c9..dcd6006b492 100644 --- a/charts/stable/kanboard/CHANGELOG.md +++ b/charts/stable/kanboard/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [kanboard-5.0.2](https://github.com/truecharts/apps/compare/kanboard-5.0.1...kanboard-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [kanboard-5.0.1](https://github.com/truecharts/apps/compare/kanboard-5.0.0...kanboard-5.0.1) (2021-11-16) diff --git a/charts/stable/kanboard/README.md b/charts/stable/kanboard/README.md index cf8b40700bb..a88a8092d45 100644 --- a/charts/stable/kanboard/README.md +++ b/charts/stable/kanboard/README.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/kms/CHANGELOG.md b/charts/stable/kms/CHANGELOG.md index de09e8eca28..12b697a91d6 100644 --- a/charts/stable/kms/CHANGELOG.md +++ b/charts/stable/kms/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [kms-9.0.13](https://github.com/truecharts/apps/compare/kms-9.0.12...kms-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [kms-9.0.12](https://github.com/truecharts/apps/compare/kms-9.0.11...kms-9.0.12) (2021-11-16) diff --git a/charts/stable/kms/README.md b/charts/stable/kms/README.md index 612bc4ab6b9..020b3b2d5bd 100644 --- a/charts/stable/kms/README.md +++ b/charts/stable/kms/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/kms/helm-values.md b/charts/stable/kms/helm-values.md index 4ec8810520c..14c81bc67f8 100644 --- a/charts/stable/kms/helm-values.md +++ b/charts/stable/kms/helm-values.md @@ -19,7 +19,6 @@ You will, however, be able to use all values referenced in the common chart here | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | | service.main.ports.main.port | int | `1688` | | -| service.main.ports.main.protocol | string | `"TCP"` | | | service.main.ports.main.targetPort | int | `1688` | | All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/komga/CHANGELOG.md b/charts/stable/komga/CHANGELOG.md index 9f40e6acbc5..e8493af08fd 100644 --- a/charts/stable/komga/CHANGELOG.md +++ b/charts/stable/komga/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [komga-4.0.14](https://github.com/truecharts/apps/compare/komga-4.0.13...komga-4.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [komga-4.0.13](https://github.com/truecharts/apps/compare/komga-4.0.12...komga-4.0.13) (2021-11-22) diff --git a/charts/stable/komga/README.md b/charts/stable/komga/README.md index 1c7db46a013..f2b16657e56 100644 --- a/charts/stable/komga/README.md +++ b/charts/stable/komga/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/lazylibrarian/CHANGELOG.md b/charts/stable/lazylibrarian/CHANGELOG.md index 946ca2dd861..25756f732be 100644 --- a/charts/stable/lazylibrarian/CHANGELOG.md +++ b/charts/stable/lazylibrarian/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [lazylibrarian-9.0.13](https://github.com/truecharts/apps/compare/lazylibrarian-9.0.12...lazylibrarian-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [lazylibrarian-9.0.12](https://github.com/truecharts/apps/compare/lazylibrarian-9.0.11...lazylibrarian-9.0.12) (2021-11-16) diff --git a/charts/stable/lazylibrarian/README.md b/charts/stable/lazylibrarian/README.md index b26a8f0798e..b269fd2087e 100644 --- a/charts/stable/lazylibrarian/README.md +++ b/charts/stable/lazylibrarian/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/leaf2mqtt/CHANGELOG.md b/charts/stable/leaf2mqtt/CHANGELOG.md index e2efbca38d3..02992524476 100644 --- a/charts/stable/leaf2mqtt/CHANGELOG.md +++ b/charts/stable/leaf2mqtt/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [leaf2mqtt-2.0.11](https://github.com/truecharts/apps/compare/leaf2mqtt-2.0.10...leaf2mqtt-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [leaf2mqtt-2.0.10](https://github.com/truecharts/apps/compare/leaf2mqtt-2.0.9...leaf2mqtt-2.0.10) (2021-11-16) diff --git a/charts/stable/leaf2mqtt/README.md b/charts/stable/leaf2mqtt/README.md index a91517a3104..71a5a716349 100644 --- a/charts/stable/leaf2mqtt/README.md +++ b/charts/stable/leaf2mqtt/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/librespeed/CHANGELOG.md b/charts/stable/librespeed/CHANGELOG.md index 2c82ca51656..9dfd384bf3b 100644 --- a/charts/stable/librespeed/CHANGELOG.md +++ b/charts/stable/librespeed/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [librespeed-4.0.13](https://github.com/truecharts/apps/compare/librespeed-4.0.12...librespeed-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [librespeed-4.0.12](https://github.com/truecharts/apps/compare/librespeed-4.0.11...librespeed-4.0.12) (2021-11-16) diff --git a/charts/stable/librespeed/README.md b/charts/stable/librespeed/README.md index 4313cee0ea2..3c1c514ca05 100644 --- a/charts/stable/librespeed/README.md +++ b/charts/stable/librespeed/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/lidarr/CHANGELOG.md b/charts/stable/lidarr/CHANGELOG.md index db6578922bb..9dc2763866f 100644 --- a/charts/stable/lidarr/CHANGELOG.md +++ b/charts/stable/lidarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [lidarr-9.0.11](https://github.com/truecharts/apps/compare/lidarr-9.0.10...lidarr-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [lidarr-9.0.10](https://github.com/truecharts/apps/compare/lidarr-9.0.9...lidarr-9.0.10) (2021-11-16) diff --git a/charts/stable/lidarr/README.md b/charts/stable/lidarr/README.md index 3eb6fc141eb..dc5f44b9673 100644 --- a/charts/stable/lidarr/README.md +++ b/charts/stable/lidarr/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/littlelink/CHANGELOG.md b/charts/stable/littlelink/CHANGELOG.md index 521dafea2ea..f2587acd967 100644 --- a/charts/stable/littlelink/CHANGELOG.md +++ b/charts/stable/littlelink/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [littlelink-4.0.16](https://github.com/truecharts/apps/compare/littlelink-4.0.15...littlelink-4.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [littlelink-4.0.15](https://github.com/truecharts/apps/compare/littlelink-4.0.14...littlelink-4.0.15) (2021-11-22) diff --git a/charts/stable/littlelink/README.md b/charts/stable/littlelink/README.md index 2f8ec09bfec..dac593c007a 100644 --- a/charts/stable/littlelink/README.md +++ b/charts/stable/littlelink/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/logitech-media-server/CHANGELOG.md b/charts/stable/logitech-media-server/CHANGELOG.md index 655f33081bc..da709835f38 100644 --- a/charts/stable/logitech-media-server/CHANGELOG.md +++ b/charts/stable/logitech-media-server/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [logitech-media-server-2.0.16](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.15...logitech-media-server-2.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [logitech-media-server-2.0.15](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.14...logitech-media-server-2.0.15) (2021-11-22) diff --git a/charts/stable/logitech-media-server/README.md b/charts/stable/logitech-media-server/README.md index b54d1c3daed..dabe89828b8 100644 --- a/charts/stable/logitech-media-server/README.md +++ b/charts/stable/logitech-media-server/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/lychee/CHANGELOG.md b/charts/stable/lychee/CHANGELOG.md index 5def6231a5b..a406ad4b4dd 100644 --- a/charts/stable/lychee/CHANGELOG.md +++ b/charts/stable/lychee/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [lychee-9.0.11](https://github.com/truecharts/apps/compare/lychee-9.0.10...lychee-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [lychee-9.0.10](https://github.com/truecharts/apps/compare/lychee-9.0.9...lychee-9.0.10) (2021-11-16) diff --git a/charts/stable/lychee/README.md b/charts/stable/lychee/README.md index 626a6568a60..91778f747ec 100644 --- a/charts/stable/lychee/README.md +++ b/charts/stable/lychee/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/mealie/CHANGELOG.md b/charts/stable/mealie/CHANGELOG.md index a0f5b40906f..778a5746d99 100644 --- a/charts/stable/mealie/CHANGELOG.md +++ b/charts/stable/mealie/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [mealie-4.0.12](https://github.com/truecharts/apps/compare/mealie-4.0.11...mealie-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [mealie-4.0.11](https://github.com/truecharts/apps/compare/mealie-4.0.10...mealie-4.0.11) (2021-11-16) diff --git a/charts/stable/mealie/README.md b/charts/stable/mealie/README.md index b10479c4be2..6cf3b5e23fc 100644 --- a/charts/stable/mealie/README.md +++ b/charts/stable/mealie/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/medusa/CHANGELOG.md b/charts/stable/medusa/CHANGELOG.md index ea1da95946c..6b82dd956fc 100644 --- a/charts/stable/medusa/CHANGELOG.md +++ b/charts/stable/medusa/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [medusa-1.0.13](https://github.com/truecharts/apps/compare/medusa-1.0.12...medusa-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [medusa-1.0.12](https://github.com/truecharts/apps/compare/medusa-1.0.11...medusa-1.0.12) (2021-11-22) diff --git a/charts/stable/medusa/README.md b/charts/stable/medusa/README.md index 7fa49b2ded6..f844cd979bd 100644 --- a/charts/stable/medusa/README.md +++ b/charts/stable/medusa/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/miniflux/CHANGELOG.md b/charts/stable/miniflux/CHANGELOG.md index 87da7bc0cc4..42d832d9f4a 100644 --- a/charts/stable/miniflux/CHANGELOG.md +++ b/charts/stable/miniflux/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [miniflux-4.0.2](https://github.com/truecharts/apps/compare/miniflux-4.0.1...miniflux-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [miniflux-4.0.1](https://github.com/truecharts/apps/compare/miniflux-4.0.0...miniflux-4.0.1) (2021-11-16) diff --git a/charts/stable/miniflux/README.md b/charts/stable/miniflux/README.md index 79962c711c8..f1a12541efb 100644 --- a/charts/stable/miniflux/README.md +++ b/charts/stable/miniflux/README.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/minio-console/CHANGELOG.md b/charts/stable/minio-console/CHANGELOG.md index 275becd4b1e..5cc5e621f38 100644 --- a/charts/stable/minio-console/CHANGELOG.md +++ b/charts/stable/minio-console/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [minio-console-1.0.13](https://github.com/truecharts/apps/compare/minio-console-1.0.12...minio-console-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [minio-console-1.0.12](https://github.com/truecharts/apps/compare/minio-console-1.0.11...minio-console-1.0.12) (2021-11-22) diff --git a/charts/stable/minio-console/README.md b/charts/stable/minio-console/README.md index daa7549b9ea..6b50070c083 100644 --- a/charts/stable/minio-console/README.md +++ b/charts/stable/minio-console/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/mosquitto/CHANGELOG.md b/charts/stable/mosquitto/CHANGELOG.md index f973fc388ec..1ffbc434326 100644 --- a/charts/stable/mosquitto/CHANGELOG.md +++ b/charts/stable/mosquitto/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [mosquitto-4.0.13](https://github.com/truecharts/apps/compare/mosquitto-4.0.12...mosquitto-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [mosquitto-4.0.12](https://github.com/truecharts/apps/compare/mosquitto-4.0.11...mosquitto-4.0.12) (2021-11-18) diff --git a/charts/stable/mosquitto/README.md b/charts/stable/mosquitto/README.md index cd8b9dbcaca..11863db612a 100644 --- a/charts/stable/mosquitto/README.md +++ b/charts/stable/mosquitto/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/mstream/CHANGELOG.md b/charts/stable/mstream/CHANGELOG.md index 08f16c8faac..7363393928d 100644 --- a/charts/stable/mstream/CHANGELOG.md +++ b/charts/stable/mstream/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [mstream-1.0.11](https://github.com/truecharts/apps/compare/mstream-1.0.10...mstream-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [mstream-1.0.10](https://github.com/truecharts/apps/compare/mstream-1.0.9...mstream-1.0.10) (2021-11-16) diff --git a/charts/stable/mstream/README.md b/charts/stable/mstream/README.md index 1fc232651ac..5f2466db820 100644 --- a/charts/stable/mstream/README.md +++ b/charts/stable/mstream/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/muximux/CHANGELOG.md b/charts/stable/muximux/CHANGELOG.md index a28b89272ed..79ab3894f52 100644 --- a/charts/stable/muximux/CHANGELOG.md +++ b/charts/stable/muximux/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [muximux-1.0.13](https://github.com/truecharts/apps/compare/muximux-1.0.12...muximux-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [muximux-1.0.12](https://github.com/truecharts/apps/compare/muximux-1.0.11...muximux-1.0.12) (2021-11-16) diff --git a/charts/stable/muximux/README.md b/charts/stable/muximux/README.md index b168e60cf8d..716c41de213 100644 --- a/charts/stable/muximux/README.md +++ b/charts/stable/muximux/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/mylar/CHANGELOG.md b/charts/stable/mylar/CHANGELOG.md index b04ff4d8476..8308eb594f9 100644 --- a/charts/stable/mylar/CHANGELOG.md +++ b/charts/stable/mylar/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [mylar-4.0.11](https://github.com/truecharts/apps/compare/mylar-4.0.10...mylar-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [mylar-4.0.10](https://github.com/truecharts/apps/compare/mylar-4.0.9...mylar-4.0.10) (2021-11-16) diff --git a/charts/stable/mylar/README.md b/charts/stable/mylar/README.md index fef5f2ac625..808cb07ec5a 100644 --- a/charts/stable/mylar/README.md +++ b/charts/stable/mylar/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/navidrome/CHANGELOG.md b/charts/stable/navidrome/CHANGELOG.md index 2259dcbf489..0f4dec79727 100644 --- a/charts/stable/navidrome/CHANGELOG.md +++ b/charts/stable/navidrome/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [navidrome-9.0.12](https://github.com/truecharts/apps/compare/navidrome-9.0.11...navidrome-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [navidrome-9.0.11](https://github.com/truecharts/apps/compare/navidrome-9.0.10...navidrome-9.0.11) (2021-11-22) diff --git a/charts/stable/navidrome/README.md b/charts/stable/navidrome/README.md index aa015bbbc43..46e72b1b6c8 100644 --- a/charts/stable/navidrome/README.md +++ b/charts/stable/navidrome/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/nextcloud/CHANGELOG.md b/charts/stable/nextcloud/CHANGELOG.md index 9670bfc1aa0..f652faf5d95 100644 --- a/charts/stable/nextcloud/CHANGELOG.md +++ b/charts/stable/nextcloud/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [nextcloud-10.0.6](https://github.com/truecharts/apps/compare/nextcloud-10.0.5...nextcloud-10.0.6) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [nextcloud-10.0.5](https://github.com/truecharts/apps/compare/nextcloud-10.0.4...nextcloud-10.0.5) (2021-11-22) diff --git a/charts/stable/nextcloud/README.md b/charts/stable/nextcloud/README.md index d0a6e0ecb8a..c9447fc2902 100644 --- a/charts/stable/nextcloud/README.md +++ b/charts/stable/nextcloud/README.md @@ -18,9 +18,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | -| https://truecharts.org | redis | 1.0.7 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | +| https://truecharts.org | redis | 1.0.11 | ## Installing the Chart diff --git a/charts/stable/node-red/CHANGELOG.md b/charts/stable/node-red/CHANGELOG.md index 0832ea7361e..9cf3b94f68d 100644 --- a/charts/stable/node-red/CHANGELOG.md +++ b/charts/stable/node-red/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [node-red-9.0.11](https://github.com/truecharts/apps/compare/node-red-9.0.10...node-red-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [node-red-9.0.10](https://github.com/truecharts/apps/compare/node-red-9.0.9...node-red-9.0.10) (2021-11-16) diff --git a/charts/stable/node-red/README.md b/charts/stable/node-red/README.md index 619a9d9e5ca..dba9ffee193 100644 --- a/charts/stable/node-red/README.md +++ b/charts/stable/node-red/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/novnc/CHANGELOG.md b/charts/stable/novnc/CHANGELOG.md index c7a6798b0e1..00045e98514 100644 --- a/charts/stable/novnc/CHANGELOG.md +++ b/charts/stable/novnc/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [novnc-1.0.11](https://github.com/truecharts/apps/compare/novnc-1.0.10...novnc-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [novnc-1.0.10](https://github.com/truecharts/apps/compare/novnc-1.0.9...novnc-1.0.10) (2021-11-16) diff --git a/charts/stable/novnc/README.md b/charts/stable/novnc/README.md index da1d5599aec..2c9957501da 100644 --- a/charts/stable/novnc/README.md +++ b/charts/stable/novnc/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/nullserv/CHANGELOG.md b/charts/stable/nullserv/CHANGELOG.md index ff468b29e84..7591f92118e 100644 --- a/charts/stable/nullserv/CHANGELOG.md +++ b/charts/stable/nullserv/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [nullserv-4.0.11](https://github.com/truecharts/apps/compare/nullserv-4.0.10...nullserv-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [nullserv-4.0.10](https://github.com/truecharts/apps/compare/nullserv-4.0.9...nullserv-4.0.10) (2021-11-16) diff --git a/charts/stable/nullserv/README.md b/charts/stable/nullserv/README.md index cea40b2c6ef..04c1ad9632e 100644 --- a/charts/stable/nullserv/README.md +++ b/charts/stable/nullserv/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/nzbget/CHANGELOG.md b/charts/stable/nzbget/CHANGELOG.md index ef7c2ec8a8a..52371032899 100644 --- a/charts/stable/nzbget/CHANGELOG.md +++ b/charts/stable/nzbget/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [nzbget-9.0.12](https://github.com/truecharts/apps/compare/nzbget-9.0.11...nzbget-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [nzbget-9.0.11](https://github.com/truecharts/apps/compare/nzbget-9.0.10...nzbget-9.0.11) (2021-11-16) diff --git a/charts/stable/nzbget/README.md b/charts/stable/nzbget/README.md index 50f1d2a5fbc..acb837a87e0 100644 --- a/charts/stable/nzbget/README.md +++ b/charts/stable/nzbget/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/nzbhydra/CHANGELOG.md b/charts/stable/nzbhydra/CHANGELOG.md index 6681d9c05c8..b91e75678c9 100644 --- a/charts/stable/nzbhydra/CHANGELOG.md +++ b/charts/stable/nzbhydra/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [nzbhydra-9.0.11](https://github.com/truecharts/apps/compare/nzbhydra-9.0.10...nzbhydra-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [nzbhydra-9.0.10](https://github.com/truecharts/apps/compare/nzbhydra-9.0.9...nzbhydra-9.0.10) (2021-11-16) diff --git a/charts/stable/nzbhydra/README.md b/charts/stable/nzbhydra/README.md index fbd261c5e92..12e771cafba 100644 --- a/charts/stable/nzbhydra/README.md +++ b/charts/stable/nzbhydra/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/octoprint/CHANGELOG.md b/charts/stable/octoprint/CHANGELOG.md index 4a72e57f198..32be2236b47 100644 --- a/charts/stable/octoprint/CHANGELOG.md +++ b/charts/stable/octoprint/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [octoprint-4.0.13](https://github.com/truecharts/apps/compare/octoprint-4.0.12...octoprint-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [octoprint-4.0.12](https://github.com/truecharts/apps/compare/octoprint-4.0.11...octoprint-4.0.12) (2021-11-16) diff --git a/charts/stable/octoprint/README.md b/charts/stable/octoprint/README.md index 66421a28dfc..a25086fd02f 100644 --- a/charts/stable/octoprint/README.md +++ b/charts/stable/octoprint/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/odoo/CHANGELOG.md b/charts/stable/odoo/CHANGELOG.md index 0697e822956..034bd4e7830 100644 --- a/charts/stable/odoo/CHANGELOG.md +++ b/charts/stable/odoo/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [odoo-4.0.2](https://github.com/truecharts/apps/compare/odoo-4.0.1...odoo-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [odoo-4.0.1](https://github.com/truecharts/apps/compare/odoo-4.0.0...odoo-4.0.1) (2021-11-16) diff --git a/charts/stable/odoo/README.md b/charts/stable/odoo/README.md index d9bcb43b555..0ef46ec4475 100644 --- a/charts/stable/odoo/README.md +++ b/charts/stable/odoo/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/odoo/helm-values.md b/charts/stable/odoo/helm-values.md index 289265532de..b82636e3079 100644 --- a/charts/stable/odoo/helm-values.md +++ b/charts/stable/odoo/helm-values.md @@ -31,11 +31,12 @@ You will, however, be able to use all values referenced in the common chart here | secret | object | `{}` | | | service.main.ports.main.port | int | `8069` | | | service.main.ports.main.targetPort | int | `8069` | | +| service.odoo.enabled | bool | `true` | | +| service.odoo.ports.odoo-1.enabled | bool | `true` | | | service.odoo.ports.odoo-1.port | int | `8071` | | -| service.odoo.ports.odoo-1.protocol | string | `"TCP"` | | | service.odoo.ports.odoo-1.targetPort | int | `8071` | | +| service.odoo.ports.odoo-2.enabled | bool | `true` | | | service.odoo.ports.odoo-2.port | int | `8072` | | -| service.odoo.ports.odoo-2.protocol | string | `"TCP"` | | | service.odoo.ports.odoo-2.targetPort | int | `8072` | | All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/ombi/CHANGELOG.md b/charts/stable/ombi/CHANGELOG.md index 3405dc8a8a6..9c1150e99c2 100644 --- a/charts/stable/ombi/CHANGELOG.md +++ b/charts/stable/ombi/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [ombi-9.0.11](https://github.com/truecharts/apps/compare/ombi-9.0.10...ombi-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [ombi-9.0.10](https://github.com/truecharts/apps/compare/ombi-9.0.9...ombi-9.0.10) (2021-11-16) diff --git a/charts/stable/ombi/README.md b/charts/stable/ombi/README.md index 8a1ffe62c95..c4724447f4b 100644 --- a/charts/stable/ombi/README.md +++ b/charts/stable/ombi/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/onlyoffice-document-server/CHANGELOG.md b/charts/stable/onlyoffice-document-server/CHANGELOG.md index 0ce9b7eb7cf..0cf4b22925e 100644 --- a/charts/stable/onlyoffice-document-server/CHANGELOG.md +++ b/charts/stable/onlyoffice-document-server/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [onlyoffice-document-server-2.0.11](https://github.com/truecharts/apps/compare/onlyoffice-document-server-2.0.10...onlyoffice-document-server-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [onlyoffice-document-server-2.0.10](https://github.com/truecharts/apps/compare/onlyoffice-document-server-2.0.9...onlyoffice-document-server-2.0.10) (2021-11-16) diff --git a/charts/stable/onlyoffice-document-server/README.md b/charts/stable/onlyoffice-document-server/README.md index 7a057ae206b..fa296166c2a 100644 --- a/charts/stable/onlyoffice-document-server/README.md +++ b/charts/stable/onlyoffice-document-server/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/openkm/CHANGELOG.md b/charts/stable/openkm/CHANGELOG.md index a56e5793649..3b2915e98e4 100644 --- a/charts/stable/openkm/CHANGELOG.md +++ b/charts/stable/openkm/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [openkm-4.0.2](https://github.com/truecharts/apps/compare/openkm-4.0.1...openkm-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [openkm-4.0.1](https://github.com/truecharts/apps/compare/openkm-4.0.0...openkm-4.0.1) (2021-11-16) diff --git a/charts/stable/openkm/README.md b/charts/stable/openkm/README.md index c1096f296b7..eb2c85013be 100644 --- a/charts/stable/openkm/README.md +++ b/charts/stable/openkm/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/openldap/CHANGELOG.md b/charts/stable/openldap/CHANGELOG.md index 50711d11291..bb0a5911728 100644 --- a/charts/stable/openldap/CHANGELOG.md +++ b/charts/stable/openldap/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [openldap-4.0.16](https://github.com/truecharts/apps/compare/openldap-4.0.15...openldap-4.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [openldap-4.0.15](https://github.com/truecharts/apps/compare/openldap-4.0.14...openldap-4.0.15) (2021-11-16) diff --git a/charts/stable/openldap/README.md b/charts/stable/openldap/README.md index 785ba5f59b5..2d5a982f184 100644 --- a/charts/stable/openldap/README.md +++ b/charts/stable/openldap/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/organizr/CHANGELOG.md b/charts/stable/organizr/CHANGELOG.md index e878a96a303..6020d5e7e07 100644 --- a/charts/stable/organizr/CHANGELOG.md +++ b/charts/stable/organizr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [organizr-9.0.12](https://github.com/truecharts/apps/compare/organizr-9.0.11...organizr-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [organizr-9.0.11](https://github.com/truecharts/apps/compare/organizr-9.0.10...organizr-9.0.11) (2021-11-16) diff --git a/charts/stable/organizr/README.md b/charts/stable/organizr/README.md index c5ceff5a947..fb723de1b19 100644 --- a/charts/stable/organizr/README.md +++ b/charts/stable/organizr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/oscam/CHANGELOG.md b/charts/stable/oscam/CHANGELOG.md index 5bf88554c46..e5dca739276 100644 --- a/charts/stable/oscam/CHANGELOG.md +++ b/charts/stable/oscam/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [oscam-4.0.11](https://github.com/truecharts/apps/compare/oscam-4.0.10...oscam-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [oscam-4.0.10](https://github.com/truecharts/apps/compare/oscam-4.0.9...oscam-4.0.10) (2021-11-16) diff --git a/charts/stable/oscam/README.md b/charts/stable/oscam/README.md index 7990349cf5d..22cdf5f1f21 100644 --- a/charts/stable/oscam/README.md +++ b/charts/stable/oscam/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/oscam/helm-values.md b/charts/stable/oscam/helm-values.md index fc2209fa8e8..7c608511262 100644 --- a/charts/stable/oscam/helm-values.md +++ b/charts/stable/oscam/helm-values.md @@ -22,7 +22,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `20` | | | podSecurityContext.runAsUser | int | `0` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `8888` | | | service.main.ports.main.targetPort | int | `8888` | | diff --git a/charts/stable/overseerr/CHANGELOG.md b/charts/stable/overseerr/CHANGELOG.md index cf089f5979e..56e125402ae 100644 --- a/charts/stable/overseerr/CHANGELOG.md +++ b/charts/stable/overseerr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [overseerr-4.0.11](https://github.com/truecharts/apps/compare/overseerr-4.0.10...overseerr-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [overseerr-4.0.10](https://github.com/truecharts/apps/compare/overseerr-4.0.9...overseerr-4.0.10) (2021-11-16) diff --git a/charts/stable/overseerr/README.md b/charts/stable/overseerr/README.md index 78e9e06a59c..3e4a1456bf8 100644 --- a/charts/stable/overseerr/README.md +++ b/charts/stable/overseerr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/owncast/CHANGELOG.md b/charts/stable/owncast/CHANGELOG.md index 59a86c17dc6..1ce0f4af506 100644 --- a/charts/stable/owncast/CHANGELOG.md +++ b/charts/stable/owncast/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [owncast-4.0.11](https://github.com/truecharts/apps/compare/owncast-4.0.10...owncast-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [owncast-4.0.10](https://github.com/truecharts/apps/compare/owncast-4.0.9...owncast-4.0.10) (2021-11-16) diff --git a/charts/stable/owncast/README.md b/charts/stable/owncast/README.md index 5c0cba8ebdd..9ef3310cc06 100644 --- a/charts/stable/owncast/README.md +++ b/charts/stable/owncast/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/owncloud-ocis/CHANGELOG.md b/charts/stable/owncloud-ocis/CHANGELOG.md index 754743d1b2c..f2852042581 100644 --- a/charts/stable/owncloud-ocis/CHANGELOG.md +++ b/charts/stable/owncloud-ocis/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [owncloud-ocis-4.0.12](https://github.com/truecharts/apps/compare/owncloud-ocis-4.0.11...owncloud-ocis-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [owncloud-ocis-4.0.11](https://github.com/truecharts/apps/compare/owncloud-ocis-4.0.10...owncloud-ocis-4.0.11) (2021-11-16) diff --git a/charts/stable/owncloud-ocis/README.md b/charts/stable/owncloud-ocis/README.md index 454344343a2..2b67d5a836a 100644 --- a/charts/stable/owncloud-ocis/README.md +++ b/charts/stable/owncloud-ocis/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/pgadmin/CHANGELOG.md b/charts/stable/pgadmin/CHANGELOG.md index 22d901ec374..5edd1ca9cb1 100644 --- a/charts/stable/pgadmin/CHANGELOG.md +++ b/charts/stable/pgadmin/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [pgadmin-4.0.12](https://github.com/truecharts/apps/compare/pgadmin-4.0.11...pgadmin-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [pgadmin-4.0.11](https://github.com/truecharts/apps/compare/pgadmin-4.0.10...pgadmin-4.0.11) (2021-11-18) diff --git a/charts/stable/pgadmin/README.md b/charts/stable/pgadmin/README.md index 33b89c4572c..11f710e6013 100644 --- a/charts/stable/pgadmin/README.md +++ b/charts/stable/pgadmin/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/pgadmin/helm-values.md b/charts/stable/pgadmin/helm-values.md index cdf63dba37e..a83ef4d892c 100644 --- a/charts/stable/pgadmin/helm-values.md +++ b/charts/stable/pgadmin/helm-values.md @@ -23,7 +23,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `80` | | | service.main.ports.main.targetPort | int | `80` | | diff --git a/charts/stable/photoprism/CHANGELOG.md b/charts/stable/photoprism/CHANGELOG.md index 479b7a1f866..4f972ed9750 100644 --- a/charts/stable/photoprism/CHANGELOG.md +++ b/charts/stable/photoprism/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [photoprism-5.0.11](https://github.com/truecharts/apps/compare/photoprism-5.0.10...photoprism-5.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [photoprism-5.0.10](https://github.com/truecharts/apps/compare/photoprism-5.0.9...photoprism-5.0.10) (2021-11-16) diff --git a/charts/stable/photoprism/README.md b/charts/stable/photoprism/README.md index 0950fedbb8d..73269387811 100644 --- a/charts/stable/photoprism/README.md +++ b/charts/stable/photoprism/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/photoshow/CHANGELOG.md b/charts/stable/photoshow/CHANGELOG.md index 712778dfd84..399c715dd79 100644 --- a/charts/stable/photoshow/CHANGELOG.md +++ b/charts/stable/photoshow/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [photoshow-1.0.13](https://github.com/truecharts/apps/compare/photoshow-1.0.12...photoshow-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [photoshow-1.0.12](https://github.com/truecharts/apps/compare/photoshow-1.0.11...photoshow-1.0.12) (2021-11-22) diff --git a/charts/stable/photoshow/README.md b/charts/stable/photoshow/README.md index 941fa84993b..3fafbc6dd93 100644 --- a/charts/stable/photoshow/README.md +++ b/charts/stable/photoshow/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/phpldapadmin/CHANGELOG.md b/charts/stable/phpldapadmin/CHANGELOG.md index bdb58cca1e1..08057215094 100644 --- a/charts/stable/phpldapadmin/CHANGELOG.md +++ b/charts/stable/phpldapadmin/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [phpldapadmin-4.0.11](https://github.com/truecharts/apps/compare/phpldapadmin-4.0.10...phpldapadmin-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [phpldapadmin-4.0.10](https://github.com/truecharts/apps/compare/phpldapadmin-4.0.9...phpldapadmin-4.0.10) (2021-11-16) diff --git a/charts/stable/phpldapadmin/README.md b/charts/stable/phpldapadmin/README.md index b3e8a626484..a76db52f808 100644 --- a/charts/stable/phpldapadmin/README.md +++ b/charts/stable/phpldapadmin/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/phpldapadmin/helm-values.md b/charts/stable/phpldapadmin/helm-values.md index 1bccb458ace..29bd0cf721f 100644 --- a/charts/stable/phpldapadmin/helm-values.md +++ b/charts/stable/phpldapadmin/helm-values.md @@ -21,7 +21,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `80` | | | service.main.ports.main.targetPort | int | `80` | | diff --git a/charts/stable/piaware/CHANGELOG.md b/charts/stable/piaware/CHANGELOG.md index 5463cf93faa..25323128972 100644 --- a/charts/stable/piaware/CHANGELOG.md +++ b/charts/stable/piaware/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [piaware-4.0.11](https://github.com/truecharts/apps/compare/piaware-4.0.10...piaware-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [piaware-4.0.10](https://github.com/truecharts/apps/compare/piaware-4.0.9...piaware-4.0.10) (2021-11-16) diff --git a/charts/stable/piaware/README.md b/charts/stable/piaware/README.md index 3715b7e60b4..65c73714ea7 100644 --- a/charts/stable/piaware/README.md +++ b/charts/stable/piaware/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/pihole/CHANGELOG.md b/charts/stable/pihole/CHANGELOG.md index 6c8431259ce..080475ff269 100644 --- a/charts/stable/pihole/CHANGELOG.md +++ b/charts/stable/pihole/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [pihole-4.0.13](https://github.com/truecharts/apps/compare/pihole-4.0.12...pihole-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [pihole-4.0.12](https://github.com/truecharts/apps/compare/pihole-4.0.11...pihole-4.0.12) (2021-11-19) diff --git a/charts/stable/pihole/README.md b/charts/stable/pihole/README.md index fe300c81db2..fdfaf14ac2e 100644 --- a/charts/stable/pihole/README.md +++ b/charts/stable/pihole/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/pihole/helm-values.md b/charts/stable/pihole/helm-values.md index 729e1357321..d0ca28ed1ad 100644 --- a/charts/stable/pihole/helm-values.md +++ b/charts/stable/pihole/helm-values.md @@ -30,14 +30,12 @@ You will, however, be able to use all values referenced in the common chart here | 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.protocol | string | `"TCP"` | | | 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.enabled | bool | `true` | | | service.main.ports.main.port | int | `9089` | | | service.main.ports.main.targetPort | int | `80` | | diff --git a/charts/stable/pixapop/CHANGELOG.md b/charts/stable/pixapop/CHANGELOG.md index df5869d62b4..8c718625811 100644 --- a/charts/stable/pixapop/CHANGELOG.md +++ b/charts/stable/pixapop/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [pixapop-1.0.11](https://github.com/truecharts/apps/compare/pixapop-1.0.10...pixapop-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [pixapop-1.0.10](https://github.com/truecharts/apps/compare/pixapop-1.0.9...pixapop-1.0.10) (2021-11-16) diff --git a/charts/stable/pixapop/README.md b/charts/stable/pixapop/README.md index 8e4ff3be5ab..59cd09a826e 100644 --- a/charts/stable/pixapop/README.md +++ b/charts/stable/pixapop/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/plex/CHANGELOG.md b/charts/stable/plex/CHANGELOG.md index 510b02fc99e..d2a437c72a0 100644 --- a/charts/stable/plex/CHANGELOG.md +++ b/charts/stable/plex/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [plex-8.0.12](https://github.com/truecharts/apps/compare/plex-8.0.11...plex-8.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [plex-8.0.11](https://github.com/truecharts/apps/compare/plex-8.0.10...plex-8.0.11) (2021-11-16) diff --git a/charts/stable/plex/README.md b/charts/stable/plex/README.md index 56a57a0b4f1..e09ef704196 100644 --- a/charts/stable/plex/README.md +++ b/charts/stable/plex/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/podgrab/CHANGELOG.md b/charts/stable/podgrab/CHANGELOG.md index 14a60680303..67168bf270a 100644 --- a/charts/stable/podgrab/CHANGELOG.md +++ b/charts/stable/podgrab/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [podgrab-7.0.11](https://github.com/truecharts/apps/compare/podgrab-7.0.10...podgrab-7.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [podgrab-7.0.10](https://github.com/truecharts/apps/compare/podgrab-7.0.9...podgrab-7.0.10) (2021-11-16) diff --git a/charts/stable/podgrab/README.md b/charts/stable/podgrab/README.md index 7438247597d..6f7d753d0ef 100644 --- a/charts/stable/podgrab/README.md +++ b/charts/stable/podgrab/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/podgrab/helm-values.md b/charts/stable/podgrab/helm-values.md index fb20d819ba0..fecc068aee0 100644 --- a/charts/stable/podgrab/helm-values.md +++ b/charts/stable/podgrab/helm-values.md @@ -26,8 +26,6 @@ You will, however, be able to use all values referenced in the common chart here | service.tcp.enabled | bool | `true` | | | service.tcp.ports.tcp.enabled | bool | `true` | | | service.tcp.ports.tcp.port | int | `51080` | | -| service.tcp.ports.tcp.protocol | string | `"TCP"` | | | service.tcp.ports.tcp.targetPort | int | `51080` | | -| service.tcp.type | string | `"ClusterIP"` | | All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/pretend-youre-xyzzy/CHANGELOG.md b/charts/stable/pretend-youre-xyzzy/CHANGELOG.md index dce104a3259..d4320693e50 100644 --- a/charts/stable/pretend-youre-xyzzy/CHANGELOG.md +++ b/charts/stable/pretend-youre-xyzzy/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [pretend-youre-xyzzy-4.0.11](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-4.0.10...pretend-youre-xyzzy-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [pretend-youre-xyzzy-4.0.10](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-4.0.9...pretend-youre-xyzzy-4.0.10) (2021-11-16) diff --git a/charts/stable/pretend-youre-xyzzy/README.md b/charts/stable/pretend-youre-xyzzy/README.md index a5533543ae4..ceaa9257955 100644 --- a/charts/stable/pretend-youre-xyzzy/README.md +++ b/charts/stable/pretend-youre-xyzzy/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/protonmail-bridge/CHANGELOG.md b/charts/stable/protonmail-bridge/CHANGELOG.md index 3e87050daa7..7fe7e0ab0ba 100644 --- a/charts/stable/protonmail-bridge/CHANGELOG.md +++ b/charts/stable/protonmail-bridge/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [protonmail-bridge-4.0.11](https://github.com/truecharts/apps/compare/protonmail-bridge-4.0.10...protonmail-bridge-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [protonmail-bridge-4.0.10](https://github.com/truecharts/apps/compare/protonmail-bridge-4.0.9...protonmail-bridge-4.0.10) (2021-11-16) diff --git a/charts/stable/protonmail-bridge/README.md b/charts/stable/protonmail-bridge/README.md index 22a74e4f75e..03128bdbbff 100644 --- a/charts/stable/protonmail-bridge/README.md +++ b/charts/stable/protonmail-bridge/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/prowlarr/CHANGELOG.md b/charts/stable/prowlarr/CHANGELOG.md index 0d99af0b7ee..7aa6f0f4111 100644 --- a/charts/stable/prowlarr/CHANGELOG.md +++ b/charts/stable/prowlarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [prowlarr-4.0.16](https://github.com/truecharts/apps/compare/prowlarr-4.0.15...prowlarr-4.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [prowlarr-4.0.15](https://github.com/truecharts/apps/compare/prowlarr-4.0.14...prowlarr-4.0.15) (2021-11-22) diff --git a/charts/stable/prowlarr/README.md b/charts/stable/prowlarr/README.md index f832b29891f..305416e6bc1 100644 --- a/charts/stable/prowlarr/README.md +++ b/charts/stable/prowlarr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/pyload/CHANGELOG.md b/charts/stable/pyload/CHANGELOG.md index 4f6758438dd..49d510559a5 100644 --- a/charts/stable/pyload/CHANGELOG.md +++ b/charts/stable/pyload/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [pyload-4.0.11](https://github.com/truecharts/apps/compare/pyload-4.0.10...pyload-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [pyload-4.0.10](https://github.com/truecharts/apps/compare/pyload-4.0.9...pyload-4.0.10) (2021-11-16) diff --git a/charts/stable/pyload/README.md b/charts/stable/pyload/README.md index 6299b371c1d..1fee8db1ebc 100644 --- a/charts/stable/pyload/README.md +++ b/charts/stable/pyload/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/qbittorrent/CHANGELOG.md b/charts/stable/qbittorrent/CHANGELOG.md index 84490047762..73d607cfe2a 100644 --- a/charts/stable/qbittorrent/CHANGELOG.md +++ b/charts/stable/qbittorrent/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [qbittorrent-9.0.14](https://github.com/truecharts/apps/compare/qbittorrent-9.0.13...qbittorrent-9.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [qbittorrent-9.0.13](https://github.com/truecharts/apps/compare/qbittorrent-9.0.12...qbittorrent-9.0.13) (2021-11-16) diff --git a/charts/stable/qbittorrent/README.md b/charts/stable/qbittorrent/README.md index bb12b32c414..0203e672ce1 100644 --- a/charts/stable/qbittorrent/README.md +++ b/charts/stable/qbittorrent/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/qbittorrent/helm-values.md b/charts/stable/qbittorrent/helm-values.md index 9312425f5d9..f5b120f1ac9 100644 --- a/charts/stable/qbittorrent/helm-values.md +++ b/charts/stable/qbittorrent/helm-values.md @@ -27,7 +27,6 @@ You will, however, be able to use all values referenced in the common chart here | service.torrent.enabled | bool | `true` | | | service.torrent.ports.torrent.enabled | bool | `true` | | | service.torrent.ports.torrent.port | int | `6881` | | -| service.torrent.ports.torrent.protocol | string | `"TCP"` | | | service.torrent.ports.torrent.targetPort | int | `6881` | | | service.torrentudp.enabled | bool | `true` | | | service.torrentudp.ports.torrentudp.enabled | bool | `true` | | diff --git a/charts/stable/radarr/CHANGELOG.md b/charts/stable/radarr/CHANGELOG.md index d57ad3a163d..01a093de205 100644 --- a/charts/stable/radarr/CHANGELOG.md +++ b/charts/stable/radarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [radarr-9.0.11](https://github.com/truecharts/apps/compare/radarr-9.0.10...radarr-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [radarr-9.0.10](https://github.com/truecharts/apps/compare/radarr-9.0.9...radarr-9.0.10) (2021-11-16) diff --git a/charts/stable/radarr/README.md b/charts/stable/radarr/README.md index 2931ae44043..5429a40f040 100644 --- a/charts/stable/radarr/README.md +++ b/charts/stable/radarr/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/readarr/CHANGELOG.md b/charts/stable/readarr/CHANGELOG.md index 71ff1c8ef67..dba4daed7a2 100644 --- a/charts/stable/readarr/CHANGELOG.md +++ b/charts/stable/readarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [readarr-9.0.17](https://github.com/truecharts/apps/compare/readarr-9.0.16...readarr-9.0.17) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [readarr-9.0.16](https://github.com/truecharts/apps/compare/readarr-9.0.15...readarr-9.0.16) (2021-11-22) diff --git a/charts/stable/readarr/README.md b/charts/stable/readarr/README.md index 17c577b942f..33461136301 100644 --- a/charts/stable/readarr/README.md +++ b/charts/stable/readarr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/recipes/CHANGELOG.md b/charts/stable/recipes/CHANGELOG.md index a9d87cdbe1d..f0e1bce2a73 100644 --- a/charts/stable/recipes/CHANGELOG.md +++ b/charts/stable/recipes/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [recipes-4.0.5](https://github.com/truecharts/apps/compare/recipes-4.0.4...recipes-4.0.5) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [recipes-4.0.4](https://github.com/truecharts/apps/compare/recipes-4.0.3...recipes-4.0.4) (2021-11-18) diff --git a/charts/stable/recipes/README.md b/charts/stable/recipes/README.md index eae5beb6d14..6492cc9fa96 100644 --- a/charts/stable/recipes/README.md +++ b/charts/stable/recipes/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/reg/CHANGELOG.md b/charts/stable/reg/CHANGELOG.md index 622604c1fd9..afdce4e21c4 100644 --- a/charts/stable/reg/CHANGELOG.md +++ b/charts/stable/reg/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [reg-4.0.11](https://github.com/truecharts/apps/compare/reg-4.0.10...reg-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [reg-4.0.10](https://github.com/truecharts/apps/compare/reg-4.0.9...reg-4.0.10) (2021-11-16) diff --git a/charts/stable/reg/README.md b/charts/stable/reg/README.md index ef629de729b..9623e82cae0 100644 --- a/charts/stable/reg/README.md +++ b/charts/stable/reg/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/remmina/CHANGELOG.md b/charts/stable/remmina/CHANGELOG.md index 3f053a64e73..103573066a2 100644 --- a/charts/stable/remmina/CHANGELOG.md +++ b/charts/stable/remmina/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [remmina-1.0.13](https://github.com/truecharts/apps/compare/remmina-1.0.12...remmina-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [remmina-1.0.12](https://github.com/truecharts/apps/compare/remmina-1.0.11...remmina-1.0.12) (2021-11-22) diff --git a/charts/stable/remmina/README.md b/charts/stable/remmina/README.md index 6eee77bc8f5..aa79f4e022d 100644 --- a/charts/stable/remmina/README.md +++ b/charts/stable/remmina/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/resilio-sync/CHANGELOG.md b/charts/stable/resilio-sync/CHANGELOG.md index 946c384d22e..57d7f37988c 100644 --- a/charts/stable/resilio-sync/CHANGELOG.md +++ b/charts/stable/resilio-sync/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [resilio-sync-4.0.11](https://github.com/truecharts/apps/compare/resilio-sync-4.0.10...resilio-sync-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [resilio-sync-4.0.10](https://github.com/truecharts/apps/compare/resilio-sync-4.0.9...resilio-sync-4.0.10) (2021-11-16) diff --git a/charts/stable/resilio-sync/README.md b/charts/stable/resilio-sync/README.md index 1b08d16feca..90e92446a82 100644 --- a/charts/stable/resilio-sync/README.md +++ b/charts/stable/resilio-sync/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/sabnzbd/CHANGELOG.md b/charts/stable/sabnzbd/CHANGELOG.md index 374212bf507..de0d640cc63 100644 --- a/charts/stable/sabnzbd/CHANGELOG.md +++ b/charts/stable/sabnzbd/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sabnzbd-9.0.11](https://github.com/truecharts/apps/compare/sabnzbd-9.0.10...sabnzbd-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sabnzbd-9.0.10](https://github.com/truecharts/apps/compare/sabnzbd-9.0.9...sabnzbd-9.0.10) (2021-11-16) diff --git a/charts/stable/sabnzbd/README.md b/charts/stable/sabnzbd/README.md index 9eac86d9cd4..fba46b3d0b4 100644 --- a/charts/stable/sabnzbd/README.md +++ b/charts/stable/sabnzbd/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/ser2sock/CHANGELOG.md b/charts/stable/ser2sock/CHANGELOG.md index 39f07245f9b..ea8a654363c 100644 --- a/charts/stable/ser2sock/CHANGELOG.md +++ b/charts/stable/ser2sock/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [ser2sock-4.0.11](https://github.com/truecharts/apps/compare/ser2sock-4.0.10...ser2sock-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [ser2sock-4.0.10](https://github.com/truecharts/apps/compare/ser2sock-4.0.9...ser2sock-4.0.10) (2021-11-16) diff --git a/charts/stable/ser2sock/README.md b/charts/stable/ser2sock/README.md index 7aa2d037ae3..282ffd38ef9 100644 --- a/charts/stable/ser2sock/README.md +++ b/charts/stable/ser2sock/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/shiori/CHANGELOG.md b/charts/stable/shiori/CHANGELOG.md index d06194c3ab3..83bdf17887e 100644 --- a/charts/stable/shiori/CHANGELOG.md +++ b/charts/stable/shiori/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [shiori-4.0.2](https://github.com/truecharts/apps/compare/shiori-4.0.1...shiori-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [shiori-4.0.1](https://github.com/truecharts/apps/compare/shiori-4.0.0...shiori-4.0.1) (2021-11-16) diff --git a/charts/stable/shiori/README.md b/charts/stable/shiori/README.md index 6f5b0674b6a..4cd1bb919d3 100644 --- a/charts/stable/shiori/README.md +++ b/charts/stable/shiori/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/shorturl/CHANGELOG.md b/charts/stable/shorturl/CHANGELOG.md index d02bdc7bb01..3da68391d25 100644 --- a/charts/stable/shorturl/CHANGELOG.md +++ b/charts/stable/shorturl/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [shorturl-1.0.11](https://github.com/truecharts/apps/compare/shorturl-1.0.10...shorturl-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [shorturl-1.0.10](https://github.com/truecharts/apps/compare/shorturl-1.0.9...shorturl-1.0.10) (2021-11-16) diff --git a/charts/stable/shorturl/README.md b/charts/stable/shorturl/README.md index 5adf6145073..2b5fb37960e 100644 --- a/charts/stable/shorturl/README.md +++ b/charts/stable/shorturl/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/sickchill/CHANGELOG.md b/charts/stable/sickchill/CHANGELOG.md index d49fecb806a..1d0c430d1ea 100644 --- a/charts/stable/sickchill/CHANGELOG.md +++ b/charts/stable/sickchill/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sickchill-1.0.11](https://github.com/truecharts/apps/compare/sickchill-1.0.10...sickchill-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sickchill-1.0.10](https://github.com/truecharts/apps/compare/sickchill-1.0.9...sickchill-1.0.10) (2021-11-16) diff --git a/charts/stable/sickchill/README.md b/charts/stable/sickchill/README.md index b2133ffc2cb..3d2e77dd11b 100644 --- a/charts/stable/sickchill/README.md +++ b/charts/stable/sickchill/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/sickgear/CHANGELOG.md b/charts/stable/sickgear/CHANGELOG.md index beb3506fe88..452fca911be 100644 --- a/charts/stable/sickgear/CHANGELOG.md +++ b/charts/stable/sickgear/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sickgear-1.0.11](https://github.com/truecharts/apps/compare/sickgear-1.0.10...sickgear-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sickgear-1.0.10](https://github.com/truecharts/apps/compare/sickgear-1.0.9...sickgear-1.0.10) (2021-11-16) diff --git a/charts/stable/sickgear/README.md b/charts/stable/sickgear/README.md index d8da4c42581..be79ba2a609 100644 --- a/charts/stable/sickgear/README.md +++ b/charts/stable/sickgear/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/smokeping/CHANGELOG.md b/charts/stable/smokeping/CHANGELOG.md index d449e1c1dee..a6feec10f45 100644 --- a/charts/stable/smokeping/CHANGELOG.md +++ b/charts/stable/smokeping/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [smokeping-1.0.13](https://github.com/truecharts/apps/compare/smokeping-1.0.12...smokeping-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [smokeping-1.0.12](https://github.com/truecharts/apps/compare/smokeping-1.0.11...smokeping-1.0.12) (2021-11-22) diff --git a/charts/stable/smokeping/README.md b/charts/stable/smokeping/README.md index 54a28853694..5582e097cc6 100644 --- a/charts/stable/smokeping/README.md +++ b/charts/stable/smokeping/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/sonarr/CHANGELOG.md b/charts/stable/sonarr/CHANGELOG.md index 6196daa42de..ae8b35f4479 100644 --- a/charts/stable/sonarr/CHANGELOG.md +++ b/charts/stable/sonarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sonarr-9.0.12](https://github.com/truecharts/apps/compare/sonarr-9.0.11...sonarr-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sonarr-9.0.11](https://github.com/truecharts/apps/compare/sonarr-9.0.10...sonarr-9.0.11) (2021-11-16) diff --git a/charts/stable/sonarr/README.md b/charts/stable/sonarr/README.md index b5e9c91066d..6f2d5f74414 100644 --- a/charts/stable/sonarr/README.md +++ b/charts/stable/sonarr/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/sqlitebrowser/CHANGELOG.md b/charts/stable/sqlitebrowser/CHANGELOG.md index cd47ec54e27..652025fa863 100644 --- a/charts/stable/sqlitebrowser/CHANGELOG.md +++ b/charts/stable/sqlitebrowser/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sqlitebrowser-1.0.13](https://github.com/truecharts/apps/compare/sqlitebrowser-1.0.12...sqlitebrowser-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sqlitebrowser-1.0.12](https://github.com/truecharts/apps/compare/sqlitebrowser-1.0.11...sqlitebrowser-1.0.12) (2021-11-16) diff --git a/charts/stable/sqlitebrowser/README.md b/charts/stable/sqlitebrowser/README.md index 1547db57d66..7d691fc9d0d 100644 --- a/charts/stable/sqlitebrowser/README.md +++ b/charts/stable/sqlitebrowser/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/stash/CHANGELOG.md b/charts/stable/stash/CHANGELOG.md index 3a30bdc253f..c1c8e4661ca 100644 --- a/charts/stable/stash/CHANGELOG.md +++ b/charts/stable/stash/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [stash-4.0.12](https://github.com/truecharts/apps/compare/stash-4.0.11...stash-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [stash-4.0.11](https://github.com/truecharts/apps/compare/stash-4.0.10...stash-4.0.11) (2021-11-16) diff --git a/charts/stable/stash/README.md b/charts/stable/stash/README.md index 9deeedd860f..269a36a3347 100644 --- a/charts/stable/stash/README.md +++ b/charts/stable/stash/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/static/CHANGELOG.md b/charts/stable/static/CHANGELOG.md index 1cde92aac2e..97641100253 100644 --- a/charts/stable/static/CHANGELOG.md +++ b/charts/stable/static/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [static-1.0.11](https://github.com/truecharts/apps/compare/static-1.0.10...static-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [static-1.0.10](https://github.com/truecharts/apps/compare/static-1.0.9...static-1.0.10) (2021-11-16) diff --git a/charts/stable/static/README.md b/charts/stable/static/README.md index c3dae90cc70..effc408e77d 100644 --- a/charts/stable/static/README.md +++ b/charts/stable/static/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/statping/CHANGELOG.md b/charts/stable/statping/CHANGELOG.md index 55ff697578c..b37cdc9cb29 100644 --- a/charts/stable/statping/CHANGELOG.md +++ b/charts/stable/statping/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [statping-4.0.2](https://github.com/truecharts/apps/compare/statping-4.0.1...statping-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [statping-4.0.1](https://github.com/truecharts/apps/compare/statping-4.0.0...statping-4.0.1) (2021-11-16) diff --git a/charts/stable/statping/README.md b/charts/stable/statping/README.md index 2b7a18bbfc4..88ff5c2d551 100644 --- a/charts/stable/statping/README.md +++ b/charts/stable/statping/README.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/syncthing/CHANGELOG.md b/charts/stable/syncthing/CHANGELOG.md index ca2f3e2318b..ae7a10e2590 100644 --- a/charts/stable/syncthing/CHANGELOG.md +++ b/charts/stable/syncthing/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [syncthing-9.0.12](https://github.com/truecharts/apps/compare/syncthing-9.0.11...syncthing-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [syncthing-9.0.11](https://github.com/truecharts/apps/compare/syncthing-9.0.10...syncthing-9.0.11) (2021-11-16) diff --git a/charts/stable/syncthing/README.md b/charts/stable/syncthing/README.md index eddfdc80b37..67a3505fa17 100644 --- a/charts/stable/syncthing/README.md +++ b/charts/stable/syncthing/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/syncthing/helm-values.md b/charts/stable/syncthing/helm-values.md index bf393887233..bca22177e2a 100644 --- a/charts/stable/syncthing/helm-values.md +++ b/charts/stable/syncthing/helm-values.md @@ -16,17 +16,19 @@ You will, however, be able to use all values referenced in the common chart here | image.tag | string | `"v1.18.4@sha256:cc2bd691927ec19b9aac2d4a3e2330cb0ce9458dda761ead7dddd5f2d8338221"` | | | 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.protocol | string | `"TCP"` | | | service.listeners.ports.tcp.targetPort | int | `22000` | | | service.main.ports.main.port | int | `8384` | | | service.main.ports.main.targetPort | int | `8384` | | diff --git a/charts/stable/tautulli/CHANGELOG.md b/charts/stable/tautulli/CHANGELOG.md index 50c41996e3b..800ddcaed5e 100644 --- a/charts/stable/tautulli/CHANGELOG.md +++ b/charts/stable/tautulli/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [tautulli-9.0.11](https://github.com/truecharts/apps/compare/tautulli-9.0.10...tautulli-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [tautulli-9.0.10](https://github.com/truecharts/apps/compare/tautulli-9.0.9...tautulli-9.0.10) (2021-11-16) diff --git a/charts/stable/tautulli/README.md b/charts/stable/tautulli/README.md index 181f8239abc..5b27375dbe6 100644 --- a/charts/stable/tautulli/README.md +++ b/charts/stable/tautulli/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/teamspeak3/CHANGELOG.md b/charts/stable/teamspeak3/CHANGELOG.md index 8a08dd2d938..986a57b4273 100644 --- a/charts/stable/teamspeak3/CHANGELOG.md +++ b/charts/stable/teamspeak3/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [teamspeak3-2.0.11](https://github.com/truecharts/apps/compare/teamspeak3-2.0.10...teamspeak3-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [teamspeak3-2.0.10](https://github.com/truecharts/apps/compare/teamspeak3-2.0.9...teamspeak3-2.0.10) (2021-11-16) diff --git a/charts/stable/teamspeak3/README.md b/charts/stable/teamspeak3/README.md index 15e695f81b5..f2b0b74ef64 100644 --- a/charts/stable/teamspeak3/README.md +++ b/charts/stable/teamspeak3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/teamspeak3/helm-values.md b/charts/stable/teamspeak3/helm-values.md index bcd062ff6ef..216d6bbbcd6 100644 --- a/charts/stable/teamspeak3/helm-values.md +++ b/charts/stable/teamspeak3/helm-values.md @@ -26,13 +26,9 @@ You will, however, be able to use all values referenced in the common chart here | service.files.ports.files.port | int | `30033` | | | service.files.ports.files.protocol | string | `"TCP"` | | | service.files.ports.files.targetPort | int | `30033` | | -| service.files.type | string | `"ClusterIP"` | | -| service.main.enabled | bool | `true` | | -| service.main.ports.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `10011` | | | service.main.ports.main.protocol | string | `"TCP"` | | | service.main.ports.main.targetPort | int | `10011` | | -| service.main.type | string | `"ClusterIP"` | | | service.voice.enabled | bool | `true` | | | service.voice.ports.voice.enabled | bool | `true` | | | service.voice.ports.voice.port | int | `9987` | | diff --git a/charts/stable/teedy/CHANGELOG.md b/charts/stable/teedy/CHANGELOG.md index 8c7e7f2b485..7a4e5dc737a 100644 --- a/charts/stable/teedy/CHANGELOG.md +++ b/charts/stable/teedy/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [teedy-4.0.2](https://github.com/truecharts/apps/compare/teedy-4.0.1...teedy-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [teedy-4.0.1](https://github.com/truecharts/apps/compare/teedy-4.0.0...teedy-4.0.1) (2021-11-16) diff --git a/charts/stable/teedy/README.md b/charts/stable/teedy/README.md index d2bb116bc8e..879c2107d8a 100644 --- a/charts/stable/teedy/README.md +++ b/charts/stable/teedy/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/thelounge/CHANGELOG.md b/charts/stable/thelounge/CHANGELOG.md index bab48111b7b..3c3a521e712 100644 --- a/charts/stable/thelounge/CHANGELOG.md +++ b/charts/stable/thelounge/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [thelounge-4.0.11](https://github.com/truecharts/apps/compare/thelounge-4.0.10...thelounge-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [thelounge-4.0.10](https://github.com/truecharts/apps/compare/thelounge-4.0.9...thelounge-4.0.10) (2021-11-16) diff --git a/charts/stable/thelounge/README.md b/charts/stable/thelounge/README.md index b760a5dae1b..76351809317 100644 --- a/charts/stable/thelounge/README.md +++ b/charts/stable/thelounge/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/traccar/CHANGELOG.md b/charts/stable/traccar/CHANGELOG.md index 9cbeab6fbcd..bce80cf93d8 100644 --- a/charts/stable/traccar/CHANGELOG.md +++ b/charts/stable/traccar/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [traccar-4.0.2](https://github.com/truecharts/apps/compare/traccar-4.0.1...traccar-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [traccar-4.0.1](https://github.com/truecharts/apps/compare/traccar-4.0.0...traccar-4.0.1) (2021-11-16) diff --git a/charts/stable/traccar/README.md b/charts/stable/traccar/README.md index edf1b59d96b..dd61e6315f4 100644 --- a/charts/stable/traccar/README.md +++ b/charts/stable/traccar/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/transmission/CHANGELOG.md b/charts/stable/transmission/CHANGELOG.md index b3a234e8f2d..1f8ed6adae8 100644 --- a/charts/stable/transmission/CHANGELOG.md +++ b/charts/stable/transmission/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [transmission-9.0.12](https://github.com/truecharts/apps/compare/transmission-9.0.11...transmission-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [transmission-9.0.11](https://github.com/truecharts/apps/compare/transmission-9.0.10...transmission-9.0.11) (2021-11-16) diff --git a/charts/stable/transmission/README.md b/charts/stable/transmission/README.md index 596621e6a17..a65a5a9291f 100644 --- a/charts/stable/transmission/README.md +++ b/charts/stable/transmission/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/transmission/helm-values.md b/charts/stable/transmission/helm-values.md index 34c15fbb7a7..346a9d7b555 100644 --- a/charts/stable/transmission/helm-values.md +++ b/charts/stable/transmission/helm-values.md @@ -22,7 +22,6 @@ You will, however, be able to use all values referenced in the common chart here | service.torrent.enabled | bool | `true` | | | service.torrent.ports.torrent.enabled | bool | `true` | | | service.torrent.ports.torrent.port | int | `51413` | | -| service.torrent.ports.torrent.protocol | string | `"TCP"` | | | service.torrent.ports.torrent.targetPort | int | `51413` | | | service.torrentudp.enabled | bool | `true` | | | service.torrentudp.ports.torrentudp.enabled | bool | `true` | | diff --git a/charts/stable/truecommand/CHANGELOG.md b/charts/stable/truecommand/CHANGELOG.md index c6aa70e4542..bd0137a21f5 100644 --- a/charts/stable/truecommand/CHANGELOG.md +++ b/charts/stable/truecommand/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [truecommand-9.0.11](https://github.com/truecharts/apps/compare/truecommand-9.0.10...truecommand-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [truecommand-9.0.10](https://github.com/truecharts/apps/compare/truecommand-9.0.9...truecommand-9.0.10) (2021-11-16) diff --git a/charts/stable/truecommand/README.md b/charts/stable/truecommand/README.md index 42aa1ec16b9..e3ab8461c1b 100644 --- a/charts/stable/truecommand/README.md +++ b/charts/stable/truecommand/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/tt-rss/CHANGELOG.md b/charts/stable/tt-rss/CHANGELOG.md index 41ffea2cc79..d700fde56e6 100644 --- a/charts/stable/tt-rss/CHANGELOG.md +++ b/charts/stable/tt-rss/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [tt-rss-4.0.4](https://github.com/truecharts/apps/compare/tt-rss-4.0.3...tt-rss-4.0.4) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [tt-rss-4.0.3](https://github.com/truecharts/apps/compare/tt-rss-4.0.2...tt-rss-4.0.3) (2021-11-22) diff --git a/charts/stable/tt-rss/README.md b/charts/stable/tt-rss/README.md index 961180f12d8..5c089b8e4e8 100644 --- a/charts/stable/tt-rss/README.md +++ b/charts/stable/tt-rss/README.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/tvheadend/CHANGELOG.md b/charts/stable/tvheadend/CHANGELOG.md index ac57a045bdb..45b9d72aaed 100644 --- a/charts/stable/tvheadend/CHANGELOG.md +++ b/charts/stable/tvheadend/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [tvheadend-10.0.11](https://github.com/truecharts/apps/compare/tvheadend-10.0.10...tvheadend-10.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [tvheadend-10.0.10](https://github.com/truecharts/apps/compare/tvheadend-10.0.9...tvheadend-10.0.10) (2021-11-16) diff --git a/charts/stable/tvheadend/README.md b/charts/stable/tvheadend/README.md index 10b5a338334..d61350398ac 100644 --- a/charts/stable/tvheadend/README.md +++ b/charts/stable/tvheadend/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/tvheadend/helm-values.md b/charts/stable/tvheadend/helm-values.md index d99b0e0372b..e687368530a 100644 --- a/charts/stable/tvheadend/helm-values.md +++ b/charts/stable/tvheadend/helm-values.md @@ -24,9 +24,7 @@ You will, however, be able to use all values referenced in the common chart here | service.htsp.enabled | bool | `true` | | | service.htsp.ports.htsp.enabled | bool | `true` | | | service.htsp.ports.htsp.port | int | `9982` | | -| service.htsp.ports.htsp.protocol | string | `"TCP"` | | | service.htsp.ports.htsp.targetPort | int | `9982` | | -| service.htsp.type | string | `"ClusterIP"` | | | service.main.ports.main.port | int | `9981` | | | service.main.ports.main.targetPort | int | `9981` | | diff --git a/charts/stable/twtxt/CHANGELOG.md b/charts/stable/twtxt/CHANGELOG.md index cdfeeb6720a..5fde2d6a98c 100644 --- a/charts/stable/twtxt/CHANGELOG.md +++ b/charts/stable/twtxt/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [twtxt-1.0.11](https://github.com/truecharts/apps/compare/twtxt-1.0.10...twtxt-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [twtxt-1.0.10](https://github.com/truecharts/apps/compare/twtxt-1.0.9...twtxt-1.0.10) (2021-11-16) diff --git a/charts/stable/twtxt/README.md b/charts/stable/twtxt/README.md index 85cea20bc9e..f49cc9d1715 100644 --- a/charts/stable/twtxt/README.md +++ b/charts/stable/twtxt/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/unifi/CHANGELOG.md b/charts/stable/unifi/CHANGELOG.md index bcdc62bce79..9f0cdd05830 100644 --- a/charts/stable/unifi/CHANGELOG.md +++ b/charts/stable/unifi/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [unifi-9.0.12](https://github.com/truecharts/apps/compare/unifi-9.0.11...unifi-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [unifi-9.0.11](https://github.com/truecharts/apps/compare/unifi-9.0.10...unifi-9.0.11) (2021-11-22) diff --git a/charts/stable/unifi/README.md b/charts/stable/unifi/README.md index bd25f770492..1242a9ff88f 100644 --- a/charts/stable/unifi/README.md +++ b/charts/stable/unifi/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/unpackerr/CHANGELOG.md b/charts/stable/unpackerr/CHANGELOG.md index 40b2c1f94c9..dacf78966a1 100644 --- a/charts/stable/unpackerr/CHANGELOG.md +++ b/charts/stable/unpackerr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [unpackerr-4.0.11](https://github.com/truecharts/apps/compare/unpackerr-4.0.10...unpackerr-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [unpackerr-4.0.10](https://github.com/truecharts/apps/compare/unpackerr-4.0.9...unpackerr-4.0.10) (2021-11-16) diff --git a/charts/stable/unpackerr/README.md b/charts/stable/unpackerr/README.md index 216b9c1269f..0a298a52c93 100644 --- a/charts/stable/unpackerr/README.md +++ b/charts/stable/unpackerr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/uptime-kuma/CHANGELOG.md b/charts/stable/uptime-kuma/CHANGELOG.md index 036e342ccc4..c8547858cc8 100644 --- a/charts/stable/uptime-kuma/CHANGELOG.md +++ b/charts/stable/uptime-kuma/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [uptime-kuma-1.0.12](https://github.com/truecharts/apps/compare/uptime-kuma-1.0.11...uptime-kuma-1.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [uptime-kuma-1.0.11](https://github.com/truecharts/apps/compare/uptime-kuma-1.0.10...uptime-kuma-1.0.11) (2021-11-16) diff --git a/charts/stable/uptime-kuma/README.md b/charts/stable/uptime-kuma/README.md index dc49a249237..72b3a1e5259 100644 --- a/charts/stable/uptime-kuma/README.md +++ b/charts/stable/uptime-kuma/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/uptime-kuma/helm-values.md b/charts/stable/uptime-kuma/helm-values.md index a1ad5a3434d..21432ca97be 100644 --- a/charts/stable/uptime-kuma/helm-values.md +++ b/charts/stable/uptime-kuma/helm-values.md @@ -19,7 +19,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `3001` | | | service.main.ports.main.targetPort | int | `3001` | | diff --git a/charts/stable/valheim/CHANGELOG.md b/charts/stable/valheim/CHANGELOG.md index 6b0131da87c..543af525278 100644 --- a/charts/stable/valheim/CHANGELOG.md +++ b/charts/stable/valheim/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [valheim-1.0.11](https://github.com/truecharts/apps/compare/valheim-1.0.10...valheim-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [valheim-1.0.10](https://github.com/truecharts/apps/compare/valheim-1.0.9...valheim-1.0.10) (2021-11-16) diff --git a/charts/stable/valheim/README.md b/charts/stable/valheim/README.md index 6e374c55456..ad4cea2ded6 100644 --- a/charts/stable/valheim/README.md +++ b/charts/stable/valheim/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/vaultwarden/CHANGELOG.md b/charts/stable/vaultwarden/CHANGELOG.md index 40741ee54ce..363612e96f3 100644 --- a/charts/stable/vaultwarden/CHANGELOG.md +++ b/charts/stable/vaultwarden/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [vaultwarden-13.0.3](https://github.com/truecharts/apps/compare/vaultwarden-13.0.2...vaultwarden-13.0.3) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [vaultwarden-13.0.2](https://github.com/truecharts/apps/compare/vaultwarden-13.0.1...vaultwarden-13.0.2) (2021-11-16) diff --git a/charts/stable/vaultwarden/README.md b/charts/stable/vaultwarden/README.md index 19e31a39024..f7c580dbffe 100644 --- a/charts/stable/vaultwarden/README.md +++ b/charts/stable/vaultwarden/README.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/vaultwarden/helm-values.md b/charts/stable/vaultwarden/helm-values.md index e2039108015..31d1678a96a 100644 --- a/charts/stable/vaultwarden/helm-values.md +++ b/charts/stable/vaultwarden/helm-values.md @@ -30,6 +30,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"vaultwarden"` | | | service.main.ports.main.port | int | `8080` | | | 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` | | diff --git a/charts/stable/whoogle/CHANGELOG.md b/charts/stable/whoogle/CHANGELOG.md index cb0fff9ac38..50f92d8d94e 100644 --- a/charts/stable/whoogle/CHANGELOG.md +++ b/charts/stable/whoogle/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [whoogle-1.0.11](https://github.com/truecharts/apps/compare/whoogle-1.0.10...whoogle-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [whoogle-1.0.10](https://github.com/truecharts/apps/compare/whoogle-1.0.9...whoogle-1.0.10) (2021-11-16) diff --git a/charts/stable/whoogle/README.md b/charts/stable/whoogle/README.md index f41277d620b..ab8b814711b 100644 --- a/charts/stable/whoogle/README.md +++ b/charts/stable/whoogle/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/wiki/CHANGELOG.md b/charts/stable/wiki/CHANGELOG.md index 50ba39257c8..7c677185980 100644 --- a/charts/stable/wiki/CHANGELOG.md +++ b/charts/stable/wiki/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [wiki-1.0.11](https://github.com/truecharts/apps/compare/wiki-1.0.10...wiki-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [wiki-1.0.10](https://github.com/truecharts/apps/compare/wikijs-4.0.0...wiki-1.0.10) (2021-11-16) diff --git a/charts/stable/wiki/README.md b/charts/stable/wiki/README.md index 75f4b7af9e9..a06e056891f 100644 --- a/charts/stable/wiki/README.md +++ b/charts/stable/wiki/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/wikijs/CHANGELOG.md b/charts/stable/wikijs/CHANGELOG.md index ac4a19f0bea..ab99749221e 100644 --- a/charts/stable/wikijs/CHANGELOG.md +++ b/charts/stable/wikijs/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [wikijs-4.0.2](https://github.com/truecharts/apps/compare/wikijs-4.0.1...wikijs-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [wikijs-4.0.1](https://github.com/truecharts/apps/compare/wikijs-4.0.0...wikijs-4.0.1) (2021-11-16) diff --git a/charts/stable/wikijs/README.md b/charts/stable/wikijs/README.md index 7f0c33844a4..af215ebf59f 100644 --- a/charts/stable/wikijs/README.md +++ b/charts/stable/wikijs/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/xteve/CHANGELOG.md b/charts/stable/xteve/CHANGELOG.md index ce15b5b6c0f..48ed8a717db 100644 --- a/charts/stable/xteve/CHANGELOG.md +++ b/charts/stable/xteve/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [xteve-4.0.11](https://github.com/truecharts/apps/compare/xteve-4.0.10...xteve-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [xteve-4.0.10](https://github.com/truecharts/apps/compare/xteve-4.0.9...xteve-4.0.10) (2021-11-16) diff --git a/charts/stable/xteve/README.md b/charts/stable/xteve/README.md index abca5f2bbf5..3f5118dd08f 100644 --- a/charts/stable/xteve/README.md +++ b/charts/stable/xteve/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/zigbee2mqtt/CHANGELOG.md b/charts/stable/zigbee2mqtt/CHANGELOG.md index 2b15ecdc371..a29b4b19d12 100644 --- a/charts/stable/zigbee2mqtt/CHANGELOG.md +++ b/charts/stable/zigbee2mqtt/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [zigbee2mqtt-1.0.12](https://github.com/truecharts/apps/compare/zigbee2mqtt-1.0.11...zigbee2mqtt-1.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [zigbee2mqtt-1.0.11](https://github.com/truecharts/apps/compare/zigbee2mqtt-1.0.10...zigbee2mqtt-1.0.11) (2021-11-16) diff --git a/charts/stable/zigbee2mqtt/README.md b/charts/stable/zigbee2mqtt/README.md index 2560605994d..4377c058ffc 100644 --- a/charts/stable/zigbee2mqtt/README.md +++ b/charts/stable/zigbee2mqtt/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/zwavejs2mqtt/CHANGELOG.md b/charts/stable/zwavejs2mqtt/CHANGELOG.md index be99d8aafe2..0e44a990e8a 100644 --- a/charts/stable/zwavejs2mqtt/CHANGELOG.md +++ b/charts/stable/zwavejs2mqtt/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [zwavejs2mqtt-9.0.14](https://github.com/truecharts/apps/compare/zwavejs2mqtt-9.0.13...zwavejs2mqtt-9.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [zwavejs2mqtt-9.0.13](https://github.com/truecharts/apps/compare/zwavejs2mqtt-9.0.12...zwavejs2mqtt-9.0.13) (2021-11-16) diff --git a/charts/stable/zwavejs2mqtt/README.md b/charts/stable/zwavejs2mqtt/README.md index 5b0f4a84167..cb28438a579 100644 --- a/charts/stable/zwavejs2mqtt/README.md +++ b/charts/stable/zwavejs2mqtt/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/charts/stable/zwavejs2mqtt/helm-values.md b/charts/stable/zwavejs2mqtt/helm-values.md index 7939cd262c3..2ff1bcd74cf 100644 --- a/charts/stable/zwavejs2mqtt/helm-values.md +++ b/charts/stable/zwavejs2mqtt/helm-values.md @@ -26,8 +26,6 @@ You will, however, be able to use all values referenced in the common chart here | service.ws.enabled | bool | `true` | | | service.ws.ports.ws.enabled | bool | `true` | | | service.ws.ports.ws.port | int | `3000` | | -| service.ws.ports.ws.protocol | string | `"TCP"` | | | service.ws.ports.ws.targetPort | int | `3000` | | -| service.ws.type | string | `"ClusterIP"` | | All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/core/k8s-gateway/CHANGELOG.md b/docs/apps/core/k8s-gateway/CHANGELOG.md index ae043403823..9d9fc7f1533 100644 --- a/docs/apps/core/k8s-gateway/CHANGELOG.md +++ b/docs/apps/core/k8s-gateway/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [k8s-gateway-4.0.12](https://github.com/truecharts/apps/compare/k8s-gateway-4.0.11...k8s-gateway-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [k8s-gateway-4.0.11](https://github.com/truecharts/apps/compare/k8s-gateway-4.0.10...k8s-gateway-4.0.11) (2021-11-16) diff --git a/docs/apps/core/k8s-gateway/helm-values.md b/docs/apps/core/k8s-gateway/helm-values.md index d0c4b24e82c..c1d29bb3f6c 100644 --- a/docs/apps/core/k8s-gateway/helm-values.md +++ b/docs/apps/core/k8s-gateway/helm-values.md @@ -56,7 +56,6 @@ You will, however, be able to use all values referenced in the common chart here | 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.enabled | bool | `true` | | | service.main.ports.main.port | int | `53` | | | service.main.ports.main.protocol | string | `"UDP"` | | | service.main.ports.main.targetPort | int | `53` | | diff --git a/docs/apps/core/k8s-gateway/index.md b/docs/apps/core/k8s-gateway/index.md index 6747b8f0078..1bd48a52407 100644 --- a/docs/apps/core/k8s-gateway/index.md +++ b/docs/apps/core/k8s-gateway/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/core/traefik/CHANGELOG.md b/docs/apps/core/traefik/CHANGELOG.md index 03d1164f032..257046db80c 100644 --- a/docs/apps/core/traefik/CHANGELOG.md +++ b/docs/apps/core/traefik/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog
+ +### [traefik-10.0.14](https://github.com/truecharts/apps/compare/traefik-10.0.13...traefik-10.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* [#1359](https://github.com/truecharts/apps/issues/1359) ([#1360](https://github.com/truecharts/apps/issues/1360)) +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [traefik-10.0.13](https://github.com/truecharts/apps/compare/traefik-10.0.12...traefik-10.0.13) (2021-11-16) diff --git a/docs/apps/core/traefik/helm-values.md b/docs/apps/core/traefik/helm-values.md index 85a188b5f08..5275f2aa86a 100644 --- a/docs/apps/core/traefik/helm-values.md +++ b/docs/apps/core/traefik/helm-values.md @@ -41,7 +41,7 @@ You will, however, be able to use all values referenced in the common chart here | providers.kubernetesIngress.namespaces | list | `[]` | | | providers.kubernetesIngress.publishedService.enabled | bool | `true` | | | 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":{"enabled":true,"ports":{"main":{"enabled":true,"port":9000,"protocol":"HTTP","targetPort":9000}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"port":9100,"protocol":"HTTP","targetPort":9100}},"type":"LoadBalancer"},"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. | +| service | object | `{"main":{"ports":{"main":{"port":9000,"protocol":"HTTP","targetPort":9000}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"port":9100,"protocol":"HTTP","targetPort":9100}},"type":"LoadBalancer"},"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/traefik/https/tls/#tls-options Example: | diff --git a/docs/apps/core/traefik/index.md b/docs/apps/core/traefik/index.md index 0ffcef7ddb7..bfceda2fdad 100644 --- a/docs/apps/core/traefik/index.md +++ b/docs/apps/core/traefik/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/incubator/loki/CHANGELOG.md b/docs/apps/incubator/loki/CHANGELOG.md index 5024aa494d4..39f0cf28963 100644 --- a/docs/apps/incubator/loki/CHANGELOG.md +++ b/docs/apps/incubator/loki/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [loki-1.0.2](https://github.com/truecharts/apps/compare/loki-1.0.1...loki-1.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [loki-1.0.1](https://github.com/truecharts/apps/compare/loki-1.0.0...loki-1.0.1) (2021-11-22) diff --git a/docs/apps/incubator/loki/index.md b/docs/apps/incubator/loki/index.md index c8040b06fda..7e137079468 100644 --- a/docs/apps/incubator/loki/index.md +++ b/docs/apps/incubator/loki/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://grafana.github.io/helm-charts | promtail | ^3.0.0 | -| https://truecharts.org | common | 8.7.1 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/incubator/minio/CHANGELOG.md b/docs/apps/incubator/minio/CHANGELOG.md index 12c20369dac..334c22cb7dd 100644 --- a/docs/apps/incubator/minio/CHANGELOG.md +++ b/docs/apps/incubator/minio/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [minio-0.0.5](https://github.com/truecharts/apps/compare/minio-console-1.0.12...minio-0.0.5) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [minio-0.0.4](https://github.com/truecharts/apps/compare/minio-console-1.0.10...minio-0.0.4) (2021-11-16) diff --git a/docs/apps/incubator/minio/index.md b/docs/apps/incubator/minio/index.md index 03b20330ab5..862a4d4bb3b 100644 --- a/docs/apps/incubator/minio/index.md +++ b/docs/apps/incubator/minio/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/incubator/omada-controller/CHANGELOG.md b/docs/apps/incubator/omada-controller/CHANGELOG.md index 16874baabe4..c2110c40b3f 100644 --- a/docs/apps/incubator/omada-controller/CHANGELOG.md +++ b/docs/apps/incubator/omada-controller/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [omada-controller-4.0.16](https://github.com/truecharts/apps/compare/omada-controller-4.0.15...omada-controller-4.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [omada-controller-4.0.15](https://github.com/truecharts/apps/compare/omada-controller-4.0.14...omada-controller-4.0.15) (2021-11-22) diff --git a/docs/apps/incubator/omada-controller/index.md b/docs/apps/incubator/omada-controller/index.md index 971f9acb236..511350f2e84 100644 --- a/docs/apps/incubator/omada-controller/index.md +++ b/docs/apps/incubator/omada-controller/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/incubator/piwigo/CHANGELOG.md b/docs/apps/incubator/piwigo/CHANGELOG.md index 6a67b44aec4..22e330024d3 100644 --- a/docs/apps/incubator/piwigo/CHANGELOG.md +++ b/docs/apps/incubator/piwigo/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [piwigo-1.0.12](https://github.com/truecharts/apps/compare/piwigo-1.0.11...piwigo-1.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [piwigo-1.0.11](https://github.com/truecharts/apps/compare/piwigo-1.0.10...piwigo-1.0.11) (2021-11-16) diff --git a/docs/apps/incubator/piwigo/index.md b/docs/apps/incubator/piwigo/index.md index ad2c35585ec..ecb6bfb4d4d 100644 --- a/docs/apps/incubator/piwigo/index.md +++ b/docs/apps/incubator/piwigo/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/incubator/prometheus/CHANGELOG.md b/docs/apps/incubator/prometheus/CHANGELOG.md index 10a52f165a8..2496a025501 100644 --- a/docs/apps/incubator/prometheus/CHANGELOG.md +++ b/docs/apps/incubator/prometheus/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog
+ +### [prometheus-0.0.8](https://github.com/truecharts/apps/compare/prometheus-0.0.5...prometheus-0.0.8) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) +* don't allow config of promop service and remove reminants + +#### Fix + +* use correct port for alertmanager probe + + + ### [prometheus-0.0.5](https://github.com/truecharts/apps/compare/prometheus-0.0.4...prometheus-0.0.5) (2021-11-22) diff --git a/docs/apps/incubator/prometheus/helm-values.md b/docs/apps/incubator/prometheus/helm-values.md index 8512cf371a8..02ec255ae94 100644 --- a/docs/apps/incubator/prometheus/helm-values.md +++ b/docs/apps/incubator/prometheus/helm-values.md @@ -77,16 +77,6 @@ You will, however, be able to use all values referenced in the common chart here | alertmanager.retention | string | `"120h"` | | | alertmanager.routePrefix | string | `"/"` | | | alertmanager.secrets | list | `[]` | | -| alertmanager.service.annotations | object | `{}` | | -| alertmanager.service.clusterIP | string | `""` | | -| alertmanager.service.externalTrafficPolicy | string | `"Cluster"` | | -| alertmanager.service.healthCheckNodePort | string | `""` | | -| alertmanager.service.loadBalancerIP | string | `""` | | -| alertmanager.service.loadBalancerSourceRanges | list | `[]` | | -| alertmanager.service.nodePort | string | `""` | | -| alertmanager.service.port | int | `9093` | | -| alertmanager.service.stickySessions | string | `""` | | -| alertmanager.service.type | string | `"ClusterIP"` | | | alertmanager.serviceAccount.create | bool | `true` | | | alertmanager.serviceAccount.name | string | `""` | | | alertmanager.serviceMonitor.enabled | bool | `true` | | diff --git a/docs/apps/incubator/prometheus/index.md b/docs/apps/incubator/prometheus/index.md index 8a8a61ec237..f63917fbb91 100644 --- a/docs/apps/incubator/prometheus/index.md +++ b/docs/apps/incubator/prometheus/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.0 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/incubator/tdarr-node/CHANGELOG.md b/docs/apps/incubator/tdarr-node/CHANGELOG.md index 755b164777d..069458fac5f 100644 --- a/docs/apps/incubator/tdarr-node/CHANGELOG.md +++ b/docs/apps/incubator/tdarr-node/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [tdarr-node-1.0.11](https://github.com/truecharts/apps/compare/tdarr-node-1.0.10...tdarr-node-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [tdarr-node-1.0.10](https://github.com/truecharts/apps/compare/tdarr-node-1.0.9...tdarr-node-1.0.10) (2021-11-16) diff --git a/docs/apps/incubator/tdarr-node/helm-values.md b/docs/apps/incubator/tdarr-node/helm-values.md index 6b39855e85b..4139aa87de6 100644 --- a/docs/apps/incubator/tdarr-node/helm-values.md +++ b/docs/apps/incubator/tdarr-node/helm-values.md @@ -29,7 +29,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `8267` | | | service.main.ports.main.targetPort | int | `8267` | | diff --git a/docs/apps/incubator/tdarr-node/index.md b/docs/apps/incubator/tdarr-node/index.md index 1e8d4da62aa..d1a57fbea13 100644 --- a/docs/apps/incubator/tdarr-node/index.md +++ b/docs/apps/incubator/tdarr-node/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/incubator/tdarr/CHANGELOG.md b/docs/apps/incubator/tdarr/CHANGELOG.md index 5e04731750b..90c82162bef 100644 --- a/docs/apps/incubator/tdarr/CHANGELOG.md +++ b/docs/apps/incubator/tdarr/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [tdarr-1.0.11](https://github.com/truecharts/apps/compare/tdarr-node-1.0.10...tdarr-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [tdarr-1.0.10](https://github.com/truecharts/apps/compare/tdarr-node-1.0.9...tdarr-1.0.10) (2021-11-16) diff --git a/docs/apps/incubator/tdarr/helm-values.md b/docs/apps/incubator/tdarr/helm-values.md index b99d4b10a45..6174714e868 100644 --- a/docs/apps/incubator/tdarr/helm-values.md +++ b/docs/apps/incubator/tdarr/helm-values.md @@ -29,9 +29,10 @@ You will, however, be able to use all values referenced in the common chart here | 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.enabled | bool | `true` | | | service.main.ports.main.port | int | `8265` | | | service.main.ports.main.targetPort | int | `8265` | | diff --git a/docs/apps/incubator/tdarr/index.md b/docs/apps/incubator/tdarr/index.md index 1a64da7862d..d9add70fcb5 100644 --- a/docs/apps/incubator/tdarr/index.md +++ b/docs/apps/incubator/tdarr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/airsonic/CHANGELOG.md b/docs/apps/stable/airsonic/CHANGELOG.md index 84d81dcd694..ec894a927cf 100644 --- a/docs/apps/stable/airsonic/CHANGELOG.md +++ b/docs/apps/stable/airsonic/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [airsonic-4.0.13](https://github.com/truecharts/apps/compare/airsonic-4.0.12...airsonic-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [airsonic-4.0.12](https://github.com/truecharts/apps/compare/airsonic-4.0.11...airsonic-4.0.12) (2021-11-16) diff --git a/docs/apps/stable/airsonic/index.md b/docs/apps/stable/airsonic/index.md index f4fa4c3f7fb..0d41c9369ec 100644 --- a/docs/apps/stable/airsonic/index.md +++ b/docs/apps/stable/airsonic/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/amcrest2mqtt/CHANGELOG.md b/docs/apps/stable/amcrest2mqtt/CHANGELOG.md index 7017b9c67bd..54b9889b603 100644 --- a/docs/apps/stable/amcrest2mqtt/CHANGELOG.md +++ b/docs/apps/stable/amcrest2mqtt/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [amcrest2mqtt-2.0.13](https://github.com/truecharts/apps/compare/amcrest2mqtt-2.0.12...amcrest2mqtt-2.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [amcrest2mqtt-2.0.12](https://github.com/truecharts/apps/compare/amcrest2mqtt-2.0.11...amcrest2mqtt-2.0.12) (2021-11-16) diff --git a/docs/apps/stable/amcrest2mqtt/index.md b/docs/apps/stable/amcrest2mqtt/index.md index a5074ee1fc4..f87b52158bf 100644 --- a/docs/apps/stable/amcrest2mqtt/index.md +++ b/docs/apps/stable/amcrest2mqtt/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/apache-musicindex/CHANGELOG.md b/docs/apps/stable/apache-musicindex/CHANGELOG.md index cf30cb073cc..dd92b259bee 100644 --- a/docs/apps/stable/apache-musicindex/CHANGELOG.md +++ b/docs/apps/stable/apache-musicindex/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [apache-musicindex-2.0.11](https://github.com/truecharts/apps/compare/apache-musicindex-2.0.10...apache-musicindex-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [apache-musicindex-2.0.10](https://github.com/truecharts/apps/compare/apache-musicindex-2.0.9...apache-musicindex-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/apache-musicindex/index.md b/docs/apps/stable/apache-musicindex/index.md index b13472b10cf..f630581a9f3 100644 --- a/docs/apps/stable/apache-musicindex/index.md +++ b/docs/apps/stable/apache-musicindex/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/appdaemon/CHANGELOG.md b/docs/apps/stable/appdaemon/CHANGELOG.md index 1c9b19f081c..c296d54bab0 100644 --- a/docs/apps/stable/appdaemon/CHANGELOG.md +++ b/docs/apps/stable/appdaemon/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [appdaemon-6.0.11](https://github.com/truecharts/apps/compare/appdaemon-6.0.10...appdaemon-6.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [appdaemon-6.0.10](https://github.com/truecharts/apps/compare/appdaemon-6.0.9...appdaemon-6.0.10) (2021-11-16) diff --git a/docs/apps/stable/appdaemon/helm-values.md b/docs/apps/stable/appdaemon/helm-values.md index d449c07f936..0e8fbf4bd6e 100644 --- a/docs/apps/stable/appdaemon/helm-values.md +++ b/docs/apps/stable/appdaemon/helm-values.md @@ -30,8 +30,6 @@ You will, however, be able to use all values referenced in the common chart here | service.tcp.enabled | bool | `true` | | | service.tcp.ports.tcp.enabled | bool | `true` | | | service.tcp.ports.tcp.port | int | `51050` | | -| service.tcp.ports.tcp.protocol | string | `"TCP"` | | | service.tcp.ports.tcp.targetPort | int | `51050` | | -| service.tcp.type | string | `"ClusterIP"` | | All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/stable/appdaemon/index.md b/docs/apps/stable/appdaemon/index.md index 8ae6b207368..19752aabbda 100644 --- a/docs/apps/stable/appdaemon/index.md +++ b/docs/apps/stable/appdaemon/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/aria2/CHANGELOG.md b/docs/apps/stable/aria2/CHANGELOG.md index b37201ae593..4f217e71c5b 100644 --- a/docs/apps/stable/aria2/CHANGELOG.md +++ b/docs/apps/stable/aria2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [aria2-2.0.11](https://github.com/truecharts/apps/compare/aria2-2.0.10...aria2-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [aria2-2.0.10](https://github.com/truecharts/apps/compare/aria2-2.0.9...aria2-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/aria2/helm-values.md b/docs/apps/stable/aria2/helm-values.md index c6ed68a1b6f..78cc66bf93e 100644 --- a/docs/apps/stable/aria2/helm-values.md +++ b/docs/apps/stable/aria2/helm-values.md @@ -30,7 +30,6 @@ You will, however, be able to use all values referenced in the common chart here | 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.enabled | bool | `true` | | | service.main.ports.main.port | int | `6800` | | | service.main.ports.main.targetPort | int | `6800` | | diff --git a/docs/apps/stable/aria2/index.md b/docs/apps/stable/aria2/index.md index 84e1ae9d429..4f3a26cf3c5 100644 --- a/docs/apps/stable/aria2/index.md +++ b/docs/apps/stable/aria2/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/audacity/CHANGELOG.md b/docs/apps/stable/audacity/CHANGELOG.md index 8ec51fe2986..8b2e1d4e90a 100644 --- a/docs/apps/stable/audacity/CHANGELOG.md +++ b/docs/apps/stable/audacity/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [audacity-2.0.11](https://github.com/truecharts/apps/compare/audacity-2.0.10...audacity-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [audacity-2.0.10](https://github.com/truecharts/apps/compare/audacity-2.0.9...audacity-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/audacity/index.md b/docs/apps/stable/audacity/index.md index f3f3bff631a..731020572ec 100644 --- a/docs/apps/stable/audacity/index.md +++ b/docs/apps/stable/audacity/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/authelia/CHANGELOG.md b/docs/apps/stable/authelia/CHANGELOG.md index c6cd885ccbc..ab9f9bf2613 100644 --- a/docs/apps/stable/authelia/CHANGELOG.md +++ b/docs/apps/stable/authelia/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [authelia-8.0.3](https://github.com/truecharts/apps/compare/authelia-8.0.2...authelia-8.0.3) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [authelia-8.0.2](https://github.com/truecharts/apps/compare/authelia-8.0.1...authelia-8.0.2) (2021-11-16) diff --git a/docs/apps/stable/authelia/index.md b/docs/apps/stable/authelia/index.md index 95036ab36e1..fb24c684098 100644 --- a/docs/apps/stable/authelia/index.md +++ b/docs/apps/stable/authelia/index.md @@ -18,9 +18,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org/ | redis | 1.0.7 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org/ | redis | 1.0.11 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/babybuddy/CHANGELOG.md b/docs/apps/stable/babybuddy/CHANGELOG.md index 08722e4b278..33b62556947 100644 --- a/docs/apps/stable/babybuddy/CHANGELOG.md +++ b/docs/apps/stable/babybuddy/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [babybuddy-5.0.3](https://github.com/truecharts/apps/compare/babybuddy-5.0.2...babybuddy-5.0.3) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [babybuddy-5.0.2](https://github.com/truecharts/apps/compare/babybuddy-5.0.1...babybuddy-5.0.2) (2021-11-22) diff --git a/docs/apps/stable/babybuddy/index.md b/docs/apps/stable/babybuddy/index.md index 0e1c2e1e49e..2832349e099 100644 --- a/docs/apps/stable/babybuddy/index.md +++ b/docs/apps/stable/babybuddy/index.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/bazarr/CHANGELOG.md b/docs/apps/stable/bazarr/CHANGELOG.md index 8b638a37558..872a971c2e6 100644 --- a/docs/apps/stable/bazarr/CHANGELOG.md +++ b/docs/apps/stable/bazarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [bazarr-9.0.13](https://github.com/truecharts/apps/compare/bazarr-9.0.12...bazarr-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [bazarr-9.0.12](https://github.com/truecharts/apps/compare/bazarr-9.0.11...bazarr-9.0.12) (2021-11-22) diff --git a/docs/apps/stable/bazarr/index.md b/docs/apps/stable/bazarr/index.md index c281ea9549c..42c9c372e49 100644 --- a/docs/apps/stable/bazarr/index.md +++ b/docs/apps/stable/bazarr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/beets/CHANGELOG.md b/docs/apps/stable/beets/CHANGELOG.md index 4eca2873952..84498822187 100644 --- a/docs/apps/stable/beets/CHANGELOG.md +++ b/docs/apps/stable/beets/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [beets-2.0.13](https://github.com/truecharts/apps/compare/beets-2.0.12...beets-2.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [beets-2.0.12](https://github.com/truecharts/apps/compare/beets-2.0.11...beets-2.0.12) (2021-11-18) diff --git a/docs/apps/stable/beets/index.md b/docs/apps/stable/beets/index.md index c3847a087bf..e6865444b12 100644 --- a/docs/apps/stable/beets/index.md +++ b/docs/apps/stable/beets/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/booksonic-air/CHANGELOG.md b/docs/apps/stable/booksonic-air/CHANGELOG.md index 3454e0612c6..e4f1f287088 100644 --- a/docs/apps/stable/booksonic-air/CHANGELOG.md +++ b/docs/apps/stable/booksonic-air/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [booksonic-air-4.0.12](https://github.com/truecharts/apps/compare/booksonic-air-4.0.11...booksonic-air-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [booksonic-air-4.0.11](https://github.com/truecharts/apps/compare/booksonic-air-4.0.10...booksonic-air-4.0.11) (2021-11-16) diff --git a/docs/apps/stable/booksonic-air/index.md b/docs/apps/stable/booksonic-air/index.md index d6f85be0fbf..0053e6769e1 100644 --- a/docs/apps/stable/booksonic-air/index.md +++ b/docs/apps/stable/booksonic-air/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/calibre-web/CHANGELOG.md b/docs/apps/stable/calibre-web/CHANGELOG.md index 208bc21c7a0..75298e64a12 100644 --- a/docs/apps/stable/calibre-web/CHANGELOG.md +++ b/docs/apps/stable/calibre-web/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [calibre-web-9.0.11](https://github.com/truecharts/apps/compare/calibre-web-9.0.10...calibre-web-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [calibre-web-9.0.10](https://github.com/truecharts/apps/compare/calibre-web-9.0.9...calibre-web-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/calibre-web/index.md b/docs/apps/stable/calibre-web/index.md index 6b5b563db4e..ac3c10deac1 100644 --- a/docs/apps/stable/calibre-web/index.md +++ b/docs/apps/stable/calibre-web/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/calibre/CHANGELOG.md b/docs/apps/stable/calibre/CHANGELOG.md index 2dba0ffc873..53cc692a48f 100644 --- a/docs/apps/stable/calibre/CHANGELOG.md +++ b/docs/apps/stable/calibre/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [calibre-4.0.12](https://github.com/truecharts/apps/compare/calibre-4.0.11...calibre-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [calibre-4.0.11](https://github.com/truecharts/apps/compare/calibre-web-9.0.9...calibre-4.0.11) (2021-11-16) diff --git a/docs/apps/stable/calibre/index.md b/docs/apps/stable/calibre/index.md index bd320b71d81..8b738627511 100644 --- a/docs/apps/stable/calibre/index.md +++ b/docs/apps/stable/calibre/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/cloud9/CHANGELOG.md b/docs/apps/stable/cloud9/CHANGELOG.md index 5449a362543..87fec90332f 100644 --- a/docs/apps/stable/cloud9/CHANGELOG.md +++ b/docs/apps/stable/cloud9/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [cloud9-2.0.14](https://github.com/truecharts/apps/compare/cloud9-2.0.13...cloud9-2.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [cloud9-2.0.13](https://github.com/truecharts/apps/compare/cloud9-2.0.12...cloud9-2.0.13) (2021-11-18) diff --git a/docs/apps/stable/cloud9/index.md b/docs/apps/stable/cloud9/index.md index 4735cf77bd1..5b0b20b6f44 100644 --- a/docs/apps/stable/cloud9/index.md +++ b/docs/apps/stable/cloud9/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/code-server/CHANGELOG.md b/docs/apps/stable/code-server/CHANGELOG.md index c75071f2957..f1fc8defce6 100644 --- a/docs/apps/stable/code-server/CHANGELOG.md +++ b/docs/apps/stable/code-server/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [code-server-2.0.11](https://github.com/truecharts/apps/compare/code-server-2.0.10...code-server-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [code-server-2.0.10](https://github.com/truecharts/apps/compare/code-server-2.0.9...code-server-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/code-server/index.md b/docs/apps/stable/code-server/index.md index e9ca4b38fdc..0820aecb66c 100644 --- a/docs/apps/stable/code-server/index.md +++ b/docs/apps/stable/code-server/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/collabora-online/CHANGELOG.md b/docs/apps/stable/collabora-online/CHANGELOG.md index 70bec2fc6e4..2bf87ad047f 100644 --- a/docs/apps/stable/collabora-online/CHANGELOG.md +++ b/docs/apps/stable/collabora-online/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [collabora-online-9.0.12](https://github.com/truecharts/apps/compare/collabora-online-9.0.11...collabora-online-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [collabora-online-9.0.11](https://github.com/truecharts/apps/compare/collabora-online-9.0.10...collabora-online-9.0.11) (2021-11-16) diff --git a/docs/apps/stable/collabora-online/index.md b/docs/apps/stable/collabora-online/index.md index d4bc52e66db..90362b42bbb 100644 --- a/docs/apps/stable/collabora-online/index.md +++ b/docs/apps/stable/collabora-online/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/cryptofolio/CHANGELOG.md b/docs/apps/stable/cryptofolio/CHANGELOG.md index 8171d61fa31..0fa741560e1 100644 --- a/docs/apps/stable/cryptofolio/CHANGELOG.md +++ b/docs/apps/stable/cryptofolio/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [cryptofolio-2.0.11](https://github.com/truecharts/apps/compare/cryptofolio-2.0.10...cryptofolio-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [cryptofolio-2.0.10](https://github.com/truecharts/apps/compare/cryptofolio-2.0.9...cryptofolio-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/cryptofolio/index.md b/docs/apps/stable/cryptofolio/index.md index da84ebfacfb..3f52f02e329 100644 --- a/docs/apps/stable/cryptofolio/index.md +++ b/docs/apps/stable/cryptofolio/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/custom-app/CHANGELOG.md b/docs/apps/stable/custom-app/CHANGELOG.md index f187c42b740..a64e6d12fae 100644 --- a/docs/apps/stable/custom-app/CHANGELOG.md +++ b/docs/apps/stable/custom-app/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [custom-app-3.0.19](https://github.com/truecharts/apps/compare/custom-app-3.0.18...custom-app-3.0.19) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [custom-app-3.0.18](https://github.com/truecharts/apps/compare/custom-app-3.0.17...custom-app-3.0.18) (2021-11-22) diff --git a/docs/apps/stable/custom-app/index.md b/docs/apps/stable/custom-app/index.md index 2c54bebb3e3..c2e53dc0c61 100644 --- a/docs/apps/stable/custom-app/index.md +++ b/docs/apps/stable/custom-app/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/davos/CHANGELOG.md b/docs/apps/stable/davos/CHANGELOG.md index 26d2a5ef0c4..3f066eefae2 100644 --- a/docs/apps/stable/davos/CHANGELOG.md +++ b/docs/apps/stable/davos/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [davos-2.0.11](https://github.com/truecharts/apps/compare/davos-2.0.10...davos-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [davos-2.0.10](https://github.com/truecharts/apps/compare/davos-2.0.9...davos-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/davos/index.md b/docs/apps/stable/davos/index.md index 44523c6cfbf..d86092fb7a7 100644 --- a/docs/apps/stable/davos/index.md +++ b/docs/apps/stable/davos/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/deconz/CHANGELOG.md b/docs/apps/stable/deconz/CHANGELOG.md index 47461ac6982..303f675be4d 100644 --- a/docs/apps/stable/deconz/CHANGELOG.md +++ b/docs/apps/stable/deconz/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [deconz-4.0.11](https://github.com/truecharts/apps/compare/deconz-4.0.10...deconz-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [deconz-4.0.10](https://github.com/truecharts/apps/compare/deconz-4.0.9...deconz-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/deconz/index.md b/docs/apps/stable/deconz/index.md index 8db6836f4d3..b1242637be2 100644 --- a/docs/apps/stable/deconz/index.md +++ b/docs/apps/stable/deconz/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/deepstack-cpu/CHANGELOG.md b/docs/apps/stable/deepstack-cpu/CHANGELOG.md index 92532f5e061..63c3c6380b4 100644 --- a/docs/apps/stable/deepstack-cpu/CHANGELOG.md +++ b/docs/apps/stable/deepstack-cpu/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [deepstack-cpu-7.0.11](https://github.com/truecharts/apps/compare/deepstack-cpu-7.0.10...deepstack-cpu-7.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [deepstack-cpu-7.0.10](https://github.com/truecharts/apps/compare/deepstack-cpu-7.0.9...deepstack-cpu-7.0.10) (2021-11-16) diff --git a/docs/apps/stable/deepstack-cpu/helm-values.md b/docs/apps/stable/deepstack-cpu/helm-values.md index ba4778e8589..8fd76881e4c 100644 --- a/docs/apps/stable/deepstack-cpu/helm-values.md +++ b/docs/apps/stable/deepstack-cpu/helm-values.md @@ -27,7 +27,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `5000` | | | service.main.ports.main.targetPort | int | `5000` | | diff --git a/docs/apps/stable/deepstack-cpu/index.md b/docs/apps/stable/deepstack-cpu/index.md index 1319b86587f..959fcf65c5c 100644 --- a/docs/apps/stable/deepstack-cpu/index.md +++ b/docs/apps/stable/deepstack-cpu/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/deepstack-gpu/CHANGELOG.md b/docs/apps/stable/deepstack-gpu/CHANGELOG.md index 134a270696b..3b0a2f68dc8 100644 --- a/docs/apps/stable/deepstack-gpu/CHANGELOG.md +++ b/docs/apps/stable/deepstack-gpu/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [deepstack-gpu-2.0.11](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.10...deepstack-gpu-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [deepstack-gpu-2.0.10](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.9...deepstack-gpu-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/deepstack-gpu/helm-values.md b/docs/apps/stable/deepstack-gpu/helm-values.md index cd0cba9c706..d66a037cbf9 100644 --- a/docs/apps/stable/deepstack-gpu/helm-values.md +++ b/docs/apps/stable/deepstack-gpu/helm-values.md @@ -27,7 +27,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `5000` | | | service.main.ports.main.targetPort | int | `5000` | | diff --git a/docs/apps/stable/deepstack-gpu/index.md b/docs/apps/stable/deepstack-gpu/index.md index 1319b86587f..959fcf65c5c 100644 --- a/docs/apps/stable/deepstack-gpu/index.md +++ b/docs/apps/stable/deepstack-gpu/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/deluge/CHANGELOG.md b/docs/apps/stable/deluge/CHANGELOG.md index 3ad6f88bf42..de3928930ab 100644 --- a/docs/apps/stable/deluge/CHANGELOG.md +++ b/docs/apps/stable/deluge/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [deluge-9.0.12](https://github.com/truecharts/apps/compare/deluge-9.0.11...deluge-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [deluge-9.0.11](https://github.com/truecharts/apps/compare/deluge-9.0.10...deluge-9.0.11) (2021-11-16) diff --git a/docs/apps/stable/deluge/helm-values.md b/docs/apps/stable/deluge/helm-values.md index 32e4fb004f6..c95126242e3 100644 --- a/docs/apps/stable/deluge/helm-values.md +++ b/docs/apps/stable/deluge/helm-values.md @@ -30,7 +30,6 @@ You will, however, be able to use all values referenced in the common chart here | service.torrent.enabled | bool | `true` | | | service.torrent.ports.tcp.enabled | bool | `true` | | | service.torrent.ports.tcp.port | int | `51413` | | -| service.torrent.ports.tcp.protocol | string | `"TCP"` | | | service.torrent.ports.tcp.targetPort | int | `51413` | | All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/stable/deluge/index.md b/docs/apps/stable/deluge/index.md index 8493fb5cbc7..c98d7f49268 100644 --- a/docs/apps/stable/deluge/index.md +++ b/docs/apps/stable/deluge/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/digikam/CHANGELOG.md b/docs/apps/stable/digikam/CHANGELOG.md index 1b4edb8eef6..52eaa52f181 100644 --- a/docs/apps/stable/digikam/CHANGELOG.md +++ b/docs/apps/stable/digikam/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [digikam-2.0.13](https://github.com/truecharts/apps/compare/digikam-2.0.12...digikam-2.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [digikam-2.0.12](https://github.com/truecharts/apps/compare/digikam-2.0.11...digikam-2.0.12) (2021-11-16) diff --git a/docs/apps/stable/digikam/index.md b/docs/apps/stable/digikam/index.md index da8b888d6fe..76e9dc30201 100644 --- a/docs/apps/stable/digikam/index.md +++ b/docs/apps/stable/digikam/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/dizquetv/CHANGELOG.md b/docs/apps/stable/dizquetv/CHANGELOG.md index 8247026c560..4f732c234b4 100644 --- a/docs/apps/stable/dizquetv/CHANGELOG.md +++ b/docs/apps/stable/dizquetv/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [dizquetv-4.0.11](https://github.com/truecharts/apps/compare/dizquetv-4.0.10...dizquetv-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [dizquetv-4.0.10](https://github.com/truecharts/apps/compare/dizquetv-4.0.9...dizquetv-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/dizquetv/index.md b/docs/apps/stable/dizquetv/index.md index f2e92943a47..f2488bf75b3 100644 --- a/docs/apps/stable/dizquetv/index.md +++ b/docs/apps/stable/dizquetv/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/doublecommander/CHANGELOG.md b/docs/apps/stable/doublecommander/CHANGELOG.md index b7df0991367..9209c8be167 100644 --- a/docs/apps/stable/doublecommander/CHANGELOG.md +++ b/docs/apps/stable/doublecommander/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [doublecommander-2.0.13](https://github.com/truecharts/apps/compare/doublecommander-2.0.12...doublecommander-2.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [doublecommander-2.0.12](https://github.com/truecharts/apps/compare/doublecommander-2.0.11...doublecommander-2.0.12) (2021-11-16) diff --git a/docs/apps/stable/doublecommander/index.md b/docs/apps/stable/doublecommander/index.md index 5fec1131e1d..ccd3e3a953d 100644 --- a/docs/apps/stable/doublecommander/index.md +++ b/docs/apps/stable/doublecommander/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/dsmr-reader/CHANGELOG.md b/docs/apps/stable/dsmr-reader/CHANGELOG.md index a62013fa6de..95d38c22931 100644 --- a/docs/apps/stable/dsmr-reader/CHANGELOG.md +++ b/docs/apps/stable/dsmr-reader/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [dsmr-reader-5.0.2](https://github.com/truecharts/apps/compare/dsmr-reader-5.0.1...dsmr-reader-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [dsmr-reader-5.0.1](https://github.com/truecharts/apps/compare/dsmr-reader-5.0.0...dsmr-reader-5.0.1) (2021-11-16) diff --git a/docs/apps/stable/dsmr-reader/index.md b/docs/apps/stable/dsmr-reader/index.md index 57c7a548a79..f9709564f46 100644 --- a/docs/apps/stable/dsmr-reader/index.md +++ b/docs/apps/stable/dsmr-reader/index.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/duplicati/CHANGELOG.md b/docs/apps/stable/duplicati/CHANGELOG.md index 459c03bd4ac..6f80e6f0fe7 100644 --- a/docs/apps/stable/duplicati/CHANGELOG.md +++ b/docs/apps/stable/duplicati/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [duplicati-4.0.11](https://github.com/truecharts/apps/compare/duplicati-4.0.10...duplicati-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [duplicati-4.0.10](https://github.com/truecharts/apps/compare/duplicati-4.0.9...duplicati-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/duplicati/index.md b/docs/apps/stable/duplicati/index.md index 10e9037b6f8..896d33a280f 100644 --- a/docs/apps/stable/duplicati/index.md +++ b/docs/apps/stable/duplicati/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/emby/CHANGELOG.md b/docs/apps/stable/emby/CHANGELOG.md index f347b8ab03e..671ad333239 100644 --- a/docs/apps/stable/emby/CHANGELOG.md +++ b/docs/apps/stable/emby/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog
+ +### [emby-9.0.11](https://github.com/truecharts/apps/compare/emby-9.0.10...emby-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) +* update container image ghcr.io/k8s-at-home/emby to v4.6.5.0 ([#1344](https://github.com/truecharts/apps/issues/1344)) + + + ### [emby-9.0.10](https://github.com/truecharts/apps/compare/emby-9.0.9...emby-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/emby/helm-values.md b/docs/apps/stable/emby/helm-values.md index 1a29616054e..4311102bd9e 100644 --- a/docs/apps/stable/emby/helm-values.md +++ b/docs/apps/stable/emby/helm-values.md @@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/emby"` | | -| image.tag | string | `"v4.6.4.0@sha256:3921a37cfd43abbc5be6fd6a2141488573c64f70d628b4a4731415713cbb12cd"` | | +| image.tag | string | `"v4.6.5.0@sha256:11b1f306d6309b60f16bf4292f9737c0a4a0020e93cfc1c0b36bc10b2680da40"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | diff --git a/docs/apps/stable/emby/index.md b/docs/apps/stable/emby/index.md index 0405c5d6b88..cf6032d97d4 100644 --- a/docs/apps/stable/emby/index.md +++ b/docs/apps/stable/emby/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/esphome/CHANGELOG.md b/docs/apps/stable/esphome/CHANGELOG.md index 760f1d88903..d77ebbf75a0 100644 --- a/docs/apps/stable/esphome/CHANGELOG.md +++ b/docs/apps/stable/esphome/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [esphome-9.0.13](https://github.com/truecharts/apps/compare/esphome-9.0.12...esphome-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [esphome-9.0.12](https://github.com/truecharts/apps/compare/esphome-9.0.11...esphome-9.0.12) (2021-11-18) diff --git a/docs/apps/stable/esphome/index.md b/docs/apps/stable/esphome/index.md index a94c0f4f5fb..1c3fc9985df 100644 --- a/docs/apps/stable/esphome/index.md +++ b/docs/apps/stable/esphome/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/etherpad/CHANGELOG.md b/docs/apps/stable/etherpad/CHANGELOG.md index 397bab63ffb..f9e9549317c 100644 --- a/docs/apps/stable/etherpad/CHANGELOG.md +++ b/docs/apps/stable/etherpad/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [etherpad-5.0.2](https://github.com/truecharts/apps/compare/etherpad-5.0.1...etherpad-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [etherpad-5.0.1](https://github.com/truecharts/apps/compare/etherpad-5.0.0...etherpad-5.0.1) (2021-11-16) diff --git a/docs/apps/stable/etherpad/index.md b/docs/apps/stable/etherpad/index.md index 065747e7932..ed45526f7df 100644 --- a/docs/apps/stable/etherpad/index.md +++ b/docs/apps/stable/etherpad/index.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/external-service/CHANGELOG.md b/docs/apps/stable/external-service/CHANGELOG.md index 6189a71f0cc..bc7ee8accdd 100644 --- a/docs/apps/stable/external-service/CHANGELOG.md +++ b/docs/apps/stable/external-service/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [external-service-4.0.11](https://github.com/truecharts/apps/compare/external-service-4.0.10...external-service-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [external-service-4.0.10](https://github.com/truecharts/apps/compare/external-service-4.0.9...external-service-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/external-service/helm-values.md b/docs/apps/stable/external-service/helm-values.md index d13702d541e..2838ed89486 100644 --- a/docs/apps/stable/external-service/helm-values.md +++ b/docs/apps/stable/external-service/helm-values.md @@ -15,7 +15,6 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/bs"` | | | image.tag | string | `"v0.66.6@sha256:666"` | | -| service.main.enabled | bool | `true` | | | service.main.externalIP | string | `"1.1.1.1"` | | | service.main.ports.main.Type | string | `"HTTPS"` | | | service.main.ports.main.port | int | `443` | | diff --git a/docs/apps/stable/external-service/index.md b/docs/apps/stable/external-service/index.md index 8251246cb0e..fab8a627083 100644 --- a/docs/apps/stable/external-service/index.md +++ b/docs/apps/stable/external-service/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/filezilla/CHANGELOG.md b/docs/apps/stable/filezilla/CHANGELOG.md index 0007eaf838e..54012a6823f 100644 --- a/docs/apps/stable/filezilla/CHANGELOG.md +++ b/docs/apps/stable/filezilla/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [filezilla-2.0.11](https://github.com/truecharts/apps/compare/filezilla-2.0.10...filezilla-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [filezilla-2.0.10](https://github.com/truecharts/apps/compare/filezilla-2.0.9...filezilla-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/filezilla/index.md b/docs/apps/stable/filezilla/index.md index 950f430b4a3..b6c8cedddaf 100644 --- a/docs/apps/stable/filezilla/index.md +++ b/docs/apps/stable/filezilla/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/fireflyiii/CHANGELOG.md b/docs/apps/stable/fireflyiii/CHANGELOG.md index d369ba433bb..55b5027c01d 100644 --- a/docs/apps/stable/fireflyiii/CHANGELOG.md +++ b/docs/apps/stable/fireflyiii/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [fireflyiii-13.0.2](https://github.com/truecharts/apps/compare/fireflyiii-13.0.1...fireflyiii-13.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [fireflyiii-13.0.1](https://github.com/truecharts/apps/compare/fireflyiii-13.0.0...fireflyiii-13.0.1) (2021-11-16) diff --git a/docs/apps/stable/fireflyiii/index.md b/docs/apps/stable/fireflyiii/index.md index 816f9ccc9c1..c779b0e0408 100644 --- a/docs/apps/stable/fireflyiii/index.md +++ b/docs/apps/stable/fireflyiii/index.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/firefox-syncserver/CHANGELOG.md b/docs/apps/stable/firefox-syncserver/CHANGELOG.md index f61d1803e79..4c7e43a96db 100644 --- a/docs/apps/stable/firefox-syncserver/CHANGELOG.md +++ b/docs/apps/stable/firefox-syncserver/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [firefox-syncserver-5.0.2](https://github.com/truecharts/apps/compare/firefox-syncserver-5.0.1...firefox-syncserver-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [firefox-syncserver-5.0.1](https://github.com/truecharts/apps/compare/firefox-syncserver-5.0.0...firefox-syncserver-5.0.1) (2021-11-16) diff --git a/docs/apps/stable/firefox-syncserver/index.md b/docs/apps/stable/firefox-syncserver/index.md index 4cd32eeb65f..25140d6481e 100644 --- a/docs/apps/stable/firefox-syncserver/index.md +++ b/docs/apps/stable/firefox-syncserver/index.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/flaresolverr/CHANGELOG.md b/docs/apps/stable/flaresolverr/CHANGELOG.md index b5f19cd249a..ca329c8e39c 100644 --- a/docs/apps/stable/flaresolverr/CHANGELOG.md +++ b/docs/apps/stable/flaresolverr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [flaresolverr-4.0.12](https://github.com/truecharts/apps/compare/flaresolverr-4.0.11...flaresolverr-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [flaresolverr-4.0.11](https://github.com/truecharts/apps/compare/flaresolverr-4.0.10...flaresolverr-4.0.11) (2021-11-16) diff --git a/docs/apps/stable/flaresolverr/index.md b/docs/apps/stable/flaresolverr/index.md index d266644f559..088ecdf21ef 100644 --- a/docs/apps/stable/flaresolverr/index.md +++ b/docs/apps/stable/flaresolverr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/flood/CHANGELOG.md b/docs/apps/stable/flood/CHANGELOG.md index 9ab547a999d..c0f956678bd 100644 --- a/docs/apps/stable/flood/CHANGELOG.md +++ b/docs/apps/stable/flood/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [flood-4.0.11](https://github.com/truecharts/apps/compare/flood-4.0.10...flood-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [flood-4.0.10](https://github.com/truecharts/apps/compare/flood-4.0.9...flood-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/flood/index.md b/docs/apps/stable/flood/index.md index c73f8a045f6..ca9e15cd16e 100644 --- a/docs/apps/stable/flood/index.md +++ b/docs/apps/stable/flood/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/focalboard/CHANGELOG.md b/docs/apps/stable/focalboard/CHANGELOG.md index d7e6f4c2e1b..0ebfe4bf8d5 100644 --- a/docs/apps/stable/focalboard/CHANGELOG.md +++ b/docs/apps/stable/focalboard/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [focalboard-4.0.11](https://github.com/truecharts/apps/compare/focalboard-4.0.10...focalboard-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [focalboard-4.0.10](https://github.com/truecharts/apps/compare/focalboard-4.0.9...focalboard-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/focalboard/index.md b/docs/apps/stable/focalboard/index.md index 84647272fe6..dfed5a20300 100644 --- a/docs/apps/stable/focalboard/index.md +++ b/docs/apps/stable/focalboard/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/fossil/CHANGELOG.md b/docs/apps/stable/fossil/CHANGELOG.md index c22029eec30..d3cc20fd193 100644 --- a/docs/apps/stable/fossil/CHANGELOG.md +++ b/docs/apps/stable/fossil/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [fossil-2.0.11](https://github.com/truecharts/apps/compare/fossil-2.0.10...fossil-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [fossil-2.0.10](https://github.com/truecharts/apps/compare/fossil-2.0.9...fossil-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/fossil/index.md b/docs/apps/stable/fossil/index.md index 642732079e7..aa9c10b9762 100644 --- a/docs/apps/stable/fossil/index.md +++ b/docs/apps/stable/fossil/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/freeradius/CHANGELOG.md b/docs/apps/stable/freeradius/CHANGELOG.md index b7d75db35f6..3bc247892ae 100644 --- a/docs/apps/stable/freeradius/CHANGELOG.md +++ b/docs/apps/stable/freeradius/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [freeradius-4.0.13](https://github.com/truecharts/apps/compare/freeradius-4.0.12...freeradius-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [freeradius-4.0.12](https://github.com/truecharts/apps/compare/freeradius-4.0.11...freeradius-4.0.12) (2021-11-16) diff --git a/docs/apps/stable/freeradius/index.md b/docs/apps/stable/freeradius/index.md index 90efa5d1fb1..a837745c9ff 100644 --- a/docs/apps/stable/freeradius/index.md +++ b/docs/apps/stable/freeradius/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/freshrss/CHANGELOG.md b/docs/apps/stable/freshrss/CHANGELOG.md index 3c28e23a3cc..659eab51a2a 100644 --- a/docs/apps/stable/freshrss/CHANGELOG.md +++ b/docs/apps/stable/freshrss/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [freshrss-9.0.13](https://github.com/truecharts/apps/compare/freshrss-9.0.12...freshrss-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [freshrss-9.0.12](https://github.com/truecharts/apps/compare/freshrss-9.0.11...freshrss-9.0.12) (2021-11-18) diff --git a/docs/apps/stable/freshrss/index.md b/docs/apps/stable/freshrss/index.md index a909e3f9924..75d3f87e5cf 100644 --- a/docs/apps/stable/freshrss/index.md +++ b/docs/apps/stable/freshrss/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/gaps/CHANGELOG.md b/docs/apps/stable/gaps/CHANGELOG.md index 1dbd0eb1a5d..2723b01768b 100644 --- a/docs/apps/stable/gaps/CHANGELOG.md +++ b/docs/apps/stable/gaps/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [gaps-9.0.11](https://github.com/truecharts/apps/compare/gaps-9.0.10...gaps-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [gaps-9.0.10](https://github.com/truecharts/apps/compare/gaps-9.0.9...gaps-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/gaps/index.md b/docs/apps/stable/gaps/index.md index 31281e3f5a5..10776417e3f 100644 --- a/docs/apps/stable/gaps/index.md +++ b/docs/apps/stable/gaps/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/gitea/CHANGELOG.md b/docs/apps/stable/gitea/CHANGELOG.md index 0b926f9f380..144bb6af836 100644 --- a/docs/apps/stable/gitea/CHANGELOG.md +++ b/docs/apps/stable/gitea/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [gitea-5.0.3](https://github.com/truecharts/apps/compare/gitea-5.0.2...gitea-5.0.3) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [gitea-5.0.2](https://github.com/truecharts/apps/compare/gitea-5.0.1...gitea-5.0.2) (2021-11-16) diff --git a/docs/apps/stable/gitea/index.md b/docs/apps/stable/gitea/index.md index 40a7924f9fe..7ea91d6377d 100644 --- a/docs/apps/stable/gitea/index.md +++ b/docs/apps/stable/gitea/index.md @@ -19,9 +19,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | memcached | 1.0.6 | -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | memcached | 1.0.10 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/golinks/CHANGELOG.md b/docs/apps/stable/golinks/CHANGELOG.md index a38ba6687ba..969c99bd395 100644 --- a/docs/apps/stable/golinks/CHANGELOG.md +++ b/docs/apps/stable/golinks/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [golinks-2.0.11](https://github.com/truecharts/apps/compare/golinks-2.0.10...golinks-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [golinks-2.0.10](https://github.com/truecharts/apps/compare/golinks-2.0.9...golinks-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/golinks/index.md b/docs/apps/stable/golinks/index.md index 0d1b87772b2..53cabb8ab00 100644 --- a/docs/apps/stable/golinks/index.md +++ b/docs/apps/stable/golinks/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/gonic/CHANGELOG.md b/docs/apps/stable/gonic/CHANGELOG.md index 1452378a5ff..e8c92dd747b 100644 --- a/docs/apps/stable/gonic/CHANGELOG.md +++ b/docs/apps/stable/gonic/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [gonic-4.0.11](https://github.com/truecharts/apps/compare/gonic-4.0.10...gonic-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [gonic-4.0.10](https://github.com/truecharts/apps/compare/gonic-4.0.9...gonic-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/gonic/index.md b/docs/apps/stable/gonic/index.md index 489ef7f2390..78ef40ae546 100644 --- a/docs/apps/stable/gonic/index.md +++ b/docs/apps/stable/gonic/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/gotify/CHANGELOG.md b/docs/apps/stable/gotify/CHANGELOG.md index 48e40b2a656..3c04f510c91 100644 --- a/docs/apps/stable/gotify/CHANGELOG.md +++ b/docs/apps/stable/gotify/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [gotify-5.0.2](https://github.com/truecharts/apps/compare/gotify-5.0.1...gotify-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [gotify-5.0.1](https://github.com/truecharts/apps/compare/gotify-5.0.0...gotify-5.0.1) (2021-11-16) diff --git a/docs/apps/stable/gotify/index.md b/docs/apps/stable/gotify/index.md index 11f8955b44f..e8e736d5179 100644 --- a/docs/apps/stable/gotify/index.md +++ b/docs/apps/stable/gotify/index.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/grav/CHANGELOG.md b/docs/apps/stable/grav/CHANGELOG.md index a16f04993ee..b743b0340dd 100644 --- a/docs/apps/stable/grav/CHANGELOG.md +++ b/docs/apps/stable/grav/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [grav-2.0.11](https://github.com/truecharts/apps/compare/grav-2.0.10...grav-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [grav-2.0.10](https://github.com/truecharts/apps/compare/grav-2.0.9...grav-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/grav/index.md b/docs/apps/stable/grav/index.md index 49768887871..54536712a2e 100644 --- a/docs/apps/stable/grav/index.md +++ b/docs/apps/stable/grav/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/grocy/CHANGELOG.md b/docs/apps/stable/grocy/CHANGELOG.md index 535c963c8ce..b38faead305 100644 --- a/docs/apps/stable/grocy/CHANGELOG.md +++ b/docs/apps/stable/grocy/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [grocy-9.0.11](https://github.com/truecharts/apps/compare/grocy-9.0.10...grocy-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [grocy-9.0.10](https://github.com/truecharts/apps/compare/grocy-9.0.9...grocy-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/grocy/index.md b/docs/apps/stable/grocy/index.md index 76e5207dd2b..df4fe94aaf5 100644 --- a/docs/apps/stable/grocy/index.md +++ b/docs/apps/stable/grocy/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/handbrake/CHANGELOG.md b/docs/apps/stable/handbrake/CHANGELOG.md index f970b282801..67ae0a2311e 100644 --- a/docs/apps/stable/handbrake/CHANGELOG.md +++ b/docs/apps/stable/handbrake/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [handbrake-9.0.11](https://github.com/truecharts/apps/compare/handbrake-9.0.10...handbrake-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [handbrake-9.0.10](https://github.com/truecharts/apps/compare/handbrake-9.0.9...handbrake-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/handbrake/helm-values.md b/docs/apps/stable/handbrake/helm-values.md index e7a7ddf28d1..4a1799b3622 100644 --- a/docs/apps/stable/handbrake/helm-values.md +++ b/docs/apps/stable/handbrake/helm-values.md @@ -39,6 +39,5 @@ You will, however, be able to use all values referenced in the common chart here | service.vnc.ports.vnc.port | int | `5900` | | | service.vnc.ports.vnc.protocol | string | `"TCP"` | | | service.vnc.ports.vnc.targetPort | int | `5900` | | -| service.vnc.type | string | `"ClusterIP"` | | All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/stable/handbrake/index.md b/docs/apps/stable/handbrake/index.md index 469ee889588..090b21d7cfd 100644 --- a/docs/apps/stable/handbrake/index.md +++ b/docs/apps/stable/handbrake/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/haste-server/CHANGELOG.md b/docs/apps/stable/haste-server/CHANGELOG.md index 1481359db9e..613cf1bd1b9 100644 --- a/docs/apps/stable/haste-server/CHANGELOG.md +++ b/docs/apps/stable/haste-server/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [haste-server-4.0.11](https://github.com/truecharts/apps/compare/haste-server-4.0.10...haste-server-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [haste-server-4.0.10](https://github.com/truecharts/apps/compare/haste-server-4.0.9...haste-server-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/haste-server/index.md b/docs/apps/stable/haste-server/index.md index 932945bcbba..c9d97fd9b39 100644 --- a/docs/apps/stable/haste-server/index.md +++ b/docs/apps/stable/haste-server/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/headphones/CHANGELOG.md b/docs/apps/stable/headphones/CHANGELOG.md index 3001dbf569f..92828449bfa 100644 --- a/docs/apps/stable/headphones/CHANGELOG.md +++ b/docs/apps/stable/headphones/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [headphones-2.0.11](https://github.com/truecharts/apps/compare/headphones-2.0.10...headphones-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [headphones-2.0.10](https://github.com/truecharts/apps/compare/headphones-2.0.9...headphones-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/headphones/index.md b/docs/apps/stable/headphones/index.md index 187bd3d34c0..25b18da245f 100644 --- a/docs/apps/stable/headphones/index.md +++ b/docs/apps/stable/headphones/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/healthchecks/CHANGELOG.md b/docs/apps/stable/healthchecks/CHANGELOG.md index 6857f02baba..5572325695e 100644 --- a/docs/apps/stable/healthchecks/CHANGELOG.md +++ b/docs/apps/stable/healthchecks/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [healthchecks-4.0.11](https://github.com/truecharts/apps/compare/healthchecks-4.0.10...healthchecks-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [healthchecks-4.0.10](https://github.com/truecharts/apps/compare/healthchecks-4.0.9...healthchecks-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/healthchecks/index.md b/docs/apps/stable/healthchecks/index.md index 040a16caaef..817103a3977 100644 --- a/docs/apps/stable/healthchecks/index.md +++ b/docs/apps/stable/healthchecks/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/heimdall/CHANGELOG.md b/docs/apps/stable/heimdall/CHANGELOG.md index 825699e2384..d8f86a40634 100644 --- a/docs/apps/stable/heimdall/CHANGELOG.md +++ b/docs/apps/stable/heimdall/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [heimdall-9.0.14](https://github.com/truecharts/apps/compare/heimdall-9.0.13...heimdall-9.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [heimdall-9.0.13](https://github.com/truecharts/apps/compare/heimdall-9.0.12...heimdall-9.0.13) (2021-11-22) diff --git a/docs/apps/stable/heimdall/index.md b/docs/apps/stable/heimdall/index.md index ecebe979125..3a73891516d 100644 --- a/docs/apps/stable/heimdall/index.md +++ b/docs/apps/stable/heimdall/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/home-assistant/CHANGELOG.md b/docs/apps/stable/home-assistant/CHANGELOG.md index cee27fff09d..3a0625a2e2d 100644 --- a/docs/apps/stable/home-assistant/CHANGELOG.md +++ b/docs/apps/stable/home-assistant/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [home-assistant-12.0.4](https://github.com/truecharts/apps/compare/home-assistant-12.0.3...home-assistant-12.0.4) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [home-assistant-12.0.3](https://github.com/truecharts/apps/compare/home-assistant-12.0.2...home-assistant-12.0.3) (2021-11-22) diff --git a/docs/apps/stable/home-assistant/index.md b/docs/apps/stable/home-assistant/index.md index bec031e0636..ed600bf7b95 100644 --- a/docs/apps/stable/home-assistant/index.md +++ b/docs/apps/stable/home-assistant/index.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/hyperion-ng/CHANGELOG.md b/docs/apps/stable/hyperion-ng/CHANGELOG.md index a8f0c6147f3..4c40ed3ac20 100644 --- a/docs/apps/stable/hyperion-ng/CHANGELOG.md +++ b/docs/apps/stable/hyperion-ng/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [hyperion-ng-4.0.11](https://github.com/truecharts/apps/compare/hyperion-ng-4.0.10...hyperion-ng-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [hyperion-ng-4.0.10](https://github.com/truecharts/apps/compare/hyperion-ng-4.0.9...hyperion-ng-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/hyperion-ng/index.md b/docs/apps/stable/hyperion-ng/index.md index aea9a14ec27..833dea547a5 100644 --- a/docs/apps/stable/hyperion-ng/index.md +++ b/docs/apps/stable/hyperion-ng/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/icantbelieveitsnotvaletudo/CHANGELOG.md b/docs/apps/stable/icantbelieveitsnotvaletudo/CHANGELOG.md index 55c7dafd1e8..599ca46ef2a 100644 --- a/docs/apps/stable/icantbelieveitsnotvaletudo/CHANGELOG.md +++ b/docs/apps/stable/icantbelieveitsnotvaletudo/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [icantbelieveitsnotvaletudo-2.0.11](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-2.0.10...icantbelieveitsnotvaletudo-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [icantbelieveitsnotvaletudo-2.0.10](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-2.0.9...icantbelieveitsnotvaletudo-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/icantbelieveitsnotvaletudo/index.md b/docs/apps/stable/icantbelieveitsnotvaletudo/index.md index a66476a23a4..d89a9e1dcce 100644 --- a/docs/apps/stable/icantbelieveitsnotvaletudo/index.md +++ b/docs/apps/stable/icantbelieveitsnotvaletudo/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/jackett/CHANGELOG.md b/docs/apps/stable/jackett/CHANGELOG.md index 756f1fdf000..b995aa55d4b 100644 --- a/docs/apps/stable/jackett/CHANGELOG.md +++ b/docs/apps/stable/jackett/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jackett-9.0.22](https://github.com/truecharts/apps/compare/jackett-9.0.21...jackett-9.0.22) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [jackett-9.0.21](https://github.com/truecharts/apps/compare/jackett-9.0.20...jackett-9.0.21) (2021-11-22) diff --git a/docs/apps/stable/jackett/index.md b/docs/apps/stable/jackett/index.md index 07ab1bbb9b4..368bda0310e 100644 --- a/docs/apps/stable/jackett/index.md +++ b/docs/apps/stable/jackett/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/jdownloader2/CHANGELOG.md b/docs/apps/stable/jdownloader2/CHANGELOG.md index 0d3f5650573..8c0936615ea 100644 --- a/docs/apps/stable/jdownloader2/CHANGELOG.md +++ b/docs/apps/stable/jdownloader2/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jdownloader2-4.0.12](https://github.com/truecharts/apps/compare/jdownloader2-4.0.11...jdownloader2-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [jdownloader2-4.0.11](https://github.com/truecharts/apps/compare/jdownloader2-4.0.10...jdownloader2-4.0.11) (2021-11-16) diff --git a/docs/apps/stable/jdownloader2/index.md b/docs/apps/stable/jdownloader2/index.md index 3ad3d95f243..883232b492d 100644 --- a/docs/apps/stable/jdownloader2/index.md +++ b/docs/apps/stable/jdownloader2/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/jellyfin/CHANGELOG.md b/docs/apps/stable/jellyfin/CHANGELOG.md index 1e48661325f..63974df8656 100644 --- a/docs/apps/stable/jellyfin/CHANGELOG.md +++ b/docs/apps/stable/jellyfin/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jellyfin-9.0.11](https://github.com/truecharts/apps/compare/jellyfin-9.0.10...jellyfin-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [jellyfin-9.0.10](https://github.com/truecharts/apps/compare/jellyfin-9.0.9...jellyfin-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/jellyfin/index.md b/docs/apps/stable/jellyfin/index.md index 89873411d81..bfe4926ac6e 100644 --- a/docs/apps/stable/jellyfin/index.md +++ b/docs/apps/stable/jellyfin/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/joplin-server/CHANGELOG.md b/docs/apps/stable/joplin-server/CHANGELOG.md index 92860e0686d..f339f396d78 100644 --- a/docs/apps/stable/joplin-server/CHANGELOG.md +++ b/docs/apps/stable/joplin-server/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [joplin-server-5.0.2](https://github.com/truecharts/apps/compare/joplin-server-5.0.1...joplin-server-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [joplin-server-5.0.1](https://github.com/truecharts/apps/compare/joplin-server-5.0.0...joplin-server-5.0.1) (2021-11-16) diff --git a/docs/apps/stable/joplin-server/index.md b/docs/apps/stable/joplin-server/index.md index 4c3debcc6da..f574276ab8c 100644 --- a/docs/apps/stable/joplin-server/index.md +++ b/docs/apps/stable/joplin-server/index.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/kanboard/CHANGELOG.md b/docs/apps/stable/kanboard/CHANGELOG.md index 01887ac76c9..dcd6006b492 100644 --- a/docs/apps/stable/kanboard/CHANGELOG.md +++ b/docs/apps/stable/kanboard/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [kanboard-5.0.2](https://github.com/truecharts/apps/compare/kanboard-5.0.1...kanboard-5.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [kanboard-5.0.1](https://github.com/truecharts/apps/compare/kanboard-5.0.0...kanboard-5.0.1) (2021-11-16) diff --git a/docs/apps/stable/kanboard/index.md b/docs/apps/stable/kanboard/index.md index cf8b40700bb..a88a8092d45 100644 --- a/docs/apps/stable/kanboard/index.md +++ b/docs/apps/stable/kanboard/index.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/kms/CHANGELOG.md b/docs/apps/stable/kms/CHANGELOG.md index de09e8eca28..12b697a91d6 100644 --- a/docs/apps/stable/kms/CHANGELOG.md +++ b/docs/apps/stable/kms/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [kms-9.0.13](https://github.com/truecharts/apps/compare/kms-9.0.12...kms-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [kms-9.0.12](https://github.com/truecharts/apps/compare/kms-9.0.11...kms-9.0.12) (2021-11-16) diff --git a/docs/apps/stable/kms/helm-values.md b/docs/apps/stable/kms/helm-values.md index 4ec8810520c..14c81bc67f8 100644 --- a/docs/apps/stable/kms/helm-values.md +++ b/docs/apps/stable/kms/helm-values.md @@ -19,7 +19,6 @@ You will, however, be able to use all values referenced in the common chart here | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | | service.main.ports.main.port | int | `1688` | | -| service.main.ports.main.protocol | string | `"TCP"` | | | service.main.ports.main.targetPort | int | `1688` | | All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/stable/kms/index.md b/docs/apps/stable/kms/index.md index 612bc4ab6b9..020b3b2d5bd 100644 --- a/docs/apps/stable/kms/index.md +++ b/docs/apps/stable/kms/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/komga/CHANGELOG.md b/docs/apps/stable/komga/CHANGELOG.md index 9f40e6acbc5..e8493af08fd 100644 --- a/docs/apps/stable/komga/CHANGELOG.md +++ b/docs/apps/stable/komga/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [komga-4.0.14](https://github.com/truecharts/apps/compare/komga-4.0.13...komga-4.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [komga-4.0.13](https://github.com/truecharts/apps/compare/komga-4.0.12...komga-4.0.13) (2021-11-22) diff --git a/docs/apps/stable/komga/index.md b/docs/apps/stable/komga/index.md index 1c7db46a013..f2b16657e56 100644 --- a/docs/apps/stable/komga/index.md +++ b/docs/apps/stable/komga/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/lazylibrarian/CHANGELOG.md b/docs/apps/stable/lazylibrarian/CHANGELOG.md index 946ca2dd861..25756f732be 100644 --- a/docs/apps/stable/lazylibrarian/CHANGELOG.md +++ b/docs/apps/stable/lazylibrarian/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [lazylibrarian-9.0.13](https://github.com/truecharts/apps/compare/lazylibrarian-9.0.12...lazylibrarian-9.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [lazylibrarian-9.0.12](https://github.com/truecharts/apps/compare/lazylibrarian-9.0.11...lazylibrarian-9.0.12) (2021-11-16) diff --git a/docs/apps/stable/lazylibrarian/index.md b/docs/apps/stable/lazylibrarian/index.md index b26a8f0798e..b269fd2087e 100644 --- a/docs/apps/stable/lazylibrarian/index.md +++ b/docs/apps/stable/lazylibrarian/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/leaf2mqtt/CHANGELOG.md b/docs/apps/stable/leaf2mqtt/CHANGELOG.md index e2efbca38d3..02992524476 100644 --- a/docs/apps/stable/leaf2mqtt/CHANGELOG.md +++ b/docs/apps/stable/leaf2mqtt/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [leaf2mqtt-2.0.11](https://github.com/truecharts/apps/compare/leaf2mqtt-2.0.10...leaf2mqtt-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [leaf2mqtt-2.0.10](https://github.com/truecharts/apps/compare/leaf2mqtt-2.0.9...leaf2mqtt-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/leaf2mqtt/index.md b/docs/apps/stable/leaf2mqtt/index.md index a91517a3104..71a5a716349 100644 --- a/docs/apps/stable/leaf2mqtt/index.md +++ b/docs/apps/stable/leaf2mqtt/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/librespeed/CHANGELOG.md b/docs/apps/stable/librespeed/CHANGELOG.md index 2c82ca51656..9dfd384bf3b 100644 --- a/docs/apps/stable/librespeed/CHANGELOG.md +++ b/docs/apps/stable/librespeed/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [librespeed-4.0.13](https://github.com/truecharts/apps/compare/librespeed-4.0.12...librespeed-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [librespeed-4.0.12](https://github.com/truecharts/apps/compare/librespeed-4.0.11...librespeed-4.0.12) (2021-11-16) diff --git a/docs/apps/stable/librespeed/index.md b/docs/apps/stable/librespeed/index.md index 4313cee0ea2..3c1c514ca05 100644 --- a/docs/apps/stable/librespeed/index.md +++ b/docs/apps/stable/librespeed/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/lidarr/CHANGELOG.md b/docs/apps/stable/lidarr/CHANGELOG.md index db6578922bb..9dc2763866f 100644 --- a/docs/apps/stable/lidarr/CHANGELOG.md +++ b/docs/apps/stable/lidarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [lidarr-9.0.11](https://github.com/truecharts/apps/compare/lidarr-9.0.10...lidarr-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [lidarr-9.0.10](https://github.com/truecharts/apps/compare/lidarr-9.0.9...lidarr-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/lidarr/index.md b/docs/apps/stable/lidarr/index.md index 3eb6fc141eb..dc5f44b9673 100644 --- a/docs/apps/stable/lidarr/index.md +++ b/docs/apps/stable/lidarr/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/littlelink/CHANGELOG.md b/docs/apps/stable/littlelink/CHANGELOG.md index 521dafea2ea..f2587acd967 100644 --- a/docs/apps/stable/littlelink/CHANGELOG.md +++ b/docs/apps/stable/littlelink/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [littlelink-4.0.16](https://github.com/truecharts/apps/compare/littlelink-4.0.15...littlelink-4.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [littlelink-4.0.15](https://github.com/truecharts/apps/compare/littlelink-4.0.14...littlelink-4.0.15) (2021-11-22) diff --git a/docs/apps/stable/littlelink/index.md b/docs/apps/stable/littlelink/index.md index 2f8ec09bfec..dac593c007a 100644 --- a/docs/apps/stable/littlelink/index.md +++ b/docs/apps/stable/littlelink/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/logitech-media-server/CHANGELOG.md b/docs/apps/stable/logitech-media-server/CHANGELOG.md index 655f33081bc..da709835f38 100644 --- a/docs/apps/stable/logitech-media-server/CHANGELOG.md +++ b/docs/apps/stable/logitech-media-server/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [logitech-media-server-2.0.16](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.15...logitech-media-server-2.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [logitech-media-server-2.0.15](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.14...logitech-media-server-2.0.15) (2021-11-22) diff --git a/docs/apps/stable/logitech-media-server/index.md b/docs/apps/stable/logitech-media-server/index.md index b54d1c3daed..dabe89828b8 100644 --- a/docs/apps/stable/logitech-media-server/index.md +++ b/docs/apps/stable/logitech-media-server/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/lychee/CHANGELOG.md b/docs/apps/stable/lychee/CHANGELOG.md index 5def6231a5b..a406ad4b4dd 100644 --- a/docs/apps/stable/lychee/CHANGELOG.md +++ b/docs/apps/stable/lychee/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [lychee-9.0.11](https://github.com/truecharts/apps/compare/lychee-9.0.10...lychee-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [lychee-9.0.10](https://github.com/truecharts/apps/compare/lychee-9.0.9...lychee-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/lychee/index.md b/docs/apps/stable/lychee/index.md index 626a6568a60..91778f747ec 100644 --- a/docs/apps/stable/lychee/index.md +++ b/docs/apps/stable/lychee/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/mealie/CHANGELOG.md b/docs/apps/stable/mealie/CHANGELOG.md index a0f5b40906f..778a5746d99 100644 --- a/docs/apps/stable/mealie/CHANGELOG.md +++ b/docs/apps/stable/mealie/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [mealie-4.0.12](https://github.com/truecharts/apps/compare/mealie-4.0.11...mealie-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [mealie-4.0.11](https://github.com/truecharts/apps/compare/mealie-4.0.10...mealie-4.0.11) (2021-11-16) diff --git a/docs/apps/stable/mealie/index.md b/docs/apps/stable/mealie/index.md index b10479c4be2..6cf3b5e23fc 100644 --- a/docs/apps/stable/mealie/index.md +++ b/docs/apps/stable/mealie/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/medusa/CHANGELOG.md b/docs/apps/stable/medusa/CHANGELOG.md index ea1da95946c..6b82dd956fc 100644 --- a/docs/apps/stable/medusa/CHANGELOG.md +++ b/docs/apps/stable/medusa/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [medusa-1.0.13](https://github.com/truecharts/apps/compare/medusa-1.0.12...medusa-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [medusa-1.0.12](https://github.com/truecharts/apps/compare/medusa-1.0.11...medusa-1.0.12) (2021-11-22) diff --git a/docs/apps/stable/medusa/index.md b/docs/apps/stable/medusa/index.md index 7fa49b2ded6..f844cd979bd 100644 --- a/docs/apps/stable/medusa/index.md +++ b/docs/apps/stable/medusa/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/miniflux/CHANGELOG.md b/docs/apps/stable/miniflux/CHANGELOG.md index 87da7bc0cc4..42d832d9f4a 100644 --- a/docs/apps/stable/miniflux/CHANGELOG.md +++ b/docs/apps/stable/miniflux/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [miniflux-4.0.2](https://github.com/truecharts/apps/compare/miniflux-4.0.1...miniflux-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [miniflux-4.0.1](https://github.com/truecharts/apps/compare/miniflux-4.0.0...miniflux-4.0.1) (2021-11-16) diff --git a/docs/apps/stable/miniflux/index.md b/docs/apps/stable/miniflux/index.md index 79962c711c8..f1a12541efb 100644 --- a/docs/apps/stable/miniflux/index.md +++ b/docs/apps/stable/miniflux/index.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/minio-console/CHANGELOG.md b/docs/apps/stable/minio-console/CHANGELOG.md index 275becd4b1e..5cc5e621f38 100644 --- a/docs/apps/stable/minio-console/CHANGELOG.md +++ b/docs/apps/stable/minio-console/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [minio-console-1.0.13](https://github.com/truecharts/apps/compare/minio-console-1.0.12...minio-console-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [minio-console-1.0.12](https://github.com/truecharts/apps/compare/minio-console-1.0.11...minio-console-1.0.12) (2021-11-22) diff --git a/docs/apps/stable/minio-console/index.md b/docs/apps/stable/minio-console/index.md index daa7549b9ea..6b50070c083 100644 --- a/docs/apps/stable/minio-console/index.md +++ b/docs/apps/stable/minio-console/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/mosquitto/CHANGELOG.md b/docs/apps/stable/mosquitto/CHANGELOG.md index f973fc388ec..1ffbc434326 100644 --- a/docs/apps/stable/mosquitto/CHANGELOG.md +++ b/docs/apps/stable/mosquitto/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [mosquitto-4.0.13](https://github.com/truecharts/apps/compare/mosquitto-4.0.12...mosquitto-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [mosquitto-4.0.12](https://github.com/truecharts/apps/compare/mosquitto-4.0.11...mosquitto-4.0.12) (2021-11-18) diff --git a/docs/apps/stable/mosquitto/index.md b/docs/apps/stable/mosquitto/index.md index cd8b9dbcaca..11863db612a 100644 --- a/docs/apps/stable/mosquitto/index.md +++ b/docs/apps/stable/mosquitto/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/mstream/CHANGELOG.md b/docs/apps/stable/mstream/CHANGELOG.md index 08f16c8faac..7363393928d 100644 --- a/docs/apps/stable/mstream/CHANGELOG.md +++ b/docs/apps/stable/mstream/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [mstream-1.0.11](https://github.com/truecharts/apps/compare/mstream-1.0.10...mstream-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [mstream-1.0.10](https://github.com/truecharts/apps/compare/mstream-1.0.9...mstream-1.0.10) (2021-11-16) diff --git a/docs/apps/stable/mstream/index.md b/docs/apps/stable/mstream/index.md index 1fc232651ac..5f2466db820 100644 --- a/docs/apps/stable/mstream/index.md +++ b/docs/apps/stable/mstream/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/muximux/CHANGELOG.md b/docs/apps/stable/muximux/CHANGELOG.md index a28b89272ed..79ab3894f52 100644 --- a/docs/apps/stable/muximux/CHANGELOG.md +++ b/docs/apps/stable/muximux/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [muximux-1.0.13](https://github.com/truecharts/apps/compare/muximux-1.0.12...muximux-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [muximux-1.0.12](https://github.com/truecharts/apps/compare/muximux-1.0.11...muximux-1.0.12) (2021-11-16) diff --git a/docs/apps/stable/muximux/index.md b/docs/apps/stable/muximux/index.md index b168e60cf8d..716c41de213 100644 --- a/docs/apps/stable/muximux/index.md +++ b/docs/apps/stable/muximux/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/mylar/CHANGELOG.md b/docs/apps/stable/mylar/CHANGELOG.md index b04ff4d8476..8308eb594f9 100644 --- a/docs/apps/stable/mylar/CHANGELOG.md +++ b/docs/apps/stable/mylar/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [mylar-4.0.11](https://github.com/truecharts/apps/compare/mylar-4.0.10...mylar-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [mylar-4.0.10](https://github.com/truecharts/apps/compare/mylar-4.0.9...mylar-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/mylar/index.md b/docs/apps/stable/mylar/index.md index fef5f2ac625..808cb07ec5a 100644 --- a/docs/apps/stable/mylar/index.md +++ b/docs/apps/stable/mylar/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/navidrome/CHANGELOG.md b/docs/apps/stable/navidrome/CHANGELOG.md index 2259dcbf489..0f4dec79727 100644 --- a/docs/apps/stable/navidrome/CHANGELOG.md +++ b/docs/apps/stable/navidrome/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [navidrome-9.0.12](https://github.com/truecharts/apps/compare/navidrome-9.0.11...navidrome-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [navidrome-9.0.11](https://github.com/truecharts/apps/compare/navidrome-9.0.10...navidrome-9.0.11) (2021-11-22) diff --git a/docs/apps/stable/navidrome/index.md b/docs/apps/stable/navidrome/index.md index aa015bbbc43..46e72b1b6c8 100644 --- a/docs/apps/stable/navidrome/index.md +++ b/docs/apps/stable/navidrome/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/nextcloud/CHANGELOG.md b/docs/apps/stable/nextcloud/CHANGELOG.md index 9670bfc1aa0..f652faf5d95 100644 --- a/docs/apps/stable/nextcloud/CHANGELOG.md +++ b/docs/apps/stable/nextcloud/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [nextcloud-10.0.6](https://github.com/truecharts/apps/compare/nextcloud-10.0.5...nextcloud-10.0.6) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [nextcloud-10.0.5](https://github.com/truecharts/apps/compare/nextcloud-10.0.4...nextcloud-10.0.5) (2021-11-22) diff --git a/docs/apps/stable/nextcloud/index.md b/docs/apps/stable/nextcloud/index.md index d0a6e0ecb8a..c9447fc2902 100644 --- a/docs/apps/stable/nextcloud/index.md +++ b/docs/apps/stable/nextcloud/index.md @@ -18,9 +18,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | -| https://truecharts.org | redis | 1.0.7 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | +| https://truecharts.org | redis | 1.0.11 | ## Installing the Chart diff --git a/docs/apps/stable/node-red/CHANGELOG.md b/docs/apps/stable/node-red/CHANGELOG.md index 0832ea7361e..9cf3b94f68d 100644 --- a/docs/apps/stable/node-red/CHANGELOG.md +++ b/docs/apps/stable/node-red/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [node-red-9.0.11](https://github.com/truecharts/apps/compare/node-red-9.0.10...node-red-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [node-red-9.0.10](https://github.com/truecharts/apps/compare/node-red-9.0.9...node-red-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/node-red/index.md b/docs/apps/stable/node-red/index.md index 619a9d9e5ca..dba9ffee193 100644 --- a/docs/apps/stable/node-red/index.md +++ b/docs/apps/stable/node-red/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/novnc/CHANGELOG.md b/docs/apps/stable/novnc/CHANGELOG.md index c7a6798b0e1..00045e98514 100644 --- a/docs/apps/stable/novnc/CHANGELOG.md +++ b/docs/apps/stable/novnc/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [novnc-1.0.11](https://github.com/truecharts/apps/compare/novnc-1.0.10...novnc-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [novnc-1.0.10](https://github.com/truecharts/apps/compare/novnc-1.0.9...novnc-1.0.10) (2021-11-16) diff --git a/docs/apps/stable/novnc/index.md b/docs/apps/stable/novnc/index.md index da1d5599aec..2c9957501da 100644 --- a/docs/apps/stable/novnc/index.md +++ b/docs/apps/stable/novnc/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/nullserv/CHANGELOG.md b/docs/apps/stable/nullserv/CHANGELOG.md index ff468b29e84..7591f92118e 100644 --- a/docs/apps/stable/nullserv/CHANGELOG.md +++ b/docs/apps/stable/nullserv/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [nullserv-4.0.11](https://github.com/truecharts/apps/compare/nullserv-4.0.10...nullserv-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [nullserv-4.0.10](https://github.com/truecharts/apps/compare/nullserv-4.0.9...nullserv-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/nullserv/index.md b/docs/apps/stable/nullserv/index.md index cea40b2c6ef..04c1ad9632e 100644 --- a/docs/apps/stable/nullserv/index.md +++ b/docs/apps/stable/nullserv/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/nzbget/CHANGELOG.md b/docs/apps/stable/nzbget/CHANGELOG.md index ef7c2ec8a8a..52371032899 100644 --- a/docs/apps/stable/nzbget/CHANGELOG.md +++ b/docs/apps/stable/nzbget/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [nzbget-9.0.12](https://github.com/truecharts/apps/compare/nzbget-9.0.11...nzbget-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [nzbget-9.0.11](https://github.com/truecharts/apps/compare/nzbget-9.0.10...nzbget-9.0.11) (2021-11-16) diff --git a/docs/apps/stable/nzbget/index.md b/docs/apps/stable/nzbget/index.md index 50f1d2a5fbc..acb837a87e0 100644 --- a/docs/apps/stable/nzbget/index.md +++ b/docs/apps/stable/nzbget/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/nzbhydra/CHANGELOG.md b/docs/apps/stable/nzbhydra/CHANGELOG.md index 6681d9c05c8..b91e75678c9 100644 --- a/docs/apps/stable/nzbhydra/CHANGELOG.md +++ b/docs/apps/stable/nzbhydra/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [nzbhydra-9.0.11](https://github.com/truecharts/apps/compare/nzbhydra-9.0.10...nzbhydra-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [nzbhydra-9.0.10](https://github.com/truecharts/apps/compare/nzbhydra-9.0.9...nzbhydra-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/nzbhydra/index.md b/docs/apps/stable/nzbhydra/index.md index fbd261c5e92..12e771cafba 100644 --- a/docs/apps/stable/nzbhydra/index.md +++ b/docs/apps/stable/nzbhydra/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/octoprint/CHANGELOG.md b/docs/apps/stable/octoprint/CHANGELOG.md index 4a72e57f198..32be2236b47 100644 --- a/docs/apps/stable/octoprint/CHANGELOG.md +++ b/docs/apps/stable/octoprint/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [octoprint-4.0.13](https://github.com/truecharts/apps/compare/octoprint-4.0.12...octoprint-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [octoprint-4.0.12](https://github.com/truecharts/apps/compare/octoprint-4.0.11...octoprint-4.0.12) (2021-11-16) diff --git a/docs/apps/stable/octoprint/index.md b/docs/apps/stable/octoprint/index.md index 66421a28dfc..a25086fd02f 100644 --- a/docs/apps/stable/octoprint/index.md +++ b/docs/apps/stable/octoprint/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/odoo/CHANGELOG.md b/docs/apps/stable/odoo/CHANGELOG.md index 0697e822956..034bd4e7830 100644 --- a/docs/apps/stable/odoo/CHANGELOG.md +++ b/docs/apps/stable/odoo/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [odoo-4.0.2](https://github.com/truecharts/apps/compare/odoo-4.0.1...odoo-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [odoo-4.0.1](https://github.com/truecharts/apps/compare/odoo-4.0.0...odoo-4.0.1) (2021-11-16) diff --git a/docs/apps/stable/odoo/helm-values.md b/docs/apps/stable/odoo/helm-values.md index 289265532de..b82636e3079 100644 --- a/docs/apps/stable/odoo/helm-values.md +++ b/docs/apps/stable/odoo/helm-values.md @@ -31,11 +31,12 @@ You will, however, be able to use all values referenced in the common chart here | secret | object | `{}` | | | service.main.ports.main.port | int | `8069` | | | service.main.ports.main.targetPort | int | `8069` | | +| service.odoo.enabled | bool | `true` | | +| service.odoo.ports.odoo-1.enabled | bool | `true` | | | service.odoo.ports.odoo-1.port | int | `8071` | | -| service.odoo.ports.odoo-1.protocol | string | `"TCP"` | | | service.odoo.ports.odoo-1.targetPort | int | `8071` | | +| service.odoo.ports.odoo-2.enabled | bool | `true` | | | service.odoo.ports.odoo-2.port | int | `8072` | | -| service.odoo.ports.odoo-2.protocol | string | `"TCP"` | | | service.odoo.ports.odoo-2.targetPort | int | `8072` | | All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/stable/odoo/index.md b/docs/apps/stable/odoo/index.md index d9bcb43b555..0ef46ec4475 100644 --- a/docs/apps/stable/odoo/index.md +++ b/docs/apps/stable/odoo/index.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/ombi/CHANGELOG.md b/docs/apps/stable/ombi/CHANGELOG.md index 3405dc8a8a6..9c1150e99c2 100644 --- a/docs/apps/stable/ombi/CHANGELOG.md +++ b/docs/apps/stable/ombi/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [ombi-9.0.11](https://github.com/truecharts/apps/compare/ombi-9.0.10...ombi-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [ombi-9.0.10](https://github.com/truecharts/apps/compare/ombi-9.0.9...ombi-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/ombi/index.md b/docs/apps/stable/ombi/index.md index 8a1ffe62c95..c4724447f4b 100644 --- a/docs/apps/stable/ombi/index.md +++ b/docs/apps/stable/ombi/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/onlyoffice-document-server/CHANGELOG.md b/docs/apps/stable/onlyoffice-document-server/CHANGELOG.md index 0ce9b7eb7cf..0cf4b22925e 100644 --- a/docs/apps/stable/onlyoffice-document-server/CHANGELOG.md +++ b/docs/apps/stable/onlyoffice-document-server/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [onlyoffice-document-server-2.0.11](https://github.com/truecharts/apps/compare/onlyoffice-document-server-2.0.10...onlyoffice-document-server-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [onlyoffice-document-server-2.0.10](https://github.com/truecharts/apps/compare/onlyoffice-document-server-2.0.9...onlyoffice-document-server-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/onlyoffice-document-server/index.md b/docs/apps/stable/onlyoffice-document-server/index.md index 7a057ae206b..fa296166c2a 100644 --- a/docs/apps/stable/onlyoffice-document-server/index.md +++ b/docs/apps/stable/onlyoffice-document-server/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/openkm/CHANGELOG.md b/docs/apps/stable/openkm/CHANGELOG.md index a56e5793649..3b2915e98e4 100644 --- a/docs/apps/stable/openkm/CHANGELOG.md +++ b/docs/apps/stable/openkm/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [openkm-4.0.2](https://github.com/truecharts/apps/compare/openkm-4.0.1...openkm-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [openkm-4.0.1](https://github.com/truecharts/apps/compare/openkm-4.0.0...openkm-4.0.1) (2021-11-16) diff --git a/docs/apps/stable/openkm/index.md b/docs/apps/stable/openkm/index.md index c1096f296b7..eb2c85013be 100644 --- a/docs/apps/stable/openkm/index.md +++ b/docs/apps/stable/openkm/index.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/openldap/CHANGELOG.md b/docs/apps/stable/openldap/CHANGELOG.md index 50711d11291..bb0a5911728 100644 --- a/docs/apps/stable/openldap/CHANGELOG.md +++ b/docs/apps/stable/openldap/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [openldap-4.0.16](https://github.com/truecharts/apps/compare/openldap-4.0.15...openldap-4.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [openldap-4.0.15](https://github.com/truecharts/apps/compare/openldap-4.0.14...openldap-4.0.15) (2021-11-16) diff --git a/docs/apps/stable/openldap/index.md b/docs/apps/stable/openldap/index.md index 785ba5f59b5..2d5a982f184 100644 --- a/docs/apps/stable/openldap/index.md +++ b/docs/apps/stable/openldap/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/organizr/CHANGELOG.md b/docs/apps/stable/organizr/CHANGELOG.md index e878a96a303..6020d5e7e07 100644 --- a/docs/apps/stable/organizr/CHANGELOG.md +++ b/docs/apps/stable/organizr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [organizr-9.0.12](https://github.com/truecharts/apps/compare/organizr-9.0.11...organizr-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [organizr-9.0.11](https://github.com/truecharts/apps/compare/organizr-9.0.10...organizr-9.0.11) (2021-11-16) diff --git a/docs/apps/stable/organizr/index.md b/docs/apps/stable/organizr/index.md index c5ceff5a947..fb723de1b19 100644 --- a/docs/apps/stable/organizr/index.md +++ b/docs/apps/stable/organizr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/oscam/CHANGELOG.md b/docs/apps/stable/oscam/CHANGELOG.md index 5bf88554c46..e5dca739276 100644 --- a/docs/apps/stable/oscam/CHANGELOG.md +++ b/docs/apps/stable/oscam/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [oscam-4.0.11](https://github.com/truecharts/apps/compare/oscam-4.0.10...oscam-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [oscam-4.0.10](https://github.com/truecharts/apps/compare/oscam-4.0.9...oscam-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/oscam/helm-values.md b/docs/apps/stable/oscam/helm-values.md index fc2209fa8e8..7c608511262 100644 --- a/docs/apps/stable/oscam/helm-values.md +++ b/docs/apps/stable/oscam/helm-values.md @@ -22,7 +22,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `20` | | | podSecurityContext.runAsUser | int | `0` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `8888` | | | service.main.ports.main.targetPort | int | `8888` | | diff --git a/docs/apps/stable/oscam/index.md b/docs/apps/stable/oscam/index.md index 7990349cf5d..22cdf5f1f21 100644 --- a/docs/apps/stable/oscam/index.md +++ b/docs/apps/stable/oscam/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/overseerr/CHANGELOG.md b/docs/apps/stable/overseerr/CHANGELOG.md index cf089f5979e..56e125402ae 100644 --- a/docs/apps/stable/overseerr/CHANGELOG.md +++ b/docs/apps/stable/overseerr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [overseerr-4.0.11](https://github.com/truecharts/apps/compare/overseerr-4.0.10...overseerr-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [overseerr-4.0.10](https://github.com/truecharts/apps/compare/overseerr-4.0.9...overseerr-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/overseerr/index.md b/docs/apps/stable/overseerr/index.md index 78e9e06a59c..3e4a1456bf8 100644 --- a/docs/apps/stable/overseerr/index.md +++ b/docs/apps/stable/overseerr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/owncast/CHANGELOG.md b/docs/apps/stable/owncast/CHANGELOG.md index 59a86c17dc6..1ce0f4af506 100644 --- a/docs/apps/stable/owncast/CHANGELOG.md +++ b/docs/apps/stable/owncast/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [owncast-4.0.11](https://github.com/truecharts/apps/compare/owncast-4.0.10...owncast-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [owncast-4.0.10](https://github.com/truecharts/apps/compare/owncast-4.0.9...owncast-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/owncast/index.md b/docs/apps/stable/owncast/index.md index 5c0cba8ebdd..9ef3310cc06 100644 --- a/docs/apps/stable/owncast/index.md +++ b/docs/apps/stable/owncast/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/owncloud-ocis/CHANGELOG.md b/docs/apps/stable/owncloud-ocis/CHANGELOG.md index 754743d1b2c..f2852042581 100644 --- a/docs/apps/stable/owncloud-ocis/CHANGELOG.md +++ b/docs/apps/stable/owncloud-ocis/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [owncloud-ocis-4.0.12](https://github.com/truecharts/apps/compare/owncloud-ocis-4.0.11...owncloud-ocis-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [owncloud-ocis-4.0.11](https://github.com/truecharts/apps/compare/owncloud-ocis-4.0.10...owncloud-ocis-4.0.11) (2021-11-16) diff --git a/docs/apps/stable/owncloud-ocis/index.md b/docs/apps/stable/owncloud-ocis/index.md index 454344343a2..2b67d5a836a 100644 --- a/docs/apps/stable/owncloud-ocis/index.md +++ b/docs/apps/stable/owncloud-ocis/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/pgadmin/CHANGELOG.md b/docs/apps/stable/pgadmin/CHANGELOG.md index 22d901ec374..5edd1ca9cb1 100644 --- a/docs/apps/stable/pgadmin/CHANGELOG.md +++ b/docs/apps/stable/pgadmin/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [pgadmin-4.0.12](https://github.com/truecharts/apps/compare/pgadmin-4.0.11...pgadmin-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [pgadmin-4.0.11](https://github.com/truecharts/apps/compare/pgadmin-4.0.10...pgadmin-4.0.11) (2021-11-18) diff --git a/docs/apps/stable/pgadmin/helm-values.md b/docs/apps/stable/pgadmin/helm-values.md index cdf63dba37e..a83ef4d892c 100644 --- a/docs/apps/stable/pgadmin/helm-values.md +++ b/docs/apps/stable/pgadmin/helm-values.md @@ -23,7 +23,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `80` | | | service.main.ports.main.targetPort | int | `80` | | diff --git a/docs/apps/stable/pgadmin/index.md b/docs/apps/stable/pgadmin/index.md index 33b89c4572c..11f710e6013 100644 --- a/docs/apps/stable/pgadmin/index.md +++ b/docs/apps/stable/pgadmin/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/photoprism/CHANGELOG.md b/docs/apps/stable/photoprism/CHANGELOG.md index 479b7a1f866..4f972ed9750 100644 --- a/docs/apps/stable/photoprism/CHANGELOG.md +++ b/docs/apps/stable/photoprism/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [photoprism-5.0.11](https://github.com/truecharts/apps/compare/photoprism-5.0.10...photoprism-5.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [photoprism-5.0.10](https://github.com/truecharts/apps/compare/photoprism-5.0.9...photoprism-5.0.10) (2021-11-16) diff --git a/docs/apps/stable/photoprism/index.md b/docs/apps/stable/photoprism/index.md index 0950fedbb8d..73269387811 100644 --- a/docs/apps/stable/photoprism/index.md +++ b/docs/apps/stable/photoprism/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/photoshow/CHANGELOG.md b/docs/apps/stable/photoshow/CHANGELOG.md index 712778dfd84..399c715dd79 100644 --- a/docs/apps/stable/photoshow/CHANGELOG.md +++ b/docs/apps/stable/photoshow/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [photoshow-1.0.13](https://github.com/truecharts/apps/compare/photoshow-1.0.12...photoshow-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [photoshow-1.0.12](https://github.com/truecharts/apps/compare/photoshow-1.0.11...photoshow-1.0.12) (2021-11-22) diff --git a/docs/apps/stable/photoshow/index.md b/docs/apps/stable/photoshow/index.md index 941fa84993b..3fafbc6dd93 100644 --- a/docs/apps/stable/photoshow/index.md +++ b/docs/apps/stable/photoshow/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/phpldapadmin/CHANGELOG.md b/docs/apps/stable/phpldapadmin/CHANGELOG.md index bdb58cca1e1..08057215094 100644 --- a/docs/apps/stable/phpldapadmin/CHANGELOG.md +++ b/docs/apps/stable/phpldapadmin/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [phpldapadmin-4.0.11](https://github.com/truecharts/apps/compare/phpldapadmin-4.0.10...phpldapadmin-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [phpldapadmin-4.0.10](https://github.com/truecharts/apps/compare/phpldapadmin-4.0.9...phpldapadmin-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/phpldapadmin/helm-values.md b/docs/apps/stable/phpldapadmin/helm-values.md index 1bccb458ace..29bd0cf721f 100644 --- a/docs/apps/stable/phpldapadmin/helm-values.md +++ b/docs/apps/stable/phpldapadmin/helm-values.md @@ -21,7 +21,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `80` | | | service.main.ports.main.targetPort | int | `80` | | diff --git a/docs/apps/stable/phpldapadmin/index.md b/docs/apps/stable/phpldapadmin/index.md index b3e8a626484..a76db52f808 100644 --- a/docs/apps/stable/phpldapadmin/index.md +++ b/docs/apps/stable/phpldapadmin/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/piaware/CHANGELOG.md b/docs/apps/stable/piaware/CHANGELOG.md index 5463cf93faa..25323128972 100644 --- a/docs/apps/stable/piaware/CHANGELOG.md +++ b/docs/apps/stable/piaware/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [piaware-4.0.11](https://github.com/truecharts/apps/compare/piaware-4.0.10...piaware-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [piaware-4.0.10](https://github.com/truecharts/apps/compare/piaware-4.0.9...piaware-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/piaware/index.md b/docs/apps/stable/piaware/index.md index 3715b7e60b4..65c73714ea7 100644 --- a/docs/apps/stable/piaware/index.md +++ b/docs/apps/stable/piaware/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/pihole/CHANGELOG.md b/docs/apps/stable/pihole/CHANGELOG.md index 6c8431259ce..080475ff269 100644 --- a/docs/apps/stable/pihole/CHANGELOG.md +++ b/docs/apps/stable/pihole/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [pihole-4.0.13](https://github.com/truecharts/apps/compare/pihole-4.0.12...pihole-4.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [pihole-4.0.12](https://github.com/truecharts/apps/compare/pihole-4.0.11...pihole-4.0.12) (2021-11-19) diff --git a/docs/apps/stable/pihole/helm-values.md b/docs/apps/stable/pihole/helm-values.md index 729e1357321..d0ca28ed1ad 100644 --- a/docs/apps/stable/pihole/helm-values.md +++ b/docs/apps/stable/pihole/helm-values.md @@ -30,14 +30,12 @@ You will, however, be able to use all values referenced in the common chart here | 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.protocol | string | `"TCP"` | | | 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.enabled | bool | `true` | | | service.main.ports.main.port | int | `9089` | | | service.main.ports.main.targetPort | int | `80` | | diff --git a/docs/apps/stable/pihole/index.md b/docs/apps/stable/pihole/index.md index fe300c81db2..fdfaf14ac2e 100644 --- a/docs/apps/stable/pihole/index.md +++ b/docs/apps/stable/pihole/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/pixapop/CHANGELOG.md b/docs/apps/stable/pixapop/CHANGELOG.md index df5869d62b4..8c718625811 100644 --- a/docs/apps/stable/pixapop/CHANGELOG.md +++ b/docs/apps/stable/pixapop/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [pixapop-1.0.11](https://github.com/truecharts/apps/compare/pixapop-1.0.10...pixapop-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [pixapop-1.0.10](https://github.com/truecharts/apps/compare/pixapop-1.0.9...pixapop-1.0.10) (2021-11-16) diff --git a/docs/apps/stable/pixapop/index.md b/docs/apps/stable/pixapop/index.md index 8e4ff3be5ab..59cd09a826e 100644 --- a/docs/apps/stable/pixapop/index.md +++ b/docs/apps/stable/pixapop/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/plex/CHANGELOG.md b/docs/apps/stable/plex/CHANGELOG.md index 510b02fc99e..d2a437c72a0 100644 --- a/docs/apps/stable/plex/CHANGELOG.md +++ b/docs/apps/stable/plex/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [plex-8.0.12](https://github.com/truecharts/apps/compare/plex-8.0.11...plex-8.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [plex-8.0.11](https://github.com/truecharts/apps/compare/plex-8.0.10...plex-8.0.11) (2021-11-16) diff --git a/docs/apps/stable/plex/index.md b/docs/apps/stable/plex/index.md index 56a57a0b4f1..e09ef704196 100644 --- a/docs/apps/stable/plex/index.md +++ b/docs/apps/stable/plex/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/podgrab/CHANGELOG.md b/docs/apps/stable/podgrab/CHANGELOG.md index 14a60680303..67168bf270a 100644 --- a/docs/apps/stable/podgrab/CHANGELOG.md +++ b/docs/apps/stable/podgrab/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [podgrab-7.0.11](https://github.com/truecharts/apps/compare/podgrab-7.0.10...podgrab-7.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [podgrab-7.0.10](https://github.com/truecharts/apps/compare/podgrab-7.0.9...podgrab-7.0.10) (2021-11-16) diff --git a/docs/apps/stable/podgrab/helm-values.md b/docs/apps/stable/podgrab/helm-values.md index fb20d819ba0..fecc068aee0 100644 --- a/docs/apps/stable/podgrab/helm-values.md +++ b/docs/apps/stable/podgrab/helm-values.md @@ -26,8 +26,6 @@ You will, however, be able to use all values referenced in the common chart here | service.tcp.enabled | bool | `true` | | | service.tcp.ports.tcp.enabled | bool | `true` | | | service.tcp.ports.tcp.port | int | `51080` | | -| service.tcp.ports.tcp.protocol | string | `"TCP"` | | | service.tcp.ports.tcp.targetPort | int | `51080` | | -| service.tcp.type | string | `"ClusterIP"` | | All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/stable/podgrab/index.md b/docs/apps/stable/podgrab/index.md index 7438247597d..6f7d753d0ef 100644 --- a/docs/apps/stable/podgrab/index.md +++ b/docs/apps/stable/podgrab/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/pretend-youre-xyzzy/CHANGELOG.md b/docs/apps/stable/pretend-youre-xyzzy/CHANGELOG.md index dce104a3259..d4320693e50 100644 --- a/docs/apps/stable/pretend-youre-xyzzy/CHANGELOG.md +++ b/docs/apps/stable/pretend-youre-xyzzy/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [pretend-youre-xyzzy-4.0.11](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-4.0.10...pretend-youre-xyzzy-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [pretend-youre-xyzzy-4.0.10](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-4.0.9...pretend-youre-xyzzy-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/pretend-youre-xyzzy/index.md b/docs/apps/stable/pretend-youre-xyzzy/index.md index a5533543ae4..ceaa9257955 100644 --- a/docs/apps/stable/pretend-youre-xyzzy/index.md +++ b/docs/apps/stable/pretend-youre-xyzzy/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/protonmail-bridge/CHANGELOG.md b/docs/apps/stable/protonmail-bridge/CHANGELOG.md index 3e87050daa7..7fe7e0ab0ba 100644 --- a/docs/apps/stable/protonmail-bridge/CHANGELOG.md +++ b/docs/apps/stable/protonmail-bridge/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [protonmail-bridge-4.0.11](https://github.com/truecharts/apps/compare/protonmail-bridge-4.0.10...protonmail-bridge-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [protonmail-bridge-4.0.10](https://github.com/truecharts/apps/compare/protonmail-bridge-4.0.9...protonmail-bridge-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/protonmail-bridge/index.md b/docs/apps/stable/protonmail-bridge/index.md index 22a74e4f75e..03128bdbbff 100644 --- a/docs/apps/stable/protonmail-bridge/index.md +++ b/docs/apps/stable/protonmail-bridge/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/prowlarr/CHANGELOG.md b/docs/apps/stable/prowlarr/CHANGELOG.md index 0d99af0b7ee..7aa6f0f4111 100644 --- a/docs/apps/stable/prowlarr/CHANGELOG.md +++ b/docs/apps/stable/prowlarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [prowlarr-4.0.16](https://github.com/truecharts/apps/compare/prowlarr-4.0.15...prowlarr-4.0.16) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [prowlarr-4.0.15](https://github.com/truecharts/apps/compare/prowlarr-4.0.14...prowlarr-4.0.15) (2021-11-22) diff --git a/docs/apps/stable/prowlarr/index.md b/docs/apps/stable/prowlarr/index.md index f832b29891f..305416e6bc1 100644 --- a/docs/apps/stable/prowlarr/index.md +++ b/docs/apps/stable/prowlarr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/pyload/CHANGELOG.md b/docs/apps/stable/pyload/CHANGELOG.md index 4f6758438dd..49d510559a5 100644 --- a/docs/apps/stable/pyload/CHANGELOG.md +++ b/docs/apps/stable/pyload/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [pyload-4.0.11](https://github.com/truecharts/apps/compare/pyload-4.0.10...pyload-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [pyload-4.0.10](https://github.com/truecharts/apps/compare/pyload-4.0.9...pyload-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/pyload/index.md b/docs/apps/stable/pyload/index.md index 6299b371c1d..1fee8db1ebc 100644 --- a/docs/apps/stable/pyload/index.md +++ b/docs/apps/stable/pyload/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/qbittorrent/CHANGELOG.md b/docs/apps/stable/qbittorrent/CHANGELOG.md index 84490047762..73d607cfe2a 100644 --- a/docs/apps/stable/qbittorrent/CHANGELOG.md +++ b/docs/apps/stable/qbittorrent/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [qbittorrent-9.0.14](https://github.com/truecharts/apps/compare/qbittorrent-9.0.13...qbittorrent-9.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [qbittorrent-9.0.13](https://github.com/truecharts/apps/compare/qbittorrent-9.0.12...qbittorrent-9.0.13) (2021-11-16) diff --git a/docs/apps/stable/qbittorrent/helm-values.md b/docs/apps/stable/qbittorrent/helm-values.md index 9312425f5d9..f5b120f1ac9 100644 --- a/docs/apps/stable/qbittorrent/helm-values.md +++ b/docs/apps/stable/qbittorrent/helm-values.md @@ -27,7 +27,6 @@ You will, however, be able to use all values referenced in the common chart here | service.torrent.enabled | bool | `true` | | | service.torrent.ports.torrent.enabled | bool | `true` | | | service.torrent.ports.torrent.port | int | `6881` | | -| service.torrent.ports.torrent.protocol | string | `"TCP"` | | | service.torrent.ports.torrent.targetPort | int | `6881` | | | service.torrentudp.enabled | bool | `true` | | | service.torrentudp.ports.torrentudp.enabled | bool | `true` | | diff --git a/docs/apps/stable/qbittorrent/index.md b/docs/apps/stable/qbittorrent/index.md index bb12b32c414..0203e672ce1 100644 --- a/docs/apps/stable/qbittorrent/index.md +++ b/docs/apps/stable/qbittorrent/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/radarr/CHANGELOG.md b/docs/apps/stable/radarr/CHANGELOG.md index d57ad3a163d..01a093de205 100644 --- a/docs/apps/stable/radarr/CHANGELOG.md +++ b/docs/apps/stable/radarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [radarr-9.0.11](https://github.com/truecharts/apps/compare/radarr-9.0.10...radarr-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [radarr-9.0.10](https://github.com/truecharts/apps/compare/radarr-9.0.9...radarr-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/radarr/index.md b/docs/apps/stable/radarr/index.md index 2931ae44043..5429a40f040 100644 --- a/docs/apps/stable/radarr/index.md +++ b/docs/apps/stable/radarr/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/readarr/CHANGELOG.md b/docs/apps/stable/readarr/CHANGELOG.md index 71ff1c8ef67..dba4daed7a2 100644 --- a/docs/apps/stable/readarr/CHANGELOG.md +++ b/docs/apps/stable/readarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [readarr-9.0.17](https://github.com/truecharts/apps/compare/readarr-9.0.16...readarr-9.0.17) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [readarr-9.0.16](https://github.com/truecharts/apps/compare/readarr-9.0.15...readarr-9.0.16) (2021-11-22) diff --git a/docs/apps/stable/readarr/index.md b/docs/apps/stable/readarr/index.md index 17c577b942f..33461136301 100644 --- a/docs/apps/stable/readarr/index.md +++ b/docs/apps/stable/readarr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/recipes/CHANGELOG.md b/docs/apps/stable/recipes/CHANGELOG.md index a9d87cdbe1d..f0e1bce2a73 100644 --- a/docs/apps/stable/recipes/CHANGELOG.md +++ b/docs/apps/stable/recipes/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [recipes-4.0.5](https://github.com/truecharts/apps/compare/recipes-4.0.4...recipes-4.0.5) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [recipes-4.0.4](https://github.com/truecharts/apps/compare/recipes-4.0.3...recipes-4.0.4) (2021-11-18) diff --git a/docs/apps/stable/recipes/index.md b/docs/apps/stable/recipes/index.md index eae5beb6d14..6492cc9fa96 100644 --- a/docs/apps/stable/recipes/index.md +++ b/docs/apps/stable/recipes/index.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/reg/CHANGELOG.md b/docs/apps/stable/reg/CHANGELOG.md index 622604c1fd9..afdce4e21c4 100644 --- a/docs/apps/stable/reg/CHANGELOG.md +++ b/docs/apps/stable/reg/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [reg-4.0.11](https://github.com/truecharts/apps/compare/reg-4.0.10...reg-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [reg-4.0.10](https://github.com/truecharts/apps/compare/reg-4.0.9...reg-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/reg/index.md b/docs/apps/stable/reg/index.md index ef629de729b..9623e82cae0 100644 --- a/docs/apps/stable/reg/index.md +++ b/docs/apps/stable/reg/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/remmina/CHANGELOG.md b/docs/apps/stable/remmina/CHANGELOG.md index 3f053a64e73..103573066a2 100644 --- a/docs/apps/stable/remmina/CHANGELOG.md +++ b/docs/apps/stable/remmina/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [remmina-1.0.13](https://github.com/truecharts/apps/compare/remmina-1.0.12...remmina-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [remmina-1.0.12](https://github.com/truecharts/apps/compare/remmina-1.0.11...remmina-1.0.12) (2021-11-22) diff --git a/docs/apps/stable/remmina/index.md b/docs/apps/stable/remmina/index.md index 6eee77bc8f5..aa79f4e022d 100644 --- a/docs/apps/stable/remmina/index.md +++ b/docs/apps/stable/remmina/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/resilio-sync/CHANGELOG.md b/docs/apps/stable/resilio-sync/CHANGELOG.md index 946c384d22e..57d7f37988c 100644 --- a/docs/apps/stable/resilio-sync/CHANGELOG.md +++ b/docs/apps/stable/resilio-sync/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [resilio-sync-4.0.11](https://github.com/truecharts/apps/compare/resilio-sync-4.0.10...resilio-sync-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [resilio-sync-4.0.10](https://github.com/truecharts/apps/compare/resilio-sync-4.0.9...resilio-sync-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/resilio-sync/index.md b/docs/apps/stable/resilio-sync/index.md index 1b08d16feca..90e92446a82 100644 --- a/docs/apps/stable/resilio-sync/index.md +++ b/docs/apps/stable/resilio-sync/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/sabnzbd/CHANGELOG.md b/docs/apps/stable/sabnzbd/CHANGELOG.md index 374212bf507..de0d640cc63 100644 --- a/docs/apps/stable/sabnzbd/CHANGELOG.md +++ b/docs/apps/stable/sabnzbd/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sabnzbd-9.0.11](https://github.com/truecharts/apps/compare/sabnzbd-9.0.10...sabnzbd-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sabnzbd-9.0.10](https://github.com/truecharts/apps/compare/sabnzbd-9.0.9...sabnzbd-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/sabnzbd/index.md b/docs/apps/stable/sabnzbd/index.md index 9eac86d9cd4..fba46b3d0b4 100644 --- a/docs/apps/stable/sabnzbd/index.md +++ b/docs/apps/stable/sabnzbd/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/ser2sock/CHANGELOG.md b/docs/apps/stable/ser2sock/CHANGELOG.md index 39f07245f9b..ea8a654363c 100644 --- a/docs/apps/stable/ser2sock/CHANGELOG.md +++ b/docs/apps/stable/ser2sock/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [ser2sock-4.0.11](https://github.com/truecharts/apps/compare/ser2sock-4.0.10...ser2sock-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [ser2sock-4.0.10](https://github.com/truecharts/apps/compare/ser2sock-4.0.9...ser2sock-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/ser2sock/index.md b/docs/apps/stable/ser2sock/index.md index 7aa2d037ae3..282ffd38ef9 100644 --- a/docs/apps/stable/ser2sock/index.md +++ b/docs/apps/stable/ser2sock/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/shiori/CHANGELOG.md b/docs/apps/stable/shiori/CHANGELOG.md index d06194c3ab3..83bdf17887e 100644 --- a/docs/apps/stable/shiori/CHANGELOG.md +++ b/docs/apps/stable/shiori/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [shiori-4.0.2](https://github.com/truecharts/apps/compare/shiori-4.0.1...shiori-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [shiori-4.0.1](https://github.com/truecharts/apps/compare/shiori-4.0.0...shiori-4.0.1) (2021-11-16) diff --git a/docs/apps/stable/shiori/index.md b/docs/apps/stable/shiori/index.md index 6f5b0674b6a..4cd1bb919d3 100644 --- a/docs/apps/stable/shiori/index.md +++ b/docs/apps/stable/shiori/index.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/shorturl/CHANGELOG.md b/docs/apps/stable/shorturl/CHANGELOG.md index d02bdc7bb01..3da68391d25 100644 --- a/docs/apps/stable/shorturl/CHANGELOG.md +++ b/docs/apps/stable/shorturl/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [shorturl-1.0.11](https://github.com/truecharts/apps/compare/shorturl-1.0.10...shorturl-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [shorturl-1.0.10](https://github.com/truecharts/apps/compare/shorturl-1.0.9...shorturl-1.0.10) (2021-11-16) diff --git a/docs/apps/stable/shorturl/index.md b/docs/apps/stable/shorturl/index.md index 5adf6145073..2b5fb37960e 100644 --- a/docs/apps/stable/shorturl/index.md +++ b/docs/apps/stable/shorturl/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/sickchill/CHANGELOG.md b/docs/apps/stable/sickchill/CHANGELOG.md index d49fecb806a..1d0c430d1ea 100644 --- a/docs/apps/stable/sickchill/CHANGELOG.md +++ b/docs/apps/stable/sickchill/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sickchill-1.0.11](https://github.com/truecharts/apps/compare/sickchill-1.0.10...sickchill-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sickchill-1.0.10](https://github.com/truecharts/apps/compare/sickchill-1.0.9...sickchill-1.0.10) (2021-11-16) diff --git a/docs/apps/stable/sickchill/index.md b/docs/apps/stable/sickchill/index.md index b2133ffc2cb..3d2e77dd11b 100644 --- a/docs/apps/stable/sickchill/index.md +++ b/docs/apps/stable/sickchill/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/sickgear/CHANGELOG.md b/docs/apps/stable/sickgear/CHANGELOG.md index beb3506fe88..452fca911be 100644 --- a/docs/apps/stable/sickgear/CHANGELOG.md +++ b/docs/apps/stable/sickgear/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sickgear-1.0.11](https://github.com/truecharts/apps/compare/sickgear-1.0.10...sickgear-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sickgear-1.0.10](https://github.com/truecharts/apps/compare/sickgear-1.0.9...sickgear-1.0.10) (2021-11-16) diff --git a/docs/apps/stable/sickgear/index.md b/docs/apps/stable/sickgear/index.md index d8da4c42581..be79ba2a609 100644 --- a/docs/apps/stable/sickgear/index.md +++ b/docs/apps/stable/sickgear/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/smokeping/CHANGELOG.md b/docs/apps/stable/smokeping/CHANGELOG.md index d449e1c1dee..a6feec10f45 100644 --- a/docs/apps/stable/smokeping/CHANGELOG.md +++ b/docs/apps/stable/smokeping/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [smokeping-1.0.13](https://github.com/truecharts/apps/compare/smokeping-1.0.12...smokeping-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [smokeping-1.0.12](https://github.com/truecharts/apps/compare/smokeping-1.0.11...smokeping-1.0.12) (2021-11-22) diff --git a/docs/apps/stable/smokeping/index.md b/docs/apps/stable/smokeping/index.md index 54a28853694..5582e097cc6 100644 --- a/docs/apps/stable/smokeping/index.md +++ b/docs/apps/stable/smokeping/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/sonarr/CHANGELOG.md b/docs/apps/stable/sonarr/CHANGELOG.md index 6196daa42de..ae8b35f4479 100644 --- a/docs/apps/stable/sonarr/CHANGELOG.md +++ b/docs/apps/stable/sonarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sonarr-9.0.12](https://github.com/truecharts/apps/compare/sonarr-9.0.11...sonarr-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sonarr-9.0.11](https://github.com/truecharts/apps/compare/sonarr-9.0.10...sonarr-9.0.11) (2021-11-16) diff --git a/docs/apps/stable/sonarr/index.md b/docs/apps/stable/sonarr/index.md index b5e9c91066d..6f2d5f74414 100644 --- a/docs/apps/stable/sonarr/index.md +++ b/docs/apps/stable/sonarr/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/sqlitebrowser/CHANGELOG.md b/docs/apps/stable/sqlitebrowser/CHANGELOG.md index cd47ec54e27..652025fa863 100644 --- a/docs/apps/stable/sqlitebrowser/CHANGELOG.md +++ b/docs/apps/stable/sqlitebrowser/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sqlitebrowser-1.0.13](https://github.com/truecharts/apps/compare/sqlitebrowser-1.0.12...sqlitebrowser-1.0.13) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [sqlitebrowser-1.0.12](https://github.com/truecharts/apps/compare/sqlitebrowser-1.0.11...sqlitebrowser-1.0.12) (2021-11-16) diff --git a/docs/apps/stable/sqlitebrowser/index.md b/docs/apps/stable/sqlitebrowser/index.md index 1547db57d66..7d691fc9d0d 100644 --- a/docs/apps/stable/sqlitebrowser/index.md +++ b/docs/apps/stable/sqlitebrowser/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/stash/CHANGELOG.md b/docs/apps/stable/stash/CHANGELOG.md index 3a30bdc253f..c1c8e4661ca 100644 --- a/docs/apps/stable/stash/CHANGELOG.md +++ b/docs/apps/stable/stash/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [stash-4.0.12](https://github.com/truecharts/apps/compare/stash-4.0.11...stash-4.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [stash-4.0.11](https://github.com/truecharts/apps/compare/stash-4.0.10...stash-4.0.11) (2021-11-16) diff --git a/docs/apps/stable/stash/index.md b/docs/apps/stable/stash/index.md index 9deeedd860f..269a36a3347 100644 --- a/docs/apps/stable/stash/index.md +++ b/docs/apps/stable/stash/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/static/CHANGELOG.md b/docs/apps/stable/static/CHANGELOG.md index 1cde92aac2e..97641100253 100644 --- a/docs/apps/stable/static/CHANGELOG.md +++ b/docs/apps/stable/static/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [static-1.0.11](https://github.com/truecharts/apps/compare/static-1.0.10...static-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [static-1.0.10](https://github.com/truecharts/apps/compare/static-1.0.9...static-1.0.10) (2021-11-16) diff --git a/docs/apps/stable/static/index.md b/docs/apps/stable/static/index.md index c3dae90cc70..effc408e77d 100644 --- a/docs/apps/stable/static/index.md +++ b/docs/apps/stable/static/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/statping/CHANGELOG.md b/docs/apps/stable/statping/CHANGELOG.md index 55ff697578c..b37cdc9cb29 100644 --- a/docs/apps/stable/statping/CHANGELOG.md +++ b/docs/apps/stable/statping/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [statping-4.0.2](https://github.com/truecharts/apps/compare/statping-4.0.1...statping-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [statping-4.0.1](https://github.com/truecharts/apps/compare/statping-4.0.0...statping-4.0.1) (2021-11-16) diff --git a/docs/apps/stable/statping/index.md b/docs/apps/stable/statping/index.md index 2b7a18bbfc4..88ff5c2d551 100644 --- a/docs/apps/stable/statping/index.md +++ b/docs/apps/stable/statping/index.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/syncthing/CHANGELOG.md b/docs/apps/stable/syncthing/CHANGELOG.md index ca2f3e2318b..ae7a10e2590 100644 --- a/docs/apps/stable/syncthing/CHANGELOG.md +++ b/docs/apps/stable/syncthing/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [syncthing-9.0.12](https://github.com/truecharts/apps/compare/syncthing-9.0.11...syncthing-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [syncthing-9.0.11](https://github.com/truecharts/apps/compare/syncthing-9.0.10...syncthing-9.0.11) (2021-11-16) diff --git a/docs/apps/stable/syncthing/helm-values.md b/docs/apps/stable/syncthing/helm-values.md index bf393887233..bca22177e2a 100644 --- a/docs/apps/stable/syncthing/helm-values.md +++ b/docs/apps/stable/syncthing/helm-values.md @@ -16,17 +16,19 @@ You will, however, be able to use all values referenced in the common chart here | image.tag | string | `"v1.18.4@sha256:cc2bd691927ec19b9aac2d4a3e2330cb0ce9458dda761ead7dddd5f2d8338221"` | | | 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.protocol | string | `"TCP"` | | | service.listeners.ports.tcp.targetPort | int | `22000` | | | service.main.ports.main.port | int | `8384` | | | service.main.ports.main.targetPort | int | `8384` | | diff --git a/docs/apps/stable/syncthing/index.md b/docs/apps/stable/syncthing/index.md index eddfdc80b37..67a3505fa17 100644 --- a/docs/apps/stable/syncthing/index.md +++ b/docs/apps/stable/syncthing/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/tautulli/CHANGELOG.md b/docs/apps/stable/tautulli/CHANGELOG.md index 50c41996e3b..800ddcaed5e 100644 --- a/docs/apps/stable/tautulli/CHANGELOG.md +++ b/docs/apps/stable/tautulli/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [tautulli-9.0.11](https://github.com/truecharts/apps/compare/tautulli-9.0.10...tautulli-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [tautulli-9.0.10](https://github.com/truecharts/apps/compare/tautulli-9.0.9...tautulli-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/tautulli/index.md b/docs/apps/stable/tautulli/index.md index 181f8239abc..5b27375dbe6 100644 --- a/docs/apps/stable/tautulli/index.md +++ b/docs/apps/stable/tautulli/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/teamspeak3/CHANGELOG.md b/docs/apps/stable/teamspeak3/CHANGELOG.md index 8a08dd2d938..986a57b4273 100644 --- a/docs/apps/stable/teamspeak3/CHANGELOG.md +++ b/docs/apps/stable/teamspeak3/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [teamspeak3-2.0.11](https://github.com/truecharts/apps/compare/teamspeak3-2.0.10...teamspeak3-2.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [teamspeak3-2.0.10](https://github.com/truecharts/apps/compare/teamspeak3-2.0.9...teamspeak3-2.0.10) (2021-11-16) diff --git a/docs/apps/stable/teamspeak3/helm-values.md b/docs/apps/stable/teamspeak3/helm-values.md index bcd062ff6ef..216d6bbbcd6 100644 --- a/docs/apps/stable/teamspeak3/helm-values.md +++ b/docs/apps/stable/teamspeak3/helm-values.md @@ -26,13 +26,9 @@ You will, however, be able to use all values referenced in the common chart here | service.files.ports.files.port | int | `30033` | | | service.files.ports.files.protocol | string | `"TCP"` | | | service.files.ports.files.targetPort | int | `30033` | | -| service.files.type | string | `"ClusterIP"` | | -| service.main.enabled | bool | `true` | | -| service.main.ports.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `10011` | | | service.main.ports.main.protocol | string | `"TCP"` | | | service.main.ports.main.targetPort | int | `10011` | | -| service.main.type | string | `"ClusterIP"` | | | service.voice.enabled | bool | `true` | | | service.voice.ports.voice.enabled | bool | `true` | | | service.voice.ports.voice.port | int | `9987` | | diff --git a/docs/apps/stable/teamspeak3/index.md b/docs/apps/stable/teamspeak3/index.md index 15e695f81b5..f2b0b74ef64 100644 --- a/docs/apps/stable/teamspeak3/index.md +++ b/docs/apps/stable/teamspeak3/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/teedy/CHANGELOG.md b/docs/apps/stable/teedy/CHANGELOG.md index 8c7e7f2b485..7a4e5dc737a 100644 --- a/docs/apps/stable/teedy/CHANGELOG.md +++ b/docs/apps/stable/teedy/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [teedy-4.0.2](https://github.com/truecharts/apps/compare/teedy-4.0.1...teedy-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [teedy-4.0.1](https://github.com/truecharts/apps/compare/teedy-4.0.0...teedy-4.0.1) (2021-11-16) diff --git a/docs/apps/stable/teedy/index.md b/docs/apps/stable/teedy/index.md index d2bb116bc8e..879c2107d8a 100644 --- a/docs/apps/stable/teedy/index.md +++ b/docs/apps/stable/teedy/index.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/thelounge/CHANGELOG.md b/docs/apps/stable/thelounge/CHANGELOG.md index bab48111b7b..3c3a521e712 100644 --- a/docs/apps/stable/thelounge/CHANGELOG.md +++ b/docs/apps/stable/thelounge/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [thelounge-4.0.11](https://github.com/truecharts/apps/compare/thelounge-4.0.10...thelounge-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [thelounge-4.0.10](https://github.com/truecharts/apps/compare/thelounge-4.0.9...thelounge-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/thelounge/index.md b/docs/apps/stable/thelounge/index.md index b760a5dae1b..76351809317 100644 --- a/docs/apps/stable/thelounge/index.md +++ b/docs/apps/stable/thelounge/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/traccar/CHANGELOG.md b/docs/apps/stable/traccar/CHANGELOG.md index 9cbeab6fbcd..bce80cf93d8 100644 --- a/docs/apps/stable/traccar/CHANGELOG.md +++ b/docs/apps/stable/traccar/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [traccar-4.0.2](https://github.com/truecharts/apps/compare/traccar-4.0.1...traccar-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [traccar-4.0.1](https://github.com/truecharts/apps/compare/traccar-4.0.0...traccar-4.0.1) (2021-11-16) diff --git a/docs/apps/stable/traccar/index.md b/docs/apps/stable/traccar/index.md index edf1b59d96b..dd61e6315f4 100644 --- a/docs/apps/stable/traccar/index.md +++ b/docs/apps/stable/traccar/index.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/transmission/CHANGELOG.md b/docs/apps/stable/transmission/CHANGELOG.md index b3a234e8f2d..1f8ed6adae8 100644 --- a/docs/apps/stable/transmission/CHANGELOG.md +++ b/docs/apps/stable/transmission/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [transmission-9.0.12](https://github.com/truecharts/apps/compare/transmission-9.0.11...transmission-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [transmission-9.0.11](https://github.com/truecharts/apps/compare/transmission-9.0.10...transmission-9.0.11) (2021-11-16) diff --git a/docs/apps/stable/transmission/helm-values.md b/docs/apps/stable/transmission/helm-values.md index 34c15fbb7a7..346a9d7b555 100644 --- a/docs/apps/stable/transmission/helm-values.md +++ b/docs/apps/stable/transmission/helm-values.md @@ -22,7 +22,6 @@ You will, however, be able to use all values referenced in the common chart here | service.torrent.enabled | bool | `true` | | | service.torrent.ports.torrent.enabled | bool | `true` | | | service.torrent.ports.torrent.port | int | `51413` | | -| service.torrent.ports.torrent.protocol | string | `"TCP"` | | | service.torrent.ports.torrent.targetPort | int | `51413` | | | service.torrentudp.enabled | bool | `true` | | | service.torrentudp.ports.torrentudp.enabled | bool | `true` | | diff --git a/docs/apps/stable/transmission/index.md b/docs/apps/stable/transmission/index.md index 596621e6a17..a65a5a9291f 100644 --- a/docs/apps/stable/transmission/index.md +++ b/docs/apps/stable/transmission/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/truecommand/CHANGELOG.md b/docs/apps/stable/truecommand/CHANGELOG.md index c6aa70e4542..bd0137a21f5 100644 --- a/docs/apps/stable/truecommand/CHANGELOG.md +++ b/docs/apps/stable/truecommand/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [truecommand-9.0.11](https://github.com/truecharts/apps/compare/truecommand-9.0.10...truecommand-9.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [truecommand-9.0.10](https://github.com/truecharts/apps/compare/truecommand-9.0.9...truecommand-9.0.10) (2021-11-16) diff --git a/docs/apps/stable/truecommand/index.md b/docs/apps/stable/truecommand/index.md index 42aa1ec16b9..e3ab8461c1b 100644 --- a/docs/apps/stable/truecommand/index.md +++ b/docs/apps/stable/truecommand/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/tt-rss/CHANGELOG.md b/docs/apps/stable/tt-rss/CHANGELOG.md index 41ffea2cc79..d700fde56e6 100644 --- a/docs/apps/stable/tt-rss/CHANGELOG.md +++ b/docs/apps/stable/tt-rss/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [tt-rss-4.0.4](https://github.com/truecharts/apps/compare/tt-rss-4.0.3...tt-rss-4.0.4) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [tt-rss-4.0.3](https://github.com/truecharts/apps/compare/tt-rss-4.0.2...tt-rss-4.0.3) (2021-11-22) diff --git a/docs/apps/stable/tt-rss/index.md b/docs/apps/stable/tt-rss/index.md index 961180f12d8..5c089b8e4e8 100644 --- a/docs/apps/stable/tt-rss/index.md +++ b/docs/apps/stable/tt-rss/index.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/tvheadend/CHANGELOG.md b/docs/apps/stable/tvheadend/CHANGELOG.md index ac57a045bdb..45b9d72aaed 100644 --- a/docs/apps/stable/tvheadend/CHANGELOG.md +++ b/docs/apps/stable/tvheadend/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [tvheadend-10.0.11](https://github.com/truecharts/apps/compare/tvheadend-10.0.10...tvheadend-10.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [tvheadend-10.0.10](https://github.com/truecharts/apps/compare/tvheadend-10.0.9...tvheadend-10.0.10) (2021-11-16) diff --git a/docs/apps/stable/tvheadend/helm-values.md b/docs/apps/stable/tvheadend/helm-values.md index d99b0e0372b..e687368530a 100644 --- a/docs/apps/stable/tvheadend/helm-values.md +++ b/docs/apps/stable/tvheadend/helm-values.md @@ -24,9 +24,7 @@ You will, however, be able to use all values referenced in the common chart here | service.htsp.enabled | bool | `true` | | | service.htsp.ports.htsp.enabled | bool | `true` | | | service.htsp.ports.htsp.port | int | `9982` | | -| service.htsp.ports.htsp.protocol | string | `"TCP"` | | | service.htsp.ports.htsp.targetPort | int | `9982` | | -| service.htsp.type | string | `"ClusterIP"` | | | service.main.ports.main.port | int | `9981` | | | service.main.ports.main.targetPort | int | `9981` | | diff --git a/docs/apps/stable/tvheadend/index.md b/docs/apps/stable/tvheadend/index.md index 10b5a338334..d61350398ac 100644 --- a/docs/apps/stable/tvheadend/index.md +++ b/docs/apps/stable/tvheadend/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/twtxt/CHANGELOG.md b/docs/apps/stable/twtxt/CHANGELOG.md index cdfeeb6720a..5fde2d6a98c 100644 --- a/docs/apps/stable/twtxt/CHANGELOG.md +++ b/docs/apps/stable/twtxt/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [twtxt-1.0.11](https://github.com/truecharts/apps/compare/twtxt-1.0.10...twtxt-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [twtxt-1.0.10](https://github.com/truecharts/apps/compare/twtxt-1.0.9...twtxt-1.0.10) (2021-11-16) diff --git a/docs/apps/stable/twtxt/index.md b/docs/apps/stable/twtxt/index.md index 85cea20bc9e..f49cc9d1715 100644 --- a/docs/apps/stable/twtxt/index.md +++ b/docs/apps/stable/twtxt/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/unifi/CHANGELOG.md b/docs/apps/stable/unifi/CHANGELOG.md index bcdc62bce79..9f0cdd05830 100644 --- a/docs/apps/stable/unifi/CHANGELOG.md +++ b/docs/apps/stable/unifi/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [unifi-9.0.12](https://github.com/truecharts/apps/compare/unifi-9.0.11...unifi-9.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [unifi-9.0.11](https://github.com/truecharts/apps/compare/unifi-9.0.10...unifi-9.0.11) (2021-11-22) diff --git a/docs/apps/stable/unifi/index.md b/docs/apps/stable/unifi/index.md index bd25f770492..1242a9ff88f 100644 --- a/docs/apps/stable/unifi/index.md +++ b/docs/apps/stable/unifi/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/unpackerr/CHANGELOG.md b/docs/apps/stable/unpackerr/CHANGELOG.md index 40b2c1f94c9..dacf78966a1 100644 --- a/docs/apps/stable/unpackerr/CHANGELOG.md +++ b/docs/apps/stable/unpackerr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [unpackerr-4.0.11](https://github.com/truecharts/apps/compare/unpackerr-4.0.10...unpackerr-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [unpackerr-4.0.10](https://github.com/truecharts/apps/compare/unpackerr-4.0.9...unpackerr-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/unpackerr/index.md b/docs/apps/stable/unpackerr/index.md index 216b9c1269f..0a298a52c93 100644 --- a/docs/apps/stable/unpackerr/index.md +++ b/docs/apps/stable/unpackerr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/uptime-kuma/CHANGELOG.md b/docs/apps/stable/uptime-kuma/CHANGELOG.md index 036e342ccc4..c8547858cc8 100644 --- a/docs/apps/stable/uptime-kuma/CHANGELOG.md +++ b/docs/apps/stable/uptime-kuma/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [uptime-kuma-1.0.12](https://github.com/truecharts/apps/compare/uptime-kuma-1.0.11...uptime-kuma-1.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [uptime-kuma-1.0.11](https://github.com/truecharts/apps/compare/uptime-kuma-1.0.10...uptime-kuma-1.0.11) (2021-11-16) diff --git a/docs/apps/stable/uptime-kuma/helm-values.md b/docs/apps/stable/uptime-kuma/helm-values.md index a1ad5a3434d..21432ca97be 100644 --- a/docs/apps/stable/uptime-kuma/helm-values.md +++ b/docs/apps/stable/uptime-kuma/helm-values.md @@ -19,7 +19,6 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `3001` | | | service.main.ports.main.targetPort | int | `3001` | | diff --git a/docs/apps/stable/uptime-kuma/index.md b/docs/apps/stable/uptime-kuma/index.md index dc49a249237..72b3a1e5259 100644 --- a/docs/apps/stable/uptime-kuma/index.md +++ b/docs/apps/stable/uptime-kuma/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/valheim/CHANGELOG.md b/docs/apps/stable/valheim/CHANGELOG.md index 6b0131da87c..543af525278 100644 --- a/docs/apps/stable/valheim/CHANGELOG.md +++ b/docs/apps/stable/valheim/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [valheim-1.0.11](https://github.com/truecharts/apps/compare/valheim-1.0.10...valheim-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [valheim-1.0.10](https://github.com/truecharts/apps/compare/valheim-1.0.9...valheim-1.0.10) (2021-11-16) diff --git a/docs/apps/stable/valheim/index.md b/docs/apps/stable/valheim/index.md index 6e374c55456..ad4cea2ded6 100644 --- a/docs/apps/stable/valheim/index.md +++ b/docs/apps/stable/valheim/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/vaultwarden/CHANGELOG.md b/docs/apps/stable/vaultwarden/CHANGELOG.md index 40741ee54ce..363612e96f3 100644 --- a/docs/apps/stable/vaultwarden/CHANGELOG.md +++ b/docs/apps/stable/vaultwarden/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [vaultwarden-13.0.3](https://github.com/truecharts/apps/compare/vaultwarden-13.0.2...vaultwarden-13.0.3) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [vaultwarden-13.0.2](https://github.com/truecharts/apps/compare/vaultwarden-13.0.1...vaultwarden-13.0.2) (2021-11-16) diff --git a/docs/apps/stable/vaultwarden/helm-values.md b/docs/apps/stable/vaultwarden/helm-values.md index e2039108015..31d1678a96a 100644 --- a/docs/apps/stable/vaultwarden/helm-values.md +++ b/docs/apps/stable/vaultwarden/helm-values.md @@ -30,6 +30,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"vaultwarden"` | | | service.main.ports.main.port | int | `8080` | | | 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` | | diff --git a/docs/apps/stable/vaultwarden/index.md b/docs/apps/stable/vaultwarden/index.md index 19e31a39024..f7c580dbffe 100644 --- a/docs/apps/stable/vaultwarden/index.md +++ b/docs/apps/stable/vaultwarden/index.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/whoogle/CHANGELOG.md b/docs/apps/stable/whoogle/CHANGELOG.md index cb0fff9ac38..50f92d8d94e 100644 --- a/docs/apps/stable/whoogle/CHANGELOG.md +++ b/docs/apps/stable/whoogle/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [whoogle-1.0.11](https://github.com/truecharts/apps/compare/whoogle-1.0.10...whoogle-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [whoogle-1.0.10](https://github.com/truecharts/apps/compare/whoogle-1.0.9...whoogle-1.0.10) (2021-11-16) diff --git a/docs/apps/stable/whoogle/index.md b/docs/apps/stable/whoogle/index.md index f41277d620b..ab8b814711b 100644 --- a/docs/apps/stable/whoogle/index.md +++ b/docs/apps/stable/whoogle/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/wiki/CHANGELOG.md b/docs/apps/stable/wiki/CHANGELOG.md index 50ba39257c8..7c677185980 100644 --- a/docs/apps/stable/wiki/CHANGELOG.md +++ b/docs/apps/stable/wiki/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [wiki-1.0.11](https://github.com/truecharts/apps/compare/wiki-1.0.10...wiki-1.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [wiki-1.0.10](https://github.com/truecharts/apps/compare/wikijs-4.0.0...wiki-1.0.10) (2021-11-16) diff --git a/docs/apps/stable/wiki/index.md b/docs/apps/stable/wiki/index.md index 75f4b7af9e9..a06e056891f 100644 --- a/docs/apps/stable/wiki/index.md +++ b/docs/apps/stable/wiki/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/wikijs/CHANGELOG.md b/docs/apps/stable/wikijs/CHANGELOG.md index ac4a19f0bea..ab99749221e 100644 --- a/docs/apps/stable/wikijs/CHANGELOG.md +++ b/docs/apps/stable/wikijs/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [wikijs-4.0.2](https://github.com/truecharts/apps/compare/wikijs-4.0.1...wikijs-4.0.2) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [wikijs-4.0.1](https://github.com/truecharts/apps/compare/wikijs-4.0.0...wikijs-4.0.1) (2021-11-16) diff --git a/docs/apps/stable/wikijs/index.md b/docs/apps/stable/wikijs/index.md index 7f0c33844a4..af215ebf59f 100644 --- a/docs/apps/stable/wikijs/index.md +++ b/docs/apps/stable/wikijs/index.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.3 | -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org/ | postgresql | 6.0.7 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/xteve/CHANGELOG.md b/docs/apps/stable/xteve/CHANGELOG.md index ce15b5b6c0f..48ed8a717db 100644 --- a/docs/apps/stable/xteve/CHANGELOG.md +++ b/docs/apps/stable/xteve/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [xteve-4.0.11](https://github.com/truecharts/apps/compare/xteve-4.0.10...xteve-4.0.11) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [xteve-4.0.10](https://github.com/truecharts/apps/compare/xteve-4.0.9...xteve-4.0.10) (2021-11-16) diff --git a/docs/apps/stable/xteve/index.md b/docs/apps/stable/xteve/index.md index abca5f2bbf5..3f5118dd08f 100644 --- a/docs/apps/stable/xteve/index.md +++ b/docs/apps/stable/xteve/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/zigbee2mqtt/CHANGELOG.md b/docs/apps/stable/zigbee2mqtt/CHANGELOG.md index 2b15ecdc371..a29b4b19d12 100644 --- a/docs/apps/stable/zigbee2mqtt/CHANGELOG.md +++ b/docs/apps/stable/zigbee2mqtt/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [zigbee2mqtt-1.0.12](https://github.com/truecharts/apps/compare/zigbee2mqtt-1.0.11...zigbee2mqtt-1.0.12) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + + + ### [zigbee2mqtt-1.0.11](https://github.com/truecharts/apps/compare/zigbee2mqtt-1.0.10...zigbee2mqtt-1.0.11) (2021-11-16) diff --git a/docs/apps/stable/zigbee2mqtt/index.md b/docs/apps/stable/zigbee2mqtt/index.md index 2560605994d..4377c058ffc 100644 --- a/docs/apps/stable/zigbee2mqtt/index.md +++ b/docs/apps/stable/zigbee2mqtt/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md b/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md index be99d8aafe2..0e44a990e8a 100644 --- a/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md +++ b/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [zwavejs2mqtt-9.0.14](https://github.com/truecharts/apps/compare/zwavejs2mqtt-9.0.13...zwavejs2mqtt-9.0.14) (2021-11-22) + +#### Chore + +* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [zwavejs2mqtt-9.0.13](https://github.com/truecharts/apps/compare/zwavejs2mqtt-9.0.12...zwavejs2mqtt-9.0.13) (2021-11-16) diff --git a/docs/apps/stable/zwavejs2mqtt/helm-values.md b/docs/apps/stable/zwavejs2mqtt/helm-values.md index 7939cd262c3..2ff1bcd74cf 100644 --- a/docs/apps/stable/zwavejs2mqtt/helm-values.md +++ b/docs/apps/stable/zwavejs2mqtt/helm-values.md @@ -26,8 +26,6 @@ You will, however, be able to use all values referenced in the common chart here | service.ws.enabled | bool | `true` | | | service.ws.ports.ws.enabled | bool | `true` | | | service.ws.ports.ws.port | int | `3000` | | -| service.ws.ports.ws.protocol | string | `"TCP"` | | | service.ws.ports.ws.targetPort | int | `3000` | | -| service.ws.type | string | `"ClusterIP"` | | All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/stable/zwavejs2mqtt/index.md b/docs/apps/stable/zwavejs2mqtt/index.md index 5b0f4a84167..cb28438a579 100644 --- a/docs/apps/stable/zwavejs2mqtt/index.md +++ b/docs/apps/stable/zwavejs2mqtt/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/docs/index.yaml b/docs/index.yaml index 39d193548cd..8aab44b3c66 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,6 +1,37 @@ apiVersion: v1 entries: airsonic: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 10.6.2 + created: "2021-11-22T23:46:48.796018541Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Airsonic is a Free and Open Source community driven media server + digest: 8e03b4814ff5bd16aedad949a3595e06390a40c4e6b015e41cad60307d6694fa + home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png + keywords: + - airsonic + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: airsonic + sources: + - https://github.com/airsonic/airsonic + - https://github.com/linuxserver/docker-airsonic + - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic + urls: + - https://github.com/truecharts/apps/releases/download/airsonic-4.0.13/airsonic-4.0.13.tgz + version: 4.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2107,6 +2138,35 @@ entries: - https://github.com/truecharts/apps/releases/download/airsonic-1.0.0/airsonic-1.0.0.tgz version: 1.0.0 amcrest2mqtt: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.0.11 + created: "2021-11-22T23:46:48.966138733Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Expose all events from an Amcrest device to an MQTT broker + digest: fae30e5709dc56710b285b78d101088d32c4ea4b8d01a5824c2c0f01e68a5c5e + home: https://github.com/truecharts/apps/tree/master/charts/stable/amcrest2mqtt + icon: https://raw.githubusercontent.com/k8s-at-home/organization/main/logo/k8s-at-home-400.png + keywords: + - amcrest2mqtt + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: amcrest2mqtt + sources: + - https://github.com/dchesterton/amcrest2mqtt + urls: + - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-2.0.13/amcrest2mqtt-2.0.13.tgz + version: 2.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2349,6 +2409,38 @@ entries: - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-0.0.2/amcrest2mqtt-0.0.2.tgz version: 0.0.2 apache-musicindex: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.4.1 + created: "2021-11-22T23:46:49.141654799Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Index and stream music using apache-musicindex and m3u playlists + digest: c7f2d9ee992d71ec5a64679f4432705f1897516de6ae97e260b42b964ed16867 + home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-musicindex + icon: https://en.wikipedia.org/wiki/Apache_HTTP_Server#/media/File:Apache_HTTP_server_logo_(2019-present).svg + keywords: + - apache-musicindex + - streaming + - m3u + - playlist + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: apache-musicindex + sources: + - http://hacks.slashdirt.org/sw/musicindex/ + urls: + - https://github.com/truecharts/apps/releases/download/apache-musicindex-2.0.11/apache-musicindex-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2554,6 +2646,43 @@ entries: - https://github.com/truecharts/apps/releases/download/apache-musicindex-0.0.2/apache-musicindex-0.0.2.tgz version: 0.0.2 appdaemon: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - utilities + truecharts.org/grade: U + apiVersion: v2 + appVersion: 4.1.0 + created: "2021-11-22T23:46:49.309666723Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution + environment for writing automation apps for Home Assistant home automation software. + It also provides a configurable dashboard (HADashboard) suitable for wall mounted + tablets. + digest: 0e815029851837f5129d2ecc3363b3e4fb8a755db2419a169c32587828c80664 + home: https://github.com/truecharts/apps/tree/master/charts/stable/appdaemon + icon: https://github.com/hassio-addons/addon-appdaemon/blob/main/appdaemon/icon.png?raw=true + keywords: + - appdaemon + - homeautomation + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + - email: 20650065+warllo54@users.noreply.github.com + name: warllo54 + url: truecharts.org + name: appdaemon + sources: + - https://github.com/AppDaemon/appdaemon + type: application + urls: + - https://github.com/truecharts/apps/releases/download/appdaemon-6.0.11/appdaemon-6.0.11.tgz + version: 6.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5546,6 +5675,35 @@ entries: - https://github.com/truecharts/apps/releases/download/appdaemon-0.1.3/appdaemon-0.1.3.tgz version: 0.1.3 aria2: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: latest + created: "2021-11-22T23:46:49.483708141Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: aria server for downloading web content + digest: 849b00f31ea95cf2a87663dc3bded47dd76ab91bd53dca2a62a59d6eb874f7db + home: https://github.com/truecharts/apps/tree/master/charts/stable/aira2 + icon: https://avatars.githubusercontent.com/u/13545224?s=200&v=4 + keywords: + - aria2 + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: aria2 + sources: + - https://github.com/P3TERX/Aria2-Pro-Docker + urls: + - https://github.com/truecharts/apps/releases/download/aria2-2.0.11/aria2-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5759,6 +5917,41 @@ entries: - https://github.com/truecharts/apps/releases/download/aria2-0.0.2/aria2-0.0.2.tgz version: 0.0.2 audacity: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 3.0.2 + created: "2021-11-22T23:46:49.67634446Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: An easy-to-use, multi-track audio editor and recorder + digest: 1691633cf7b624427aa895464240e847898f64315bf320b44b12f6c82a113d7a + home: https://github.com/truecharts/apps/tree/master/charts/stable/audacity + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/audacity-logo.png + keywords: + - audacity + - music + - recorder + - editor + - audio + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: audacity + sources: + - https://github.com/linuxserver/docker-audacity + - https://www.audacityteam.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/audacity-2.0.11/audacity-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5985,6 +6178,55 @@ entries: - https://github.com/truecharts/apps/releases/download/audacity-0.0.2/audacity-0.0.2.tgz version: 0.0.2 authelia: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - security + truecharts.org/grade: U + apiVersion: v2 + appVersion: 4.32.2 + created: "2021-11-22T23:46:49.875737397Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + - condition: redis.enabled + name: redis + repository: https://truecharts.org/ + version: 1.0.11 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: 5a99c6b5070dbe912cbe5c8e283c553e3999048f413beb6340bc9cc0a61a6aa6 + home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia + icon: https://avatars2.githubusercontent.com/u/59122411?s=200&v=4 + keywords: + - authelia + - authentication + - login + - SSO + - Authentication + - Security + - Two-Factor + - U2F + - YubiKey + - Push Notifications + - LDAP + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: authelia + sources: + - https://github.com/authelia/chartrepo + - https://github.com/authelia/authelia + type: application + urls: + - https://github.com/truecharts/apps/releases/download/authelia-8.0.3/authelia-8.0.3.tgz + version: 8.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9923,6 +10165,46 @@ entries: - https://github.com/truecharts/apps/releases/download/authelia-0.0.1/authelia-0.0.1.tgz version: 0.0.1 babybuddy: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.9.1 + created: "2021-11-22T23:46:50.051891584Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + 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. + digest: 38e823570c90e0ddfd5f325ac19e3ec56294f7aa4b33c8bcfba7d1d79976d1c2 + home: https://github.com/truecharts/apps/tree/main/charts/babybuddy + icon: https://github.com/babybuddy/babybuddy/raw/master/babybuddy/static_src/logo/icon.png + keywords: + - baby + - buddy + - tracker + - parents + - parenting + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: babybuddy + sources: + - https://github.com/babybuddy/babybuddy + - https://github.com/nicholaswilde/docker-babybuddy + type: application + urls: + - https://github.com/truecharts/apps/releases/download/babybuddy-5.0.3/babybuddy-5.0.3.tgz + version: 5.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10394,6 +10676,43 @@ entries: - https://github.com/truecharts/apps/releases/download/babybuddy-0.0.1/babybuddy-0.0.1.tgz version: 0.0.1 bazarr: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.0.1 + created: "2021-11-22T23:46:50.234158268Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Bazarr is a companion application to Sonarr and Radarr. It manages + and downloads subtitles based on your requirements + digest: 85e7f980c3517bf7ed6d58ab791842e98b087d83437a13a614e68671a6cf49c0 + home: https://github.com/truecharts/apps/tree/master/charts/stable/bazarr + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png + keywords: + - bazarr + - radarr + - sonarr + - subtitles + - usenet + - torrent + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: bazarr + sources: + - https://github.com/morpheus65535/bazarr + - https://hub.docker.com/r/linuxserver/bazarr + type: application + urls: + - https://github.com/truecharts/apps/releases/download/bazarr-9.0.13/bazarr-9.0.13.tgz + version: 9.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13767,6 +14086,41 @@ entries: - https://github.com/truecharts/apps/releases/download/bazarr-3.1.5/bazarr-3.1.5.tgz version: 3.1.5 beets: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.5.0 + created: "2021-11-22T23:46:50.410342856Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A music library manager and not, for the most part, a music player. + digest: 01c68c064bf74835a70810cc3e07345e7c0f31cd4927a2e183f49157007b0948 + home: https://github.com/truecharts/apps/tree/master/charts/stable/beets + icon: https://github.com/truecharts/apps/raw/main/images/beets.png + keywords: + - music + - library + - manager + - player + - beets + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: beets + sources: + - https://github.com/linuxserver/docker-beets + - https://beets.io/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/beets-2.0.13/beets-2.0.13.tgz + version: 2.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14332,6 +14686,38 @@ entries: - https://github.com/truecharts/apps/releases/download/bitwarden-1.2.5/bitwarden-1.2.5.tgz version: 1.2.5 booksonic-air: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2009.1.0 + created: "2021-11-22T23:46:50.583928659Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Booksonic is a platform for accessing the audibooks you own wherever + you are + digest: 969eff163883c83f978c6c0159690b7ace8557a78fad9a542a2e1307f4db6321 + home: https://github.com/truechartsapps/tree/master/charts/stable/booksonic-air + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic-air.png + keywords: + - booksonic + - audiobook + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: booksonic-air + sources: + - https://github.com/popeen/Booksonic-Air + - https://hub.docker.com/r/linuxserver/booksonic-air + urls: + - https://github.com/truecharts/apps/releases/download/booksonic-air-4.0.12/booksonic-air-4.0.12.tgz + version: 4.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15946,6 +16332,36 @@ entries: - https://github.com/truecharts/apps/releases/download/booksonic-air-1.0.1/booksonic-air-1.0.1.tgz version: 1.0.1 calibre: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 5.32.0 + created: "2021-11-22T23:46:50.795124277Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Calibre is a powerful and easy to use e-book manager. + digest: 787fb481e1982d737dfb291dad94286f9004ebaa125802cab797965c7e9f1de4 + home: https://github.com/truechartsapps/tree/master/charts/stable/calibre + icon: https://github.com/kovidgoyal/calibre/raw/master/resources/images/lt.png + keywords: + - calibre + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: calibre + sources: + - https://hub.docker.com/r/linuxserver/calibre/ + - https://github.com/kovidgoyal/calibre/ + urls: + - https://github.com/truecharts/apps/releases/download/calibre-4.0.12/calibre-4.0.12.tgz + version: 4.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17542,6 +17958,40 @@ entries: - https://github.com/truecharts/apps/releases/download/calibre-1.0.1/calibre-1.0.1.tgz version: 1.0.1 calibre-web: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.6.12 + created: "2021-11-22T23:46:50.979699736Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Calibre-Web is a web app providing a clean interface for browsing, + reading and downloading eBooks using an existing Calibre database. + digest: 20b18436c6c59f270062f2381a354be311ff0db1e2018a0eb6e107d0fabdfcee + home: https://github.com/truecharts/apps/tree/master/charts/stable/calibre-web + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png + keywords: + - calibre-web + - calibre + - ebook + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: calibre-web + sources: + - https://hub.docker.com/r/linuxserver/calibre-web/ + - https://github.com/janeczku/calibre-web + type: application + urls: + - https://github.com/truecharts/apps/releases/download/calibre-web-9.0.11/calibre-web-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20196,6 +20646,41 @@ entries: - https://github.com/truecharts/apps/releases/download/calibre-web-3.1.5/calibre-web-3.1.5.tgz version: 3.1.5 cloud9: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.29.2 + created: "2021-11-22T23:46:51.183887528Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A complete web based IDE with terminal access + digest: 83c2bba7496464b9af31866112e8ad8bef21e1b4b461206b5ba270b80e9ab503 + home: https://github.com/truecharts/apps/tree/master/charts/stable/cloud9 + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cloud9.png + keywords: + - cloud9 + - ide + - terminal + - web + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: cloud9 + sources: + - https://aws.amazon.com/cloud9/ + - https://github.com/c9/core + - https://hub.docker.com/r/linuxserver/cloud9 + type: application + urls: + - https://github.com/truecharts/apps/releases/download/cloud9-2.0.14/cloud9-2.0.14.tgz + version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20527,6 +21012,40 @@ entries: - https://github.com/truecharts/apps/releases/download/cloud9-0.0.2/cloud9-0.0.2.tgz version: 0.0.2 code-server: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 3.11.1 + created: "2021-11-22T23:46:51.353770712Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Run VS Code on any machine anywhere and access it in the browser. + digest: 326cef68ef58b8d900552abb42333e67a9f212bbcb4b0c1284eef90e10d8157e + home: https://github.com/truecharts/apps/tree/master/charts/stable/code-server + icon: https://github.com/truecharts/apps/raw/main/images/code-server.jpg + keywords: + - code + - vs + - visual studio + - vscode + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: code-server + sources: + - https://github.com/cdr/code-server + - https://hub.docker.com/r/linuxserver/code-server + type: application + urls: + - https://github.com/truecharts/apps/releases/download/code-server-2.0.11/code-server-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20746,6 +21265,41 @@ entries: - https://github.com/truecharts/apps/releases/download/code-server-0.0.2/code-server-0.0.2.tgz version: 0.0.2 collabora-online: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - office + - documents + - productivity + truecharts.org/grade: U + apiVersion: v2 + appVersion: 6.4.14.3 + created: "2021-11-22T23:46:51.49991433Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Collabora Online Development Edition – an awesome, Online Office + suite image suitable for home use. + digest: 9640323f3de717d81317dbd2eac12b19c60ec7970fe5f3f7271fde77e1b8493d + home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online + icon: https://truecharts.org/_static/img/collabora-icon.png + keywords: + - collabora-online + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: collabora-online + sources: + - https://hub.docker.com/r/collabora/code + - https://sdk.collaboraonline.com/contents.html + - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm + type: application + urls: + - https://github.com/truecharts/apps/releases/download/collabora-online-9.0.12/collabora-online-9.0.12.tgz + version: 9.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28422,6 +28976,35 @@ entries: - https://github.com/truecharts/apps/releases/download/common-test-2.0.0/common-test-2.0.0.tgz version: 2.0.0 cryptofolio: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.2.0 + created: "2021-11-22T23:46:51.668179062Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Track your cryptocurrency holdings/portfolio + digest: 02e59a10369579136b18ef07545f142f9493d2896c792d91f19ffccd71de7c3e + home: https://github.com/truecharts/apps/tree/master/charts/stable/cryptofolio + icon: https://raw.githubusercontent.com/Xtrendence/Cryptofolio/main/website/assets/img/Logo.png + keywords: + - cryptofolio + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: cryptofolio + sources: + - https://github.com/Xtrendence/cryptofolio + urls: + - https://github.com/truecharts/apps/releases/download/cryptofolio-2.0.11/cryptofolio-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28606,6 +29189,36 @@ entries: - https://github.com/truecharts/apps/releases/download/cryptofolio-0.0.2/cryptofolio-0.0.2.tgz version: 0.0.2 custom-app: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - custom + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.20.53 + created: "2021-11-22T23:46:51.854848588Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Advanced tool to create your own TrueCharts-based App + digest: 3ad970678f252eb5a513078cb6539064bb972b47dbfe0a3873bf67bcf3f390b1 + home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app + icon: https://truecharts.org/_static/img/custom-app-icon.png + keywords: + - custom + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: custom-app + sources: + - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app + type: application + urls: + - https://github.com/truecharts/apps/releases/download/custom-app-3.0.19/custom-app-3.0.19.tgz + version: 3.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29817,6 +30430,40 @@ entries: - https://github.com/truecharts/apps/releases/download/custom-app-0.0.1/custom-app-0.0.1.tgz version: 0.0.1 davos: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.2.1 + created: "2021-11-22T23:46:52.015935489Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: An FTP automation tool that periodically scans given host locations + for new files. + digest: fc27ccfada74a683a6149a419f945053a153e9e0a5946758917373a634134fa6 + home: https://github.com/truecharts/apps/tree/master/charts/stable/davos + icon: https://github.com/linuxserver/davos/raw/master/src/main/resources/static/android-chrome-192x192.png + keywords: + - davos + - ftp + - automation + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: davos + sources: + - https://github.com/linuxserver/docker-davos + - https://github.com/linuxserver/davos/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/davos-2.0.11/davos-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30036,6 +30683,40 @@ entries: - https://github.com/truecharts/apps/releases/download/davos-0.0.2/davos-0.0.2.tgz version: 0.0.2 deconz: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.13.01 + created: "2021-11-22T23:46:52.181031718Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: deCONZ is an easy to use control software, with which you can set + up and control Zigbee networks of any size without further programming effort. + digest: 0d5aa3651ddfd1d88e437702dfd74e018ca1dcd75698cfbcfc0d70b682a2170e + home: https://github.com/truechartsapps/tree/master/charts/stable/deconz + icon: https://avatars1.githubusercontent.com/u/4217524?s=400&v=4 + keywords: + - deconz + - home-automation + - zigbee + - conbee + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: deconz + sources: + - https://github.com/dresden-elektronik/deconz-rest-plugin + - https://github.com/marthoc/docker-deconz + urls: + - https://github.com/truecharts/apps/releases/download/deconz-4.0.11/deconz-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31797,6 +32478,39 @@ entries: - https://github.com/truecharts/apps/releases/download/deconz-1.0.1/deconz-1.0.1.tgz version: 1.0.1 deepstack-cpu: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - AI + truecharts.org/grade: U + apiVersion: v2 + appVersion: cpu + created: "2021-11-22T23:46:52.356345978Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: DeepStack AI provides AI features including Face Recognition, Object + Detection, Scene Recognition and custom AI Models + digest: d441f21d21499ad33947b2f632312676d391569af902fa9fac0ff9e9485b6d2c + home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack-cpu + icon: https://deepquest.sfo2.digitaloceanspaces.com/deepstackcc/static/img/deepstacklogo.png + keywords: + - AI + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: deepstack-cpu + sources: + - https://github.com/johnolafenwa/DeepStack + - https://hub.docker.com/r/deepquestai/deepstack + - https://www.deepstack.cc/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/deepstack-cpu-7.0.11/deepstack-cpu-7.0.11.tgz + version: 7.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34585,6 +35299,39 @@ entries: - https://github.com/truecharts/apps/releases/download/deepstack-cpu-1.0.3/deepstack-cpu-1.0.3.tgz version: 1.0.3 deepstack-gpu: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - AI + truecharts.org/grade: U + apiVersion: v2 + appVersion: gpu + created: "2021-11-22T23:46:52.508690396Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: DeepStack AI provides AI features including Face Recognition, Object + Detection, Scene Recognition and custom AI Models + digest: cb695dc65bedb8cfa9dc75ca4a0268a8bebf4ef1cb74acd60c0e641ec8efd6da + home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack-gpu + icon: https://deepquest.sfo2.digitaloceanspaces.com/deepstackcc/static/img/deepstacklogo.png + keywords: + - AI + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: deepstack-gpu + sources: + - https://github.com/johnolafenwa/DeepStack + - https://hub.docker.com/r/deepquestai/deepstack + - https://www.deepstack.cc/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/deepstack-gpu-2.0.11/deepstack-gpu-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34787,6 +35534,38 @@ entries: - https://github.com/truecharts/apps/releases/download/deepstack-gpu-1.0.0/deepstack-gpu-1.0.0.tgz version: 1.0.0 deluge: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.0.3 + created: "2021-11-22T23:46:52.685212395Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Deluge App for TrueNAS SCALE + digest: b8da420de10a448503c6068bd4364fc601beecca65b651c221175816108a05be + home: https://github.com/truecharts/apps/tree/master/charts/stable/deluge + icon: https://avatars2.githubusercontent.com/u/6733935?v=3&s=200 + keywords: + - transmission + - torrent + - usenet + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: deluge + sources: + - https://github.com/deluge-torrent/deluge + type: application + urls: + - https://github.com/truecharts/apps/releases/download/deluge-9.0.12/deluge-9.0.12.tgz + version: 9.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37332,6 +38111,41 @@ entries: - https://github.com/truecharts/apps/releases/download/deluge-3.1.5/deluge-3.1.5.tgz version: 3.1.5 digikam: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 7.3.0 + created: "2021-11-22T23:46:52.855806902Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Professional Photo Management with the Power of Open Source + digest: fe9931365a8c9b1a9bff652a42d4d986d44e8311c0454e84e11e88a681f576e2 + home: https://github.com/truecharts/apps/tree/master/charts/stable/digikam + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/digikam.png + keywords: + - digikam + - photo + - management + - image + - gallery + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: digikam + sources: + - https://github.com/linuxserver/docker-digikam + - https://www.digikam.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/digikam-2.0.13/digikam-2.0.13.tgz + version: 2.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37628,6 +38442,37 @@ entries: - https://github.com/truecharts/apps/releases/download/digikam-0.0.2/digikam-0.0.2.tgz version: 0.0.2 dizquetv: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.5.0 + created: "2021-11-22T23:46:53.028306071Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Create live TV channel streams from media on your Plex servers. + digest: f9f1cbebc0ce0473cc2edf3b5e35e1a2f0e1d20f65199165a0e4d78b5ce216c5 + home: https://github.com/truechartsapps/tree/master/charts/stable/dizquetv + icon: https://github.com/vexorian/dizquetv/raw/main/resources/dizquetv.png?raw=true + keywords: + - dizqueTV + - dizquetv + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: dizquetv + sources: + - https://github.com/vexorian/dizquetv + - https://hub.docker.com/r/vexorian/dizquetv + urls: + - https://github.com/truecharts/apps/releases/download/dizquetv-4.0.11/dizquetv-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39126,6 +39971,40 @@ entries: - https://github.com/truecharts/apps/releases/download/dizquetv-1.0.1/dizquetv-1.0.1.tgz version: 1.0.1 doublecommander: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.8.2 + created: "2021-11-22T23:46:53.19524536Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A free cross platform open source file manager with two panels side + by side. + digest: 5af87f2882c9ac44682f7cda66a1b105c038cd8b9a439f6f63afa146901b6270 + home: https://github.com/truecharts/apps/tree/master/charts/stable/doublecommander + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/doublecommander-icon.png + keywords: + - doublecommander + - file + - manager + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: doublecommander + sources: + - https://github.com/linuxserver/docker-doublecommander + - https://doublecmd.sourceforge.io/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/doublecommander-2.0.13/doublecommander-2.0.13.tgz + version: 2.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39413,6 +40292,42 @@ entries: - https://github.com/truecharts/apps/releases/download/doublecommander-0.0.2/doublecommander-0.0.2.tgz version: 0.0.2 dsmr-reader: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: latest-202 + created: "2021-11-22T23:46:53.371393947Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: DSMR-protocol reader, telegram data storage and energy consumption + visualizer. + digest: abb85ec7de5138a03158acbb1bd0e5cbe565a1b129bee55a94f88e4779110390 + home: https://github.com/truecharts/apps/tree/master/charts/stable/dsmr-reader + icon: https://avatars2.githubusercontent.com/u/57727360?s=400&v=4 + keywords: + - dsmr-reader + - energy + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: dsmr-reader + sources: + - https://github.com/dsmrreader/dsmr-reader + - https://github.com/xirixiz/dsmr-reader-docker + urls: + - https://github.com/truecharts/apps/releases/download/dsmr-reader-5.0.2/dsmr-reader-5.0.2.tgz + version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39728,6 +40643,36 @@ entries: - https://github.com/truecharts/apps/releases/download/dsmr-reader-0.0.1/dsmr-reader-0.0.1.tgz version: 0.0.1 duplicati: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: beta + created: "2021-11-22T23:46:53.538188331Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Store securely encrypted backups on cloud storage services! + digest: 6c16cd4a01a19e63fcb9e2ba2bbe00e2359f9f98e50fb1104e10aa619ba56ba7 + home: https://github.com/truechartsapps/tree/master/charts/stable/duplicati + icon: https://avatars.githubusercontent.com/u/8270231?s=200&v=4 + keywords: + - duplicati + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: duplicati + sources: + - https://hub.docker.com/r/linuxserver/duplicati/ + - https://github.com/duplicati/duplicati + urls: + - https://github.com/truecharts/apps/releases/download/duplicati-4.0.11/duplicati-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41249,6 +42194,39 @@ entries: - https://github.com/truecharts/apps/releases/download/duplicati-1.0.1/duplicati-1.0.1.tgz version: 1.0.1 emby: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 4.6.5.0 + created: "2021-11-22T23:46:53.69240341Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Emby Server is a home media server + digest: eeead4f2b3f12366ffbd0144e51215518fce6c75f99661c371dcc508ec65f259 + home: https://github.com/truecharts/apps/master/stable/emby + icon: https://truecharts.org/_static/img/emby-icon.png + keywords: + - jellyfin + - plex + - emby + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: emby + sources: + - https://hub.docker.com/r/linuxserver/emby + - https://github.com/linuxserver/docker-emby.git + type: application + urls: + - https://github.com/truecharts/apps/releases/download/emby-9.0.11/emby-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44100,6 +45078,38 @@ entries: - https://github.com/truecharts/apps/releases/download/emby-3.1.5/emby-3.1.5.tgz version: 3.1.5 esphome: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - tools + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2021.11.1 + created: "2021-11-22T23:46:53.844250112Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful + configuration files and control them remotely through Home Automation systems. + digest: e5080fa5d6863a353719328df18a0d37027cddd10f6e10fde6b5dcee78374431 + home: https://github.com/truecharts/apps/tree/master/charts/stable/esphome + icon: https://esphome.io/_images/logo.svg + keywords: + - esphome + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: esphome + sources: + - https://github.com/esphome/esphome + - https://hub.docker.com/u/esphome + type: application + urls: + - https://github.com/truecharts/apps/releases/download/esphome-9.0.13/esphome-9.0.13.tgz + version: 9.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47151,6 +48161,46 @@ entries: - https://github.com/truecharts/apps/releases/download/esphome-3.1.5/esphome-3.1.5.tgz version: 3.1.5 etherpad: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.8.14 + created: "2021-11-22T23:46:54.008966929Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: A real-time collaborative editor scalable to thousands of simultaneous + real time users. + digest: 3bb7db37741e68943d898e17f97c2a00acf4bbba558ac90722ecb16f33867724 + home: https://github.com/truecharts/apps/tree/main/charts/etherpad + icon: https://github.com/truecharts/apps/raw/main/images/etherpad.jpg + keywords: + - etherpad + - editor + - notepad + - pad + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: etherpad + sources: + - https://etherpad.org/ + - https://github.com/ether/etherpad-lite + - https://hub.docker.com/r/nicholaswilde/etherpad + type: application + urls: + - https://github.com/truecharts/apps/releases/download/etherpad-5.0.2/etherpad-5.0.2.tgz + version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47502,6 +48552,37 @@ entries: - https://github.com/truecharts/apps/releases/download/etherpad-0.0.1/etherpad-0.0.1.tgz version: 0.0.1 external-service: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - networking + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.66.6 + created: "2021-11-22T23:46:54.17564051Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Allow external services to be used like Apps. + digest: 38ce8d0cbb49f6ce7e46d8d4a59cea18db629d38e8a6ae6e7dc85f55f56ce5df + home: https://github.com/truecharts/apps/tree/master/charts/stable/external-service + icon: https://truecharts.org/_static/img/external-service-icon.png + keywords: + - external-service + - reverse-proxy + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: external-service + sources: + - https://github.com/truecharts/apps/tree/master/charts/stable/external-service + type: application + urls: + - https://github.com/truecharts/apps/releases/download/external-service-4.0.11/external-service-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48736,6 +49817,41 @@ entries: - https://github.com/truecharts/apps/releases/download/external-service-0.0.1/external-service-0.0.1.tgz version: 0.0.1 filezilla: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 3.51.0 + created: "2021-11-22T23:46:54.345625498Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A Helm chart for Kubernetes + digest: d671639231208192feca2d2f4713b7a5aaf2c776a14ba3ac810bb9557147f938 + home: https://github.com/truecharts/apps/tree/master/charts/stable/filezilla + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/filezilla-logo.png + keywords: + - filezilla + - ftp + - sftp + - ftps + - client + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: filezilla + sources: + - https://filezilla-project.org/ + - https://github.com/linuxserver/docker-filezilla + type: application + urls: + - https://github.com/truecharts/apps/releases/download/filezilla-2.0.11/filezilla-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48962,6 +50078,41 @@ entries: - https://github.com/truecharts/apps/releases/download/filezilla-0.0.2/filezilla-0.0.2.tgz version: 0.0.2 fireflyiii: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - finacial + truecharts.org/grade: U + apiVersion: v2 + appVersion: 5.5.12 + created: "2021-11-22T23:46:54.519567811Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: A free and open source personal finance manager + digest: 8f65772429eb4e7ea8493e665e02d797b73329851dbeb8ace43d89d7cf1bad29 + home: https://github.com/firefly-iii/firefly-iii/ + icon: https://www.firefly-iii.org/assets/logo/color.png + keywords: + - fireflyiii + - finacial + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: fireflyiii + sources: + - https://github.com/firefly-iii/firefly-iii/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/fireflyiii-13.0.2/fireflyiii-13.0.2.tgz + version: 13.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53747,6 +54898,45 @@ entries: - https://github.com/truecharts/apps/releases/download/fireflyiii-1.0.1/fireflyiii-1.0.1.tgz version: 1.0.1 firefox-syncserver: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.8.0 + created: "2021-11-22T23:46:54.688850587Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: This is an all-in-one package for running a self-hosted Firefox Sync + server. + digest: 3ab40efaa9f8646c3f559b45aa2c27658d6e94cbf7ce64c6d1b1f0989accf5d4 + home: https://github.com/truecharts/apps/tree/main/charts/firefox-syncserver + icon: https://upload.wikimedia.org/wikipedia/en/0/01/Firefox_Sync_logo.png + keywords: + - server + - sync + - syncserver + - firefox + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: firefox-syncserver + sources: + - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html + - https://hub.docker.com/r/crazymax/firefox-syncserver + type: application + urls: + - https://github.com/truecharts/apps/releases/download/firefox-syncserver-5.0.2/firefox-syncserver-5.0.2.tgz + version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54089,6 +55279,37 @@ entries: - https://github.com/truecharts/apps/releases/download/firefox-syncserver-0.0.1/firefox-syncserver-0.0.1.tgz version: 0.0.1 flaresolverr: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.0.2 + created: "2021-11-22T23:46:54.851532007Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: FlareSolverr is a proxy server to bypass Cloudflare protection + digest: 96c8db04576e5efb281fed09ddf425c4f7a4c4cf9d057fb821f3b2dfd22cf406 + home: https://github.com/truechartsapps/tree/master/charts/stable/flaresolverr + icon: https://raw.githubusercontent.com/FlareSolverr/FlareSolverr/master/resources/flaresolverr_logo.svg + keywords: + - flaresolverr + - jackett + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: flaresolverr + sources: + - https://github.com/FlareSolverr/FlareSolverr + - https://hub.docker.com/r/flaresolverr/flaresolverr + urls: + - https://github.com/truecharts/apps/releases/download/flaresolverr-4.0.12/flaresolverr-4.0.12.tgz + version: 4.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -55592,6 +56813,39 @@ entries: - https://github.com/truecharts/apps/releases/download/flaresolverr-1.0.1/flaresolverr-1.0.1.tgz version: 1.0.1 flood: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 4.7.0 + created: "2021-11-22T23:46:55.023740297Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Flood is a monitoring service for various torrent clients + digest: 74e1943b76022f153fa8de132181852dd285d11a4d562454e0c4fff3657c4d8f + home: https://github.com/truechartsapps/tree/master/charts/stable/flood + icon: https://raw.githubusercontent.com/jesec/flood/master/flood.svg + keywords: + - flood + - rtorrent + - qbittorrent + - transmission + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: flood + sources: + - https://github.com/jesec/flood + - https://hub.docker.com/r/jesec/flood + urls: + - https://github.com/truecharts/apps/releases/download/flood-4.0.11/flood-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -57204,6 +58458,40 @@ entries: - https://github.com/truecharts/apps/releases/download/flood-1.0.1/flood-1.0.1.tgz version: 1.0.1 focalboard: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.8.0 + created: "2021-11-22T23:46:55.163528028Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Focalboard is an open source, self-hosted alternative to Trello, + Notion, and Asana. + digest: f7c994392826b0cd16d807816a095567cc2495a9f090499a78ae2fcee0ae749b + home: https://github.com/truechartsapps/tree/master/charts/stable/focalboard + icon: https://github.com/mattermost/focalboard/raw/main/webapp/static/favicon.svg + keywords: + - focalboard + - kanban + - project management + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: focalboard + sources: + - https://www.focalboard.com/ + - https://github.com/mattermost/focalboard + - https://github.com/FlipEnergy/container-images/blob/main/focalboard + urls: + - https://github.com/truecharts/apps/releases/download/focalboard-4.0.11/focalboard-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -58873,6 +60161,38 @@ entries: - https://github.com/truecharts/apps/releases/download/focalboard-1.0.1/focalboard-1.0.1.tgz version: 1.0.1 fossil: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.15.1 + created: "2021-11-22T23:46:55.311924193Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A simple, high-reliability, distributed software configuration management + system + digest: 1f48dbafaedb0ba9cfb046065341744a39d9fec42d42e9455788e95d91a3ca0b + home: https://github.com/truecharts/apps/tree/master/charts/stable/fossil + icon: https://fossil-scm.org/home/doc/trunk/www/fossil3.gif + keywords: + - fossil + - scm + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: fossil + sources: + - https://fossil-scm.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/fossil-2.0.11/fossil-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59078,6 +60398,38 @@ entries: - https://github.com/truecharts/apps/releases/download/fossil-0.0.2/fossil-0.0.2.tgz version: 0.0.2 freeradius: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - auth + truecharts.org/grade: U + apiVersion: v2 + appVersion: 3.0.23 + created: "2021-11-22T23:46:55.476780898Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: OpenSource Radius implementation + digest: bf1f1cbbd04fdc8c19d4190fa240eafa149d720bc0a41f02f5c377c23decb78c + home: https://www.openldap.org + icon: https://networkradius.com/assets/img/FR-NR.svg + keywords: + - radius + - auth + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: freeradius + sources: + - https://hub.docker.com/r/freeradius/freeradius-server/ + - https://freeradius.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/freeradius-4.0.13/freeradius-4.0.13.tgz + version: 4.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -60688,6 +62040,38 @@ entries: - https://github.com/truecharts/apps/releases/download/freeradius-1.0.0/freeradius-1.0.0.tgz version: 1.0.0 freshrss: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.18.1 + created: "2021-11-22T23:46:55.627755463Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: FreshRSS is a self-hosted RSS feed aggregator + digest: bb0bcb91d3550c211df4cb2776603a869fdec173d6537e8d6587554d3db4ffdb + home: https://github.com/truecharts/apps/tree/master/charts/stable/freshrss + icon: https://github.com/FreshRSS/FreshRSS/blob/master/docs/img/FreshRSS-logo.png?raw=true + keywords: + - freshrss + - rss + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: freshrss + sources: + - https://github.com/FreshRSS/FreshRSS + - https://hub.docker.com/r/linuxserver/freshrss + type: application + urls: + - https://github.com/truecharts/apps/releases/download/freshrss-9.0.13/freshrss-9.0.13.tgz + version: 9.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -63305,6 +64689,39 @@ entries: - https://github.com/truecharts/apps/releases/download/freshrss-3.1.5/freshrss-3.1.5.tgz version: 3.1.5 gaps: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.8.8 + created: "2021-11-22T23:46:55.802093736Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Gaps searches through your Plex Server or local folders for all movies, + then queries for known movies in the same collection. + digest: 6520536b2a26ba47fff9d8b85a2c97cfcb033afe7ca2a1caeab38c261fa09ae8 + home: https://github.com/truecharts/apps/tree/master/charts/stable/gaps + icon: https://raw.githubusercontent.com/JasonHHouse/gaps/master/images/Final-Black.png + keywords: + - gaps + - plex + - plex-media-server + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: gaps + sources: + - https://github.com/JasonHHouse/gaps + type: application + urls: + - https://github.com/truecharts/apps/releases/download/gaps-9.0.11/gaps-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -65811,6 +67228,51 @@ entries: - https://github.com/truecharts/apps/releases/download/gaps-3.1.5/gaps-3.1.5.tgz version: 3.1.5 gitea: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GIT + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.15.6 + created: "2021-11-22T23:46:55.98188132Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + - condition: memcached.enabled + name: memcached + repository: https://truecharts.org/ + version: 1.0.10 + description: Self hosted GIT repositories + digest: 017f3c4274cade4381adca9237b27ea5f1fdc7841ecd3aac4f3c84d76571e7fc + home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea + icon: https://docs.gitea.io/images/gitea.png + keywords: + - git + - issue tracker + - code review + - wiki + - gitea + - gogs + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: gitea + sources: + - https://gitea.com/gitea/helm-chart + - https://github.com/go-gitea/gitea + - https://hub.docker.com/r/gitea/gitea/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/gitea-5.0.3/gitea-5.0.3.tgz + version: 5.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -67127,6 +68589,41 @@ entries: - https://github.com/truecharts/apps/releases/download/gitea-0.0.1/gitea-0.0.1.tgz version: 0.0.1 golinks: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 154c581 + created: "2021-11-22T23:46:56.130552396Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A web app that allows you to create smart bookmarks, commands and + aliases by pointing your web browser's default search engine at a running instance. + digest: e47fa95697312cddd14b0518e1c42a3f796c88425c8d9cf34a086443caad0883 + home: https://github.com/truecharts/apps/tree/master/charts/stable/golinks + keywords: + - search + - browser + - bookmarks + - smart-bookmarks + - golinks + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: golinks + sources: + - https://github.com/prologic/golinks + - https://github.com/nicholaswilde/docker-golinks + type: application + urls: + - https://github.com/truecharts/apps/releases/download/golinks-2.0.11/golinks-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -67353,6 +68850,37 @@ entries: - https://github.com/truecharts/apps/releases/download/golinks-0.0.2/golinks-0.0.2.tgz version: 0.0.2 gonic: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.14.0 + created: "2021-11-22T23:46:56.319053919Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Music streaming server / subsonic server API implementation + digest: 432f0659f7379d1ce43fd44aca8f4346dfaa68428f11eca4ba07b86795e1981e + home: https://github.com/truechartsapps/tree/master/charts/stable/gonic + icon: https://raw.githubusercontent.com/sentriz/gonic/master/.github/logo.png + keywords: + - music + - subsonic + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: gonic + sources: + - https://github.com/sentriz/gonic + - https://hub.docker.com/r/sentriz/gonic + urls: + - https://github.com/truecharts/apps/releases/download/gonic-4.0.11/gonic-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -68825,6 +70353,44 @@ entries: - https://github.com/truecharts/apps/releases/download/gonic-1.0.1/gonic-1.0.1.tgz version: 1.0.1 gotify: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.1.0 + created: "2021-11-22T23:46:56.494705543Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: a simple server for sending and receiving messages + digest: 7e548f4a27e5559d67e36e4ebb2fa834902100192b22a1c0441ee1116c4e56b4 + home: https://github.com/truecharts/apps/tree/main/charts/gotify + icon: https://gotify.net/img/logo.png + keywords: + - server + - gotify + - messages + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: gotify + sources: + - https://gotify.net/ + - https://github.com/gotify/server + - https://hub.docker.com/r/gotify/server + type: application + urls: + - https://github.com/truecharts/apps/releases/download/gotify-5.0.2/gotify-5.0.2.tgz + version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -69158,6 +70724,40 @@ entries: - https://github.com/truecharts/apps/releases/download/gotify-0.0.1/gotify-0.0.1.tgz version: 0.0.1 grav: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.7.18 + created: "2021-11-22T23:46:56.647348673Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A Fast, Simple, and Flexible, file-based Web-platform. + digest: 5735c2f3dc0dd51b9f539cfa33a4253b304c57fdfb2b3d6729cc6a721ffdaf5c + home: https://github.com/truecharts/apps/tree/master/charts/stable/grav + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grav-logo.png + keywords: + - grav + - web + - platform + - file + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: grav + sources: + - https://github.com/linuxserver/docker-grav + - https://github.com/getgrav/grav/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/grav-2.0.11/grav-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -69377,6 +70977,37 @@ entries: - https://github.com/truecharts/apps/releases/download/grav-0.0.2/grav-0.0.2.tgz version: 0.0.2 grocy: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Home-Automation + truecharts.org/grade: U + apiVersion: v2 + appVersion: 3.1.1 + created: "2021-11-22T23:46:56.765182451Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: ERP beyond your fridge - grocy is a web-based self-hosted groceries + & household management solution for your home + digest: e93d6a8bec54d9ae253e83b73401d3c6292d5b7cf39aa6ce2ec5befcf677af61 + home: https://github.com/truecharts/apps/tree/master/charts/stable/grocy + icon: https://github.com/grocy/grocy/raw/master/public/img/appicons/mstile-150x150.png + keywords: + - grocy + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: grocy + sources: + - https://github.com/grocy/grocy + type: application + urls: + - https://github.com/truecharts/apps/releases/download/grocy-9.0.11/grocy-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -71813,6 +73444,41 @@ entries: - https://github.com/truecharts/apps/releases/download/grocy-3.1.5/grocy-3.1.5.tgz version: 3.1.5 handbrake: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.24.2 + created: "2021-11-22T23:46:56.928946713Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: HandBrake is a tool for converting video from nearly any format to + a selection of modern, widely supported codecs. + digest: cce7ba7f29f136119f447a13f158bf462c6b9c22534c72b2376809dce2f1a09e + home: https://github.com/truecharts/apps/tree/master/charts/stable/handbrake + icon: https://handbrake.fr/img/logo.png + keywords: + - handbrake + - encode + - media + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: handbrake + sources: + - https://github.com/jlesage/docker-handbrake + - https://hub.docker.com/r/jlesage/handbrake/ + - https://handbrake.fr/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/handbrake-9.0.11/handbrake-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -74942,6 +76608,39 @@ entries: - https://github.com/truecharts/apps/releases/download/handbrake-3.1.5/handbrake-3.1.5.tgz version: 3.1.5 haste-server: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - utilities + truecharts.org/grade: U + apiVersion: v2 + appVersion: latest + created: "2021-11-22T23:46:57.080871215Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Simple text sharing + digest: e3f9886f5545d2c5249c614783b38f5bb8792ed331722a16c5aa762a2cc1f516 + home: https://github.com/truecharts/apps/tree/master/charts/stable/haste + icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/haste.png + keywords: + - haste + - hastebin + - haste-server + - pastebin + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: haste-server + sources: + - https://github.com/seejohnrun/haste-server + - https://github.com/k8s-at-home/container-images + urls: + - https://github.com/truecharts/apps/releases/download/haste-server-4.0.11/haste-server-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -77030,6 +78729,40 @@ entries: - https://github.com/truecharts/apps/releases/download/haste-server-1.0.0/haste-server-1.0.0.tgz version: 1.0.0 headphones: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 58edc604 + created: "2021-11-22T23:46:57.241827668Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: An automated music downloader for NZB and Torrent, written in Python. + It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. + digest: 52cb18d7a3776f8a3fd48e032a41883c7dfd30c059b430ae13d2790b00c2cb01 + home: https://github.com/truecharts/apps/tree/master/charts/stable/headphones + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/headphones-banner.png + keywords: + - headphones + - music + - downloader + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: headphones + sources: + - https://github.com/linuxserver/docker-headphones + - https://github.com/rembo10/headphones + type: application + urls: + - https://github.com/truecharts/apps/releases/download/headphones-2.0.11/headphones-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -77249,6 +78982,40 @@ entries: - https://github.com/truecharts/apps/releases/download/headphones-0.0.2/headphones-0.0.2.tgz version: 0.0.2 healthchecks: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.22.0 + created: "2021-11-22T23:46:57.388890281Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Healthchecks is a cron job monitoring service. It listens for HTTP + requests and email messages ("pings") from your cron jobs and scheduled tasks + ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. + digest: e96f358e9bb309bfbb77bb9633590fadd19a711e2447f4ea40c6f7c1f22f36c8 + home: https://github.com/truechartsapps/tree/master/charts/stable/healthchecks + icon: https://avatars.githubusercontent.com/u/13053880?s=200&v=4 + keywords: + - cron + - monitoring + - alert + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: healthchecks + sources: + - https://github.com/healthchecks/healthchecks + - https://hub.docker.com/r/linuxserver/healthchecks + urls: + - https://github.com/truecharts/apps/releases/download/healthchecks-4.0.11/healthchecks-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -79092,6 +80859,36 @@ entries: - https://github.com/truecharts/apps/releases/download/healthchecks-1.0.1/healthchecks-1.0.1.tgz version: 1.0.1 heimdall: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - organizers + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.2.2 + created: "2021-11-22T23:46:57.54999014Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: An Application dashboard and launcher + digest: b9b00122c5a8ff463bf16a96f6d61237cef078814c307435eabb49c3e3fd8042 + home: https://github.com/truecharts/apps/tree/master/charts/stable/heimdall + icon: https://i.imgur.com/mM4tcO5.png + keywords: + - heimdall + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: heimdall + sources: + - https://github.com/linuxserver/Heimdall/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/heimdall-9.0.14/heimdall-9.0.14.tgz + version: 9.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -81349,6 +83146,43 @@ entries: - https://github.com/truecharts/apps/releases/download/heimdall-3.1.5/heimdall-3.1.5.tgz version: 3.1.5 home-assistant: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - home-automation + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2021.11.5 + created: "2021-11-22T23:46:57.935735626Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: home-assistant App for TrueNAS SCALE + digest: cc36d9d52b61d65a7c57c61f3921efd3647a0065fe6edf275ac4101e365e9ffa + home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant + icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Home_Assistant_Logo.svg/519px-Home_Assistant_Logo.svg.png + keywords: + - home-assistant + - hass + - homeassistant + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: home-assistant + sources: + - https://github.com/home-assistant/home-assistant + - https://github.com/cdr/code-server + type: application + urls: + - https://github.com/truecharts/apps/releases/download/home-assistant-12.0.4/home-assistant-12.0.4.tgz + version: 12.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -85241,6 +87075,37 @@ entries: - https://github.com/truecharts/apps/releases/download/home-assistant-3.1.5/home-assistant-3.1.5.tgz version: 3.1.5 hyperion-ng: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.0.0-alph + created: "2021-11-22T23:46:58.088262751Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Hyperion is an opensource Bias or Ambient Lighting implementation + digest: f71927685cdcb4ca639683f4db2bb34427b79d43a5461f95647a3b77ade79761 + home: https://github.com/truechartsapps/tree/master/charts/stable/hyperion-ng + icon: https://avatars.githubusercontent.com/u/17778452?s=200&v=4 + keywords: + - hyperion-ng + - hyperion + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: hyperion-ng + sources: + - https://github.com/hyperion-project/hyperion.ng + - https://hub.docker.com/r/sirfragalot/hyperion.ng + urls: + - https://github.com/truecharts/apps/releases/download/hyperion-ng-4.0.11/hyperion-ng-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -86739,6 +88604,39 @@ entries: - https://github.com/truecharts/apps/releases/download/hyperion-ng-1.0.1/hyperion-ng-1.0.1.tgz version: 1.0.1 icantbelieveitsnotvaletudo: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2021.2.1 + created: "2021-11-22T23:46:58.299391454Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Create live map data from Valetudo powered robots + digest: 39fc96bbb0ccfda004141e6d642e8b36118fad34aec25483654f671d0eea7420 + home: https://github.com/truecharts/apps/tree/master/charts/stable/icantbelieveitsnotvaletudo + icon: https://raw.githubusercontent.com/Hypfer/Valetudo/master/assets/logo/valetudo_logo_small.svg + keywords: + - icantbelieveitsnotvaletudo + - MQTT + - valetudo + - iot + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: icantbelieveitsnotvaletudo + sources: + - https://github.com/Hypfer/ICantBelieveItsNotValetudo + - https://github.com/truecharts/apps/tree/master/charts/icantbelieveitsnotvaletudo + urls: + - https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-2.0.11/icantbelieveitsnotvaletudo-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -86951,6 +88849,39 @@ entries: - https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-0.0.2/icantbelieveitsnotvaletudo-0.0.2.tgz version: 0.0.2 jackett: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + - test + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.20.53 + created: "2021-11-22T23:46:58.449235375Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: API Support for your favorite torrent trackers. + digest: d994a181dd920d5b413b91e3e648f77a5cc9e02a8990139596350a26d5eeb0f1 + home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett + icon: https://truecharts.org/_static/img/jackett-icon.png + keywords: + - jackett + - torrent + - usenet + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: jackett + sources: + - https://github.com/Jackett/Jackett + type: application + urls: + - https://github.com/truecharts/apps/releases/download/jackett-9.0.22/jackett-9.0.22.tgz + version: 9.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -91119,6 +93050,41 @@ entries: - https://github.com/truecharts/apps/releases/download/jackett-3.1.5/jackett-3.1.5.tgz version: 3.1.5 jdownloader2: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - downloads + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.7.1 + created: "2021-11-22T23:46:58.606812363Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: JDownloader is a free, open-source download management tool with + a huge community of developers that makes downloading as easy and fast as it + should be. + digest: d418e869bb05731eec3d9e969d36f1a5edcf35aafdeb5413b9aba159907eb385 + home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett + icon: https://jdownloader.org/_media/knowledge/wiki/jdownloader.png?w=150 + keywords: + - jdownloader + - download + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: jdownloader2 + sources: + - https://github.com/jlesage/docker-jdownloader-2 + - https://hub.docker.com/r/jlesage/jdownloader-2 + - https://jdownloader.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/jdownloader2-4.0.12/jdownloader2-4.0.12.tgz + version: 4.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -92273,6 +94239,38 @@ entries: - https://github.com/truecharts/apps/releases/download/jdownloader2-0.0.1/jdownloader2-0.0.1.tgz version: 0.0.1 jellyfin: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 10.7.7 + created: "2021-11-22T23:46:58.777570396Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Jellyfin is a Free Software Media System + digest: 00b2c71ac62b6b7af7b1b15da696f1cc7f44ffa70a97061997a3f8b354a45cdf + home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin + icon: https://truecharts.org/_static/img/jellyfin-icon.png + keywords: + - jellyfin + - plex + - emby + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: jellyfin + sources: + - https://github.com/jellyfin/jellyfin + type: application + urls: + - https://github.com/truecharts/apps/releases/download/jellyfin-9.0.11/jellyfin-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -95061,6 +97059,42 @@ entries: - https://github.com/truecharts/apps/releases/download/jellyfin-3.1.5/jellyfin-3.1.5.tgz version: 3.1.5 joplin-server: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.5.1 + created: "2021-11-22T23:46:58.957107713Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: This server allows you to sync any Joplin client + digest: 575b82a4e86b24667899fcf25646393975d9d2e283bebbbe8f314bb0c2d40d22 + home: https://github.com/truecharts/apps/tree/master/charts/stable/jopplin-server + icon: https://raw.githubusercontent.com/laurent22/joplin/master/Assets/LinuxIcons/256x256.png?raw=true + keywords: + - joplin + - notes + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: joplin-server + sources: + - https://github.com/laurent22/joplin/tree/dev/packages/server + - https://github.com/laurent22/joplin + - https://hub.docker.com/r/joplin/server + urls: + - https://github.com/truecharts/apps/releases/download/joplin-server-5.0.2/joplin-server-5.0.2.tgz + version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -95376,6 +97410,37 @@ entries: - https://github.com/truecharts/apps/releases/download/joplin-server-0.0.1/joplin-server-0.0.1.tgz version: 0.0.1 k8s-gateway: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - networking + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.1.8 + created: "2021-11-22T23:46:59.125384565Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A Helm chart for the k8s_gateway CoreDNS plugin + digest: 4e7c15a2c972e58ccd074fceadeb10897f12e81d43da63772dd41bd9c0c95b80 + home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway + icon: https://cncf-branding.netlify.app/img/projects/coredns/icon/black/coredns-icon-black.png + keywords: + - DNS + - networking + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: k8s-gateway + sources: + - https://github.com/ori-edge/k8s_gateway + type: application + urls: + - https://github.com/truecharts/apps/releases/download/k8s-gateway-4.0.12/k8s-gateway-4.0.12.tgz + version: 4.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -96047,6 +98112,40 @@ entries: - https://github.com/truecharts/apps/releases/download/k8s-gateway-0.0.1/k8s-gateway-0.0.1.tgz version: 0.0.1 kanboard: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.2.20 + created: "2021-11-22T23:46:59.301540873Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: Kanboard is a free and open source Kanban project management software. + digest: 949e13271e6c463b91c3273c98a2abf3c38b111df34ecbca8e226c30a6594e43 + home: https://github.com/truecharts/apps/tree/master/charts/stable/kanboard + icon: https://raw.githubusercontent.com/kanboard/website/master/assets/img/icon.svg + keywords: + - kanboard + - kanban + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: kanboard + sources: + - https://github.com/kanboard/kanboard + urls: + - https://github.com/truecharts/apps/releases/download/kanboard-5.0.2/kanboard-5.0.2.tgz + version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -96344,6 +98443,36 @@ entries: - https://github.com/truecharts/apps/releases/download/kanboard-0.0.1/kanboard-0.0.1.tgz version: 0.0.1 kms: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - graywares + truecharts.org/grade: U + apiVersion: v2 + appVersion: minimal + created: "2021-11-22T23:46:59.471568982Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Private Windows Activation Server for development and testing + digest: 87ba230328be2964df66ba1b06b44aeb06094e2a6a6e25cef12c4ddae90e2c15 + home: https://github.com/truecharts/apps/tree/master/charts/stable/kms + icon: https://truecharts.org/_static/img/kms-icon.jpg + keywords: + - kms + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: kms + sources: + - https://github.com/SystemRage/py-kms + type: application + urls: + - https://github.com/truecharts/apps/releases/download/kms-9.0.13/kms-9.0.13.tgz + version: 9.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -98959,6 +101088,39 @@ entries: - https://github.com/truecharts/apps/releases/download/kms-3.1.5/kms-3.1.5.tgz version: 3.1.5 komga: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.132.3 + created: "2021-11-22T23:46:59.625498669Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A comics/mangas server to serve/stream pages via API + digest: be806c02867662ea945a28aa4a8693798dcbf068788c76134f4539b8a398925a + home: https://github.com/truechartsapps/tree/master/charts/stable/komga + icon: https://komga.org/assets/media/logo.svg + keywords: + - komga + - comics + - mangas + - server + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: komga + sources: + - https://komga.org/ + - https://github.com/gotson/komga + urls: + - https://github.com/truecharts/apps/releases/download/komga-4.0.14/komga-4.0.14.tgz + version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -101174,6 +103336,38 @@ entries: - https://github.com/truecharts/apps/releases/download/komga-1.0.1/komga-1.0.1.tgz version: 1.0.1 lazylibrarian: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: latest + created: "2021-11-22T23:46:59.779253251Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Get all your books, like series with Sonarr... + digest: 71a585baffb53deadd8071288199de4cdc5f842e21e6a195c5b45497f177fdfc + home: https://github.com/truecharts/apps/tree/master/charts/stable/lazylibrarian + icon: https://lazylibrarian.gitlab.io/logo.svg + keywords: + - lazylibrarian + - ebooks + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: lazylibrarian + sources: + - https://gitlab.com/LazyLibrarian/LazyLibrarian.git + - https://lazylibrarian.gitlab.io + type: application + urls: + - https://github.com/truecharts/apps/releases/download/lazylibrarian-9.0.13/lazylibrarian-9.0.13.tgz + version: 9.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -104076,6 +106270,40 @@ entries: - https://github.com/truecharts/apps/releases/download/lazylibrarian-3.1.5/lazylibrarian-3.1.5.tgz version: 3.1.5 leaf2mqtt: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: "0.5" + created: "2021-11-22T23:46:59.930045937Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Nissan Leaf connected services to MQTT adapter + digest: 2ea6a0b28320fb7ab38d1fab013526d9a10156232a326c76d1da02835036e3c4 + home: https://github.com/truecharts/apps/tree/master/charts/stable/leaf2mqtt + icon: https://www.nissanusa.com/content/dam/Nissan/us/Navigation/nissan-logo-black.svg + keywords: + - leaf2mqtt + - leaf + - nissan + - kamereon + - carwings + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: leaf2mqtt + sources: + - https://github.com/mitsumaui/leaf2mqtt + - https://github.com/k8s-at-home/container-images + urls: + - https://github.com/truecharts/apps/releases/download/leaf2mqtt-2.0.11/leaf2mqtt-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -104295,6 +106523,38 @@ entries: - https://github.com/truecharts/apps/releases/download/leaf2mqtt-0.0.2/leaf2mqtt-0.0.2.tgz version: 0.0.2 librespeed: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 5.2.4 + created: "2021-11-22T23:47:00.090652941Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Librespeed is a HTML5 webpage to test upload and download speeds + digest: 222ec87d9d5b35e45d48479105fefd25c8fedc39588eea9f00b2a6bbaa9d1767 + home: https://github.com/truechartsapps/tree/master/charts/stable/librespeed + icon: https://github.com/librespeed/speedtest/blob/master/.logo/icon_huge.png?raw=true + keywords: + - librespeed + - speedtest + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: librespeed + sources: + - https://github.com/librespeed/speedtest + - https://hub.docker.com/r/linuxserver/librespeed + - https://github.com/truechartsapps/tree/master/charts/librespeed + urls: + - https://github.com/truecharts/apps/releases/download/librespeed-4.0.13/librespeed-4.0.13.tgz + version: 4.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -106156,6 +108416,38 @@ entries: - https://github.com/truecharts/apps/releases/download/librespeed-0.0.1/librespeed-0.0.1.tgz version: 0.0.1 lidarr: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.0.0.2255 + created: "2021-11-22T23:47:00.257544648Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Looks and smells like Sonarr but made for music + digest: 05d896ff51d0760e564932c0927746be6388de70e2421b27d0cab20534b4200c + home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr + icon: https://avatars3.githubusercontent.com/u/28475832?s=400&v=4 + keywords: + - lidarr + - torrent + - usenet + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: lidarr + sources: + - https://github.com/Lidarr/Lidarr + type: application + urls: + - https://github.com/truecharts/apps/releases/download/lidarr-9.0.11/lidarr-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -108914,6 +111206,37 @@ entries: - https://github.com/truecharts/apps/releases/download/lidarr-3.1.5/lidarr-3.1.5.tgz version: 3.1.5 littlelink: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - social + truecharts.org/grade: U + apiVersion: v2 + appVersion: latest + created: "2021-11-22T23:47:00.426238414Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Easy platform to combine all your social links + digest: 15c1e60d27d942d1c65d32ca2397842acd1a0dce14074a5341f7e2163e040c4f + home: https://github.com/truecharts/apps/tree/master/charts/stable/littlelink + icon: https://littlelink.io/images/avatar@2x.png + keywords: + - littlelink + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: littlelink + sources: + - https://github.com/techno-tim/littlelink-server + - https://github.com/sethcottle/littlelink + type: application + urls: + - https://github.com/truecharts/apps/releases/download/littlelink-4.0.16/littlelink-4.0.16.tgz + version: 4.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -110544,6 +112867,41 @@ entries: - https://github.com/truecharts/apps/releases/download/littlelink-1.0.0/littlelink-1.0.0.tgz version: 1.0.0 logitech-media-server: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + - audio + truecharts.org/grade: U + apiVersion: v2 + appVersion: 8.3.0 + created: "2021-11-22T23:47:00.595132786Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Logitech Media Server is a platform for home/office audio streaming. + digest: ae31b00d1d23025f3618bf57f87d7e56928c4d5fd5ec918df2c0c0a583e4016a + home: https://github.com/truecharts/apps/master/charts/incubator/logitech-media-server + icon: https://www.mysqueezebox.com/static/images/logitech_mediaserver.png + keywords: + - logitech-media-server + - squeezebox + - audio + - streaming + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: logitech-media-server + sources: + - https://github.com/Logitech/slimserver + - https://hub.docker.com/r/lmscommunity/logitechmediaserver + type: application + urls: + - https://github.com/truecharts/apps/releases/download/logitech-media-server-2.0.16/logitech-media-server-2.0.16.tgz + version: 2.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -111006,6 +113364,40 @@ entries: - https://github.com/truecharts/apps/releases/download/logitech-media-server-1.0.0/logitech-media-server-1.0.0.tgz version: 1.0.0 loki: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - logs + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.4.1 + created: "2021-11-22T23:47:00.958470059Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: promtail.enabled + name: promtail + repository: https://grafana.github.io/helm-charts + version: ^3.0.0 + description: 'Loki: like Prometheus, but for logs.' + digest: f062d0d862341fc22d900e043cfdf33007796e5afb779bfa7fa26125a6133ca1 + home: https://github.com/truecharts/apps/tree/master/charts/stable/loki + icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png + keywords: + - logs + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: loki + sources: + - https://github.com/grafana/loki + type: application + urls: + - https://github.com/truecharts/apps/releases/download/loki-1.0.2/loki-1.0.2.tgz + version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -111075,6 +113467,40 @@ entries: - https://github.com/truecharts/apps/releases/download/loki-0.0.1/loki-0.0.1.tgz version: 0.0.1 lychee: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 4.3.4 + created: "2021-11-22T23:47:01.159361868Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Lychee is a free photo-management tool, which runs on your server + or web-space + digest: ee66221f3cc55b140de6efef15055650e61299b81541c2076374ab68d66a7667 + home: https://github.com/truecharts/apps/tree/master/charts/stable/lychee + icon: https://github.com/LycheeOrg/Lychee/blob/master/Banner.png?raw=true + keywords: + - lychee + - photo + - pictures + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: lychee + sources: + - https://github.com/LycheeOrg/Lychee + - https://hub.docker.com/r/lycheeorg/lychee + type: application + urls: + - https://github.com/truecharts/apps/releases/download/lychee-9.0.11/lychee-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -114059,6 +116485,36 @@ entries: - https://github.com/truecharts/apps/releases/download/mariadb-0.0.1/mariadb-0.0.1.tgz version: 0.0.1 mealie: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - utilities + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.5.3 + created: "2021-11-22T23:47:01.407707614Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Mealie is a self hosted recipe manager and meal planner with a RestAPI + backend + digest: d6c708f417d86df2432b44f0ba1ffe68a8a7b697a4ae7f79b176d964446b5d2d + home: https://github.com/truecharts/apps/tree/master/charts/stable/mealie + icon: https://raw.githubusercontent.com/hay-kot/mealie/gh-pages/assets/img/favicon.png + keywords: + - grocy + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: mealie + sources: + - https://github.com/hay-kot/mealie + urls: + - https://github.com/truecharts/apps/releases/download/mealie-4.0.12/mealie-4.0.12.tgz + version: 4.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -116104,6 +118560,42 @@ entries: - https://github.com/truecharts/apps/releases/download/mealie-1.0.0/mealie-1.0.0.tgz version: 1.0.0 medusa: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.5.20 + created: "2021-11-22T23:47:01.632993714Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: An automatic Video Library Manager for TV Shows + digest: 6a52b0d200ca436fe9f2fe43e7bbb698b1c6d9786969f93d79db5df16321b163 + home: https://github.com/truecharts/apps/tree/master/charts/stable/medusa + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/medusa-icon.png + keywords: + - medusa + - video + - library + - manager + - tv + - shows + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: medusa + sources: + - https://github.com/linuxserver/docker-medusa + - https://pymedusa.com/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/medusa-1.0.13/medusa-1.0.13.tgz + version: 1.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -116917,6 +119409,41 @@ entries: - https://github.com/truecharts/apps/releases/download/metallb-0.0.1/metallb-0.0.1.tgz version: 0.0.1 miniflux: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.0.33 + created: "2021-11-22T23:47:01.90941087Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: Miniflux is a minimalist and opinionated feed reader. + digest: 8def32c81efd81d7a293f83cabd2b0fc0bae02933a0c00c24637bf158e153458 + home: https://github.com/truecharts/apps/tree/master/charts/miniflux + icon: https://raw.githubusercontent.com/miniflux/logo/master/icon.svg + keywords: + - miniflux + - rss + - news + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: miniflux + sources: + - https://github.com/miniflux/v2 + urls: + - https://github.com/truecharts/apps/releases/download/miniflux-4.0.2/miniflux-4.0.2.tgz + version: 4.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -117223,6 +119750,37 @@ entries: - https://github.com/truecharts/apps/releases/download/miniflux-0.0.1/miniflux-0.0.1.tgz version: 0.0.1 minio: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: RELEASE.20 + created: "2021-11-22T23:47:02.335497075Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Minio is a self-hosted S3 storage server + digest: 38eef65dd391a3eb53881a2060c67d94a22fbf0c1d91cd9367b7625b42794516 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/minio + icon: https://min.io/resources/img/logo/MINIO_wordmark.png + keywords: + - minio + - s3 + - storage + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: minio + sources: + - https://github.com/minio/minio + urls: + - https://github.com/truecharts/apps/releases/download/minio-0.0.5/minio-0.0.5.tgz + version: 0.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -117255,6 +119813,37 @@ entries: - https://github.com/truecharts/apps/releases/download/minio-0.0.1/minio-0.0.1.tgz version: 0.0.1 minio-console: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.12.4 + created: "2021-11-22T23:47:02.529604969Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A management console for minio server and operator + digest: b65b6d9dc0d347ef16f527f959625baf067e5e0918239275c95efc6822dfbec0 + home: https://github.com/truecharts/apps/tree/master/charts/stable/minio-console + icon: https://min.io/resources/img/logo/MINIO_wordmark.png + keywords: + - minio-console + - minio + - s3 + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: minio-console + sources: + - https://github.com/minio/console + urls: + - https://github.com/truecharts/apps/releases/download/minio-console-1.0.13/minio-console-1.0.13.tgz + version: 1.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -117515,6 +120104,38 @@ entries: - https://github.com/truecharts/apps/releases/download/minio-console-0.0.2/minio-console-0.0.2.tgz version: 0.0.2 mosquitto: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - homeautomation + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.0.14 + created: "2021-11-22T23:47:02.877411765Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Eclipse Mosquitto - An open source MQTT broker + digest: d461bca15753a6a1d9ed87f909ea4af63d4fc033c8e61bf2aa10b661796d79a5 + home: https://github.com/truecharts/apps/tree/master/charts/stable/mosquitto + icon: https://projects.eclipse.org/sites/default/files/mosquitto-200px.png + keywords: + - mosquitto + - MQTT + - eclipse-iot + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: mosquitto + sources: + - https://github.com/eclipse/mosquitto + type: application + urls: + - https://github.com/truecharts/apps/releases/download/mosquitto-4.0.13/mosquitto-4.0.13.tgz + version: 4.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -119647,6 +122268,39 @@ entries: - https://github.com/truecharts/apps/releases/download/mosquitto-1.0.0/mosquitto-1.0.0.tgz version: 1.0.0 mstream: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 5.2.5 + created: "2021-11-22T23:47:03.172799519Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A personal music streaming server + digest: b5c90f579433d00871282ae51e266921830c000660800d882895faf5560a55ea + home: https://github.com/truecharts/apps/tree/master/charts/stable/mstream + icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/mstream.png + keywords: + - mstream + - server + - music + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: mstream + sources: + - https://github.com/linuxserver/docker-mstream + - https://mstream.io/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/mstream-1.0.11/mstream-1.0.11.tgz + version: 1.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -119859,6 +122513,41 @@ entries: - https://github.com/truecharts/apps/releases/download/mstream-0.0.2/mstream-0.0.2.tgz version: 0.0.2 muximux: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: "057352e8" + created: "2021-11-22T23:47:03.40617363Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A lightweight portal to view & manage your HTPC apps without having + to run anything more than a PHP enabled webserver + digest: fd1328357a27ceec54f4626ee5c06c8552e205adeae45595f4b696843a00032d + home: https://github.com/truecharts/apps/tree/master/charts/stable/muximux + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/muximux-icon.png + keywords: + - muximux + - htpc + - manage + - portal + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: muximux + sources: + - https://github.com/linuxserver/docker-muximux + - https://github.com/mescon/Muximux + type: application + urls: + - https://github.com/truecharts/apps/releases/download/muximux-1.0.13/muximux-1.0.13.tgz + version: 1.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -120155,6 +122844,37 @@ entries: - https://github.com/truecharts/apps/releases/download/muximux-0.0.2/muximux-0.0.2.tgz version: 0.0.2 mylar: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.5.3 + created: "2021-11-22T23:47:03.641301296Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Mylar is a automated Comic Book downloader + digest: 64b3e203de0ce06c9f8424aa63c8a415184690bdfec559fd580f9113e81965e6 + home: https://github.com/truechartsapps/tree/master/charts/stable/mylar + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png + keywords: + - mylar + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: mylar + sources: + - https://github.com/mylar3/mylar3 + - https://github.com/linuxserver/docker-mylar3 + - https://github.com/truechartsapps/tree/master/charts/mylar + urls: + - https://github.com/truecharts/apps/releases/download/mylar-4.0.11/mylar-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -121598,6 +124318,40 @@ entries: - https://github.com/truecharts/apps/releases/download/mylar-1.0.1/mylar-1.0.1.tgz version: 1.0.1 navidrome: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.47.0 + created: "2021-11-22T23:47:03.839260098Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Navidrome is an open source web-based music collection server and + streamer + digest: 3abc59e6c2d217621515c84de439ed742f3a5c3090fb39eb6b11e7a370cbbbb8 + home: https://github.com/truecharts/apps/tree/master/charts/stable/navidrome + icon: https://raw.githubusercontent.com/navidrome/navidrome/v0.42.0/ui/src/icons/android-icon-192x192.png + keywords: + - navidrome + - music + - streaming + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: navidrome + sources: + - https://github.com/deluan/navidrome + - https://hub.docker.com/r/deluan/navidrome + type: application + urls: + - https://github.com/truecharts/apps/releases/download/navidrome-9.0.12/navidrome-9.0.12.tgz + version: 9.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -124373,6 +127127,50 @@ entries: - https://github.com/truecharts/apps/releases/download/navidrome-3.1.5/navidrome-3.1.5.tgz version: 3.1.5 nextcloud: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - cloud + truecharts.org/grade: U + apiVersion: v2 + appVersion: 22.2.3 + created: "2021-11-22T23:47:04.059081784Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + - condition: redis.enabled + name: redis + repository: https://truecharts.org + version: 1.0.11 + description: A private cloud server that puts the control and security of your + own data back into your hands. + digest: 3b6350c4e1b4414f0abedbe1e69b27d6866dc710d95197eba2777e380838df7f + home: https://nextcloud.com/ + icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Nextcloud_Logo.svg/1280px-Nextcloud_Logo.svg.png + keywords: + - nextcloud + - storage + - http + - web + - php + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: nextcloud + sources: + - https://github.com/nextcloud/docker + - https://github.com/nextcloud/helm + type: application + urls: + - https://github.com/truecharts/apps/releases/download/nextcloud-10.0.6/nextcloud-10.0.6.tgz + version: 10.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -130841,6 +133639,37 @@ entries: - https://github.com/truecharts/apps/releases/download/nextcloud-1.0.0/nextcloud-1.0.0.tgz version: 1.0.0 node-red: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - tools + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.1.2 + created: "2021-11-22T23:47:04.231928199Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Node-RED is low-code programming for event-driven applications + digest: 6cbe4112c0ec93ec33e24f66b1ced0fed0ae7d8a57873e05c838b633d0088490 + home: https://github.com/truecharts/apps/tree/master/charts/stable/node-red + icon: https://nodered.org/about/resources/media/node-red-icon-2.png + keywords: + - node-red + - nodered + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: node-red + sources: + - https://github.com/node-red/node-red-docker + type: application + urls: + - https://github.com/truecharts/apps/releases/download/node-red-9.0.11/node-red-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -133581,6 +136410,39 @@ entries: - https://github.com/truecharts/apps/releases/download/notes-0.0.2/notes-0.0.2.tgz version: 0.0.2 novnc: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.2.0 + created: "2021-11-22T23:47:04.442541897Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: The open source VNC client + digest: 1ef2f78107b774fce115d94538877981163c46d0d679b28a5abf9dca6773b854 + home: https://github.com/truecharts/apps/tree/master/charts/stable/novnc + icon: https://github.com/truecharts/apps/raw/main/images/novnc.png + keywords: + - novnc + - vnc + - remote + - desktop + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: novnc + sources: + - https://novnc.com/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/novnc-1.0.11/novnc-1.0.11.tgz + version: 1.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -133793,6 +136655,35 @@ entries: - https://github.com/truecharts/apps/releases/download/novnc-0.0.2/novnc-0.0.2.tgz version: 0.0.2 nullserv: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.3.0 + created: "2021-11-22T23:47:04.629861166Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A simple null file http and https server + digest: 7181e3b6fabab7a30dd339203735941687046acc8ca762bf70d21f3585cf8a42 + home: https://github.com/truechartsapps/tree/master/charts/stable/nullserv + icon: https://miro.medium.com/max/800/1*UL9RWkTUtJlyHW7kGm20hQ.png + keywords: + - nullserv + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: nullserv + sources: + - https://github.com/bmrzycki/nullserv + urls: + - https://github.com/truecharts/apps/releases/download/nullserv-4.0.11/nullserv-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -135129,6 +138020,37 @@ entries: - https://github.com/truecharts/apps/releases/download/nullserv-1.0.1/nullserv-1.0.1.tgz version: 1.0.1 nzbget: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: "21.1" + created: "2021-11-22T23:47:04.810134513Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: NZBGet is a Usenet downloader client + digest: 27a84352b3579e82dbe44258fef85b3358be0b4dcbacb6212de74386705baa41 + home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbget + icon: https://avatars1.githubusercontent.com/u/3368377?s=400&v=4 + keywords: + - nzbget + - usenet + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: nzbget + sources: + - https://nzbget.net/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/nzbget-9.0.12/nzbget-9.0.12.tgz + version: 9.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -137529,6 +140451,34 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbget-3.1.5/nzbget-3.1.5.tgz version: 3.1.5 nzbhydra: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 3.17.3 + created: "2021-11-22T23:47:04.964014134Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + deprecated: true + description: Usenet meta search + digest: 402034131eb66492bfbc23ef1d815168971fbbedd6250cc0a8c7f38c9adb9ab9 + home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbhydra + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png + keywords: + - nzbhydra + - usenet + kubeVersion: '>=1.16.0-0' + name: nzbhydra + sources: + - https://github.com/theotherp/nzbhydra2 + type: application + urls: + - https://github.com/truecharts/apps/releases/download/nzbhydra-9.0.11/nzbhydra-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -139772,6 +142722,38 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbhydra-3.1.6/nzbhydra-3.1.6.tgz version: 3.1.6 octoprint: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.7.2 + created: "2021-11-22T23:47:05.138356696Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: OctoPrint is the snappy web interface for your 3D printer + digest: 1bc974f6b3e578807b68aa717535d5e6ee041455f3b9257467bbf0ca03859530 + home: https://github.com/truechartsapps/tree/master/charts/stable/octoprint + icon: https://avatars3.githubusercontent.com/u/5982294?s=400&v=4 + keywords: + - octoprint + - 3d + - printer + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: octoprint + sources: + - https://github.com/OctoPrint/OctoPrint + - https://hub.docker.com/r/octoprint/octoprint + urls: + - https://github.com/truecharts/apps/releases/download/octoprint-4.0.13/octoprint-4.0.13.tgz + version: 4.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -141391,6 +144373,48 @@ entries: - https://github.com/truecharts/apps/releases/download/octoprint-1.0.1/octoprint-1.0.1.tgz version: 1.0.1 odoo: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: "14.0" + created: "2021-11-22T23:47:05.32265187Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, + PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. + digest: 65441a4ab0407364f16d12776180e37551e325df8782cdd249ba19e0c999254a + home: https://github.com/truecharts/apps/tree/main/charts/odoo + icon: https://pbs.twimg.com/profile_images/970608340014419969/1bpCWJhS_400x400.jpg + keywords: + - odoo + - crm + - pm + - hr + - accounting + - mrp + - marketing + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: odoo + sources: + - https://www.odoo.com/ + - https://hub.docker.com/repository/docker/nicholaswilde/odoo + type: application + urls: + - https://github.com/truecharts/apps/releases/download/odoo-4.0.2/odoo-4.0.2.tgz + version: 4.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -141760,6 +144784,36 @@ entries: - https://github.com/truecharts/apps/releases/download/odoo-0.0.1/odoo-0.0.1.tgz version: 0.0.1 omada-controller: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: "4.4" + created: "2021-11-22T23:47:05.51770748Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Omada is a SDN tool for TP-Link Omada hardware + digest: 6993b47de4bf3d62a002fc913ddc687ce3a6a330925bb4470874d8e5e4051420 + home: https://github.com/truechartsapps/tree/master/charts/stable/omada-controller + icon: https://www.tp-link.com/assets/images/icon/logo-white.svg + keywords: + - omada-controller + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: omada-controller + sources: + - https://github.com/mbentley/docker-omada-controller + - https://github.com/truechartsapps/tree/master/charts/omada-controller + urls: + - https://github.com/truecharts/apps/releases/download/omada-controller-4.0.16/omada-controller-4.0.16.tgz + version: 4.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -143509,6 +146563,41 @@ entries: - https://github.com/truecharts/apps/releases/download/omada-controller-1.0.1/omada-controller-1.0.1.tgz version: 1.0.1 ombi: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 4.0.1482 + created: "2021-11-22T23:47:05.683571376Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Want a Movie or TV Show on Plex or Emby? Use Ombi! + digest: f3eb87dbcb69eda62ad4201653f12b79ca5f0f51392080eaf7c2c960930f94fa + home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi + icon: https://raw.githubusercontent.com/Ombi-app/Ombi/gh-pages/img/android-chrome-512x512.png + keywords: + - ombi + - plex + - emby + - sonarr + - radarr + - couchpotato + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: ombi + sources: + - https://github.com/tidusjar/Ombi + type: application + urls: + - https://github.com/truecharts/apps/releases/download/ombi-9.0.11/ombi-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -147068,6 +150157,42 @@ entries: - https://github.com/truecharts/apps/releases/download/ombi-3.1.5/ombi-3.1.5.tgz version: 3.1.5 onlyoffice-document-server: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - office + - documents + - productivity + truecharts.org/grade: U + apiVersion: v2 + appVersion: 6.4.2.6 + created: "2021-11-22T23:47:05.847687618Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: 'ONLYOFFICE Document Server is an online office suite comprising + viewers and editors for texts, spreadsheets and presentations, fully compatible + with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative + editing in real time.' + digest: 5e91aed12014d61d22e7b503ac2091de8b22aaa687fb7592a500768ad82cc37c + home: https://github.com/truecharts/apps/tree/master/charts/stable/onlyoffice-ds-ce + icon: https://avatars.githubusercontent.com/u/1426033?s=200&v=4 + keywords: + - onlyoffice + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: onlyoffice-document-server + sources: + - https://github.com/ONLYOFFICE/DocumentServer + - https://github.com/ONLYOFFICE/Docker-DocumentServer + - https://hub.docker.com/r/onlyoffice/documentserver/ + urls: + - https://github.com/truecharts/apps/releases/download/onlyoffice-document-server-2.0.11/onlyoffice-document-server-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -147395,6 +150520,43 @@ entries: - https://github.com/truecharts/apps/releases/download/onlyoffice-document-server-0.0.1/onlyoffice-document-server-0.0.1.tgz version: 0.0.1 openkm: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 6.3.11 + created: "2021-11-22T23:47:06.022712501Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: OpenKM integrates all essential documents management, collaboration + and an advanced search functionality into one easy to use solution. + digest: d9f0f80394e5f9e9a777b2cfa63551fd375ef5935306ed3aa37e46ec2151b083 + home: https://github.com/truecharts/apps/tree/master/charts/stable/openkm + icon: https://raw.githubusercontent.com/openkm/document-management-system/master/src/main/webapp/img/logo_favicon.ico + keywords: + - openkm + - documentation management + - docs + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: openkm + sources: + - https://www.openkm.com/ + - https://github.com/openkm/document-management-system + urls: + - https://github.com/truecharts/apps/releases/download/openkm-4.0.2/openkm-4.0.2.tgz + version: 4.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -147719,6 +150881,40 @@ entries: - https://github.com/truecharts/apps/releases/download/openkm-0.0.1/openkm-0.0.1.tgz version: 0.0.1 openldap: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - cloud + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.5.0 + created: "2021-11-22T23:47:06.224057609Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Community developed LDAP software + digest: edcb0c5bcbd32a1ad7e1198f582c712e0bfb66e05fb32768732cf8d0449ab2ab + home: https://www.openldap.org + icon: https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Database-openldap.svg/640px-Database-openldap.svg.png + keywords: + - ldap + - openldap + - iam-stack + - high availability + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: openldap + sources: + - https://github.com/jp-gouin/helm-openldap + - https://github.com/osixia/docker-openldap + type: application + urls: + - https://github.com/truecharts/apps/releases/download/openldap-4.0.16/openldap-4.0.16.tgz + version: 4.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -149697,6 +152893,37 @@ entries: - https://github.com/truecharts/apps/releases/download/openldap-1.0.0/openldap-1.0.0.tgz version: 1.0.0 organizr: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - organizers + truecharts.org/grade: U + apiVersion: v2 + appVersion: latest + created: "2021-11-22T23:47:06.353603067Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: HTPC/Homelab Services Organizer + digest: fb88a1af2a3c4c5cf1ff4e01f0359473e9d36c9b0aef6a1010886a3024398f4f + home: https://github.com/truecharts/apps/tree/master/charts/stable/organizr + icon: https://github.com/causefx/Organizr/blob/v2-master/plugins/images/organizr/logo.png?raw=true + keywords: + - organizr + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: organizr + sources: + - https://github.com/causefx/Organizr + - https://hub.docker.com/r/organizr/organizr + type: application + urls: + - https://github.com/truecharts/apps/releases/download/organizr-9.0.12/organizr-9.0.12.tgz + version: 9.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -152110,6 +155337,36 @@ entries: - https://github.com/truecharts/apps/releases/download/organizr-3.1.5/organizr-3.1.5.tgz version: 3.1.5 oscam: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - DIY + truecharts.org/grade: U + apiVersion: v2 + appVersion: "11693" + created: "2021-11-22T23:47:06.519497064Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Open Source Conditional Access Module software + digest: 007da79a38ae9c42875d3180b06ff84716996cec9b8f2f87c41d035f2bb21382 + home: https://github.com/truecharts/apps/tree/master/charts/stable/oscam + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/oscam-logo.png + keywords: + - oscam + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: oscam + sources: + - https://trac.streamboard.tv/oscam/browser/trunk + type: application + urls: + - https://github.com/truecharts/apps/releases/download/oscam-4.0.11/oscam-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -152501,6 +155758,41 @@ entries: - https://github.com/truecharts/apps/releases/download/oscam-1.0.0/oscam-1.0.0.tgz version: 1.0.0 overseerr: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.27.0 + created: "2021-11-22T23:47:06.688512759Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Overseerr is a free and open source software application for managing + requests for your media library. It integrates with your existing services such + as Sonarr, Radarr and Plex! + digest: d068b7d7360e26dd7b7642b655633dce57e4c5a0e9cfcab94f96a9a0726c64a9 + home: https://github.com/truechartsapps/tree/master/charts/stable/overseerr + icon: https://i.imgur.com/TMoEG7g.png + keywords: + - overseerr + - plex + - sonarr + - radarr + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: overseerr + sources: + - https://github.com/sct/overseerr + - https://hub.docker.com/r/sctx/overseerr + urls: + - https://github.com/truecharts/apps/releases/download/overseerr-4.0.11/overseerr-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -154197,6 +157489,40 @@ entries: - https://github.com/truecharts/apps/releases/download/overseerr-1.0.1/overseerr-1.0.1.tgz version: 1.0.1 owncast: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.0.10 + created: "2021-11-22T23:47:06.856518322Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Take control over your live stream video by running it yourself. + Streaming + chat out of the box. + digest: dc3dcd0f6d26946ccd5600af41b23f9178a20490ac59a2c7dd3ab339f8de1ec8 + home: https://github.com/truechartsapps/tree/master/charts/stable/owncast + icon: https://owncast.online/images/owncast-logo-1000x1000.png + keywords: + - owncast + - stream + - open source + - chat + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: owncast + sources: + - https://owncast.online/ + - https://github.com/owncast/owncast + urls: + - https://github.com/truecharts/apps/releases/download/owncast-4.0.11/owncast-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -155924,6 +159250,43 @@ entries: - https://github.com/truecharts/apps/releases/download/owncast-1.0.1/owncast-1.0.1.tgz version: 1.0.1 owncloud-ocis: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.14.0 + created: "2021-11-22T23:47:07.02401047Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: ownCloud Infinite Scale is a self-hosted file sync and share server. + digest: 7caa41491264052b61b54ecbc31f49ff29e5c7442df53436842245959a021845 + home: https://github.com/truechartsapps/tree/master/charts/stable/owncloud-ocis + icon: https://avatars.githubusercontent.com/u/1645051?s=200&v=4 + keywords: + - owncloud + - ocis + - infinite + - scale + - self-hosted + - sync + - share + - server + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: owncloud-ocis + sources: + - https://hub.docker.com/r/owncloud/ocis + - https://owncloud.dev/ocis/ + urls: + - https://github.com/truecharts/apps/releases/download/owncloud-ocis-4.0.12/owncloud-ocis-4.0.12.tgz + version: 4.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -157929,6 +161292,38 @@ entries: - https://github.com/truecharts/apps/releases/download/owncloud-ocis-1.0.1/owncloud-ocis-1.0.1.tgz version: 1.0.1 pgadmin: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - management + truecharts.org/grade: U + apiVersion: v2 + appVersion: "6.2" + created: "2021-11-22T23:47:07.212176665Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Web-Based postgresql database management utility + digest: efab2abda30cb0f3560ec778375d03fa12442b0817f3e337935a4c069795947d + home: https://github.com/truecharts/apps/tree/master/charts/stable/pgadmin + icon: https://www.postgresql.org/message-id/attachment/1139/pgAdmin.svg + keywords: + - pgadmin + - db + - database + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: pgadmin + sources: + - https://www.pgadmin.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/pgadmin-4.0.12/pgadmin-4.0.12.tgz + version: 4.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -159747,6 +163142,40 @@ entries: - https://github.com/truecharts/apps/releases/download/pgadmin-1.0.1/pgadmin-1.0.1.tgz version: 1.0.1 photoprism: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: "20211018" + created: "2021-11-22T23:47:07.379172396Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: PhotoPrism® is a server-based application for browsing, organizing + and sharing your personal photo collection + digest: c39483b554f1a09abb1ac95c66be2c04238f6b13bcf5c73b49ac31d46b29234d + home: https://github.com/truechartsapps/tree/master/charts/stable/photoprism + icon: https://demo.photoprism.org/static/img/logo-avatar.svg + keywords: + - photos + - photoprism + - pictures + - sharing + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: photoprism + sources: + - https://github.com/photoprism/photoprism + - https://hub.docker.com/r/photoprism/photoprism + urls: + - https://github.com/truecharts/apps/releases/download/photoprism-5.0.11/photoprism-5.0.11.tgz + version: 5.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -161532,6 +164961,41 @@ entries: - https://github.com/truecharts/apps/releases/download/photoprism-1.0.1/photoprism-1.0.1.tgz version: 1.0.1 photoshow: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 48aabb98 + created: "2021-11-22T23:47:07.539487319Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A gallery software at its easiest, it doesn't even require a database. + digest: db235657eda663ef83f4f3efeef617f22178e72cdd76fac32ed71bd70e89956e + home: https://github.com/truecharts/apps/tree/master/charts/stable/photoshow + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/photoshow-icon.png + keywords: + - photoshow + - photo + - show + - gallary + - image + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: photoshow + sources: + - https://github.com/thibaud-rohmer/PhotoShow + - https://github.com/linuxserver/docker-photoshow + type: application + urls: + - https://github.com/truecharts/apps/releases/download/photoshow-1.0.13/photoshow-1.0.13.tgz + version: 1.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -161828,6 +165292,38 @@ entries: - https://github.com/truecharts/apps/releases/download/photoshow-0.0.2/photoshow-0.0.2.tgz version: 0.0.2 phpldapadmin: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - management + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.9.0 + created: "2021-11-22T23:47:07.712139627Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Web-based LDAP browser to manage your LDAP server + digest: 3c72f34b4629da4a6de12d77d35cc45a8ab49dd97680b8b6f757d2939c5ef460 + home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin + icon: https://repository-images.githubusercontent.com/3665191/dd213f80-766c-11e9-8117-6b639095ef99 + keywords: + - phpldapadmin + - openldap + - userrights + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: phpldapadmin + sources: + - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog + type: application + urls: + - https://github.com/truecharts/apps/releases/download/phpldapadmin-4.0.11/phpldapadmin-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -163374,6 +166870,37 @@ entries: - https://github.com/truecharts/apps/releases/download/phpldapadmin-1.0.1/phpldapadmin-1.0.1.tgz version: 1.0.1 piaware: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: "6.1" + created: "2021-11-22T23:47:07.861732814Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Program for forwarding ADS-B data to FlightAware + digest: f3ce9a5733b4223bf7bc5487ae3eecc054e3be00bacc53f685135830952f2952 + home: https://github.com/truechartsapps/tree/master/charts/stable/piaware + icon: https://pbs.twimg.com/profile_images/964269455483088897/mr2UgvfG_400x400.jpg + keywords: + - piaware + - flight-aware + - flight-tracker + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: piaware + sources: + - https://github.com/flightaware/piaware + urls: + - https://github.com/truecharts/apps/releases/download/piaware-4.0.11/piaware-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -164846,6 +168373,38 @@ entries: - https://github.com/truecharts/apps/releases/download/piaware-1.0.1/piaware-1.0.1.tgz version: 1.0.1 pihole: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - networking + truecharts.org/grade: U + apiVersion: v2 + appVersion: "2021.10" + created: "2021-11-22T23:47:08.014304994Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: DNS and Ad-filtering for your network + digest: 15ae0697cef06d47fdc29fcbf20221ed60190ef545a10b4b826bfdff6aa03a30 + home: https://github.com/truecharts/apps/tree/master/charts/stable/pihole + icon: https://upload.wikimedia.org/wikipedia/en/thumb/1/15/Pi-hole_vector_logo.svg/1200px-Pi-hole_vector_logo.svg.png + keywords: + - DNS + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: pihole + sources: + - https://pi-hole.net/ + - https://github.com/pi-hole + - https://github.com/pi-hole/docker-pi-hole + type: application + urls: + - https://github.com/truecharts/apps/releases/download/pihole-4.0.13/pihole-4.0.13.tgz + version: 4.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -165660,6 +169219,41 @@ entries: - https://github.com/truecharts/apps/releases/download/pihole-0.0.1/pihole-0.0.1.tgz version: 0.0.1 piwigo: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 11.5.0 + created: "2021-11-22T23:47:08.164489199Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A is photo gallery software for the web, built by an active community + of users and developers. + digest: 5783e462db41166f7ab19760abd2048bc9b13d320b0d8939207b6c0d5acf8c64 + home: https://github.com/truecharts/apps/tree/master/charts/stable/piwigo + icon: https://avatars.githubusercontent.com/u/9326886?s=200&v=4 + keywords: + - piwigo + - gallery + - photo + - image + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: piwigo + sources: + - http://piwigo.org/ + - https://github.com/linuxserver/docker-piwigo + type: application + urls: + - https://github.com/truecharts/apps/releases/download/piwigo-1.0.12/piwigo-1.0.12.tgz + version: 1.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -165921,6 +169515,41 @@ entries: - https://github.com/truecharts/apps/releases/download/piwigo-0.0.2/piwigo-0.0.2.tgz version: 0.0.2 pixapop: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: "1.2" + created: "2021-11-22T23:47:08.334305219Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: An open-source single page application to view your photos in the + easiest way possible. + digest: 6e9030fbe0fd8b6d0312d4fd787ae37e2a0b7f7ff3c7790b8688250eb718c4a1 + home: https://github.com/truecharts/apps/tree/master/charts/stable/pixapop + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pixapop.png + keywords: + - pixapop + - photo + - gallery + - image + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: pixapop + sources: + - https://github.com/linuxserver/docker-pixapop + - https://github.com/bierdok/pixapop + type: application + urls: + - https://github.com/truecharts/apps/releases/download/pixapop-1.0.11/pixapop-1.0.11.tgz + version: 1.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -166147,6 +169776,37 @@ entries: - https://github.com/truecharts/apps/releases/download/pixapop-0.0.2/pixapop-0.0.2.tgz version: 0.0.2 plex: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.24.5.517 + created: "2021-11-22T23:47:08.504393547Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Plex Media Server + digest: 8f0a05eac91e11f5040a7578c94ef3cf2704e6ab56a8b288ea178588d8036387 + home: https://github.com/truecharts/apps/tree/master/charts/stable/plex + icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png + keywords: + - plex + - plex-media-server + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: plex + sources: + - https://github.com/k8s-at-home/container-images/pkgs/container/plex + type: application + urls: + - https://github.com/truecharts/apps/releases/download/plex-8.0.12/plex-8.0.12.tgz + version: 8.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -168979,6 +172639,38 @@ entries: - https://github.com/truecharts/apps/releases/download/plex-2.1.5/plex-2.1.5.tgz version: 2.1.5 podgrab: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - mutlimedia + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.0.0 + created: "2021-11-22T23:47:08.662530901Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A self-hosted podcast manager to download episodes as soon as they + become live. + digest: 4c3d8bd09d99c610011a6fc8308233246069f27fc9c9140aa5e6b46d6bcfc326 + home: https://github.com/truecharts/apps/tree/master/charts/stable/podgrab + icon: https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Podcasts_%28iOS%29.svg/1024px-Podcasts_%28iOS%29.svg.png + keywords: + - podgrab + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: podgrab + sources: + - https://github.com/akhilrex/podgrab + - https://hub.docker.com/r/akhilrex/podgrab + type: application + urls: + - https://github.com/truecharts/apps/releases/download/podgrab-7.0.11/podgrab-7.0.11.tgz + version: 7.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -174888,6 +178580,39 @@ entries: - https://github.com/truecharts/apps/releases/download/postgresql-1.0.0/postgresql-1.0.0.tgz version: 1.0.0 pretend-youre-xyzzy: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: "4" + created: "2021-11-22T23:47:08.826064624Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: pretend-youre-xyzzy, a cards against humanity clone + digest: f844751d332d908b3d386721e0861e1155692e80c380225b263fb981c5e7795e + home: https://github.com/truechartsapps/tree/master/charts/stable/pretend-youre-xyzzy + icon: https://apk-google.com/wp-content/uploads/2020/12/Client-for-Pretend-Youre-Xyzzy-open-source-5.0.1.png + keywords: + - pretend-youre-xyzzy + - cards + - against + - humanity + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: pretend-youre-xyzzy + sources: + - https://github.com/ajanata/PretendYoureXyzzy + - https://github.com/emcniece/DockerYourXyzzy + urls: + - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-4.0.11/pretend-youre-xyzzy-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -176444,6 +180169,40 @@ entries: - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-1.0.1/pretend-youre-xyzzy-1.0.1.tgz version: 1.0.1 prometheus: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - metrics + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.52.1 + created: "2021-11-22T23:47:09.032999307Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, + and Prometheus rules combined with documentation and scripts to provide easy + to operate end-to-end Kubernetes cluster monitoring with Prometheus using the + Prometheus Operator. + digest: b1f27687faf5f19e3a23b627e4f967fb3ad4f28ae98973f9a6d3a3e03b2c643a + home: https://github.com/truecharts/apps/tree/master/charts/stable/prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - metrics + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: prometheus + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + type: application + urls: + - https://github.com/truecharts/apps/releases/download/prometheus-0.0.8/prometheus-0.0.8.tgz + version: 0.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -176615,6 +180374,37 @@ entries: - https://github.com/truecharts/apps/releases/download/prometheus-0.0.1/prometheus-0.0.1.tgz version: 0.0.1 protonmail-bridge: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.8.10 + created: "2021-11-22T23:47:09.191757081Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Container for protonmail bridge to work on the network. + digest: adbd7b41835f6afe0672a3284fc15f24e255e43176aa0820496dc01671354622 + home: https://github.com/truechartsapps/tree/master/charts/stable/protonmail-bridge + icon: https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/icon.iconset/icon_256x256.png + keywords: + - protonmail + - protonmail-bridge + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: protonmail-bridge + sources: + - https://github.com/shenxn/protonmail-bridge-docker + - https://hub.docker.com/r/shenxn/protonmail-bridge + urls: + - https://github.com/truecharts/apps/releases/download/protonmail-bridge-4.0.11/protonmail-bridge-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -179861,6 +183651,39 @@ entries: - https://github.com/truecharts/apps/releases/download/prototypegui-6.8.7/prototypegui-6.8.7.tgz version: 6.8.7 prowlarr: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.1.4.1127 + created: "2021-11-22T23:47:09.342185693Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Indexer manager/proxy built on the popular arr net base stack to + integrate with your various PVR apps. + digest: 31aaa99c9946b7370a81e1fc48d13707b1e96f3da233bcf9b0e3bc0c2ef7108d + home: https://github.com/truecharts/apps/tree/master/charts/stable/prowlarr + icon: https://raw.githubusercontent.com/Prowlarr/Prowlarr/develop/Logo/400.png + keywords: + - prowlarr + - torrent + - usenet + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: prowlarr + sources: + - https://github.com/Prowlarr/Prowlarr + - https://github.com/k8s-at-home/container-images + urls: + - https://github.com/truecharts/apps/releases/download/prowlarr-4.0.16/prowlarr-4.0.16.tgz + version: 4.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -182842,6 +186665,39 @@ entries: - https://github.com/truecharts/apps/releases/download/prowlarr-1.0.0/prowlarr-1.0.0.tgz version: 1.0.0 pyload: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 5de90278 + created: "2021-11-22T23:47:09.592402332Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: pyLoad is a Free and Open Source download manager written in Python + and designed to be extremely lightweight, easily extensible and fully manageable + via web. + digest: 512a16612752ecc0bd6592a85fe0afdb3fc157d5c468347332b37967e3627a4f + home: https://github.com/truechartsapps/tree/master/charts/stable/pyload + icon: https://avatars.githubusercontent.com/u/3521496?s=200&v=4 + keywords: + - pyload + - download + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: pyload + sources: + - https://github.com/pyload/pyload + - https://hub.docker.com/r/linuxserver/pyload + urls: + - https://github.com/truecharts/apps/releases/download/pyload-4.0.11/pyload-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -184398,6 +188254,37 @@ entries: - https://github.com/truecharts/apps/releases/download/pyload-1.0.1/pyload-1.0.1.tgz version: 1.0.1 qbittorrent: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 4.3.9 + created: "2021-11-22T23:47:09.753165969Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: qBittorrent is a cross-platform free and open-source BitTorrent client + digest: b95695afa9a38445ca99f5a00831703fb568e099ecb6f61c95aa1a6b26be4f8b + home: https://github.com/truecharts/apps/tree/master/charts/stable/qbittorrent + icon: https://cloud.githubusercontent.com/assets/14862437/23586868/89ef2922-01c4-11e7-869c-52aafcece17f.png + keywords: + - qbittorrent + - torrrent + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: qbittorrent + sources: + - https://github.com/qbittorrent/qBittorrent + type: application + urls: + - https://github.com/truecharts/apps/releases/download/qbittorrent-9.0.14/qbittorrent-9.0.14.tgz + version: 9.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -186737,6 +190624,38 @@ entries: - https://github.com/truecharts/apps/releases/download/qbittorrent-3.1.5/qbittorrent-3.1.5.tgz version: 3.1.5 radarr: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 3.2.2.5080 + created: "2021-11-22T23:47:09.911337524Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A fork of Sonarr to work with movies à la Couchpotato + digest: 997b088a3edec103e73aa966d9416cf808637e8490073cd9036da0360c690733 + home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr + icon: https://nzbusenet.com/wp-content/uploads/2017/10/radarr-logo.png + keywords: + - radarr + - torrent + - usenet + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: radarr + sources: + - https://github.com/Radarr/Radarr + type: application + urls: + - https://github.com/truecharts/apps/releases/download/radarr-9.0.11/radarr-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -189495,6 +193414,41 @@ entries: - https://github.com/truecharts/apps/releases/download/radarr-3.1.5/radarr-3.1.5.tgz version: 3.1.5 readarr: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.1.0.1053 + created: "2021-11-22T23:47:10.082052672Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A fork of Radarr to work with Books & AudioBooks + digest: c3442d467310fc220e10c9393dec92e50ae67e0deca09f2be9521d418f3b16bc + home: https://github.com/truecharts/apps/tree/master/charts/stable/readarr + icon: https://github.com/Readarr/Readarr/blob/develop/Logo/1024.png?raw=true + keywords: + - readarr + - torrent + - usenet + - AudioBooks + - ebooks + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: readarr + sources: + - https://github.com/Readarr/Readarr + - https://readarr.com + type: application + urls: + - https://github.com/truecharts/apps/releases/download/readarr-9.0.17/readarr-9.0.17.tgz + version: 9.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -193357,6 +197311,43 @@ entries: - https://github.com/truecharts/apps/releases/download/readarr-3.1.5/readarr-3.1.5.tgz version: 3.1.5 recipes: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.0.1 + created: "2021-11-22T23:47:10.275194223Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + 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. + digest: 6b7db9fa816b1a500f87ef32597a3a37c1f4080a819127b93216b29fe691c083 + home: https://github.com/truecharts/apps/tree/master/charts/stable/recipes + icon: https://raw.githubusercontent.com/vabene1111/recipes/develop/docs/logo_color.svg + keywords: + - recipes + - cooking + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: recipes + sources: + - https://github.com/vabene1111/recipes + - https://hub.docker.com/r/vabene1111/recipes + urls: + - https://github.com/truecharts/apps/releases/download/recipes-4.0.5/recipes-4.0.5.tgz + version: 4.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -194383,6 +198374,37 @@ entries: - https://github.com/truecharts/apps/releases/download/redis-0.0.1/redis-0.0.1.tgz version: 0.0.1 reg: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - utilities + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.16.1 + created: "2021-11-22T23:47:10.432214942Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Docker registry v2 command line client and repo listing generator + with security checks. + digest: cd7097fea10ae14c6897a5066e7e8f5dc6bebdc0e23c5865cf88a6911d54822b + home: https://github.com/truecharts/apps/tree/master/charts/stable/reg + icon: https://avatars.githubusercontent.com/u/37218338 + keywords: + - reg + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: reg + sources: + - https://github.com/genuinetools/reg + - https://github.com/k8s-at-home/container-images/ + urls: + - https://github.com/truecharts/apps/releases/download/reg-4.0.11/reg-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -196349,6 +200371,40 @@ entries: - https://github.com/truecharts/apps/releases/download/reg-1.0.0/reg-1.0.0.tgz version: 1.0.0 remmina: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.2.0-rcgi + created: "2021-11-22T23:47:10.599869138Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A remote desktop client written in GTK + digest: 0c6947fb20669e0604be2b6dc775a31112c4de231491d4623216eba3d7448e5d + home: https://github.com/truecharts/apps/tree/master/charts/stable/remmina + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/remmina-icon.png + keywords: + - remina + - remote + - desktop + - client + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: remmina + sources: + - https://github.com/linuxserver/docker-remmina + - https://remmina.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/remmina-1.0.13/remmina-1.0.13.tgz + version: 1.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -196636,6 +200692,39 @@ entries: - https://github.com/truecharts/apps/releases/download/remmina-0.0.2/remmina-0.0.2.tgz version: 0.0.2 resilio-sync: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.7.2.1375 + created: "2021-11-22T23:47:10.76405203Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Resilio Sync is a fast, reliable, and simple file sync and share + solution, powered by P2P technology + digest: 851d824cd9c2e68fe589530e950259ff0d0ab79a37869604d39fd457c444faf3 + home: https://github.com/truechartsapps/tree/master/charts/stable/resio-sync + icon: https://blog.resilio.com/wp-content/uploads/2016/06/SyncSymbol-260x260px.png + keywords: + - resilio + - sync + - btsync + - bittorrent + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: resilio-sync + sources: + - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync + urls: + - https://github.com/truecharts/apps/releases/download/resilio-sync-4.0.11/resilio-sync-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -198220,6 +202309,37 @@ entries: - https://github.com/truecharts/apps/releases/download/resilio-sync-1.0.1/resilio-sync-1.0.1.tgz version: 1.0.1 sabnzbd: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 3.4.2 + created: "2021-11-22T23:47:10.914572389Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Free and easy binary newsreader + digest: ee75efef1a8357b65d112021455cbe776252f5c8ff23641f21e511c757a47928 + home: https://github.com/truecharts/apps/tree/master/charts/stable/sabnzbd + icon: https://avatars1.githubusercontent.com/u/960698?s=400&v=4 + keywords: + - sabnzbd + - usenet + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: sabnzbd + sources: + - https://sabnzbd.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/sabnzbd-9.0.11/sabnzbd-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -200641,6 +204761,36 @@ entries: - https://github.com/truecharts/apps/releases/download/sabnzbd-3.1.5/sabnzbd-3.1.5.tgz version: 3.1.5 ser2sock: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: latest + created: "2021-11-22T23:47:11.084669168Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Serial to Socket Redirector + digest: 768cd33d5deaf80a6014bd278773b44876963cd2ddb041ab58a00d38e6bf36f2 + home: https://github.com/truechartsapps/tree/master/charts/stable/ser2sock + icon: https://i.imgur.com/GfZ7McO.png + keywords: + - ser2sock + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: ser2sock + sources: + - https://github.com/nutechsoftware/ser2sock + - https://github.com/tenstartups/ser2sock + urls: + - https://github.com/truecharts/apps/releases/download/ser2sock-4.0.11/ser2sock-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -202032,6 +206182,44 @@ entries: - https://github.com/truecharts/apps/releases/download/ser2sock-1.0.1/ser2sock-1.0.1.tgz version: 1.0.1 shiori: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.5.0 + created: "2021-11-22T23:47:11.263911536Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: A simple bookmark manager built with Go + digest: 07ad6435f2a7f501886ea4af16abf6ddfbc25bfd7f69a310fb733981fde8e39d + home: https://github.com/truecharts/apps/tree/main/charts/shiori + icon: https://github.com/go-shiori/shiori/raw/master/internal/view/res/apple-touch-icon-152x152.png + keywords: + - shiori + - bookmark + - bookmark-manager + - web-interface + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: shiori + sources: + - https://github.com/go-shiori/shiori + - https://github.com/nicholaswilde/docker-shiori + type: application + urls: + - https://github.com/truecharts/apps/releases/download/shiori-4.0.2/shiori-4.0.2.tgz + version: 4.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -202365,6 +206553,39 @@ entries: - https://github.com/truecharts/apps/releases/download/shiori-0.0.1/shiori-0.0.1.tgz version: 0.0.1 shorturl: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.1.0 + created: "2021-11-22T23:47:11.436826404Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Self hosted web app for shortening urls (URL shortener) + digest: cebcf632912d92e641a7a46d1449368c584cbb768d84845bd4792941ff465b5e + home: https://github.com/truecharts/apps/tree/master/charts/stable/shorturl + keywords: + - url + - shortener + - shorten + - shorturl + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: shorturl + sources: + - https://github.com/prologic/shorturl + - https://github.com/nicholaswilde/docker-shorturl + type: application + urls: + - https://github.com/truecharts/apps/releases/download/shorturl-1.0.11/shorturl-1.0.11.tgz + version: 1.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -202577,6 +206798,40 @@ entries: - https://github.com/truecharts/apps/releases/download/shorturl-0.0.2/shorturl-0.0.2.tgz version: 0.0.2 sickchill: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2021.5.10 + created: "2021-11-22T23:47:11.596781862Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: An Automatic Video Library Manager for TV Shows + digest: 14dc340e23e4635a5c35eeb3957cd2318537ca7c0dc12c6a2adebfc7041c8a3f + home: https://github.com/truecharts/apps/tree/master/charts/stable/sickchill + icon: https://github.com/SickChill/SickChill/raw/master/sickchill/gui/slick/images/ico/android-chrome-256x256.png + keywords: + - sickchill + - video + - library + - manager + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: sickchill + sources: + - https://github.com/linuxserver/docker-sickchill + - https://github.com/SickChill/SickChill + type: application + urls: + - https://github.com/truecharts/apps/releases/download/sickchill-1.0.11/sickchill-1.0.11.tgz + version: 1.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -202796,6 +207051,41 @@ entries: - https://github.com/truecharts/apps/releases/download/sickchill-0.0.2/sickchill-0.0.2.tgz version: 0.0.2 sickgear: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.25.4 + created: "2021-11-22T23:47:11.874045229Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Provides management of TV shows and/or Anime, it detects new episodes, + links downloader apps, and more + digest: 0f1e55a350fba00fb5f7c80b7e679ed310ce3202d6bbe590d81197dfa944c033 + home: https://github.com/truecharts/apps/tree/master/charts/stable/sickgear + icon: https://avatars.githubusercontent.com/u/9690267?s=200&v=4 + keywords: + - sickgear + - manager + - tv + - shows + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: sickgear + sources: + - https://github.com/linuxserver/docker-sickgear + - https://github.com/SickGear/SickGear + type: application + urls: + - https://github.com/truecharts/apps/releases/download/sickgear-1.0.11/sickgear-1.0.11.tgz + version: 1.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -203022,6 +207312,39 @@ entries: - https://github.com/truecharts/apps/releases/download/sickgear-0.0.2/sickgear-0.0.2.tgz version: 0.0.2 smokeping: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.7.3 + created: "2021-11-22T23:47:12.04926097Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Keep track of your network latency. + digest: c5ad1c1c8a686ff779f4b3e3521336e492f58161ebcb852abc16708e7bc882d7 + home: https://github.com/truecharts/apps/tree/master/charts/stable/smokeping + icon: https://github.com/truecharts/apps/raw/main/images/smokeping.png + keywords: + - smokeping + - network + - latency + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: smokeping + sources: + - https://oss.oetiker.ch/smokeping/ + - https://hub.docker.com/r/linuxserver/smokeping + type: application + urls: + - https://github.com/truecharts/apps/releases/download/smokeping-1.0.13/smokeping-1.0.13.tgz + version: 1.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -204225,6 +208548,38 @@ entries: - https://github.com/truecharts/apps/releases/download/sogo-0.0.1/sogo-0.0.1.tgz version: 0.0.1 sonarr: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 3.0.6.1342 + created: "2021-11-22T23:47:12.210906481Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Smart PVR for newsgroup and bittorrent users + digest: 218ae79b1c3ed438aee10b75bd5db4e18517aad6b7dff4def6eebf0a5af38bd1 + home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr + icon: https://github.com/Sonarr/Sonarr/blob/phantom-develop/Logo/512.png?raw=true + keywords: + - sonarr + - torrent + - usenet + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: sonarr + sources: + - https://github.com/Sonarr/Sonarr + type: application + urls: + - https://github.com/truecharts/apps/releases/download/sonarr-9.0.12/sonarr-9.0.12.tgz + version: 9.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -207045,6 +211400,41 @@ entries: - https://github.com/truecharts/apps/releases/download/sonarr-3.1.5/sonarr-3.1.5.tgz version: 3.1.5 sqlitebrowser: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 3.12.2 + created: "2021-11-22T23:47:12.369671002Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A high quality, visual, open source tool to create, design, and edit + database files compatible with SQLite + digest: 7fb3cc58597b49ae6ea61eee1942acee9518dd222a1ad579e2677d3e2d25d3e6 + home: https://github.com/truecharts/apps/tree/master/charts/stable/sqlitebrowser + icon: https://sqlitebrowser.org/images/sqlitebrowser.svg + keywords: + - sqlite + - browser + - sqlitebrowser + - database + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: sqlitebrowser + sources: + - https://github.com/linuxserver/docker-sqlitebrowser + - https://sqlitebrowser.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/sqlitebrowser-1.0.13/sqlitebrowser-1.0.13.tgz + version: 1.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -207341,6 +211731,36 @@ entries: - https://github.com/truecharts/apps/releases/download/sqlitebrowser-0.0.2/sqlitebrowser-0.0.2.tgz version: 0.0.2 stash: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.11.0 + created: "2021-11-22T23:47:12.544616534Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: An organizer for your porn, written in Go + digest: 10f74976235f819b883382a6e87bc2b44c437a2dc115596b451b81c3c954c270 + home: https://github.com/truechartsapps/tree/master/charts/stable/stash + icon: https://raw.githubusercontent.com/stashapp/website/master/images/stash.svg + keywords: + - porn + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: stash + sources: + - https://github.com/stashapp/stash + - https://hub.docker.com/r/stashapp/stash + urls: + - https://github.com/truecharts/apps/releases/download/stash-4.0.12/stash-4.0.12.tgz + version: 4.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -208862,6 +213282,40 @@ entries: - https://github.com/truecharts/apps/releases/download/stash-1.0.2/stash-1.0.2.tgz version: 1.0.2 static: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: ee8a20c + created: "2021-11-22T23:47:12.712877754Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A self-hosted static file serving app which does nothing more than + just serve up static files from a mounted volume. + digest: e8670429cba72df5512560af2d476e1da461d79518251d65c34094af801f2eb1 + home: https://github.com/truecharts/apps/tree/master/charts/stable/static + keywords: + - app + - web + - filesystem + - static + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: static + sources: + - https://github.com/prologic/static + - https://github.com/nicholaswilde/docker-static + type: application + urls: + - https://github.com/truecharts/apps/releases/download/static-1.0.11/static-1.0.11.tgz + version: 1.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -209081,6 +213535,41 @@ entries: - https://github.com/truecharts/apps/releases/download/static-0.0.2/static-0.0.2.tgz version: 0.0.2 statping: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.90.74 + created: "2021-11-22T23:47:12.887885388Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: Status page for monitoring your websites and applications + digest: c0eb17417bf15ce5067f94ac7c02614e481b47e70e29a6b40587df2ef54b567a + home: https://github.com/truecharts/apps/tree/master/charts/stable/statping + icon: https://avatars.githubusercontent.com/u/61949049?s=200&v=4 + keywords: + - statping + - status + - status-page + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: statping + sources: + - https://github.com/statping/statping + urls: + - https://github.com/truecharts/apps/releases/download/statping-4.0.2/statping-4.0.2.tgz + version: 4.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -209387,6 +213876,38 @@ entries: - https://github.com/truecharts/apps/releases/download/statping-0.0.1/statping-0.0.1.tgz version: 0.0.1 syncthing: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.18.4 + created: "2021-11-22T23:47:13.062931023Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: P2P file synchronization application + digest: 4d14c23dc6323b375caf9782b977d33fd38b7cdf14c3e1328791cede5418a5cb + home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing + icon: https://raw.githubusercontent.com/syncthing/syncthing/main/assets/logo-128.png + keywords: + - syncthing + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: syncthing + sources: + - https://syncthing.net/ + - https://github.com/syncthing/syncthing + - https://hub.docker.com/r/syncthing/syncthing + type: application + urls: + - https://github.com/truecharts/apps/releases/download/syncthing-9.0.12/syncthing-9.0.12.tgz + version: 9.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -212228,6 +216749,37 @@ entries: - https://github.com/truecharts/apps/releases/download/syncthing-3.1.5/syncthing-3.1.5.tgz version: 3.1.5 tautulli: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.7.7 + created: "2021-11-22T23:47:13.222276362Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A Python based monitoring and tracking tool for Plex Media Server + digest: 317a172720e3e83376193891b6a79cb165feca14a3b5ef2a426ad769797e72ea + home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli + icon: https://github.com/Tautulli/Tautulli/blob/master/data/interfaces/default/images/logo.png?raw=true + keywords: + - tautulli + - plex + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: tautulli + sources: + - https://github.com/Tautulli/Tautulli + type: application + urls: + - https://github.com/truecharts/apps/releases/download/tautulli-9.0.11/tautulli-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -214954,6 +219506,39 @@ entries: - https://github.com/truecharts/apps/releases/download/tautulli-3.1.5/tautulli-3.1.5.tgz version: 3.1.5 tdarr: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.00.10 + created: "2021-11-22T23:47:13.37654964Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Audio/Video library transcoding automation + digest: 532f56e72f6ce1094f169fb2bc042f723349dd3cf56261d4cf3de7acf1c6386b + home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr + icon: https://avatars.githubusercontent.com/u/43864057?v=4 + keywords: + - encode + - media + - tdarr + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: tdarr + sources: + - https://github.com/HaveAGitGat/Tdarr + - https://hub.docker.com/r/haveagitgat/tdarr + type: application + urls: + - https://github.com/truecharts/apps/releases/download/tdarr-1.0.11/tdarr-1.0.11.tgz + version: 1.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -215166,6 +219751,39 @@ entries: - https://github.com/truecharts/apps/releases/download/tdarr-0.0.1/tdarr-0.0.1.tgz version: 0.0.1 tdarr-node: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.00.10 + created: "2021-11-22T23:47:13.550033526Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Audio/Video library transcoding automation + digest: 7ae56c60e90539be0a8f07828213fd90b85b977039dbbd8ed623ea86dac124e3 + home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr-node + icon: https://avatars.githubusercontent.com/u/43864057?v=4 + keywords: + - encode + - media + - tdarr + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: tdarr-node + sources: + - https://github.com/HaveAGitGat/Tdarr + - https://hub.docker.com/r/haveagitgat/tdarr_node + type: application + urls: + - https://github.com/truecharts/apps/releases/download/tdarr-node-1.0.11/tdarr-node-1.0.11.tgz + version: 1.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -215378,6 +219996,40 @@ entries: - https://github.com/truecharts/apps/releases/download/tdarr-node-0.0.1/tdarr-node-0.0.1.tgz version: 0.0.1 teamspeak3: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - voice + truecharts.org/grade: U + apiVersion: v2 + appVersion: 3.13.6 + created: "2021-11-22T23:47:13.712684769Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: TeamSpeak is software for quality voice communication via the Internet. + digest: fb0bc04c4e6a83c098065751b394aa83bece951956c41ff0cf750d55d80de15e + home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3 + icon: https://raw.githubusercontent.com/docker-library/docs/618191cf82de051ff6661c3c8b82cfca1b663972/teamspeak/logo.png + keywords: + - voice server + - teamspeak + - teamspeak3 + - teamspeak server + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: teamspeak3 + sources: + - https://hub.docker.com/_/teamspeak + - https://www.teamspeak.com/en/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/teamspeak3-2.0.11/teamspeak3-2.0.11.tgz + version: 2.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -215800,6 +220452,43 @@ entries: - https://github.com/truecharts/apps/releases/download/teamspeak3-0.0.1/teamspeak3-0.0.1.tgz version: 0.0.1 teedy: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: "1.9" + created: "2021-11-22T23:47:13.921148461Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: Teedy is an open source, lightweight document management system for + individuals and businesses. + digest: 82608c31d4a0cf683926fe8d67d48cff182887be95dfa83e8e92d5462799baf5 + home: https://github.com/truecharts/apps/tree/master/charts/stable/teedy + icon: https://raw.githubusercontent.com/sismics/docs/v1.9/docs-web/src/main/resources/image/logo.png + keywords: + - teedy + - documents + - management + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: teedy + sources: + - https://github.com/sismics/docs + - https://github.com/truecharts/apps/tree/master/charts/teedy + urls: + - https://github.com/truecharts/apps/releases/download/teedy-4.0.2/teedy-4.0.2.tgz + version: 4.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -216897,6 +221586,39 @@ entries: - https://github.com/truecharts/apps/releases/download/testrc2-0.0.1/testrc2-0.0.1.tgz version: 0.0.1 thelounge: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - utilities + truecharts.org/grade: U + apiVersion: v2 + appVersion: 4.2.0 + created: "2021-11-22T23:47:14.088818363Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: The Lounge, modern web IRC client designed for self-hosting + digest: 288439f4a3e3c3b3173a33a2327bbd96202e7186e5d1d45ee0d5bab0a24e43e6 + home: https://github.com/truecharts/apps/tree/master/charts/stable/thelounge + icon: https://avatars.githubusercontent.com/u/14336958?s=200&v=4 + keywords: + - thelounge + - IRC + - The Lounge + - docker + - thelounge-docker + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: thelounge + sources: + - https://github.com/thelounge/thelounge + urls: + - https://github.com/truecharts/apps/releases/download/thelounge-4.0.11/thelounge-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -219013,6 +223735,41 @@ entries: - https://github.com/truecharts/apps/releases/download/thelounge-1.0.0/thelounge-1.0.0.tgz version: 1.0.0 traccar: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: "4.14" + created: "2021-11-22T23:47:14.277293823Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: Traccar is an open source GPS tracking system. + digest: 7c9ab3339b7463da916004f44aebff831b2604060b87f95ad2d28dd95e83d4b8 + home: https://github.com/truecharts/apps/tree/master/charts/stable/traccar + icon: https://github.com/traccar/traccar-web/raw/master/web/icon.png + keywords: + - traccar + - gps + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: traccar + sources: + - https://github.com/traccar/traccar + - https://hub.docker.com/r/traccar/traccar + urls: + - https://github.com/truecharts/apps/releases/download/traccar-4.0.2/traccar-4.0.2.tgz + version: 4.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -219319,6 +224076,39 @@ entries: - https://github.com/truecharts/apps/releases/download/traccar-0.0.1/traccar-0.0.1.tgz version: 0.0.1 traefik: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - network + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.5.4 + created: "2021-11-22T23:47:14.475060377Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Test App for Traefik + digest: 82589933a783f5f34c23bb65755c8fbcf4e0dc0bb8fc716f7d39fb1c66fd0489 + home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik + icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png + keywords: + - traefik + - ingress + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: traefik + sources: + - https://github.com/traefik/traefik + - https://github.com/traefik/traefik-helm-chart + - https://traefik.io/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/traefik-10.0.14/traefik-10.0.14.tgz + version: 10.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -223578,6 +228368,39 @@ entries: - https://github.com/truecharts/apps/releases/download/traefik-0.0.1/traefik-0.0.1.tgz version: 0.0.1 transmission: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - download-tools + truecharts.org/grade: U + apiVersion: v2 + appVersion: "3.00" + created: "2021-11-22T23:47:14.6560421Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: API Support for your favorite torrent trackers. + digest: 283f30d56e2edcf23ed3ca55733d15475fb16935a07b995042c7a0b71064c47a + home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission + icon: https://upload.wikimedia.org/wikipedia/commons/6/6d/Transmission_icon.png + keywords: + - transmission + - torrent + - usenet + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: transmission + sources: + - https://github.com/transmission/transmission + - https://hub.docker.com/r/linuxserver/transmission + type: application + urls: + - https://github.com/truecharts/apps/releases/download/transmission-9.0.12/transmission-9.0.12.tgz + version: 9.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -226433,6 +231256,36 @@ entries: - https://github.com/truecharts/apps/releases/download/transmission-3.1.5/transmission-3.1.5.tgz version: 3.1.5 truecommand: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Administration + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.0.2 + created: "2021-11-22T23:47:14.827423219Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Aggregated management of TrueNAS devices + digest: f93824cfad08e6bef252e4a9ad7d78d3f1e48b9c74596a9ef67c9b5888404999 + home: https://github.com/truecharts/apps/tree/master/charts/stable/truecommand + icon: https://www.ixsystems.com/documentation/truecommand/1.2/_static/tv-logo.png + keywords: + - truecommand + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: truecommand + sources: + - https://hub.docker.com/r/ixsystems/truecommand + type: application + urls: + - https://github.com/truecharts/apps/releases/download/truecommand-9.0.11/truecommand-9.0.11.tgz + version: 9.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -228954,6 +233807,40 @@ entries: - https://github.com/truecharts/apps/releases/download/truecommand-3.1.5/truecommand-3.1.5.tgz version: 3.1.5 tt-rss: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.9060.0 + created: "2021-11-22T23:47:14.997127785Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) + reader and aggregator + digest: 26c3a306b610c3e829f0353536da8764001a6f7f85c6875df51c1b5751fb1fe0 + home: https://github.com/truecharts/apps/tree/master/charts/stable/tt-rss + icon: https://git.tt-rss.org/fox/tt-rss/raw/branch/master/images/favicon-72px.png + keywords: + - tt-rss + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: tt-rss + sources: + - https://git.tt-rss.org/fox/tt-rss + urls: + - https://github.com/truecharts/apps/releases/download/tt-rss-4.0.4/tt-rss-4.0.4.tgz + version: 4.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -229489,6 +234376,39 @@ entries: - https://github.com/truecharts/apps/releases/download/tt-rss-0.0.1/tt-rss-0.0.1.tgz version: 0.0.1 tvheadend: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: "63784405" + created: "2021-11-22T23:47:15.163208637Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: TVheadend - a TV streaming server and digital video recorder + digest: 4463515aed5881304338b6e5cff0723852058e4feaed3a4bea901506544fac32 + home: https://github.com/truecharts/apps/tree/master/charts/stable/tvheadend + icon: https://avatars.githubusercontent.com/u/1908588?s=200&v=4 + keywords: + - tvheadend + - tv + - streaming + - dvb + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: tvheadend + sources: + - https://github.com/tvheadend/tvheadend + type: application + urls: + - https://github.com/truecharts/apps/releases/download/tvheadend-10.0.11/tvheadend-10.0.11.tgz + version: 10.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -232025,6 +236945,41 @@ entries: - https://github.com/truecharts/apps/releases/download/tvheadend-4.1.5/tvheadend-4.1.5.tgz version: 4.1.5 twtxt: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.1.1 + created: "2021-11-22T23:47:15.335001269Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. + No ads, no tracking, your content, your data! + digest: dbbde86cb146caac220a5e567ce8250f32a518f6cf4217130dc911439a04ac3b + home: https://github.com/truecharts/apps/tree/master/charts/stable/twtxt + icon: https://twtxt.net/media/XsLsDHuisnXcL6NuUkYguK.png + keywords: + - twtxt + - blogging + - blog + - social-network + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: twtxt + sources: + - https://github.com/prologic/twtxt + - https://github.com/nicholaswilde/docker-twtxt + type: application + urls: + - https://github.com/truecharts/apps/releases/download/twtxt-1.0.11/twtxt-1.0.11.tgz + version: 1.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -232251,6 +237206,38 @@ entries: - https://github.com/truecharts/apps/releases/download/twtxt-0.0.2/twtxt-0.0.2.tgz version: 0.0.2 unifi: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Networking + truecharts.org/grade: U + apiVersion: v2 + appVersion: 6.5.53 + created: "2021-11-22T23:47:15.495383841Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Ubiquiti Network's Unifi Controller + digest: d088086a52035736b33815a431c619425dc856b565d20d46cc5547d5c42ecbae + home: https://github.com/truecharts/apps/tree/master/charts/stable/unifi + icon: https://dl.ubnt.com/press/logo-UniFi.png + keywords: + - ubiquiti + - unifi + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: unifi + sources: + - https://github.com/jacobalberty/unifi-docker + - https://unifi-network.ui.com + type: application + urls: + - https://github.com/truecharts/apps/releases/download/unifi-9.0.12/unifi-9.0.12.tgz + version: 9.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -234851,6 +239838,43 @@ entries: - https://github.com/truecharts/apps/releases/download/unifi-3.1.5/unifi-3.1.5.tgz version: 3.1.5 unpackerr: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.9.8 + created: "2021-11-22T23:47:15.666169041Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: This application runs as a daemon on your download host. It checks + for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr + may import them + digest: a1637b146423020d170103dcd624e174da8b1a5a11c45c1679b952fbb2a9abb0 + home: https://github.com/truecharts/apps/tree/master/charts/stable/unpackrr + icon: https://raw.githubusercontent.com/wiki/davidnewhall/unpackerr/images/unpackerr-logo-text.png + keywords: + - unpackerr + - sonarr + - radarr + - lidarr + - readarr + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: unpackerr + sources: + - https://github.com/davidnewhall/unpackerr + - https://hub.docker.com/r/golift/unpackerr + type: application + urls: + - https://github.com/truecharts/apps/releases/download/unpackerr-4.0.11/unpackerr-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -237267,6 +242291,37 @@ entries: - https://github.com/truecharts/apps/releases/download/unpackerr-1.0.0/unpackerr-1.0.0.tgz version: 1.0.0 uptime-kuma: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - monitoring + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.10.2 + created: "2021-11-22T23:47:15.819373786Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A fancy self-hosted monitoring tool + digest: fbc9512b7b6989c0b8ef47b9fcceb93be9e930eb4e19a5b14a5281794cfcfba1 + home: https://github.com/louislam/uptime-kuma + icon: https://raw.githubusercontent.com/louislam/uptime-kuma/master/public/icon.png + keywords: + - monitoring + - uptime + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: uptime-kuma + sources: + - https://github.com/louislam/uptime-kuma + type: application + urls: + - https://github.com/truecharts/apps/releases/download/uptime-kuma-1.0.12/uptime-kuma-1.0.12.tgz + version: 1.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -237491,6 +242546,37 @@ entries: - https://github.com/truecharts/apps/releases/download/uptime-kuma-0.0.1/uptime-kuma-0.0.1.tgz version: 0.0.1 valheim: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: latest + created: "2021-11-22T23:47:15.984821217Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Valheim dedicated gameserver with automatic update and world backup + support + digest: 7ee6f9d83c1f5adacb7ef00e9ac821d8fd55a0eaa3974941715c8cb7d3fe4b4a + home: https://github.com/truecharts/apps/tree/master/charts/stable/valheim + icon: https://raw.githubusercontent.com/lloesche/valheim-server-docker/main/misc/Logo_valheim.png + keywords: + - valheim + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: valheim + sources: + - https://github.com/lloesche/valheim-server-docker + - https://hub.docker.com/r/lloesche/valheim-server + urls: + - https://github.com/truecharts/apps/releases/download/valheim-1.0.11/valheim-1.0.11.tgz + version: 1.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -237689,6 +242775,45 @@ entries: - https://github.com/truecharts/apps/releases/download/valheim-0.0.2/valheim-0.0.2.tgz version: 0.0.2 vaultwarden: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - security + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.23.0 + created: "2021-11-22T23:47:16.168834536Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: Unofficial Bitwarden compatible server written in Rust + digest: 3c9ff8a57854f66e49510f4fc50464f96bd76a2f9f80d0b7b9f4ad122df9999c + home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden + icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png + keywords: + - bitwarden + - bitwardenrs + - bitwarden_rs + - vaultwarden + - password + - rust + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: vaultwarden + sources: + - https://github.com/dani-garcia/vaultwarden + type: application + urls: + - https://github.com/truecharts/apps/releases/download/vaultwarden-13.0.3/vaultwarden-13.0.3.tgz + version: 13.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -243262,6 +248387,38 @@ entries: - https://github.com/truecharts/apps/releases/download/vaultwarden-1.0.0/vaultwarden-1.0.0.tgz version: 1.0.0 whoogle: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.6.0 + created: "2021-11-22T23:47:16.331595883Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A self-hosted, ad-free, privacy-respecting metasearch engine + digest: 348bde309ced9d5ee3b58b4a87ad6fbf0c963ac3855fc11f9b2430e1656db0aa + home: https://github.com/truecharts/apps/tree/master/charts/stable/whoogle + icon: https://raw.githubusercontent.com/benbusby/whoogle-search/develop/docs/banner.png + keywords: + - whoogle + - search + - open source + - privacy + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: whoogle + sources: + - https://github.com/benbusby/whoogle-search + urls: + - https://github.com/truecharts/apps/releases/download/whoogle-1.0.11/whoogle-1.0.11.tgz + version: 1.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -243467,6 +248624,40 @@ entries: - https://github.com/truecharts/apps/releases/download/whoogle-0.0.2/whoogle-0.0.2.tgz version: 0.0.2 wiki: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 900b76a + created: "2021-11-22T23:47:16.506157503Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A self-hosted well uh wiki engine or content management system. + digest: 1a4ba8cfd2e64498bf563ab02eadc4e6bf99f661ed810c4a53deea04c491ee51 + home: https://github.com/truecharts/apps/tree/master/charts/stable/wiki + keywords: + - wiki + - web + - blog + - cms + - app + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: wiki + sources: + - https://github.com/prologic/wiki + - https://github.com/nicholaswilde/docker-wiki + type: application + urls: + - https://github.com/truecharts/apps/releases/download/wiki-1.0.11/wiki-1.0.11.tgz + version: 1.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -243686,6 +248877,42 @@ entries: - https://github.com/truecharts/apps/releases/download/wiki-0.0.2/wiki-0.0.2.tgz version: 0.0.2 wikijs: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: "2.5" + created: "2021-11-22T23:47:16.685348569Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.7 + description: Make documentation a joy to write using Wiki.js's beautiful and intuitive + interface! + digest: d1340137bda1c0cd68d9590620396e9025d611bb740ce6b17a00dc4a8c6b705b + home: https://github.com/truecharts/apps/tree/master/charts/stable/wikijs + icon: https://static.requarks.io/logo/wikijs-butterfly.svg + keywords: + - wiki + - wikijs + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: wikijs + sources: + - https://hub.docker.com/r/linuxserver/wikijs/ + - https://github.com/Requarks/wiki + urls: + - https://github.com/truecharts/apps/releases/download/wikijs-4.0.2/wikijs-4.0.2.tgz + version: 4.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -244001,6 +249228,39 @@ entries: - https://github.com/truecharts/apps/releases/download/wikijs-0.0.1/wikijs-0.0.1.tgz version: 0.0.1 xteve: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.2.0.200 + created: "2021-11-22T23:47:16.842461437Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: M3U Proxy for Plex DVR and Emby Live TV. + digest: db2a69ec8e321e3136dba0f788b379c1a2f538e191bdcc702ce619072a125e50 + home: https://github.com/truechartsapps/tree/master/charts/stable/xteve + icon: https://raw.githubusercontent.com/xteve-project/xTeVe/master/html/img/logo_b_880x200.jpg + keywords: + - xteve + - iptv + - plex + - emby + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: xteve + sources: + - https://github.com/xteve-project/xTeVe + - https://github.com/k8s-at-home/container-images + urls: + - https://github.com/truecharts/apps/releases/download/xteve-4.0.11/xteve-4.0.11.tgz + version: 4.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -245585,6 +250845,38 @@ entries: - https://github.com/truecharts/apps/releases/download/xteve-1.0.1/xteve-1.0.1.tgz version: 1.0.1 zigbee2mqtt: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.22.0 + created: "2021-11-22T23:47:16.991166539Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Bridges events and allows you to control your Zigbee devices via + MQTT + digest: 86a0233eecb58ca3d7fbfed5b81c5e2c22e259734ba556245ec2e5c8751bf486 + home: https://github.com/truecharts/apps/tree/master/charts/stable/zigbee2mqtt + icon: https://www.zigbee2mqtt.io/images/logo.png + keywords: + - zigbee + - mqtt + - home-assistant + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: zigbee2mqtt + sources: + - https://github.com/Koenkk/zigbee2mqtt + urls: + - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-1.0.12/zigbee2mqtt-1.0.12.tgz + version: 1.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -245822,6 +251114,41 @@ entries: - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-0.0.2/zigbee2mqtt-0.0.2.tgz version: 0.0.2 zwavejs2mqtt: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - tools + truecharts.org/grade: U + apiVersion: v2 + appVersion: 5.12.0 + created: "2021-11-22T23:47:17.152820951Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Fully configurable Zwave to MQTT gateway and Control Panel using + NodeJS and Vue + digest: ad31c1b58ff51c771f9f4b1dcfd8211eb6d5bad399cc136592e52e9d46dd7b41 + home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt + icon: https://raw.githubusercontent.com/zwave-js/zwavejs2mqtt/master/static/logo.png + keywords: + - zwavejs2mqtt + - zwave-js + - z-wave + - zwave + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: zwavejs2mqtt + sources: + - https://github.com/zwave-js/zwavejs2mqtt + - https://hub.docker.com/r/zwavejs/zwavejs2mqtt + type: application + urls: + - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.14/zwavejs2mqtt-9.0.14.tgz + version: 9.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -249676,4 +255003,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz version: 3.1.5 -generated: "2021-11-22T21:42:51.853779529Z" +generated: "2021-11-22T23:47:17.254413764Z"