diff --git a/charts/dependency/memcached/CHANGELOG.md b/charts/dependency/memcached/CHANGELOG.md index b74df88db3e..e862a85c058 100644 --- a/charts/dependency/memcached/CHANGELOG.md +++ b/charts/dependency/memcached/CHANGELOG.md @@ -2,6 +2,16 @@ +## [memcached-3.0.50](https://github.com/truecharts/charts/compare/memcached-3.0.49...memcached-3.0.50) (2022-08-08) + +### Chore + +- update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [memcached-3.0.49](https://github.com/truecharts/apps/compare/memcached-3.0.48...memcached-3.0.49) (2022-07-29) ### Chore diff --git a/charts/dependency/memcached/Chart.yaml b/charts/dependency/memcached/Chart.yaml index 545c6e5217a..3d31c3a5fbf 100644 --- a/charts/dependency/memcached/Chart.yaml +++ b/charts/dependency/memcached/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Memcached is a memory-backed database caching solution home: https://truecharts.org/docs/charts/dependency/memcached -icon: https://truecharts.org/img/chart-icons/memcached.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.png keywords: - memcached - database @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: memcached sources: + - https://github.com/truecharts/charts/tree/master/charts/dependency/memcached - https://github.com/bitnami/bitnami-docker-memcached - http://memcached.org/ type: application diff --git a/charts/dependency/memcached/README.md b/charts/dependency/memcached/README.md index 724fbe91921..e146f73e47e 100644 --- a/charts/dependency/memcached/README.md +++ b/charts/dependency/memcached/README.md @@ -1,6 +1,6 @@ # memcached -![Version: 3.0.49](https://img.shields.io/badge/Version-3.0.49-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.15](https://img.shields.io/badge/AppVersion-1.6.15-informational?style=flat-square) +![Version: 3.0.50](https://img.shields.io/badge/Version-3.0.50-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.15](https://img.shields.io/badge/AppVersion-1.6.15-informational?style=flat-square) Memcached is a memory-backed database caching solution @@ -13,6 +13,7 @@ For more information, please click here: [memcached](https://truecharts.org/docs ## Source Code +* * * @@ -30,14 +31,14 @@ Kubernetes: `>=1.16.0-0` ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `memcached` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install memcached TrueCharts/memcached ``` @@ -48,7 +49,7 @@ helm install memcached TrueCharts/memcached **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall memcached Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install memcached TrueCharts/memcached -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/dependency/mongodb/CHANGELOG.md b/charts/dependency/mongodb/CHANGELOG.md index edec9589365..14fa77718be 100644 --- a/charts/dependency/mongodb/CHANGELOG.md +++ b/charts/dependency/mongodb/CHANGELOG.md @@ -2,7 +2,18 @@ -## [mongodb-1.0.50](https://github.com/truecharts/apps/compare/mongodb-1.0.49...mongodb-1.0.50) (2022-07-29) +## [postgresql-8.0.51](https://github.com/truecharts/charts/compare/postgresql-8.0.50...postgresql-8.0.51) (2022-08-08) + +### Chore + +- update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - update docker general non-major + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + +## [postgresql-8.0.50](https://github.com/truecharts/apps/compare/postgresql-8.0.49...postgresql-8.0.50) (2022-07-29) ### Chore @@ -11,16 +22,7 @@ -## [mongodb-1.0.49](https://github.com/truecharts/apps/compare/mongodb-1.0.48...mongodb-1.0.49) (2022-07-28) - -### Chore - -- update docker general non-major ([#3326](https://github.com/truecharts/apps/issues/3326)) - - - - -## [mongodb-1.0.48](https://github.com/truecharts/apps/compare/mongodb-1.0.47...mongodb-1.0.48) (2022-07-27) +## [postgresql-8.0.49](https://github.com/truecharts/apps/compare/postgresql-8.0.48...postgresql-8.0.49) (2022-07-27) ### Chore @@ -30,19 +32,18 @@ -## [mongodb-1.0.47](https://github.com/truecharts/apps/compare/mongodb-1.0.45...mongodb-1.0.47) (2022-07-25) +## [postgresql-8.0.48](https://github.com/truecharts/apps/compare/postgresql-8.0.46...postgresql-8.0.48) (2022-07-25) ### Chore - Auto-update chart README [skip ci] - update helm chart common to v10.4.8 ([#3296](https://github.com/truecharts/apps/issues/3296)) - - update docker general non-major ([#3298](https://github.com/truecharts/apps/issues/3298)) - update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295)) -## [mongodb-1.0.46](https://github.com/truecharts/apps/compare/mongodb-1.0.45...mongodb-1.0.46) (2022-07-25) +## [postgresql-8.0.47](https://github.com/truecharts/apps/compare/postgresql-8.0.46...postgresql-8.0.47) (2022-07-25) ### Chore @@ -51,7 +52,37 @@ -## [mongodb-1.0.45](https://github.com/truecharts/apps/compare/mongodb-1.0.44...mongodb-1.0.45) (2022-07-23) +## [postgresql-8.0.46](https://github.com/truecharts/apps/compare/postgresql-8.0.45...postgresql-8.0.46) (2022-07-23) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3279](https://github.com/truecharts/apps/issues/3279)) + + + + +## [postgresql-8.0.46](https://github.com/truecharts/apps/compare/postgresql-8.0.45...postgresql-8.0.46) (2022-07-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3279](https://github.com/truecharts/apps/issues/3279)) + + + + +## [postgresql-8.0.46](https://github.com/truecharts/apps/compare/postgresql-8.0.45...postgresql-8.0.46) (2022-07-23) + +### Chore + +- update docker general non-major ([#3279](https://github.com/truecharts/apps/issues/3279)) + + + + +## [postgresql-8.0.45](https://github.com/truecharts/apps/compare/postgresql-8.0.44...postgresql-8.0.45) (2022-07-23) ### Chore @@ -60,16 +91,24 @@ -## [mongodb-1.0.44](https://github.com/truecharts/apps/compare/mongodb-1.0.43...mongodb-1.0.44) (2022-07-22) + +## [postgresql-8.0.43](https://github.com/truecharts/apps/compare/postgresql-8.0.42...postgresql-8.0.43) (2022-07-22) ### Chore - Bump all charts to generate config and container references due to huge increase of repository - - update docker general non-major ([#3266](https://github.com/truecharts/apps/issues/3266)) -## [mongodb-1.0.43](https://github.com/truecharts/apps/compare/mongodb-1.0.42...mongodb-1.0.43) (2022-07-21) +## [postgresql-8.0.42](https://github.com/truecharts/apps/compare/postgresql-8.0.41...postgresql-8.0.42) (2022-07-22) + +### Chore + +- update docker general non-major ([#3258](https://github.com/truecharts/apps/issues/3258)) + + + +## [postgresql-8.0.41](https://github.com/truecharts/apps/compare/postgresql-8.0.40...postgresql-8.0.41) (2022-07-21) ### Chore @@ -84,21 +123,8 @@ -## [mongodb-1.0.43](https://github.com/truecharts/apps/compare/mongodb-1.0.42...mongodb-1.0.43) (2022-07-21) -### Chore - -- Auto-update chart README [skip ci] -- Auto-update chart README [skip ci] -- update helm chart common to v10.4.6 - -### Feat - -- force the use of TCCR in CI ([#3226](https://github.com/truecharts/apps/issues/3226)) - - - -## [mongodb-1.0.43](https://github.com/truecharts/apps/compare/mongodb-1.0.42...mongodb-1.0.43) (2022-07-21) +## [postgresql-8.0.41](https://github.com/truecharts/apps/compare/postgresql-8.0.40...postgresql-8.0.41) (2022-07-21) ### Chore @@ -111,7 +137,7 @@ -## [mongodb-1.0.43](https://github.com/truecharts/apps/compare/mongodb-1.0.42...mongodb-1.0.43) (2022-07-20) +## [postgresql-8.0.41](https://github.com/truecharts/apps/compare/postgresql-8.0.40...postgresql-8.0.41) (2022-07-20) ### Chore @@ -123,7 +149,7 @@ -## [mariadb-3.0.38](https://github.com/truecharts/apps/compare/mariadb-3.0.37...mariadb-3.0.38) (2022-07-20) +## [postgresql-8.0.40](https://github.com/truecharts/apps/compare/postgresql-8.0.39...postgresql-8.0.40) (2022-07-20) ### Chore @@ -131,16 +157,23 @@ - -## [mariadb-3.0.36](https://github.com/truecharts/apps/compare/mariadb-3.0.35...mariadb-3.0.36) (2022-07-16) +## [postgresql-8.0.39](https://github.com/truecharts/apps/compare/postgresql-8.0.38...postgresql-8.0.39) (2022-07-19) ### Chore -- update docker general non-major ([#3192](https://github.com/truecharts/apps/issues/3192)) +- Update Readme and Description on SCALE -## [memcached-3.0.36](https://github.com/truecharts/apps/compare/memcached-3.0.35...memcached-3.0.36) (2022-07-14) +## [postgresql-8.0.38](https://github.com/truecharts/apps/compare/postgresql-8.0.37...postgresql-8.0.38) (2022-07-17) + +### Chore + +- update docker general non-major ([#3198](https://github.com/truecharts/apps/issues/3198)) + + + +## [postgresql-8.0.37](https://github.com/truecharts/apps/compare/postgresql-8.0.36...postgresql-8.0.37) (2022-07-14) ### Fix @@ -148,7 +181,7 @@ -## [memcached-3.0.35](https://github.com/truecharts/apps/compare/memcached-3.0.33...memcached-3.0.35) (2022-07-14) +## [postgresql-8.0.36](https://github.com/truecharts/apps/compare/postgresql-8.0.34...postgresql-8.0.36) (2022-07-14) ### Fix @@ -156,8 +189,15 @@ +## [postgresql-8.0.34](https://github.com/truecharts/apps/compare/postgresql-8.0.33...postgresql-8.0.34) (2022-07-13) -## [memcached-3.0.32](https://github.com/truecharts/apps/compare/memcached-3.0.30...memcached-3.0.32) (2022-07-12) +### Chore + +- update docker general non-major ([#3157](https://github.com/truecharts/apps/issues/3157)) + + + +## [postgresql-8.0.33](https://github.com/truecharts/apps/compare/postgresql-8.0.31...postgresql-8.0.33) (2022-07-12) ### Chore @@ -166,7 +206,7 @@ -## [memcached-3.0.30](https://github.com/truecharts/apps/compare/memcached-3.0.29...memcached-3.0.30) (2022-07-12) +## [postgresql-8.0.31](https://github.com/truecharts/apps/compare/postgresql-8.0.30...postgresql-8.0.31) (2022-07-12) ### Chore @@ -174,22 +214,18 @@ - -### [memcached-3.0.29](https://github.com/truecharts/apps/compare/memcached-3.0.28...memcached-3.0.29) (2022-07-12) - -#### Chore - -* update helm chart common to v10.4.4 ([#3146](https://github.com/truecharts/apps/issues/3146)) + +### [postgresql-8.0.30](https://github.com/truecharts/apps/compare/postgresql-8.0.29...postgresql-8.0.30) (2022-07-11) - -### [memcached-3.0.28](https://github.com/truecharts/apps/compare/memcached-3.0.27...memcached-3.0.28) (2022-07-11) + +### [postgresql-8.0.29](https://github.com/truecharts/apps/compare/postgresql-8.0.28...postgresql-8.0.29) (2022-07-11) - -### [memcached-3.0.27](https://github.com/truecharts/apps/compare/memcached-3.0.26...memcached-3.0.27) (2022-07-11) + +### [postgresql-8.0.28](https://github.com/truecharts/apps/compare/postgresql-8.0.27...postgresql-8.0.28) (2022-07-11) #### Chore @@ -198,8 +234,8 @@ - -### [memcached-3.0.26](https://github.com/truecharts/apps/compare/memcached-3.0.25...memcached-3.0.26) (2022-07-11) + +### [postgresql-8.0.27](https://github.com/truecharts/apps/compare/postgresql-8.0.26...postgresql-8.0.27) (2022-07-11) #### Chore @@ -207,8 +243,8 @@ - -### [memcached-3.0.25](https://github.com/truecharts/apps/compare/memcached-3.0.24...memcached-3.0.25) (2022-07-10) + +### [postgresql-8.0.26](https://github.com/truecharts/apps/compare/postgresql-8.0.25...postgresql-8.0.26) (2022-07-10) #### Chore @@ -217,8 +253,8 @@ - -### [memcached-3.0.24](https://github.com/truecharts/apps/compare/memcached-3.0.23...memcached-3.0.24) (2022-07-10) + +### [postgresql-8.0.25](https://github.com/truecharts/apps/compare/postgresql-8.0.24...postgresql-8.0.25) (2022-07-10) #### Chore @@ -226,8 +262,8 @@ - -### [memcached-3.0.23](https://github.com/truecharts/apps/compare/memcached-3.0.22...memcached-3.0.23) (2022-07-09) + +### [postgresql-8.0.24](https://github.com/truecharts/apps/compare/postgresql-8.0.23...postgresql-8.0.24) (2022-07-09) #### Chore @@ -235,8 +271,8 @@ - -### [memcached-3.0.22](https://github.com/truecharts/apps/compare/memcached-3.0.21...memcached-3.0.22) (2022-07-07) + +### [postgresql-8.0.23](https://github.com/truecharts/apps/compare/postgresql-8.0.22...postgresql-8.0.23) (2022-07-07) #### Chore @@ -244,8 +280,17 @@ - -### [memcached-3.0.21](https://github.com/truecharts/apps/compare/memcached-3.0.20...memcached-3.0.21) (2022-07-04) + +### [postgresql-8.0.22](https://github.com/truecharts/apps/compare/postgresql-8.0.21...postgresql-8.0.22) (2022-07-05) + +#### Chore + +* update docker general non-major ([#3071](https://github.com/truecharts/apps/issues/3071)) + + + + +### [postgresql-8.0.21](https://github.com/truecharts/apps/compare/postgresql-8.0.20...postgresql-8.0.21) (2022-07-04) #### Chore @@ -253,36 +298,27 @@ - -### [memcached-3.0.20](https://github.com/truecharts/apps/compare/memcached-3.0.19...memcached-3.0.20) (2022-07-04) + +### [postgresql-8.0.20](https://github.com/truecharts/apps/compare/postgresql-8.0.19...postgresql-8.0.20) (2022-07-02) #### Chore -* update docker general non-major ([#3061](https://github.com/truecharts/apps/issues/3061)) +* update docker general non-major ([#3033](https://github.com/truecharts/apps/issues/3033)) - -### [memcached-3.0.19](https://github.com/truecharts/apps/compare/memcached-3.0.18...memcached-3.0.19) (2022-07-01) + +### [postgresql-8.0.19](https://github.com/truecharts/apps/compare/postgresql-8.0.18...postgresql-8.0.19) (2022-06-29) #### Chore -* update docker general non-major ([#3015](https://github.com/truecharts/apps/issues/3015)) - - - - -### [memcached-3.0.18](https://github.com/truecharts/apps/compare/memcached-3.0.17...memcached-3.0.18) (2022-06-26) - -#### Chore - -* update docker general non-major ([#2988](https://github.com/truecharts/apps/issues/2988)) +* update docker general non-major ([#3002](https://github.com/truecharts/apps/issues/3002)) * update docker general non-major ([#2960](https://github.com/truecharts/apps/issues/2960)) - -### [memcached-3.0.17](https://github.com/truecharts/apps/compare/memcached-3.0.16...memcached-3.0.17) (2022-06-25) + +### [postgresql-8.0.18](https://github.com/truecharts/apps/compare/postgresql-8.0.17...postgresql-8.0.18) (2022-06-25) #### Chore @@ -290,8 +326,8 @@ - -### [memcached-3.0.16](https://github.com/truecharts/apps/compare/memcached-3.0.15...memcached-3.0.16) (2022-06-24) + +### [postgresql-8.0.17](https://github.com/truecharts/apps/compare/postgresql-8.0.16...postgresql-8.0.17) (2022-06-24) #### Chore @@ -299,8 +335,8 @@ - -### [memcached-3.0.15](https://github.com/truecharts/apps/compare/memcached-3.0.14...memcached-3.0.15) (2022-06-22) + +### [postgresql-8.0.16](https://github.com/truecharts/apps/compare/postgresql-8.0.15...postgresql-8.0.16) (2022-06-22) #### Chore @@ -308,8 +344,8 @@ - -### [memcached-3.0.14](https://github.com/truecharts/apps/compare/memcached-3.0.13...memcached-3.0.14) (2022-06-21) + +### [postgresql-8.0.15](https://github.com/truecharts/apps/compare/postgresql-8.0.14...postgresql-8.0.15) (2022-06-21) #### Chore @@ -317,8 +353,8 @@ - -### [memcached-3.0.13](https://github.com/truecharts/apps/compare/memcached-3.0.12...memcached-3.0.13) (2022-06-21) + +### [postgresql-8.0.14](https://github.com/truecharts/apps/compare/postgresql-8.0.13...postgresql-8.0.14) (2022-06-21) #### Chore @@ -326,8 +362,8 @@ - -### [memcached-3.0.12](https://github.com/truecharts/apps/compare/memcached-3.0.11...memcached-3.0.12) (2022-06-20) + +### [postgresql-8.0.13](https://github.com/truecharts/apps/compare/postgresql-8.0.12...postgresql-8.0.13) (2022-06-20) #### Chore @@ -335,8 +371,8 @@ - -### [memcached-3.0.11](https://github.com/truecharts/apps/compare/memcached-3.0.10...memcached-3.0.11) (2022-06-18) + +### [postgresql-8.0.12](https://github.com/truecharts/apps/compare/postgresql-8.0.11...postgresql-8.0.12) (2022-06-18) #### Chore @@ -344,8 +380,17 @@ - -### [memcached-3.0.10](https://github.com/truecharts/apps/compare/memcached-3.0.9...memcached-3.0.10) (2022-06-17) + +### [postgresql-8.0.11](https://github.com/truecharts/apps/compare/postgresql-8.0.10...postgresql-8.0.11) (2022-06-18) + +#### Chore + +* update docker general non-major ([#2927](https://github.com/truecharts/apps/issues/2927)) + + + + +### [postgresql-8.0.10](https://github.com/truecharts/apps/compare/postgresql-8.0.9...postgresql-8.0.10) (2022-06-17) #### Chore @@ -353,8 +398,8 @@ - -### [memcached-3.0.9](https://github.com/truecharts/apps/compare/memcached-3.0.8...memcached-3.0.9) (2022-06-17) + +### [postgresql-8.0.9](https://github.com/truecharts/apps/compare/postgresql-8.0.8...postgresql-8.0.9) (2022-06-17) #### Chore @@ -363,17 +408,21 @@ - -### [memcached-3.0.8](https://github.com/truecharts/apps/compare/memcached-3.0.7...memcached-3.0.8) (2022-06-15) + +### [postgresql-8.0.8](https://github.com/truecharts/apps/compare/postgresql-8.0.7...postgresql-8.0.8) (2022-06-15) #### Chore * update helm chart common to v10.0.11 ([#2899](https://github.com/truecharts/apps/issues/2899)) +#### Fix + +* run as non root ([#2895](https://github.com/truecharts/apps/issues/2895)) - -### [memcached-3.0.7](https://github.com/truecharts/apps/compare/memcached-3.0.6...memcached-3.0.7) (2022-06-14) + + +### [postgresql-8.0.7](https://github.com/truecharts/apps/compare/postgresql-8.0.6...postgresql-8.0.7) (2022-06-14) #### Chore @@ -381,8 +430,8 @@ - -### [memcached-3.0.6](https://github.com/truecharts/apps/compare/memcached-3.0.5...memcached-3.0.6) (2022-06-14) + +### [postgresql-8.0.6](https://github.com/truecharts/apps/compare/postgresql-8.0.5...postgresql-8.0.6) (2022-06-14) #### Chore @@ -390,8 +439,8 @@ - -### [memcached-3.0.5](https://github.com/truecharts/apps/compare/memcached-3.0.4...memcached-3.0.5) (2022-06-11) + +### [postgresql-8.0.5](https://github.com/truecharts/apps/compare/postgresql-8.0.4...postgresql-8.0.5) (2022-06-11) #### Chore @@ -399,8 +448,8 @@ - -### [memcached-3.0.4](https://github.com/truecharts/apps/compare/memcached-3.0.3...memcached-3.0.4) (2022-06-11) + +### [postgresql-8.0.4](https://github.com/truecharts/apps/compare/postgresql-8.0.3...postgresql-8.0.4) (2022-06-11) #### Chore @@ -409,8 +458,8 @@ - -### [memcached-3.0.3](https://github.com/truecharts/apps/compare/memcached-3.0.2...memcached-3.0.3) (2022-06-09) + +### [postgresql-8.0.3](https://github.com/truecharts/apps/compare/postgresql-8.0.2...postgresql-8.0.3) (2022-06-09) #### Chore @@ -418,8 +467,8 @@ - -### [memcached-3.0.2](https://github.com/truecharts/apps/compare/memcached-3.0.1...memcached-3.0.2) (2022-06-07) + +### [postgresql-8.0.2](https://github.com/truecharts/apps/compare/postgresql-8.0.1...postgresql-8.0.2) (2022-06-07) #### Fix @@ -427,12 +476,13 @@ - -### [memcached-3.0.1](https://github.com/truecharts/apps/compare/memcached-2.0.91...memcached-3.0.1) (2022-06-07) + +### [postgresql-8.0.1](https://github.com/truecharts/apps/compare/postgresql-7.0.93...postgresql-8.0.1) (2022-06-07) #### Chore * Auto-update chart README [skip ci] +* sync all apps persistence configuration and always default to PVC #### Fix @@ -444,8 +494,12 @@ - -### [memcached-3.0.0](https://github.com/truecharts/apps/compare/memcached-2.0.91...memcached-3.0.0) (2022-06-07) + +### [postgresql-8.0.0](https://github.com/truecharts/apps/compare/postgresql-7.0.93...postgresql-8.0.0) (2022-06-07) + +#### Chore + +* sync all apps persistence configuration and always default to PVC #### Refactor @@ -453,8 +507,8 @@ - -### [memcached-2.0.91](https://github.com/truecharts/apps/compare/memcached-2.0.90...memcached-2.0.91) (2022-06-05) + +### [postgresql-7.0.93](https://github.com/truecharts/apps/compare/postgresql-7.0.92...postgresql-7.0.93) (2022-06-05) #### Chore @@ -462,8 +516,8 @@ - -### [memcached-2.0.90](https://github.com/truecharts/apps/compare/memcached-2.0.89...memcached-2.0.90) (2022-06-04) + +### [postgresql-7.0.92](https://github.com/truecharts/apps/compare/postgresql-7.0.91...postgresql-7.0.92) (2022-06-04) #### Chore @@ -471,8 +525,8 @@ - -### [memcached-2.0.89](https://github.com/truecharts/apps/compare/memcached-2.0.88...memcached-2.0.89) (2022-06-04) + +### [postgresql-7.0.91](https://github.com/truecharts/apps/compare/postgresql-7.0.90...postgresql-7.0.91) (2022-06-04) #### Chore @@ -480,8 +534,17 @@ - -### [memcached-2.0.88](https://github.com/truecharts/apps/compare/memcached-2.0.87...memcached-2.0.88) (2022-06-03) + +### [postgresql-7.0.90](https://github.com/truecharts/apps/compare/postgresql-7.0.89...postgresql-7.0.90) (2022-06-03) + +#### Chore + +* update docker general non-major ([#2821](https://github.com/truecharts/apps/issues/2821)) + + + + +### [postgresql-7.0.89](https://github.com/truecharts/apps/compare/postgresql-7.0.88...postgresql-7.0.89) (2022-06-03) #### Chore @@ -489,18 +552,17 @@ - -### [memcached-2.0.87](https://github.com/truecharts/apps/compare/memcached-2.0.86...memcached-2.0.87) (2022-06-02) + +### [postgresql-7.0.88](https://github.com/truecharts/apps/compare/postgresql-7.0.87...postgresql-7.0.88) (2022-06-02) #### Chore -* update docker general non-major ([#2806](https://github.com/truecharts/apps/issues/2806)) * update helm chart common to v9.3.26 ([#2813](https://github.com/truecharts/apps/issues/2813)) - -### [memcached-2.0.86](https://github.com/truecharts/apps/compare/memcached-2.0.85...memcached-2.0.86) (2022-06-01) + +### [postgresql-7.0.87](https://github.com/truecharts/apps/compare/postgresql-7.0.86...postgresql-7.0.87) (2022-06-01) #### Chore @@ -508,8 +570,8 @@ - -### [memcached-2.0.85](https://github.com/truecharts/apps/compare/memcached-2.0.84...memcached-2.0.85) (2022-05-31) + +### [postgresql-7.0.86](https://github.com/truecharts/apps/compare/postgresql-7.0.85...postgresql-7.0.86) (2022-05-31) #### Chore @@ -517,8 +579,8 @@ - -### [memcached-2.0.84](https://github.com/truecharts/apps/compare/memcached-2.0.83...memcached-2.0.84) (2022-05-31) + +### [postgresql-7.0.85](https://github.com/truecharts/apps/compare/postgresql-7.0.84...postgresql-7.0.85) (2022-05-31) #### Chore @@ -526,8 +588,8 @@ - -### [memcached-2.0.83](https://github.com/truecharts/apps/compare/memcached-2.0.82...memcached-2.0.83) (2022-05-30) + +### [postgresql-7.0.84](https://github.com/truecharts/apps/compare/postgresql-7.0.83...postgresql-7.0.84) (2022-05-30) #### Chore @@ -536,8 +598,8 @@ - -### [memcached-2.0.82](https://github.com/truecharts/apps/compare/memcached-2.0.81...memcached-2.0.82) (2022-05-29) + +### [postgresql-7.0.83](https://github.com/truecharts/apps/compare/postgresql-7.0.82...postgresql-7.0.83) (2022-05-29) #### Chore @@ -545,8 +607,8 @@ - -### [memcached-2.0.81](https://github.com/truecharts/apps/compare/memcached-2.0.80...memcached-2.0.81) (2022-05-26) + +### [postgresql-7.0.82](https://github.com/truecharts/apps/compare/postgresql-7.0.81...postgresql-7.0.82) (2022-05-26) #### Chore @@ -554,8 +616,8 @@ - -### [memcached-2.0.80](https://github.com/truecharts/apps/compare/memcached-2.0.79...memcached-2.0.80) (2022-05-26) + +### [postgresql-7.0.81](https://github.com/truecharts/apps/compare/postgresql-7.0.80...postgresql-7.0.81) (2022-05-26) #### Chore @@ -563,18 +625,17 @@ - -### [memcached-2.0.79](https://github.com/truecharts/apps/compare/memcached-2.0.78...memcached-2.0.79) (2022-05-26) + +### [postgresql-7.0.80](https://github.com/truecharts/apps/compare/postgresql-7.0.79...postgresql-7.0.80) (2022-05-26) #### Chore * update helm chart common to v9.3.18 ([#2753](https://github.com/truecharts/apps/issues/2753)) -* update docker general non-major ([#2756](https://github.com/truecharts/apps/issues/2756)) - -### [memcached-2.0.78](https://github.com/truecharts/apps/compare/memcached-2.0.77...memcached-2.0.78) (2022-05-25) + +### [postgresql-7.0.79](https://github.com/truecharts/apps/compare/postgresql-7.0.78...postgresql-7.0.79) (2022-05-25) #### Chore @@ -582,8 +643,8 @@ - -### [memcached-2.0.77](https://github.com/truecharts/apps/compare/memcached-2.0.76...memcached-2.0.77) (2022-05-24) + +### [postgresql-7.0.78](https://github.com/truecharts/apps/compare/postgresql-7.0.77...postgresql-7.0.78) (2022-05-24) #### Chore @@ -591,8 +652,8 @@ - -### [memcached-2.0.76](https://github.com/truecharts/apps/compare/memcached-2.0.75...memcached-2.0.76) (2022-05-20) + +### [postgresql-7.0.77](https://github.com/truecharts/apps/compare/postgresql-7.0.76...postgresql-7.0.77) (2022-05-20) #### Chore @@ -600,8 +661,8 @@ - -### [memcached-2.0.75](https://github.com/truecharts/apps/compare/memcached-2.0.74...memcached-2.0.75) (2022-05-19) + +### [postgresql-7.0.76](https://github.com/truecharts/apps/compare/postgresql-7.0.75...postgresql-7.0.76) (2022-05-19) #### Chore @@ -609,8 +670,8 @@ - -### [memcached-2.0.74](https://github.com/truecharts/apps/compare/memcached-2.0.73...memcached-2.0.74) (2022-05-19) + +### [postgresql-7.0.75](https://github.com/truecharts/apps/compare/postgresql-7.0.74...postgresql-7.0.75) (2022-05-19) #### Chore @@ -618,20 +679,18 @@ - -### [memcached-2.0.73](https://github.com/truecharts/apps/compare/memcached-2.0.70...memcached-2.0.73) (2022-05-18) + +### [postgresql-7.0.74](https://github.com/truecharts/apps/compare/postgresql-7.0.73...postgresql-7.0.74) (2022-05-17) #### Chore * Auto-update chart README [skip ci] -* update helm chart common to v9.3.16 ([#2708](https://github.com/truecharts/apps/issues/2708)) -* update docker general non-major ([#2706](https://github.com/truecharts/apps/issues/2706)) * update helm chart common to v9.3.15 - -### [memcached-2.0.71](https://github.com/truecharts/apps/compare/memcached-2.0.70...memcached-2.0.71) (2022-05-17) + +### [postgresql-7.0.74](https://github.com/truecharts/apps/compare/postgresql-7.0.73...postgresql-7.0.74) (2022-05-17) #### Chore @@ -639,8 +698,8 @@ - -### [memcached-2.0.70](https://github.com/truecharts/apps/compare/memcached-2.0.69...memcached-2.0.70) (2022-05-17) + +### [postgresql-7.0.73](https://github.com/truecharts/apps/compare/postgresql-7.0.72...postgresql-7.0.73) (2022-05-17) #### Chore @@ -649,8 +708,8 @@ - -### [memcached-2.0.69](https://github.com/truecharts/apps/compare/memcached-2.0.68...memcached-2.0.69) (2022-05-16) + +### [postgresql-7.0.72](https://github.com/truecharts/apps/compare/postgresql-7.0.71...postgresql-7.0.72) (2022-05-16) #### Chore @@ -658,17 +717,18 @@ - -### [memcached-2.0.68](https://github.com/truecharts/apps/compare/memcached-2.0.67...memcached-2.0.68) (2022-05-15) + +### [postgresql-7.0.71](https://github.com/truecharts/apps/compare/postgresql-7.0.70...postgresql-7.0.71) (2022-05-15) #### Chore * update helm chart common to v9.3.13 +* update docker general non-major ([#2686](https://github.com/truecharts/apps/issues/2686)) - -### [memcached-2.0.67](https://github.com/truecharts/apps/compare/memcached-2.0.65...memcached-2.0.67) (2022-05-15) + +### [postgresql-7.0.70](https://github.com/truecharts/apps/compare/postgresql-7.0.68...postgresql-7.0.70) (2022-05-15) #### Chore @@ -677,8 +737,8 @@ - -### [memcached-2.0.65](https://github.com/truecharts/apps/compare/memcached-2.0.64...memcached-2.0.65) (2022-05-14) + +### [postgresql-7.0.68](https://github.com/truecharts/apps/compare/postgresql-7.0.67...postgresql-7.0.68) (2022-05-14) #### Chore @@ -686,8 +746,8 @@ - -### [memcached-2.0.64](https://github.com/truecharts/apps/compare/memcached-2.0.62...memcached-2.0.64) (2022-05-13) + +### [postgresql-7.0.67](https://github.com/truecharts/apps/compare/postgresql-7.0.65...postgresql-7.0.67) (2022-05-13) #### Chore @@ -696,8 +756,8 @@ - -### [memcached-2.0.62](https://github.com/truecharts/apps/compare/memcached-2.0.61...memcached-2.0.62) (2022-05-12) + +### [postgresql-7.0.65](https://github.com/truecharts/apps/compare/postgresql-7.0.64...postgresql-7.0.65) (2022-05-12) #### Chore @@ -705,8 +765,8 @@ - -### [memcached-2.0.61](https://github.com/truecharts/apps/compare/memcached-2.0.60...memcached-2.0.61) (2022-05-12) + +### [postgresql-7.0.64](https://github.com/truecharts/apps/compare/postgresql-7.0.63...postgresql-7.0.64) (2022-05-12) #### Chore @@ -714,8 +774,8 @@ - -### [memcached-2.0.60](https://github.com/truecharts/apps/compare/memcached-2.0.58...memcached-2.0.60) (2022-05-11) + +### [postgresql-7.0.63](https://github.com/truecharts/apps/compare/postgresql-7.0.61...postgresql-7.0.63) (2022-05-11) #### Chore @@ -724,8 +784,8 @@ - -### [memcached-2.0.58](https://github.com/truecharts/apps/compare/memcached-2.0.57...memcached-2.0.58) (2022-05-10) + +### [postgresql-7.0.61](https://github.com/truecharts/apps/compare/postgresql-7.0.60...postgresql-7.0.61) (2022-05-10) #### Chore @@ -733,8 +793,8 @@ - -### [memcached-2.0.57](https://github.com/truecharts/apps/compare/memcached-2.0.56...memcached-2.0.57) (2022-05-10) + +### [postgresql-7.0.60](https://github.com/truecharts/apps/compare/postgresql-7.0.59...postgresql-7.0.60) (2022-05-10) #### Chore @@ -742,8 +802,8 @@ - -### [memcached-2.0.56](https://github.com/truecharts/apps/compare/memcached-2.0.55...memcached-2.0.56) (2022-05-10) + +### [postgresql-7.0.59](https://github.com/truecharts/apps/compare/postgresql-7.0.58...postgresql-7.0.59) (2022-05-10) #### Chore @@ -751,8 +811,8 @@ - -### [memcached-2.0.55](https://github.com/truecharts/apps/compare/memcached-2.0.54...memcached-2.0.55) (2022-05-09) + +### [postgresql-7.0.58](https://github.com/truecharts/apps/compare/postgresql-7.0.57...postgresql-7.0.58) (2022-05-09) #### Chore @@ -760,8 +820,8 @@ - -### [memcached-2.0.54](https://github.com/truecharts/apps/compare/memcached-2.0.53...memcached-2.0.54) (2022-05-08) + +### [postgresql-7.0.57](https://github.com/truecharts/apps/compare/postgresql-7.0.56...postgresql-7.0.57) (2022-05-08) #### Chore @@ -769,8 +829,8 @@ - -### [memcached-2.0.53](https://github.com/truecharts/apps/compare/memcached-2.0.52...memcached-2.0.53) (2022-05-06) + +### [postgresql-7.0.56](https://github.com/truecharts/apps/compare/postgresql-7.0.55...postgresql-7.0.56) (2022-05-06) #### Chore @@ -778,8 +838,8 @@ - -### [memcached-2.0.52](https://github.com/truecharts/apps/compare/memcached-2.0.51...memcached-2.0.52) (2022-05-06) + +### [postgresql-7.0.55](https://github.com/truecharts/apps/compare/postgresql-7.0.54...postgresql-7.0.55) (2022-05-06) #### Chore @@ -787,8 +847,8 @@ - -### [memcached-2.0.51](https://github.com/truecharts/apps/compare/memcached-2.0.50...memcached-2.0.51) (2022-05-05) + +### [postgresql-7.0.54](https://github.com/truecharts/apps/compare/postgresql-7.0.53...postgresql-7.0.54) (2022-05-05) #### Chore @@ -796,8 +856,8 @@ - -### [memcached-2.0.50](https://github.com/truecharts/apps/compare/memcached-2.0.49...memcached-2.0.50) (2022-05-04) + +### [postgresql-7.0.53](https://github.com/truecharts/apps/compare/postgresql-7.0.52...postgresql-7.0.53) (2022-05-04) #### Chore @@ -805,8 +865,8 @@ - -### [memcached-2.0.49](https://github.com/truecharts/apps/compare/memcached-2.0.48...memcached-2.0.49) (2022-04-29) + +### [postgresql-7.0.52](https://github.com/truecharts/apps/compare/postgresql-7.0.51...postgresql-7.0.52) (2022-04-29) #### Chore @@ -814,8 +874,8 @@ - -### [memcached-2.0.48](https://github.com/truecharts/apps/compare/memcached-2.0.47...memcached-2.0.48) (2022-04-28) + +### [postgresql-7.0.51](https://github.com/truecharts/apps/compare/postgresql-7.0.50...postgresql-7.0.51) (2022-04-28) #### Chore @@ -823,8 +883,8 @@ - -### [memcached-2.0.47](https://github.com/truecharts/apps/compare/memcached-2.0.46...memcached-2.0.47) (2022-04-26) + +### [postgresql-7.0.50](https://github.com/truecharts/apps/compare/postgresql-7.0.49...postgresql-7.0.50) (2022-04-26) #### Chore @@ -832,8 +892,8 @@ - -### [memcached-2.0.46](https://github.com/truecharts/apps/compare/memcached-2.0.45...memcached-2.0.46) (2022-04-26) + +### [postgresql-7.0.49](https://github.com/truecharts/apps/compare/postgresql-7.0.48...postgresql-7.0.49) (2022-04-26) #### Chore @@ -841,8 +901,8 @@ - -### [memcached-2.0.45](https://github.com/truecharts/apps/compare/memcached-2.0.44...memcached-2.0.45) (2022-04-20) + +### [postgresql-7.0.48](https://github.com/truecharts/apps/compare/postgresql-7.0.47...postgresql-7.0.48) (2022-04-20) #### Chore @@ -851,8 +911,8 @@ - -### [memcached-2.0.44](https://github.com/truecharts/apps/compare/memcached-2.0.43...memcached-2.0.44) (2022-04-19) + +### [postgresql-7.0.47](https://github.com/truecharts/apps/compare/postgresql-7.0.46...postgresql-7.0.47) (2022-04-19) #### Chore @@ -860,8 +920,8 @@ - -### [memcached-2.0.43](https://github.com/truecharts/apps/compare/memcached-2.0.42...memcached-2.0.43) (2022-04-18) + +### [postgresql-7.0.46](https://github.com/truecharts/apps/compare/postgresql-7.0.45...postgresql-7.0.46) (2022-04-18) #### Chore @@ -869,8 +929,8 @@ - -### [memcached-2.0.42](https://github.com/truecharts/apps/compare/memcached-2.0.41...memcached-2.0.42) (2022-04-17) + +### [postgresql-7.0.45](https://github.com/truecharts/apps/compare/postgresql-7.0.44...postgresql-7.0.45) (2022-04-17) #### Chore @@ -878,8 +938,8 @@ - -### [memcached-2.0.41](https://github.com/truecharts/apps/compare/memcached-2.0.40...memcached-2.0.41) (2022-04-16) + +### [postgresql-7.0.44](https://github.com/truecharts/apps/compare/postgresql-7.0.43...postgresql-7.0.44) (2022-04-16) #### Chore @@ -887,8 +947,8 @@ - -### [memcached-2.0.40](https://github.com/truecharts/apps/compare/memcached-2.0.39...memcached-2.0.40) (2022-04-13) + +### [postgresql-7.0.43](https://github.com/truecharts/apps/compare/postgresql-7.0.42...postgresql-7.0.43) (2022-04-13) #### Chore @@ -896,8 +956,8 @@ - -### [memcached-2.0.39](https://github.com/truecharts/apps/compare/memcached-2.0.38...memcached-2.0.39) (2022-04-12) + +### [postgresql-7.0.42](https://github.com/truecharts/apps/compare/postgresql-7.0.41...postgresql-7.0.42) (2022-04-12) #### Chore @@ -905,8 +965,8 @@ - -### [memcached-2.0.38](https://github.com/truecharts/apps/compare/memcached-2.0.37...memcached-2.0.38) (2022-04-12) + +### [postgresql-7.0.41](https://github.com/truecharts/apps/compare/postgresql-7.0.40...postgresql-7.0.41) (2022-04-12) #### Chore @@ -914,8 +974,8 @@ - -### [memcached-2.0.37](https://github.com/truecharts/apps/compare/memcached-2.0.36...memcached-2.0.37) (2022-04-09) + +### [postgresql-7.0.40](https://github.com/truecharts/apps/compare/postgresql-7.0.39...postgresql-7.0.40) (2022-04-09) #### Chore @@ -923,8 +983,8 @@ - -### [memcached-2.0.36](https://github.com/truecharts/apps/compare/memcached-2.0.35...memcached-2.0.36) (2022-04-06) + +### [postgresql-7.0.39](https://github.com/truecharts/apps/compare/postgresql-7.0.38...postgresql-7.0.39) (2022-04-06) #### Chore @@ -932,17 +992,18 @@ - -### [memcached-2.0.35](https://github.com/truecharts/apps/compare/memcached-2.0.34...memcached-2.0.35) (2022-04-04) + +### [postgresql-7.0.38](https://github.com/truecharts/apps/compare/postgresql-7.0.37...postgresql-7.0.38) (2022-04-04) #### Chore * update docker general non-major +* update docker general non-major ([#2414](https://github.com/truecharts/apps/issues/2414)) - -### [memcached-2.0.34](https://github.com/truecharts/apps/compare/memcached-2.0.33...memcached-2.0.34) (2022-04-03) + +### [postgresql-7.0.37](https://github.com/truecharts/apps/compare/postgresql-7.0.36...postgresql-7.0.37) (2022-04-03) #### Chore @@ -950,22 +1011,41 @@ - -### [memcached-2.0.33](https://github.com/truecharts/apps/compare/memcached-2.0.32...memcached-2.0.33) (2022-04-03) + +### [postgresql-7.0.36](https://github.com/truecharts/apps/compare/postgresql-7.0.35...postgresql-7.0.36) (2022-04-03) -#### Fix +#### Chore -* try to also fix catalog build process +* Auto-update chart README [skip ci] +* Auto-update chart README [skip ci] - -### [memcached-2.0.29](https://github.com/truecharts/apps/compare/memcached-2.0.25...memcached-2.0.29) (2022-04-01) + +### [postgresql-7.0.36](https://github.com/truecharts/apps/compare/postgresql-7.0.35...postgresql-7.0.36) (2022-04-03) + +#### Chore + +* Auto-update chart README [skip ci] - -### [memcached-2.0.25](https://github.com/truecharts/apps/compare/memcached-2.0.24...memcached-2.0.25) (2022-03-31) + +### [postgresql-7.0.34](https://github.com/truecharts/apps/compare/postgresql-7.0.28...postgresql-7.0.34) (2022-04-01) + + + + +### [postgresql-7.0.28](https://github.com/truecharts/apps/compare/postgresql-7.0.27...postgresql-7.0.28) (2022-04-01) + +#### Chore + +* update docker general non-major + + + + +### [postgresql-7.0.27](https://github.com/truecharts/apps/compare/postgresql-7.0.26...postgresql-7.0.27) (2022-03-31) #### Chore @@ -973,8 +1053,8 @@ - -### [memcached-2.0.24](https://github.com/truecharts/apps/compare/memcached-2.0.23...memcached-2.0.24) (2022-03-31) + +### [postgresql-7.0.26](https://github.com/truecharts/apps/compare/postgresql-7.0.25...postgresql-7.0.26) (2022-03-31) #### Chore @@ -983,8 +1063,8 @@ - -### [memcached-2.0.23](https://github.com/truecharts/apps/compare/memcached-2.0.22...memcached-2.0.23) (2022-03-30) + +### [postgresql-7.0.25](https://github.com/truecharts/apps/compare/postgresql-7.0.24...postgresql-7.0.25) (2022-03-30) #### Chore @@ -993,13 +1073,13 @@ - -### [memcached-2.0.22](https://github.com/truecharts/apps/compare/memcached-2.0.21...memcached-2.0.22) (2022-03-30) + +### [postgresql-7.0.24](https://github.com/truecharts/apps/compare/postgresql-7.0.23...postgresql-7.0.24) (2022-03-30) - -### [memcached-2.0.21](https://github.com/truecharts/apps/compare/memcached-2.0.20...memcached-2.0.21) (2022-03-30) + +### [postgresql-7.0.22](https://github.com/truecharts/apps/compare/postgresql-7.0.21...postgresql-7.0.22) (2022-03-30) #### Chore @@ -1007,18 +1087,23 @@ - -### [memcached-2.0.20](https://github.com/truecharts/apps/compare/memcached-2.0.19...memcached-2.0.20) (2022-03-29) + +### [postgresql-7.0.21](https://github.com/truecharts/apps/compare/postgresql-7.0.20...postgresql-7.0.21) (2022-03-29) - -### [memcached-2.0.17](https://github.com/truecharts/apps/compare/memcached-2.0.16...memcached-2.0.17) (2022-03-29) + +### [postgresql-7.0.20](https://github.com/truecharts/apps/compare/postgresql-7.0.19...postgresql-7.0.20) (2022-03-29) - -### [memcached-2.0.16](https://github.com/truecharts/apps/compare/memcached-2.0.15...memcached-2.0.16) (2022-03-29) + +### [postgresql-7.0.18](https://github.com/truecharts/apps/compare/postgresql-7.0.17...postgresql-7.0.18) (2022-03-29) + + + + +### [postgresql-7.0.17](https://github.com/truecharts/apps/compare/postgresql-7.0.16...postgresql-7.0.17) (2022-03-29) #### Fix @@ -1026,8 +1111,8 @@ - -### [memcached-2.0.15](https://github.com/truecharts/apps/compare/memcached-2.0.14...memcached-2.0.15) (2022-03-29) + +### [postgresql-7.0.16](https://github.com/truecharts/apps/compare/postgresql-7.0.15...postgresql-7.0.16) (2022-03-29) #### Chore @@ -1035,8 +1120,26 @@ - -### [memcached-2.0.14](https://github.com/truecharts/apps/compare/memcached-2.0.13...memcached-2.0.14) (2022-03-28) + +### [postgresql-7.0.15](https://github.com/truecharts/apps/compare/postgresql-7.0.14...postgresql-7.0.15) (2022-03-28) + +#### Feat + +* Add probes on standalone aswell ([#2318](https://github.com/truecharts/apps/issues/2318)) + + + + +### [postgresql-7.0.14](https://github.com/truecharts/apps/compare/postgresql-7.0.13...postgresql-7.0.14) (2022-03-28) + +#### Feat + +* expose root password field on gui ([#2327](https://github.com/truecharts/apps/issues/2327)) + + + + +### [postgresql-7.0.13](https://github.com/truecharts/apps/compare/postgresql-7.0.12...postgresql-7.0.13) (2022-03-28) #### Chore @@ -1044,8 +1147,8 @@ - -### [memcached-2.0.13](https://github.com/truecharts/apps/compare/memcached-2.0.12...memcached-2.0.13) (2022-03-26) + +### [postgresql-7.0.12](https://github.com/truecharts/apps/compare/postgresql-7.0.11...postgresql-7.0.12) (2022-03-26) #### Chore @@ -1053,8 +1156,8 @@ - -### [memcached-2.0.11](https://github.com/truecharts/apps/compare/memcached-2.0.10...memcached-2.0.11) (2022-03-26) + +### [postgresql-7.0.10](https://github.com/truecharts/apps/compare/postgresql-7.0.9...postgresql-7.0.10) (2022-03-26) #### Chore @@ -1062,8 +1165,8 @@ - -### [memcached-2.0.10](https://github.com/truecharts/apps/compare/memcached-2.0.9...memcached-2.0.10) (2022-03-24) + +### [postgresql-7.0.9](https://github.com/truecharts/apps/compare/postgresql-7.0.8...postgresql-7.0.9) (2022-03-24) #### Chore @@ -1071,8 +1174,8 @@ - -### [memcached-2.0.9](https://github.com/truecharts/apps/compare/memcached-2.0.8...memcached-2.0.9) (2022-03-24) + +### [postgresql-7.0.8](https://github.com/truecharts/apps/compare/postgresql-7.0.7...postgresql-7.0.8) (2022-03-24) #### Chore @@ -1081,27 +1184,18 @@ - -### [memcached-2.0.8](https://github.com/truecharts/apps/compare/memcached-2.0.7...memcached-2.0.8) (2022-03-22) + +### [postgresql-7.0.7](https://github.com/truecharts/apps/compare/postgresql-7.0.6...postgresql-7.0.7) (2022-03-22) #### Chore * update helm chart common to v9.1.8 - - - - -### [memcached-2.0.7](https://github.com/truecharts/apps/compare/memcached-2.0.6...memcached-2.0.7) (2022-03-20) - -#### Chore - -* update docker general non-major * update docker general non-major - -### [memcached-2.0.6](https://github.com/truecharts/apps/compare/memcached-2.0.5...memcached-2.0.6) (2022-03-17) + +### [postgresql-7.0.6](https://github.com/truecharts/apps/compare/postgresql-7.0.5...postgresql-7.0.6) (2022-03-17) #### Chore @@ -1109,8 +1203,8 @@ - -### [memcached-2.0.5](https://github.com/truecharts/apps/compare/memcached-2.0.4...memcached-2.0.5) (2022-03-17) + +### [postgresql-7.0.5](https://github.com/truecharts/apps/compare/postgresql-7.0.4...postgresql-7.0.5) (2022-03-17) #### Chore @@ -1119,8 +1213,8 @@ - -### [memcached-2.0.4](https://github.com/truecharts/apps/compare/memcached-2.0.3...memcached-2.0.4) (2022-03-15) + +### [postgresql-7.0.4](https://github.com/truecharts/apps/compare/postgresql-7.0.3...postgresql-7.0.4) (2022-03-15) #### Chore @@ -1128,8 +1222,8 @@ - -### [memcached-2.0.3](https://github.com/truecharts/apps/compare/memcached-2.0.2...memcached-2.0.3) (2022-03-15) + +### [postgresql-7.0.3](https://github.com/truecharts/apps/compare/postgresql-7.0.2...postgresql-7.0.3) (2022-03-15) #### Chore @@ -1137,8 +1231,8 @@ - -### [memcached-2.0.2](https://github.com/truecharts/apps/compare/memcached-2.0.1...memcached-2.0.2) (2022-03-07) + +### [postgresql-7.0.2](https://github.com/truecharts/apps/compare/postgresql-7.0.1...postgresql-7.0.2) (2022-03-07) #### Chore @@ -1147,8 +1241,8 @@ - -### [memcached-2.0.1](https://github.com/truecharts/apps/compare/memcached-2.0.0...memcached-2.0.1) (2022-03-07) + +### [postgresql-7.0.1](https://github.com/truecharts/apps/compare/postgresql-7.0.0...postgresql-7.0.1) (2022-03-07) #### Chore @@ -1156,8 +1250,8 @@ - -### [memcached-2.0.0](https://github.com/truecharts/apps/compare/memcached-1.0.77...memcached-2.0.0) (2022-03-03) + +### [postgresql-7.0.0](https://github.com/truecharts/apps/compare/postgresql-6.0.71...postgresql-7.0.0) (2022-03-03) #### Chore @@ -1171,8 +1265,8 @@ - -### [memcached-1.0.77](https://github.com/truecharts/apps/compare/memcached-1.0.76...memcached-1.0.77) (2022-03-03) + +### [postgresql-6.0.71](https://github.com/truecharts/apps/compare/postgresql-6.0.70...postgresql-6.0.71) (2022-03-03) #### Chore @@ -1180,17 +1274,8 @@ - -### [memcached-1.0.76](https://github.com/truecharts/apps/compare/memcached-1.0.75...memcached-1.0.76) (2022-03-03) - -#### Chore - -* update docker general non-major ([#2006](https://github.com/truecharts/apps/issues/2006)) - - - - -### [memcached-1.0.75](https://github.com/truecharts/apps/compare/memcached-1.0.74...memcached-1.0.75) (2022-02-28) + +### [postgresql-6.0.70](https://github.com/truecharts/apps/compare/postgresql-6.0.69...postgresql-6.0.70) (2022-02-28) #### Chore @@ -1198,17 +1283,8 @@ - -### [memcached-1.0.74](https://github.com/truecharts/apps/compare/memcached-1.0.73...memcached-1.0.74) (2022-02-28) - -#### Chore - -* update docker general non-major ([#1980](https://github.com/truecharts/apps/issues/1980)) - - - - -### [memcached-1.0.73](https://github.com/truecharts/apps/compare/memcached-1.0.72...memcached-1.0.73) (2022-02-21) + +### [postgresql-6.0.69](https://github.com/truecharts/apps/compare/postgresql-6.0.68...postgresql-6.0.69) (2022-02-21) #### Chore @@ -1216,17 +1292,8 @@ - -### [memcached-1.0.72](https://github.com/truecharts/apps/compare/memcached-1.0.71...memcached-1.0.72) (2022-02-21) - -#### Chore - -* update docker general non-major ([#1924](https://github.com/truecharts/apps/issues/1924)) - - - - -### [memcached-1.0.71](https://github.com/truecharts/apps/compare/memcached-1.0.70...memcached-1.0.71) (2022-02-14) + +### [postgresql-6.0.68](https://github.com/truecharts/apps/compare/postgresql-6.0.67...postgresql-6.0.68) (2022-02-14) #### Chore @@ -1234,17 +1301,8 @@ - -### [memcached-1.0.70](https://github.com/truecharts/apps/compare/memcached-1.0.69...memcached-1.0.70) (2022-02-14) - -#### Chore - -* update docker general non-major ([#1895](https://github.com/truecharts/apps/issues/1895)) - - - - -### [memcached-1.0.69](https://github.com/truecharts/apps/compare/memcached-1.0.68...memcached-1.0.69) (2022-02-10) + +### [postgresql-6.0.67](https://github.com/truecharts/apps/compare/postgresql-6.0.66...postgresql-6.0.67) (2022-02-10) #### Chore @@ -1252,8 +1310,8 @@ - -### [memcached-1.0.68](https://github.com/truecharts/apps/compare/memcached-1.0.67...memcached-1.0.68) (2022-02-08) + +### [postgresql-6.0.66](https://github.com/truecharts/apps/compare/postgresql-6.0.65...postgresql-6.0.66) (2022-02-08) #### Chore @@ -1261,8 +1319,8 @@ - -### [memcached-1.0.67](https://github.com/truecharts/apps/compare/memcached-1.0.66...memcached-1.0.67) (2022-02-08) + +### [postgresql-6.0.65](https://github.com/truecharts/apps/compare/postgresql-6.0.64...postgresql-6.0.65) (2022-02-08) #### Chore @@ -1270,8 +1328,17 @@ - -### [memcached-1.0.66](https://github.com/truecharts/apps/compare/memcached-1.0.65...memcached-1.0.66) (2022-02-06) + +### [postgresql-6.0.64](https://github.com/truecharts/apps/compare/postgresql-6.0.63...postgresql-6.0.64) (2022-02-07) + +#### Chore + +* update docker general non-major ([#1863](https://github.com/truecharts/apps/issues/1863)) + + + + +### [postgresql-6.0.63](https://github.com/truecharts/apps/compare/postgresql-6.0.62...postgresql-6.0.63) (2022-02-06) #### Chore @@ -1280,8 +1347,8 @@ - -### [memcached-1.0.65](https://github.com/truecharts/apps/compare/memcached-1.0.64...memcached-1.0.65) (2022-02-05) + +### [postgresql-6.0.62](https://github.com/truecharts/apps/compare/postgresql-6.0.61...postgresql-6.0.62) (2022-02-05) #### Chore @@ -1290,8 +1357,8 @@ - -### [memcached-1.0.64](https://github.com/truecharts/apps/compare/memcached-1.0.63...memcached-1.0.64) (2022-02-03) + +### [postgresql-6.0.61](https://github.com/truecharts/apps/compare/postgresql-6.0.60...postgresql-6.0.61) (2022-02-03) #### Chore @@ -1299,8 +1366,8 @@ - -### [memcached-1.0.63](https://github.com/truecharts/apps/compare/memcached-1.0.62...memcached-1.0.63) (2022-02-01) + +### [postgresql-6.0.60](https://github.com/truecharts/apps/compare/postgresql-6.0.59...postgresql-6.0.60) (2022-02-01) #### Chore @@ -1308,17 +1375,8 @@ - -### [memcached-1.0.62](https://github.com/truecharts/apps/compare/memcached-1.0.61...memcached-1.0.62) (2022-01-31) - -#### Chore - -* update docker general non-major ([#1824](https://github.com/truecharts/apps/issues/1824)) - - - - -### [memcached-1.0.61](https://github.com/truecharts/apps/compare/memcached-1.0.60...memcached-1.0.61) (2022-01-31) + +### [postgresql-6.0.59](https://github.com/truecharts/apps/compare/postgresql-6.0.58...postgresql-6.0.59) (2022-01-31) #### Chore @@ -1326,8 +1384,8 @@ - -### [memcached-1.0.60](https://github.com/truecharts/apps/compare/memcached-1.0.59...memcached-1.0.60) (2022-01-25) + +### [postgresql-6.0.58](https://github.com/truecharts/apps/compare/postgresql-6.0.57...postgresql-6.0.58) (2022-01-25) #### Chore @@ -1335,8 +1393,8 @@ - -### [memcached-1.0.59](https://github.com/truecharts/apps/compare/memcached-1.0.58...memcached-1.0.59) (2022-01-24) + +### [postgresql-6.0.57](https://github.com/truecharts/apps/compare/postgresql-6.0.56...postgresql-6.0.57) (2022-01-24) #### Chore @@ -1344,8 +1402,8 @@ - -### [memcached-1.0.58](https://github.com/truecharts/apps/compare/memcached-1.0.57...memcached-1.0.58) (2022-01-22) + +### [postgresql-6.0.56](https://github.com/truecharts/apps/compare/postgresql-6.0.55...postgresql-6.0.56) (2022-01-22) #### Chore @@ -1353,8 +1411,17 @@ - -### [memcached-1.0.57](https://github.com/truecharts/apps/compare/memcached-1.0.56...memcached-1.0.57) (2022-01-21) + +### [postgresql-6.0.55](https://github.com/truecharts/apps/compare/postgresql-6.0.54...postgresql-6.0.55) (2022-01-22) + +#### Chore + +* update docker general non-major ([#1764](https://github.com/truecharts/apps/issues/1764)) + + + + +### [postgresql-6.0.54](https://github.com/truecharts/apps/compare/postgresql-6.0.53...postgresql-6.0.54) (2022-01-21) #### Chore @@ -1362,17 +1429,8 @@ - -### [memcached-1.0.56](https://github.com/truecharts/apps/compare/memcached-1.0.55...memcached-1.0.56) (2022-01-21) - -#### Chore - -* update docker general non-major ([#1757](https://github.com/truecharts/apps/issues/1757)) - - - - -### [memcached-1.0.55](https://github.com/truecharts/apps/compare/memcached-1.0.54...memcached-1.0.55) (2022-01-21) + +### [postgresql-6.0.53](https://github.com/truecharts/apps/compare/postgresql-6.0.52...postgresql-6.0.53) (2022-01-21) #### Chore @@ -1384,8 +1442,8 @@ - -### [memcached-1.0.54](https://github.com/truecharts/apps/compare/memcached-1.0.53...memcached-1.0.54) (2022-01-19) + +### [postgresql-6.0.52](https://github.com/truecharts/apps/compare/postgresql-6.0.51...postgresql-6.0.52) (2022-01-19) #### Chore @@ -1393,26 +1451,28 @@ - -### [memcached-1.0.53](https://github.com/truecharts/apps/compare/memcached-1.0.52...memcached-1.0.53) (2022-01-18) + +### [postgresql-6.0.51](https://github.com/truecharts/apps/compare/postgresql-6.0.50...postgresql-6.0.51) (2022-01-18) #### Chore * update helm chart common to v8.13.1 +* update docker general non-major ([#1729](https://github.com/truecharts/apps/issues/1729)) - -### [memcached-1.0.52](https://github.com/truecharts/apps/compare/memcached-1.0.51...memcached-1.0.52) (2022-01-17) + +### [postgresql-6.0.50](https://github.com/truecharts/apps/compare/postgresql-6.0.49...postgresql-6.0.50) (2022-01-17) #### Chore * update docker general non-major ([#1728](https://github.com/truecharts/apps/issues/1728)) +* clean logs ([#1720](https://github.com/truecharts/apps/issues/1720)) - -### [memcached-1.0.51](https://github.com/truecharts/apps/compare/memcached-1.0.50...memcached-1.0.51) (2022-01-13) + +### [postgresql-6.0.49](https://github.com/truecharts/apps/compare/postgresql-6.0.48...postgresql-6.0.49) (2022-01-13) #### Chore @@ -1424,8 +1484,8 @@ - -### [memcached-1.0.50](https://github.com/truecharts/apps/compare/memcached-1.0.49...memcached-1.0.50) (2022-01-12) + +### [postgresql-6.0.48](https://github.com/truecharts/apps/compare/postgresql-6.0.47...postgresql-6.0.48) (2022-01-12) #### Chore @@ -1433,8 +1493,8 @@ - -### [memcached-1.0.49](https://github.com/truecharts/apps/compare/memcached-1.0.48...memcached-1.0.49) (2022-01-12) + +### [postgresql-6.0.47](https://github.com/truecharts/apps/compare/postgresql-6.0.46...postgresql-6.0.47) (2022-01-12) #### Chore @@ -1442,8 +1502,8 @@ - -### [memcached-1.0.48](https://github.com/truecharts/apps/compare/memcached-1.0.47...memcached-1.0.48) (2022-01-11) + +### [postgresql-6.0.46](https://github.com/truecharts/apps/compare/postgresql-6.0.45...postgresql-6.0.46) (2022-01-11) #### Chore @@ -1451,8 +1511,8 @@ - -### [memcached-1.0.47](https://github.com/truecharts/apps/compare/memcached-1.0.46...memcached-1.0.47) (2022-01-10) + +### [postgresql-6.0.45](https://github.com/truecharts/apps/compare/postgresql-6.0.44...postgresql-6.0.45) (2022-01-10) #### Chore @@ -1460,8 +1520,8 @@ - -### [memcached-1.0.46](https://github.com/truecharts/apps/compare/memcached-1.0.45...memcached-1.0.46) (2022-01-10) + +### [postgresql-6.0.44](https://github.com/truecharts/apps/compare/postgresql-6.0.43...postgresql-6.0.44) (2022-01-10) #### Chore @@ -1469,8 +1529,8 @@ - -### [memcached-1.0.45](https://github.com/truecharts/apps/compare/memcached-1.0.44...memcached-1.0.45) (2022-01-04) + +### [postgresql-6.0.43](https://github.com/truecharts/apps/compare/postgresql-6.0.42...postgresql-6.0.43) (2022-01-04) #### Chore @@ -1478,8 +1538,8 @@ - -### [memcached-1.0.44](https://github.com/truecharts/apps/compare/memcached-1.0.43...memcached-1.0.44) (2022-01-04) + +### [postgresql-6.0.42](https://github.com/truecharts/apps/compare/postgresql-6.0.41...postgresql-6.0.42) (2022-01-04) #### Chore @@ -1487,8 +1547,8 @@ - -### [memcached-1.0.43](https://github.com/truecharts/apps/compare/memcached-1.0.42...memcached-1.0.43) (2022-01-03) + +### [postgresql-6.0.41](https://github.com/truecharts/apps/compare/postgresql-6.0.40...postgresql-6.0.41) (2022-01-03) #### Chore @@ -1496,8 +1556,8 @@ - -### [memcached-1.0.42](https://github.com/truecharts/apps/compare/memcached-1.0.41...memcached-1.0.42) (2021-12-28) + +### [postgresql-6.0.40](https://github.com/truecharts/apps/compare/postgresql-6.0.39...postgresql-6.0.40) (2021-12-28) #### Chore @@ -1505,8 +1565,8 @@ - -### [memcached-1.0.41](https://github.com/truecharts/apps/compare/memcached-1.0.40...memcached-1.0.41) (2021-12-27) + +### [postgresql-6.0.39](https://github.com/truecharts/apps/compare/postgresql-6.0.38...postgresql-6.0.39) (2021-12-27) #### Chore @@ -1514,8 +1574,8 @@ - -### [memcached-1.0.40](https://github.com/truecharts/apps/compare/memcached-1.0.39...memcached-1.0.40) (2021-12-24) + +### [postgresql-6.0.38](https://github.com/truecharts/apps/compare/postgresql-6.0.37...postgresql-6.0.38) (2021-12-24) #### Chore @@ -1524,8 +1584,8 @@ - -### [memcached-1.0.39](https://github.com/truecharts/apps/compare/memcached-1.0.38...memcached-1.0.39) (2021-12-21) + +### [postgresql-6.0.37](https://github.com/truecharts/apps/compare/postgresql-6.0.36...postgresql-6.0.37) (2021-12-21) #### Chore @@ -1533,8 +1593,8 @@ - -### [memcached-1.0.38](https://github.com/truecharts/apps/compare/memcached-1.0.37...memcached-1.0.38) (2021-12-20) + +### [postgresql-6.0.36](https://github.com/truecharts/apps/compare/postgresql-6.0.35...postgresql-6.0.36) (2021-12-20) #### Chore @@ -1542,8 +1602,8 @@ - -### [memcached-1.0.37](https://github.com/truecharts/apps/compare/memcached-1.0.36...memcached-1.0.37) (2021-12-19) + +### [postgresql-6.0.35](https://github.com/truecharts/apps/compare/postgresql-6.0.34...postgresql-6.0.35) (2021-12-19) #### Chore @@ -1552,8 +1612,8 @@ - -### [memcached-1.0.36](https://github.com/truecharts/apps/compare/memcached-1.0.35...memcached-1.0.36) (2021-12-19) + +### [postgresql-6.0.34](https://github.com/truecharts/apps/compare/postgresql-6.0.33...postgresql-6.0.34) (2021-12-19) #### Chore @@ -1561,18 +1621,27 @@ - -### [memcached-1.0.35](https://github.com/truecharts/apps/compare/memcached-1.0.34...memcached-1.0.35) (2021-12-19) + +### [postgresql-6.0.33](https://github.com/truecharts/apps/compare/postgresql-6.0.32...postgresql-6.0.33) (2021-12-19) #### Chore * update docker general non-major ([#1567](https://github.com/truecharts/apps/issues/1567)) + + + + +### [postgresql-6.0.32](https://github.com/truecharts/apps/compare/postgresql-6.0.31...postgresql-6.0.32) (2021-12-18) + +#### Chore + +* cleanup questions by removing hidden dicts ([#1558](https://github.com/truecharts/apps/issues/1558)) * update docker general non-major - -### [memcached-1.0.34](https://github.com/truecharts/apps/compare/memcached-1.0.33...memcached-1.0.34) (2021-12-14) + +### [postgresql-6.0.31](https://github.com/truecharts/apps/compare/postgresql-6.0.30...postgresql-6.0.31) (2021-12-14) #### Chore @@ -1580,8 +1649,8 @@ - -### [memcached-1.0.33](https://github.com/truecharts/apps/compare/memcached-1.0.32...memcached-1.0.33) (2021-12-13) + +### [postgresql-6.0.30](https://github.com/truecharts/apps/compare/postgresql-6.0.29...postgresql-6.0.30) (2021-12-13) #### Chore @@ -1589,8 +1658,8 @@ - -### [memcached-1.0.32](https://github.com/truecharts/apps/compare/memcached-1.0.31...memcached-1.0.32) (2021-12-13) + +### [postgresql-6.0.29](https://github.com/truecharts/apps/compare/postgresql-6.0.28...postgresql-6.0.29) (2021-12-13) #### Chore @@ -1598,17 +1667,17 @@ - -### [memcached-1.0.31](https://github.com/truecharts/apps/compare/memcached-1.0.30...memcached-1.0.31) (2021-12-12) + +### [postgresql-6.0.28](https://github.com/truecharts/apps/compare/postgresql-6.0.27...postgresql-6.0.28) (2021-12-12) #### Chore -* update container image ghcr.io/truecharts/memcached to v1.6.12 ([#1516](https://github.com/truecharts/apps/issues/1516)) +* update container image ghcr.io/truecharts/postgresql to v14.1.0 ([#1515](https://github.com/truecharts/apps/issues/1515)) - -### [memcached-1.0.30](https://github.com/truecharts/apps/compare/memcached-1.0.29...memcached-1.0.30) (2021-12-11) + +### [postgresql-6.0.27](https://github.com/truecharts/apps/compare/postgresql-6.0.26...postgresql-6.0.27) (2021-12-11) #### Chore @@ -1616,8 +1685,8 @@ - -### [memcached-1.0.29](https://github.com/truecharts/apps/compare/memcached-1.0.28...memcached-1.0.29) (2021-12-11) + +### [postgresql-6.0.26](https://github.com/truecharts/apps/compare/postgresql-6.0.25...postgresql-6.0.26) (2021-12-11) #### Chore @@ -1625,8 +1694,8 @@ - -### [memcached-1.0.28](https://github.com/truecharts/apps/compare/memcached-1.0.27...memcached-1.0.28) (2021-12-08) + +### [postgresql-6.0.25](https://github.com/truecharts/apps/compare/postgresql-6.0.24...postgresql-6.0.25) (2021-12-08) #### Chore @@ -1634,8 +1703,8 @@ - -### [memcached-1.0.27](https://github.com/truecharts/apps/compare/memcached-1.0.26...memcached-1.0.27) (2021-12-07) + +### [postgresql-6.0.24](https://github.com/truecharts/apps/compare/postgresql-6.0.23...postgresql-6.0.24) (2021-12-07) #### Chore @@ -1643,8 +1712,8 @@ - -### [memcached-1.0.26](https://github.com/truecharts/apps/compare/memcached-1.0.25...memcached-1.0.26) (2021-12-07) + +### [postgresql-6.0.23](https://github.com/truecharts/apps/compare/postgresql-6.0.22...postgresql-6.0.23) (2021-12-07) #### Chore @@ -1652,8 +1721,8 @@ - -### memcached-1.0.25 (2021-12-05) + +### postgresql-6.0.22 (2021-12-05) #### Chore @@ -1662,11 +1731,11 @@ * ensure container references are prefixed with v * cleanup the ci for the security page a bit * update dependencies -* update non-major ([#1466](https://github.com/truecharts/apps/issues/1466)) * bump common on dependency train ([#1452](https://github.com/truecharts/apps/issues/1452)) * update non-major ([#1449](https://github.com/truecharts/apps/issues/1449)) +* update non-major ([#1466](https://github.com/truecharts/apps/issues/1466)) * update common on deps ([#1467](https://github.com/truecharts/apps/issues/1467)) -* update non-major deps helm releases ([#1468](https://github.com/truecharts/apps/issues/1468)) +* update non-major ([#1443](https://github.com/truecharts/apps/issues/1443)) * update common * update non-major ([#1427](https://github.com/truecharts/apps/issues/1427)) * update non-major ([#1423](https://github.com/truecharts/apps/issues/1423)) @@ -1674,20 +1743,12 @@ #### Fix * move deps back to ghcr for now. +* correct mountpath mistakes - -### [memcached-1.0.24](https://github.com/truecharts/apps/compare/memcached-1.0.23...memcached-1.0.24) (2021-12-05) - -#### Chore - -* update non-major deps helm releases ([#1468](https://github.com/truecharts/apps/issues/1468)) - - - - -### [memcached-1.0.23](https://github.com/truecharts/apps/compare/memcached-1.0.22...memcached-1.0.23) (2021-12-05) + +### [postgresql-6.0.21](https://github.com/truecharts/apps/compare/postgresql-6.0.20...postgresql-6.0.21) (2021-12-05) #### Chore @@ -1695,8 +1756,8 @@ - -### [memcached-1.0.22](https://github.com/truecharts/apps/compare/memcached-1.0.21...memcached-1.0.22) (2021-12-05) + +### [postgresql-6.0.20](https://github.com/truecharts/apps/compare/postgresql-6.0.19...postgresql-6.0.20) (2021-12-05) #### Chore @@ -1705,11 +1766,12 @@ #### Fix * move deps back to ghcr for now. +* correct mountpath mistakes - -### [memcached-1.0.21](https://github.com/truecharts/apps/compare/memcached-1.0.20...memcached-1.0.21) (2021-12-04) + +### [postgresql-6.0.19](https://github.com/truecharts/apps/compare/postgresql-6.0.18...postgresql-6.0.19) (2021-12-04) #### Chore @@ -1718,8 +1780,8 @@ - -### [memcached-1.0.20](https://github.com/truecharts/apps/compare/memcached-1.0.19...memcached-1.0.20) (2021-12-03) + +### [postgresql-6.0.18](https://github.com/truecharts/apps/compare/postgresql-6.0.17...postgresql-6.0.18) (2021-12-03) #### Chore @@ -1727,8 +1789,8 @@ - -### [memcached-1.0.19](https://github.com/truecharts/apps/compare/memcached-1.0.18...memcached-1.0.19) (2021-12-03) + +### [postgresql-6.0.17](https://github.com/truecharts/apps/compare/postgresql-6.0.16...postgresql-6.0.17) (2021-12-03) #### Chore @@ -1738,8 +1800,17 @@ - -### [memcached-1.0.18](https://github.com/truecharts/apps/compare/memcached-1.0.17...memcached-1.0.18) (2021-11-30) + +### [postgresql-6.0.16](https://github.com/truecharts/apps/compare/postgresql-6.0.15...postgresql-6.0.16) (2021-12-01) + +#### Chore + +* update non-major ([#1443](https://github.com/truecharts/apps/issues/1443)) + + + + +### [postgresql-6.0.15](https://github.com/truecharts/apps/compare/postgresql-6.0.14...postgresql-6.0.15) (2021-11-30) #### Chore @@ -1747,8 +1818,8 @@ - -### [memcached-1.0.17](https://github.com/truecharts/apps/compare/memcached-1.0.16...memcached-1.0.17) (2021-11-30) + +### [postgresql-6.0.14](https://github.com/truecharts/apps/compare/postgresql-6.0.13...postgresql-6.0.14) (2021-11-30) #### Chore @@ -1756,8 +1827,8 @@ - -### [memcached-1.0.15](https://github.com/truecharts/apps/compare/memcached-1.0.14...memcached-1.0.15) (2021-11-29) + +### [postgresql-6.0.12](https://github.com/truecharts/apps/compare/postgresql-6.0.11...postgresql-6.0.12) (2021-11-29) #### Chore @@ -1765,8 +1836,8 @@ - -### [memcached-1.0.14](https://github.com/truecharts/apps/compare/memcached-1.0.13...memcached-1.0.14) (2021-11-28) + +### [postgresql-6.0.11](https://github.com/truecharts/apps/compare/postgresql-6.0.10...postgresql-6.0.11) (2021-11-28) #### Chore @@ -1774,8 +1845,8 @@ - -### [memcached-1.0.13](https://github.com/truecharts/apps/compare/memcached-1.0.12...memcached-1.0.13) (2021-11-23) + +### [postgresql-6.0.10](https://github.com/truecharts/apps/compare/postgresql-6.0.9...postgresql-6.0.10) (2021-11-23) #### Chore @@ -1783,8 +1854,8 @@ - -### [memcached-1.0.12](https://github.com/truecharts/apps/compare/memcached-1.0.10...memcached-1.0.12) (2021-11-23) + +### [postgresql-6.0.9](https://github.com/truecharts/apps/compare/postgresql-6.0.7...postgresql-6.0.9) (2021-11-23) #### Chore @@ -1793,8 +1864,8 @@ - -### [memcached-1.0.10](https://github.com/truecharts/apps/compare/memcached-1.0.9...memcached-1.0.10) (2021-11-22) + +### [postgresql-6.0.7](https://github.com/truecharts/apps/compare/postgresql-6.0.6...postgresql-6.0.7) (2021-11-22) #### Fix @@ -1802,8 +1873,8 @@ - -### [memcached-1.0.9](https://github.com/truecharts/apps/compare/memcached-1.0.8...memcached-1.0.9) (2021-11-22) + +### [postgresql-6.0.6](https://github.com/truecharts/apps/compare/postgresql-6.0.5...postgresql-6.0.6) (2021-11-22) #### Chore @@ -1811,8 +1882,8 @@ - -### [memcached-1.0.7](https://github.com/truecharts/apps/compare/memcached-1.0.6...memcached-1.0.7) (2021-11-18) + +### [postgresql-6.0.4](https://github.com/truecharts/apps/compare/postgresql-6.0.3...postgresql-6.0.4) (2021-11-18) #### Chore @@ -1820,8 +1891,8 @@ - -### [memcached-1.0.6](https://github.com/truecharts/apps/compare/memcached-1.0.5...memcached-1.0.6) (2021-11-16) + +### [postgresql-6.0.3](https://github.com/truecharts/apps/compare/postgresql-6.0.2...postgresql-6.0.3) (2021-11-16) #### Chore @@ -1829,8 +1900,8 @@ - -### [memcached-1.0.5](https://github.com/truecharts/apps/compare/memcached-1.0.4...memcached-1.0.5) (2021-11-16) + +### [postgresql-6.0.2](https://github.com/truecharts/apps/compare/postgresql-6.0.1...postgresql-6.0.2) (2021-11-16) #### Chore @@ -1838,8 +1909,26 @@ - -### [memcached-1.0.4](https://github.com/truecharts/apps/compare/memcached-1.0.3...memcached-1.0.4) (2021-11-15) + +### [postgresql-6.0.1](https://github.com/truecharts/apps/compare/postgresql-6.0.0...postgresql-6.0.1) (2021-11-16) + +#### Fix + +* correct mistake in VCT + + + + +### [postgresql-6.0.0](https://github.com/truecharts/apps/compare/postgresql-5.2.2...postgresql-6.0.0) (2021-11-16) + +#### Fix + +* remove migration scripting and assume postgresql is a breaking change + + + + +### [postgresql-5.2.2](https://github.com/truecharts/apps/compare/postgresql-5.2.1...postgresql-5.2.2) (2021-11-15) #### Chore @@ -1847,8 +1936,8 @@ - -### [memcached-1.0.3](https://github.com/truecharts/apps/compare/memcached-1.0.2...memcached-1.0.3) (2021-11-15) + +### [postgresql-5.2.1](https://github.com/truecharts/apps/compare/postgresql-5.2.0...postgresql-5.2.1) (2021-11-15) #### Chore @@ -1856,17 +1945,27 @@ - -### [memcached-1.0.2](https://github.com/truecharts/apps/compare/memcached-1.0.1...memcached-1.0.2) (2021-11-15) + +### [postgresql-5.2.0](https://github.com/truecharts/apps/compare/postgresql-5.1.18...postgresql-5.2.0) (2021-11-15) + +#### Feat + +* move postgresql to use statefullset and cleanup ([#1335](https://github.com/truecharts/apps/issues/1335)) + + + + +### [postgresql-5.1.18](https://github.com/truecharts/apps/compare/postgresql-5.1.17...postgresql-5.1.18) (2021-11-15) #### Chore +* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329)) * bump common and move mariadb - -### [memcached-1.0.1](https://github.com/truecharts/apps/compare/memcached-1.0.0...memcached-1.0.1) (2021-11-14) + +### [postgresql-5.1.17](https://github.com/truecharts/apps/compare/postgresql-5.1.16...postgresql-5.1.17) (2021-11-14) #### Chore @@ -1881,18 +1980,525 @@ - -### [memcached-1.0.0](https://github.com/truecharts/apps/compare/memcached-0.0.1...memcached-1.0.0) (2021-11-12) + +### [postgresql-5.1.16](https://github.com/truecharts/apps/compare/postgresql-5.1.15...postgresql-5.1.16) (2021-11-12) + +#### Chore + +* update non-major ([#1302](https://github.com/truecharts/apps/issues/1302)) #### Feat * move deps to incubator ([#1311](https://github.com/truecharts/apps/issues/1311)) +#### Fix + +* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306)) - -### memcached-0.0.1 (2021-11-11) + + +### [postgresql-5.1.15](https://github.com/truecharts/apps/compare/postgresql-5.1.14...postgresql-5.1.15) (2021-11-09) + +#### Chore + +* update non-major ([#1296](https://github.com/truecharts/apps/issues/1296)) + +#### Fix + +* correct mistake in service definition + + + + +### [postgresql-5.1.14](https://github.com/truecharts/apps/compare/postgresql-5.1.13...postgresql-5.1.14) (2021-11-08) #### Feat -* add memcached App ([#1307](https://github.com/truecharts/apps/issues/1307)) +* also set and remember postgresql root password + + + + +### [postgresql-5.1.13](https://github.com/truecharts/apps/compare/postgresql-5.1.12...postgresql-5.1.13) (2021-11-08) + +#### Chore + +* rename train name + + + + +### [postgresql-5.1.12](https://github.com/truecharts/apps/compare/postgresql-5.1.11...postgresql-5.1.12) (2021-11-08) + +#### Chore + +* Move postgresql to a seperate dependency train + + + + +### [postgresql-5.1.11](https://github.com/truecharts/apps/compare/postgresql-5.1.10...postgresql-5.1.11) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) + + + + +### [postgresql-5.1.10](https://github.com/truecharts/apps/compare/postgresql-5.1.9...postgresql-5.1.10) (2021-11-07) + +#### Chore + +* update non-major ([#1270](https://github.com/truecharts/apps/issues/1270)) + + + + +### [postgresql-5.1.9](https://github.com/truecharts/apps/compare/postgresql-5.1.8...postgresql-5.1.9) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) + +#### Chore + +* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) + +#### Feat + +* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) + + + + +### [postgresql-5.1.8](https://github.com/truecharts/apps/compare/postgresql-5.1.7...postgresql-5.1.8) (2021-11-02) + +#### Chore + +* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) + + + + +### [postgresql-5.1.7](https://github.com/truecharts/apps/compare/postgresql-5.1.6...postgresql-5.1.7) (2021-11-02) + +#### Chore + +* update non-major ([#1265](https://github.com/truecharts/apps/issues/1265)) + + + + +### [postgresql-5.1.6](https://github.com/truecharts/apps/compare/postgresql-5.1.5...postgresql-5.1.6) (2021-11-01) + +#### Chore + +* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) + + + + +### [postgresql-5.1.5](https://github.com/truecharts/apps/compare/postgresql-5.1.4...postgresql-5.1.5) (2021-11-01) + +#### Chore + +* update non-major ([#1263](https://github.com/truecharts/apps/issues/1263)) + + + + +### [postgresql-5.1.4](https://github.com/truecharts/apps/compare/postgresql-5.1.3...postgresql-5.1.4) (2021-10-26) + +#### Fix + +* correct group permissions on SCALE deployments of postgresql + + + + +### [postgresql-5.1.3](https://github.com/truecharts/apps/compare/postgresql-5.1.2...postgresql-5.1.3) (2021-10-26) + +#### Chore + +* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) + + + + +### [postgresql-5.1.2](https://github.com/truecharts/apps/compare/postgresql-5.1.1...postgresql-5.1.2) (2021-10-26) + +#### Chore + +* update bitnami/postgresql:14.0.0 docker digest to 6737f46 ([#1243](https://github.com/truecharts/apps/issues/1243)) + + + + +### [postgresql-5.1.1](https://github.com/truecharts/apps/compare/postgresql-5.1.0...postgresql-5.1.1) (2021-10-26) + +#### Chore + +* update helm chart common to v8.3.15 ([#1240](https://github.com/truecharts/apps/issues/1240)) +* update major docker tags (major) ([#1235](https://github.com/truecharts/apps/issues/1235)) +* update non-major ([#1232](https://github.com/truecharts/apps/issues/1232)) + + + + +### [postgresql-5.1.0](https://github.com/truecharts/apps/compare/postgresql-4.1.0...postgresql-5.1.0) (2021-10-26) + + + + +### [postgresql-4.1.0](https://github.com/truecharts/apps/compare/postgresql-5.0.0...postgresql-4.1.0) (2021-10-26) + +#### Fix + +* fix migration scripting for new major + + + + +### [postgresql-5.0.0](https://github.com/truecharts/apps/compare/postgresql-4.0.3...postgresql-5.0.0) (2021-10-25) + +#### Chore + +* Adapt for TrueNAS SCALE RC1 + + + + +### [postgresql-4.0.3](https://github.com/truecharts/apps/compare/postgresql-4.0.1...postgresql-4.0.3) (2021-10-20) + +#### Chore + +* bump apps, remove duplicates and move incubator to stable for RC1 + +#### Fix + +* reenable postgresql migration scripting and bump all to force update + + + + +### [postgresql-4.0.1](https://github.com/truecharts/apps/compare/postgresql-4.0.0...postgresql-4.0.1) (2021-10-20) + +#### Chore + +* bump common on postgresql + +#### Fix + +* use correct PVC storageClass when using postgresql as a dependency on SCALE ([#1212](https://github.com/truecharts/apps/issues/1212)) + + + + +### [postgresql-4.0.0](https://github.com/truecharts/apps/compare/postgresql-3.0.21...postgresql-4.0.0) (2021-10-20) + +#### Chore + +* bump versions to rerelease and fix icons +* update non-major ([#1185](https://github.com/truecharts/apps/issues/1185)) + +#### Security + +* Improve Snyk hardening advisory ([#1208](https://github.com/truecharts/apps/issues/1208)) + + + + +### [postgresql-3.0.21](https://github.com/truecharts/apps/compare/postgresql-3.0.20...postgresql-3.0.21) (2021-10-19) + +#### Change + +* Project-Eclipse 3, Automatically generate item.yaml ([#1178](https://github.com/truecharts/apps/issues/1178)) + +#### Chore + +* Project-Eclipse 5, move app-readme to automatic generation script ([#1181](https://github.com/truecharts/apps/issues/1181)) +* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173)) +* update helm chart common to v8.3.13 ([#1184](https://github.com/truecharts/apps/issues/1184)) +* update non-major ([#1174](https://github.com/truecharts/apps/issues/1174)) + +#### Feat + +* Project-Eclipse 4, Add App grading annotations to Chart.yaml ([#1180](https://github.com/truecharts/apps/issues/1180)) + +#### Refactor + +* Project Eclipse Part 6, move questions.yaml to root App folder ([#1182](https://github.com/truecharts/apps/issues/1182)) + + + + +### [postgresql-3.0.20](https://github.com/truecharts/apps/compare/postgresql-3.0.19...postgresql-3.0.20) (2021-10-19) + +#### Fix + +* fix previous SCALE bugfix not correctly being applied + + + + +### [postgresql-3.0.19](https://github.com/truecharts/apps/compare/postgresql-3.0.18...postgresql-3.0.19) (2021-10-19) + +#### Chore + +* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172)) + +#### Fix + +* Solve issues regarding ix_values.yaml not containing the image and tag definitions. ([#1176](https://github.com/truecharts/apps/issues/1176)) + +#### Refactor + +* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168)) + + + + +### [postgresql-3.0.18](https://github.com/truecharts/apps/compare/postgresql-3.0.17...postgresql-3.0.18) (2021-10-18) + +#### Chore + +* bump common on postgresql + + + + +### [postgresql-3.0.17](https://github.com/truecharts/apps/compare/postgresql-3.0.16...postgresql-3.0.17) (2021-10-17) + +#### Chore + +* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160)) + +#### Fix + +* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156)) + + + + +### [postgresql-3.0.16](https://github.com/truecharts/apps/compare/postgresql-3.0.15...postgresql-3.0.16) (2021-10-13) + +#### Chore + +* bump common + + + + +### [postgresql-3.0.15](https://github.com/truecharts/apps/compare/postgresql-3.0.14...postgresql-3.0.15) (2021-10-12) + +#### Chore + +* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126)) + + + + +### [postgresql-3.0.14](https://github.com/truecharts/apps/compare/postgresql-3.0.13...postgresql-3.0.14) (2021-10-12) + +#### Chore + +* update non-major ([#1122](https://github.com/truecharts/apps/issues/1122)) + + + + +### [postgresql-3.0.13](https://github.com/truecharts/apps/compare/postgresql-3.0.12...postgresql-3.0.13) (2021-10-09) + + + + +### [postgresql-3.0.12](https://github.com/truecharts/apps/compare/postgresql-3.0.11...postgresql-3.0.12) (2021-10-09) + + + + +### [postgresql-3.0.11](https://github.com/truecharts/apps/compare/postgresql-3.0.10...postgresql-3.0.11) (2021-10-09) + + + + +### [postgresql-3.0.10](https://github.com/truecharts/apps/compare/postgresql-3.0.9...postgresql-3.0.10) (2021-10-09) + + + + +### [postgresql-3.0.9](https://github.com/truecharts/apps/compare/postgresql-3.0.8...postgresql-3.0.9) (2021-10-09) + + + + +### [postgresql-3.0.8](https://github.com/truecharts/apps/compare/postgresql-3.0.7...postgresql-3.0.8) (2021-10-05) + +#### Chore + +* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) + + + + +### [postgresql-3.0.7](https://github.com/truecharts/apps/compare/postgresql-3.0.6...postgresql-3.0.7) (2021-10-05) + + + + +### [postgresql-3.0.6](https://github.com/truecharts/apps/compare/postgresql-3.0.5...postgresql-3.0.6) (2021-09-29) + +#### Chore + +* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) + + + + +### [postgresql-3.0.4](https://github.com/truecharts/apps/compare/postgresql-3.0.3...postgresql-3.0.4) (2021-09-29) + +#### Chore + +* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055)) + + + + +### [postgresql-3.0.3](https://github.com/truecharts/apps/compare/postgresql-3.0.2...postgresql-3.0.3) (2021-09-28) + +#### Chore + +* update non-major ([#1048](https://github.com/truecharts/apps/issues/1048)) + + + + +### [postgresql-3.0.2](https://github.com/truecharts/apps/compare/postgresql-3.0.1...postgresql-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + + +### [postgresql-3.0.1](https://github.com/truecharts/apps/compare/postgresql-3.0.0...postgresql-3.0.1) (2021-09-26) + + + + +### [postgresql-3.0.0](https://github.com/truecharts/apps/compare/postgresql-2.2.5...postgresql-3.0.0) (2021-09-26) + + + + +### [postgresql-2.2.5](https://github.com/truecharts/apps/compare/postgresql-2.2.4...postgresql-2.2.5) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + + + + +### [postgresql-2.2.4](https://github.com/truecharts/apps/compare/postgresql-2.2.3...postgresql-2.2.4) (2021-09-21) + +#### Chore + +* update non-major ([#1015](https://github.com/truecharts/apps/issues/1015)) + + + + +### [postgresql-2.2.3](https://github.com/truecharts/apps/compare/postgresql-2.2.2...postgresql-2.2.3) (2021-09-21) + +#### Chore + +* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) + + + + +### [postgresql-2.2.2](https://github.com/truecharts/apps/compare/postgresql-2.2.1...postgresql-2.2.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + + +### [postgresql-2.2.1](https://github.com/truecharts/apps/compare/postgresql-2.2.0...postgresql-2.2.1) (2021-09-13) + +#### Feat + +* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) + + + + +### [postgresql-2.2.0](https://github.com/truecharts/apps/compare/postgresql-2.1.1...postgresql-2.2.0) (2021-09-13) + +#### Chore + +* update non-major + +#### Feat + +* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) + + + + +### [postgresql-2.1.1](https://github.com/truecharts/apps/compare/postgresql-2.1.0...postgresql-2.1.1) (2021-09-11) + +#### Fix + +* use correct appversion string + + + + +### [postgresql-2.1.0](https://github.com/truecharts/apps/compare/postgresql-2.0.0...postgresql-2.1.0) (2021-09-11) + +#### Chore + +* Use bitnami instead of stock postgresql container ([#960](https://github.com/truecharts/apps/issues/960)) +* update non-major + +#### Feat + +* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) + +#### Fix + +* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) +* move runAsNonRoot to container securityContext to allow root sidecarts ([#954](https://github.com/truecharts/apps/issues/954)) + + + + +### [postgresql-2.0.0](https://github.com/truecharts/apps/compare/postgresql-1.6.6...postgresql-2.0.0) (2021-09-09) + +#### Chore + +* fix postgresql version + + + + +### [postgresql-1.6.6](https://github.com/truecharts/apps/compare/postgresql-1.6.5...postgresql-1.6.6) (2021-09-09) + +#### Chore + +* update postrgresql to common 7.0.0 ([#951](https://github.com/truecharts/apps/issues/951)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) + +#### Fix + +* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922)) diff --git a/charts/dependency/mongodb/Chart.yaml b/charts/dependency/mongodb/Chart.yaml index 400e509a546..7f5bb7ded2a 100644 --- a/charts/dependency/mongodb/Chart.yaml +++ b/charts/dependency/mongodb/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Fast, reliable, scalable, and easy to use open-source no-sql database system. home: https://truecharts.org/docs/charts/dependency/mongodb -icon: https://truecharts.org/img/chart-icons/mongodb.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png keywords: - mongodb - database @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: mongodb sources: + - https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb - https://hub.docker.com/r/bitnami/mongodb - https://github.com/bitnami/bitnami-docker-mongodb - https://www.mongodb.com diff --git a/charts/dependency/mongodb/README.md b/charts/dependency/mongodb/README.md index 97220e0b3da..9b31cbcc7af 100644 --- a/charts/dependency/mongodb/README.md +++ b/charts/dependency/mongodb/README.md @@ -1,6 +1,6 @@ # mongodb -![Version: 1.0.50](https://img.shields.io/badge/Version-1.0.50-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.10](https://img.shields.io/badge/AppVersion-5.0.10-informational?style=flat-square) +![Version: 1.0.51](https://img.shields.io/badge/Version-1.0.51-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.10](https://img.shields.io/badge/AppVersion-5.0.10-informational?style=flat-square) Fast, reliable, scalable, and easy to use open-source no-sql database system. @@ -13,6 +13,7 @@ For more information, please click here: [mongodb](https://truecharts.org/docs/c ## Source Code +* * * * @@ -31,14 +32,14 @@ Kubernetes: `>=1.16.0-0` ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mongodb` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mongodb TrueCharts/mongodb ``` @@ -49,7 +50,7 @@ helm install mongodb TrueCharts/mongodb **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall mongodb Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mongodb TrueCharts/mongodb -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/dependency/postgresql/CHANGELOG.md b/charts/dependency/postgresql/CHANGELOG.md index 2ddf70371f7..09bf618ba93 100644 --- a/charts/dependency/postgresql/CHANGELOG.md +++ b/charts/dependency/postgresql/CHANGELOG.md @@ -2,7 +2,17 @@ -## [postgresql-8.0.50](https://github.com/truecharts/apps/compare/postgresql-8.0.49...postgresql-8.0.50) (2022-07-29) +## [redis-3.0.49](https://github.com/truecharts/charts/compare/redis-3.0.48...redis-3.0.49) (2022-08-08) + +### Chore + +- update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + +## [redis-3.0.48](https://github.com/truecharts/apps/compare/redis-3.0.47...redis-3.0.48) (2022-07-29) ### Chore @@ -11,17 +21,16 @@ -## [postgresql-8.0.49](https://github.com/truecharts/apps/compare/postgresql-8.0.48...postgresql-8.0.49) (2022-07-27) +## [redis-3.0.47](https://github.com/truecharts/apps/compare/redisinsight-0.0.14...redis-3.0.47) (2022-07-29) ### Chore -- update home links ([#3291](https://github.com/truecharts/apps/issues/3291)) - - update docker general non-major ([#3313](https://github.com/truecharts/apps/issues/3313)) +- update docker general non-major ([#3339](https://github.com/truecharts/apps/issues/3339)) -## [postgresql-8.0.48](https://github.com/truecharts/apps/compare/postgresql-8.0.46...postgresql-8.0.48) (2022-07-25) +## [redis-3.0.46](https://github.com/truecharts/apps/compare/redisinsight-0.0.12...redis-3.0.46) (2022-07-25) ### Chore @@ -32,7 +41,7 @@ -## [postgresql-8.0.47](https://github.com/truecharts/apps/compare/postgresql-8.0.46...postgresql-8.0.47) (2022-07-25) +## [redis-3.0.45](https://github.com/truecharts/apps/compare/redisinsight-0.0.12...redis-3.0.45) (2022-07-25) ### Chore @@ -41,37 +50,7 @@ -## [postgresql-8.0.46](https://github.com/truecharts/apps/compare/postgresql-8.0.45...postgresql-8.0.46) (2022-07-23) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3279](https://github.com/truecharts/apps/issues/3279)) - - - - -## [postgresql-8.0.46](https://github.com/truecharts/apps/compare/postgresql-8.0.45...postgresql-8.0.46) (2022-07-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3279](https://github.com/truecharts/apps/issues/3279)) - - - - -## [postgresql-8.0.46](https://github.com/truecharts/apps/compare/postgresql-8.0.45...postgresql-8.0.46) (2022-07-23) - -### Chore - -- update docker general non-major ([#3279](https://github.com/truecharts/apps/issues/3279)) - - - - -## [postgresql-8.0.45](https://github.com/truecharts/apps/compare/postgresql-8.0.44...postgresql-8.0.45) (2022-07-23) +## [redis-3.0.44](https://github.com/truecharts/apps/compare/redis-3.0.43...redis-3.0.44) (2022-07-23) ### Chore @@ -80,24 +59,25 @@ +## [redis-3.0.43](https://github.com/truecharts/apps/compare/redisinsight-0.0.11...redis-3.0.43) (2022-07-23) -## [postgresql-8.0.43](https://github.com/truecharts/apps/compare/postgresql-8.0.42...postgresql-8.0.43) (2022-07-22) +### Chore + +- update docker general non-major ([#3276](https://github.com/truecharts/apps/issues/3276)) + + + + +## [redis-3.0.42](https://github.com/truecharts/apps/compare/redis-3.0.41...redis-3.0.42) (2022-07-22) ### Chore - Bump all charts to generate config and container references due to huge increase of repository + - update docker general non-major ([#3266](https://github.com/truecharts/apps/issues/3266)) -## [postgresql-8.0.42](https://github.com/truecharts/apps/compare/postgresql-8.0.41...postgresql-8.0.42) (2022-07-22) - -### Chore - -- update docker general non-major ([#3258](https://github.com/truecharts/apps/issues/3258)) - - - -## [postgresql-8.0.41](https://github.com/truecharts/apps/compare/postgresql-8.0.40...postgresql-8.0.41) (2022-07-21) +## [redis-3.0.41](https://github.com/truecharts/apps/compare/redis-3.0.40...redis-3.0.41) (2022-07-21) ### Chore @@ -112,8 +92,21 @@ +## [redis-3.0.41](https://github.com/truecharts/apps/compare/redis-3.0.40...redis-3.0.41) (2022-07-21) -## [postgresql-8.0.41](https://github.com/truecharts/apps/compare/postgresql-8.0.40...postgresql-8.0.41) (2022-07-21) +### Chore + +- Auto-update chart README [skip ci] +- Auto-update chart README [skip ci] +- update helm chart common to v10.4.6 + +### Feat + +- force the use of TCCR in CI ([#3226](https://github.com/truecharts/apps/issues/3226)) + + + +## [redis-3.0.41](https://github.com/truecharts/apps/compare/redis-3.0.40...redis-3.0.41) (2022-07-21) ### Chore @@ -126,7 +119,7 @@ -## [postgresql-8.0.41](https://github.com/truecharts/apps/compare/postgresql-8.0.40...postgresql-8.0.41) (2022-07-20) +## [redis-3.0.41](https://github.com/truecharts/apps/compare/redis-3.0.40...redis-3.0.41) (2022-07-20) ### Chore @@ -138,7 +131,7 @@ -## [postgresql-8.0.40](https://github.com/truecharts/apps/compare/postgresql-8.0.39...postgresql-8.0.40) (2022-07-20) +## [redis-3.0.40](https://github.com/truecharts/apps/compare/redis-3.0.39...redis-3.0.40) (2022-07-20) ### Chore @@ -146,7 +139,7 @@ -## [postgresql-8.0.39](https://github.com/truecharts/apps/compare/postgresql-8.0.38...postgresql-8.0.39) (2022-07-19) +## [redis-3.0.39](https://github.com/truecharts/apps/compare/redis-3.0.38...redis-3.0.39) (2022-07-19) ### Chore @@ -154,7 +147,7 @@ -## [postgresql-8.0.38](https://github.com/truecharts/apps/compare/postgresql-8.0.37...postgresql-8.0.38) (2022-07-17) +## [redis-3.0.38](https://github.com/truecharts/apps/compare/redis-3.0.37...redis-3.0.38) (2022-07-17) ### Chore @@ -162,7 +155,7 @@ -## [postgresql-8.0.37](https://github.com/truecharts/apps/compare/postgresql-8.0.36...postgresql-8.0.37) (2022-07-14) +## [redis-3.0.37](https://github.com/truecharts/apps/compare/redis-3.0.36...redis-3.0.37) (2022-07-14) ### Fix @@ -170,7 +163,7 @@ -## [postgresql-8.0.36](https://github.com/truecharts/apps/compare/postgresql-8.0.34...postgresql-8.0.36) (2022-07-14) +## [redis-3.0.36](https://github.com/truecharts/apps/compare/redis-3.0.34...redis-3.0.36) (2022-07-14) ### Fix @@ -178,7 +171,7 @@ -## [postgresql-8.0.34](https://github.com/truecharts/apps/compare/postgresql-8.0.33...postgresql-8.0.34) (2022-07-13) +## [mongodb-1.0.36](https://github.com/truecharts/apps/compare/mongodb-1.0.35...mongodb-1.0.36) (2022-07-13) ### Chore @@ -186,7 +179,7 @@ -## [postgresql-8.0.33](https://github.com/truecharts/apps/compare/postgresql-8.0.31...postgresql-8.0.33) (2022-07-12) +## [mongodb-1.0.35](https://github.com/truecharts/apps/compare/mongodb-1.0.33...mongodb-1.0.35) (2022-07-12) ### Chore @@ -195,7 +188,7 @@ -## [postgresql-8.0.31](https://github.com/truecharts/apps/compare/postgresql-8.0.30...postgresql-8.0.31) (2022-07-12) +## [mongodb-1.0.33](https://github.com/truecharts/apps/compare/mongodb-1.0.32...mongodb-1.0.33) (2022-07-12) ### Chore @@ -203,18 +196,18 @@ - -### [postgresql-8.0.30](https://github.com/truecharts/apps/compare/postgresql-8.0.29...postgresql-8.0.30) (2022-07-11) + +### [mongodb-1.0.32](https://github.com/truecharts/apps/compare/mongodb-1.0.31...mongodb-1.0.32) (2022-07-12) + +#### Chore + +* update helm chart common to v10.4.4 ([#3146](https://github.com/truecharts/apps/issues/3146)) - -### [postgresql-8.0.29](https://github.com/truecharts/apps/compare/postgresql-8.0.28...postgresql-8.0.29) (2022-07-11) - - - -### [postgresql-8.0.28](https://github.com/truecharts/apps/compare/postgresql-8.0.27...postgresql-8.0.28) (2022-07-11) + +### [mongodb-1.0.30](https://github.com/truecharts/apps/compare/mongodb-1.0.29...mongodb-1.0.30) (2022-07-11) #### Chore @@ -223,8 +216,8 @@ - -### [postgresql-8.0.27](https://github.com/truecharts/apps/compare/postgresql-8.0.26...postgresql-8.0.27) (2022-07-11) + +### [mongodb-1.0.29](https://github.com/truecharts/apps/compare/mongodb-1.0.28...mongodb-1.0.29) (2022-07-11) #### Chore @@ -232,8 +225,8 @@ - -### [postgresql-8.0.26](https://github.com/truecharts/apps/compare/postgresql-8.0.25...postgresql-8.0.26) (2022-07-10) + +### [mongodb-1.0.28](https://github.com/truecharts/apps/compare/mongodb-1.0.27...mongodb-1.0.28) (2022-07-10) #### Chore @@ -242,8 +235,8 @@ - -### [postgresql-8.0.25](https://github.com/truecharts/apps/compare/postgresql-8.0.24...postgresql-8.0.25) (2022-07-10) + +### [mongodb-1.0.27](https://github.com/truecharts/apps/compare/mongodb-1.0.26...mongodb-1.0.27) (2022-07-10) #### Chore @@ -251,8 +244,8 @@ - -### [postgresql-8.0.24](https://github.com/truecharts/apps/compare/postgresql-8.0.23...postgresql-8.0.24) (2022-07-09) + +### [mongodb-1.0.26](https://github.com/truecharts/apps/compare/mongodb-1.0.25...mongodb-1.0.26) (2022-07-09) #### Chore @@ -260,17 +253,17 @@ - -### [postgresql-8.0.23](https://github.com/truecharts/apps/compare/postgresql-8.0.22...postgresql-8.0.23) (2022-07-07) + +### [mongodb-1.0.25](https://github.com/truecharts/apps/compare/mongodb-1.0.24...mongodb-1.0.25) (2022-07-06) #### Chore -* update docker general non-major ([#3089](https://github.com/truecharts/apps/issues/3089)) +* update docker general non-major ([#3078](https://github.com/truecharts/apps/issues/3078)) - -### [postgresql-8.0.22](https://github.com/truecharts/apps/compare/postgresql-8.0.21...postgresql-8.0.22) (2022-07-05) + +### [mongodb-1.0.24](https://github.com/truecharts/apps/compare/mongodb-1.0.23...mongodb-1.0.24) (2022-07-05) #### Chore @@ -278,8 +271,8 @@ - -### [postgresql-8.0.21](https://github.com/truecharts/apps/compare/postgresql-8.0.20...postgresql-8.0.21) (2022-07-04) + +### [mongodb-1.0.23](https://github.com/truecharts/apps/compare/mongodb-1.0.22...mongodb-1.0.23) (2022-07-04) #### Chore @@ -287,8 +280,17 @@ - -### [postgresql-8.0.20](https://github.com/truecharts/apps/compare/postgresql-8.0.19...postgresql-8.0.20) (2022-07-02) + +### [mongodb-1.0.22](https://github.com/truecharts/apps/compare/mongodb-1.0.21...mongodb-1.0.22) (2022-07-04) + +#### Chore + +* update docker general non-major ([#3061](https://github.com/truecharts/apps/issues/3061)) + + + + +### [mongodb-1.0.21](https://github.com/truecharts/apps/compare/mongodb-1.0.20...mongodb-1.0.21) (2022-07-02) #### Chore @@ -296,18 +298,27 @@ - -### [postgresql-8.0.19](https://github.com/truecharts/apps/compare/postgresql-8.0.18...postgresql-8.0.19) (2022-06-29) + +### [mongodb-1.0.20](https://github.com/truecharts/apps/compare/mongodb-1.0.19...mongodb-1.0.20) (2022-07-01) #### Chore -* update docker general non-major ([#3002](https://github.com/truecharts/apps/issues/3002)) +* update docker general non-major ([#3015](https://github.com/truecharts/apps/issues/3015)) + + + + +### [mongodb-1.0.19](https://github.com/truecharts/apps/compare/mongodb-1.0.18...mongodb-1.0.19) (2022-06-27) + +#### Chore + +* update docker general non-major ([#2999](https://github.com/truecharts/apps/issues/2999)) * update docker general non-major ([#2960](https://github.com/truecharts/apps/issues/2960)) - -### [postgresql-8.0.18](https://github.com/truecharts/apps/compare/postgresql-8.0.17...postgresql-8.0.18) (2022-06-25) + +### [mongodb-1.0.18](https://github.com/truecharts/apps/compare/mongodb-1.0.17...mongodb-1.0.18) (2022-06-25) #### Chore @@ -315,8 +326,8 @@ - -### [postgresql-8.0.17](https://github.com/truecharts/apps/compare/postgresql-8.0.16...postgresql-8.0.17) (2022-06-24) + +### [mongodb-1.0.17](https://github.com/truecharts/apps/compare/mongodb-1.0.16...mongodb-1.0.17) (2022-06-24) #### Chore @@ -324,8 +335,8 @@ - -### [postgresql-8.0.16](https://github.com/truecharts/apps/compare/postgresql-8.0.15...postgresql-8.0.16) (2022-06-22) + +### [mongodb-1.0.16](https://github.com/truecharts/apps/compare/mongodb-1.0.15...mongodb-1.0.16) (2022-06-22) #### Chore @@ -333,8 +344,8 @@ - -### [postgresql-8.0.15](https://github.com/truecharts/apps/compare/postgresql-8.0.14...postgresql-8.0.15) (2022-06-21) + +### [mongodb-1.0.15](https://github.com/truecharts/apps/compare/mongodb-1.0.14...mongodb-1.0.15) (2022-06-21) #### Chore @@ -342,8 +353,8 @@ - -### [postgresql-8.0.14](https://github.com/truecharts/apps/compare/postgresql-8.0.13...postgresql-8.0.14) (2022-06-21) + +### [mongodb-1.0.14](https://github.com/truecharts/apps/compare/mongodb-1.0.13...mongodb-1.0.14) (2022-06-21) #### Chore @@ -351,8 +362,8 @@ - -### [postgresql-8.0.13](https://github.com/truecharts/apps/compare/postgresql-8.0.12...postgresql-8.0.13) (2022-06-20) + +### [mongodb-1.0.13](https://github.com/truecharts/apps/compare/mongodb-1.0.12...mongodb-1.0.13) (2022-06-20) #### Chore @@ -360,8 +371,8 @@ - -### [postgresql-8.0.12](https://github.com/truecharts/apps/compare/postgresql-8.0.11...postgresql-8.0.12) (2022-06-18) + +### [mongodb-1.0.12](https://github.com/truecharts/apps/compare/mongodb-1.0.11...mongodb-1.0.12) (2022-06-18) #### Chore @@ -369,17 +380,8 @@ - -### [postgresql-8.0.11](https://github.com/truecharts/apps/compare/postgresql-8.0.10...postgresql-8.0.11) (2022-06-18) - -#### Chore - -* update docker general non-major ([#2927](https://github.com/truecharts/apps/issues/2927)) - - - - -### [postgresql-8.0.10](https://github.com/truecharts/apps/compare/postgresql-8.0.9...postgresql-8.0.10) (2022-06-17) + +### [mongodb-1.0.11](https://github.com/truecharts/apps/compare/mongodb-1.0.10...mongodb-1.0.11) (2022-06-17) #### Chore @@ -387,31 +389,35 @@ - -### [postgresql-8.0.9](https://github.com/truecharts/apps/compare/postgresql-8.0.8...postgresql-8.0.9) (2022-06-17) + +### [mongodb-1.0.10](https://github.com/truecharts/apps/compare/mongodb-1.0.9...mongodb-1.0.10) (2022-06-17) #### Chore -* update docker general non-major ([#2917](https://github.com/truecharts/apps/issues/2917)) * update helm chart common to v10.0.12 - -### [postgresql-8.0.8](https://github.com/truecharts/apps/compare/postgresql-8.0.7...postgresql-8.0.8) (2022-06-15) + +### [mongodb-1.0.9](https://github.com/truecharts/apps/compare/mongodb-1.0.8...mongodb-1.0.9) (2022-06-16) + +#### Chore + +* update docker general non-major ([#2904](https://github.com/truecharts/apps/issues/2904)) + + + + +### [mongodb-1.0.8](https://github.com/truecharts/apps/compare/mongodb-1.0.7...mongodb-1.0.8) (2022-06-15) #### Chore * update helm chart common to v10.0.11 ([#2899](https://github.com/truecharts/apps/issues/2899)) -#### Fix - -* run as non root ([#2895](https://github.com/truecharts/apps/issues/2895)) - - -### [postgresql-8.0.7](https://github.com/truecharts/apps/compare/postgresql-8.0.6...postgresql-8.0.7) (2022-06-14) + +### [mongodb-1.0.7](https://github.com/truecharts/apps/compare/mongodb-1.0.6...mongodb-1.0.7) (2022-06-14) #### Chore @@ -419,17 +425,17 @@ - -### [postgresql-8.0.6](https://github.com/truecharts/apps/compare/postgresql-8.0.5...postgresql-8.0.6) (2022-06-14) + +### [mongodb-1.0.6](https://github.com/truecharts/apps/compare/mongodb-1.0.5...mongodb-1.0.6) (2022-06-13) #### Chore -* update docker general non-major ([#2872](https://github.com/truecharts/apps/issues/2872)) +* update docker general non-major ([#2860](https://github.com/truecharts/apps/issues/2860)) - -### [postgresql-8.0.5](https://github.com/truecharts/apps/compare/postgresql-8.0.4...postgresql-8.0.5) (2022-06-11) + +### [mongodb-1.0.5](https://github.com/truecharts/apps/compare/mongodb-1.0.4...mongodb-1.0.5) (2022-06-11) #### Chore @@ -437,18 +443,17 @@ - -### [postgresql-8.0.4](https://github.com/truecharts/apps/compare/postgresql-8.0.3...postgresql-8.0.4) (2022-06-11) + +### [mongodb-1.0.4](https://github.com/truecharts/apps/compare/mongodb-1.0.3...mongodb-1.0.4) (2022-06-11) #### Chore -* update icons ref ([#2851](https://github.com/truecharts/apps/issues/2851)) * update docker general non-major ([#2848](https://github.com/truecharts/apps/issues/2848)) - -### [postgresql-8.0.3](https://github.com/truecharts/apps/compare/postgresql-8.0.2...postgresql-8.0.3) (2022-06-09) + +### [mongodb-1.0.3](https://github.com/truecharts/apps/compare/mongodb-1.0.2...mongodb-1.0.3) (2022-06-09) #### Chore @@ -456,8 +461,8 @@ - -### [postgresql-8.0.2](https://github.com/truecharts/apps/compare/postgresql-8.0.1...postgresql-8.0.2) (2022-06-07) + +### [mongodb-1.0.2](https://github.com/truecharts/apps/compare/mongodb-1.0.1...mongodb-1.0.2) (2022-06-07) #### Fix @@ -465,8 +470,8 @@ - -### [postgresql-8.0.1](https://github.com/truecharts/apps/compare/postgresql-7.0.93...postgresql-8.0.1) (2022-06-07) + +### [mongodb-1.0.1](https://github.com/truecharts/apps/compare/mongodb-0.1.49...mongodb-1.0.1) (2022-06-07) #### Chore @@ -483,8 +488,8 @@ - -### [postgresql-8.0.0](https://github.com/truecharts/apps/compare/postgresql-7.0.93...postgresql-8.0.0) (2022-06-07) + +### [mongodb-1.0.0](https://github.com/truecharts/apps/compare/mongodb-0.1.49...mongodb-1.0.0) (2022-06-07) #### Chore @@ -496,8 +501,8 @@ - -### [postgresql-7.0.93](https://github.com/truecharts/apps/compare/postgresql-7.0.92...postgresql-7.0.93) (2022-06-05) + +### [mongodb-0.1.49](https://github.com/truecharts/apps/compare/mongodb-0.1.48...mongodb-0.1.49) (2022-06-05) #### Chore @@ -505,8 +510,8 @@ - -### [postgresql-7.0.92](https://github.com/truecharts/apps/compare/postgresql-7.0.91...postgresql-7.0.92) (2022-06-04) + +### [mongodb-0.1.48](https://github.com/truecharts/apps/compare/mongodb-0.1.47...mongodb-0.1.48) (2022-06-04) #### Chore @@ -514,8 +519,8 @@ - -### [postgresql-7.0.91](https://github.com/truecharts/apps/compare/postgresql-7.0.90...postgresql-7.0.91) (2022-06-04) + +### [mongodb-0.1.47](https://github.com/truecharts/apps/compare/mongodb-0.1.46...mongodb-0.1.47) (2022-06-04) #### Chore @@ -523,8 +528,8 @@ - -### [postgresql-7.0.90](https://github.com/truecharts/apps/compare/postgresql-7.0.89...postgresql-7.0.90) (2022-06-03) + +### [mongodb-0.1.46](https://github.com/truecharts/apps/compare/mongodb-0.1.45...mongodb-0.1.46) (2022-06-03) #### Chore @@ -532,8 +537,8 @@ - -### [postgresql-7.0.89](https://github.com/truecharts/apps/compare/postgresql-7.0.88...postgresql-7.0.89) (2022-06-03) + +### [mongodb-0.1.45](https://github.com/truecharts/apps/compare/mongodb-0.1.44...mongodb-0.1.45) (2022-06-03) #### Chore @@ -541,17 +546,18 @@ - -### [postgresql-7.0.88](https://github.com/truecharts/apps/compare/postgresql-7.0.87...postgresql-7.0.88) (2022-06-02) + +### [mongodb-0.1.44](https://github.com/truecharts/apps/compare/mongodb-0.1.43...mongodb-0.1.44) (2022-06-02) #### Chore +* update docker general non-major ([#2806](https://github.com/truecharts/apps/issues/2806)) * update helm chart common to v9.3.26 ([#2813](https://github.com/truecharts/apps/issues/2813)) - -### [postgresql-7.0.87](https://github.com/truecharts/apps/compare/postgresql-7.0.86...postgresql-7.0.87) (2022-06-01) + +### [mongodb-0.1.43](https://github.com/truecharts/apps/compare/mongodb-0.1.42...mongodb-0.1.43) (2022-06-01) #### Chore @@ -559,8 +565,8 @@ - -### [postgresql-7.0.86](https://github.com/truecharts/apps/compare/postgresql-7.0.85...postgresql-7.0.86) (2022-05-31) + +### [mongodb-0.1.42](https://github.com/truecharts/apps/compare/mongodb-0.1.41...mongodb-0.1.42) (2022-05-31) #### Chore @@ -568,8 +574,8 @@ - -### [postgresql-7.0.85](https://github.com/truecharts/apps/compare/postgresql-7.0.84...postgresql-7.0.85) (2022-05-31) + +### [mongodb-0.1.41](https://github.com/truecharts/apps/compare/mongodb-0.1.40...mongodb-0.1.41) (2022-05-31) #### Chore @@ -577,8 +583,8 @@ - -### [postgresql-7.0.84](https://github.com/truecharts/apps/compare/postgresql-7.0.83...postgresql-7.0.84) (2022-05-30) + +### [mongodb-0.1.40](https://github.com/truecharts/apps/compare/mongodb-0.1.39...mongodb-0.1.40) (2022-05-30) #### Chore @@ -587,8 +593,8 @@ - -### [postgresql-7.0.83](https://github.com/truecharts/apps/compare/postgresql-7.0.82...postgresql-7.0.83) (2022-05-29) + +### [mongodb-0.1.39](https://github.com/truecharts/apps/compare/mongodb-0.1.38...mongodb-0.1.39) (2022-05-29) #### Chore @@ -596,8 +602,8 @@ - -### [postgresql-7.0.82](https://github.com/truecharts/apps/compare/postgresql-7.0.81...postgresql-7.0.82) (2022-05-26) + +### [mongodb-0.1.38](https://github.com/truecharts/apps/compare/mongodb-0.1.37...mongodb-0.1.38) (2022-05-26) #### Chore @@ -605,8 +611,8 @@ - -### [postgresql-7.0.81](https://github.com/truecharts/apps/compare/postgresql-7.0.80...postgresql-7.0.81) (2022-05-26) + +### [mongodb-0.1.37](https://github.com/truecharts/apps/compare/mongodb-0.1.36...mongodb-0.1.37) (2022-05-26) #### Chore @@ -614,8 +620,8 @@ - -### [postgresql-7.0.80](https://github.com/truecharts/apps/compare/postgresql-7.0.79...postgresql-7.0.80) (2022-05-26) + +### [mongodb-0.1.36](https://github.com/truecharts/apps/compare/mongodb-0.1.35...mongodb-0.1.36) (2022-05-26) #### Chore @@ -623,8 +629,8 @@ - -### [postgresql-7.0.79](https://github.com/truecharts/apps/compare/postgresql-7.0.78...postgresql-7.0.79) (2022-05-25) + +### [mongodb-0.1.35](https://github.com/truecharts/apps/compare/mongodb-0.1.34...mongodb-0.1.35) (2022-05-25) #### Chore @@ -632,8 +638,8 @@ - -### [postgresql-7.0.78](https://github.com/truecharts/apps/compare/postgresql-7.0.77...postgresql-7.0.78) (2022-05-24) + +### [mongodb-0.1.34](https://github.com/truecharts/apps/compare/mongodb-0.1.33...mongodb-0.1.34) (2022-05-24) #### Chore @@ -641,8 +647,8 @@ - -### [postgresql-7.0.77](https://github.com/truecharts/apps/compare/postgresql-7.0.76...postgresql-7.0.77) (2022-05-20) + +### [mongodb-0.1.33](https://github.com/truecharts/apps/compare/mongodb-0.1.32...mongodb-0.1.33) (2022-05-20) #### Chore @@ -650,8 +656,8 @@ - -### [postgresql-7.0.76](https://github.com/truecharts/apps/compare/postgresql-7.0.75...postgresql-7.0.76) (2022-05-19) + +### [mongodb-0.1.32](https://github.com/truecharts/apps/compare/mongodb-0.1.31...mongodb-0.1.32) (2022-05-19) #### Chore @@ -659,8 +665,8 @@ - -### [postgresql-7.0.75](https://github.com/truecharts/apps/compare/postgresql-7.0.74...postgresql-7.0.75) (2022-05-19) + +### [mongodb-0.1.31](https://github.com/truecharts/apps/compare/mongodb-0.1.30...mongodb-0.1.31) (2022-05-19) #### Chore @@ -668,8 +674,8 @@ - -### [postgresql-7.0.74](https://github.com/truecharts/apps/compare/postgresql-7.0.73...postgresql-7.0.74) (2022-05-17) + +### [mongodb-0.1.30](https://github.com/truecharts/apps/compare/mongodb-0.1.29...mongodb-0.1.30) (2022-05-17) #### Chore @@ -678,8 +684,8 @@ - -### [postgresql-7.0.74](https://github.com/truecharts/apps/compare/postgresql-7.0.73...postgresql-7.0.74) (2022-05-17) + +### [mongodb-0.1.30](https://github.com/truecharts/apps/compare/mongodb-0.1.29...mongodb-0.1.30) (2022-05-17) #### Chore @@ -687,8 +693,8 @@ - -### [postgresql-7.0.73](https://github.com/truecharts/apps/compare/postgresql-7.0.72...postgresql-7.0.73) (2022-05-17) + +### [mongodb-0.1.29](https://github.com/truecharts/apps/compare/mongodb-0.1.28...mongodb-0.1.29) (2022-05-17) #### Chore @@ -697,8 +703,8 @@ - -### [postgresql-7.0.72](https://github.com/truecharts/apps/compare/postgresql-7.0.71...postgresql-7.0.72) (2022-05-16) + +### [mongodb-0.1.28](https://github.com/truecharts/apps/compare/mongodb-0.1.27...mongodb-0.1.28) (2022-05-16) #### Chore @@ -706,18 +712,17 @@ - -### [postgresql-7.0.71](https://github.com/truecharts/apps/compare/postgresql-7.0.70...postgresql-7.0.71) (2022-05-15) + +### [mongodb-0.1.27](https://github.com/truecharts/apps/compare/mongodb-0.1.26...mongodb-0.1.27) (2022-05-15) #### Chore * update helm chart common to v9.3.13 -* update docker general non-major ([#2686](https://github.com/truecharts/apps/issues/2686)) - -### [postgresql-7.0.70](https://github.com/truecharts/apps/compare/postgresql-7.0.68...postgresql-7.0.70) (2022-05-15) + +### [mongodb-0.1.26](https://github.com/truecharts/apps/compare/mongodb-0.1.24...mongodb-0.1.26) (2022-05-15) #### Chore @@ -726,8 +731,8 @@ - -### [postgresql-7.0.68](https://github.com/truecharts/apps/compare/postgresql-7.0.67...postgresql-7.0.68) (2022-05-14) + +### [mongodb-0.1.24](https://github.com/truecharts/apps/compare/mongodb-0.1.23...mongodb-0.1.24) (2022-05-14) #### Chore @@ -735,8 +740,8 @@ - -### [postgresql-7.0.67](https://github.com/truecharts/apps/compare/postgresql-7.0.65...postgresql-7.0.67) (2022-05-13) + +### [mongodb-0.1.23](https://github.com/truecharts/apps/compare/mongodb-0.1.21...mongodb-0.1.23) (2022-05-13) #### Chore @@ -745,8 +750,8 @@ - -### [postgresql-7.0.65](https://github.com/truecharts/apps/compare/postgresql-7.0.64...postgresql-7.0.65) (2022-05-12) + +### [mongodb-0.1.21](https://github.com/truecharts/apps/compare/mongodb-0.1.20...mongodb-0.1.21) (2022-05-12) #### Chore @@ -754,8 +759,8 @@ - -### [postgresql-7.0.64](https://github.com/truecharts/apps/compare/postgresql-7.0.63...postgresql-7.0.64) (2022-05-12) + +### [mongodb-0.1.20](https://github.com/truecharts/apps/compare/mongodb-0.1.19...mongodb-0.1.20) (2022-05-12) #### Chore @@ -763,18 +768,17 @@ - -### [postgresql-7.0.63](https://github.com/truecharts/apps/compare/postgresql-7.0.61...postgresql-7.0.63) (2022-05-11) + +### [mongodb-0.1.19](https://github.com/truecharts/apps/compare/mongodb-0.1.18...mongodb-0.1.19) (2022-05-11) #### Chore * update helm chart common to v9.3.7 ([#2656](https://github.com/truecharts/apps/issues/2656)) -* update docker general non-major ([#2653](https://github.com/truecharts/apps/issues/2653)) - -### [postgresql-7.0.61](https://github.com/truecharts/apps/compare/postgresql-7.0.60...postgresql-7.0.61) (2022-05-10) + +### [mongodb-0.1.18](https://github.com/truecharts/apps/compare/mongodb-0.1.17...mongodb-0.1.18) (2022-05-10) #### Chore @@ -782,8 +786,8 @@ - -### [postgresql-7.0.60](https://github.com/truecharts/apps/compare/postgresql-7.0.59...postgresql-7.0.60) (2022-05-10) + +### [mongodb-0.1.17](https://github.com/truecharts/apps/compare/mongodb-0.1.16...mongodb-0.1.17) (2022-05-10) #### Chore @@ -791,8 +795,8 @@ - -### [postgresql-7.0.59](https://github.com/truecharts/apps/compare/postgresql-7.0.58...postgresql-7.0.59) (2022-05-10) + +### [mongodb-0.1.16](https://github.com/truecharts/apps/compare/mongodb-0.1.15...mongodb-0.1.16) (2022-05-10) #### Chore @@ -800,8 +804,8 @@ - -### [postgresql-7.0.58](https://github.com/truecharts/apps/compare/postgresql-7.0.57...postgresql-7.0.58) (2022-05-09) + +### [mongodb-0.1.15](https://github.com/truecharts/apps/compare/mongodb-0.1.14...mongodb-0.1.15) (2022-05-09) #### Chore @@ -809,8 +813,8 @@ - -### [postgresql-7.0.57](https://github.com/truecharts/apps/compare/postgresql-7.0.56...postgresql-7.0.57) (2022-05-08) + +### [mongodb-0.1.14](https://github.com/truecharts/apps/compare/mongodb-0.1.13...mongodb-0.1.14) (2022-05-08) #### Chore @@ -818,26 +822,8 @@ - -### [postgresql-7.0.56](https://github.com/truecharts/apps/compare/postgresql-7.0.55...postgresql-7.0.56) (2022-05-06) - -#### Chore - -* update docker general non-major - - - - -### [postgresql-7.0.55](https://github.com/truecharts/apps/compare/postgresql-7.0.54...postgresql-7.0.55) (2022-05-06) - -#### Chore - -* update docker general non-major - - - - -### [postgresql-7.0.54](https://github.com/truecharts/apps/compare/postgresql-7.0.53...postgresql-7.0.54) (2022-05-05) + +### [mongodb-0.1.13](https://github.com/truecharts/apps/compare/mongodb-0.1.12...mongodb-0.1.13) (2022-05-05) #### Chore @@ -845,8 +831,8 @@ - -### [postgresql-7.0.53](https://github.com/truecharts/apps/compare/postgresql-7.0.52...postgresql-7.0.53) (2022-05-04) + +### [mongodb-0.1.12](https://github.com/truecharts/apps/compare/mongodb-0.1.11...mongodb-0.1.12) (2022-05-04) #### Chore @@ -854,17 +840,8 @@ - -### [postgresql-7.0.52](https://github.com/truecharts/apps/compare/postgresql-7.0.51...postgresql-7.0.52) (2022-04-29) - -#### Chore - -* update docker general non-major ([#2581](https://github.com/truecharts/apps/issues/2581)) - - - - -### [postgresql-7.0.51](https://github.com/truecharts/apps/compare/postgresql-7.0.50...postgresql-7.0.51) (2022-04-28) + +### [mongodb-0.1.11](https://github.com/truecharts/apps/compare/mongodb-0.1.10...mongodb-0.1.11) (2022-04-28) #### Chore @@ -872,8 +849,8 @@ - -### [postgresql-7.0.50](https://github.com/truecharts/apps/compare/postgresql-7.0.49...postgresql-7.0.50) (2022-04-26) + +### [mongodb-0.1.10](https://github.com/truecharts/apps/compare/mongodb-0.1.9...mongodb-0.1.10) (2022-04-26) #### Chore @@ -881,17 +858,98 @@ - -### [postgresql-7.0.49](https://github.com/truecharts/apps/compare/postgresql-7.0.48...postgresql-7.0.49) (2022-04-26) + +### [mongodb-0.1.9](https://github.com/truecharts/apps/compare/mongodb-0.1.8...mongodb-0.1.9) (2022-04-25) #### Chore -* update helm chart common to v9.3.2 +* bump common ([#2569](https://github.com/truecharts/apps/issues/2569)) - -### [postgresql-7.0.48](https://github.com/truecharts/apps/compare/postgresql-7.0.47...postgresql-7.0.48) (2022-04-20) + +### [mongodb-0.1.8](https://github.com/truecharts/apps/compare/mongodb-0.1.7...mongodb-0.1.8) (2022-04-25) + +#### Revert + +* revert replicaset ([#2567](https://github.com/truecharts/apps/issues/2567)) + + + + +### [mongodb-0.1.7](https://github.com/truecharts/apps/compare/mongodb-0.1.6...mongodb-0.1.7) (2022-04-25) + +#### Fix + +* fix ([#2563](https://github.com/truecharts/apps/issues/2563)) + + + + +### [mongodb-0.1.6](https://github.com/truecharts/apps/compare/mongodb-0.1.5...mongodb-0.1.6) (2022-04-25) + +#### Fix + +* set advertised hostname ([#2560](https://github.com/truecharts/apps/issues/2560)) + + + + +### [mongodb-0.1.5](https://github.com/truecharts/apps/compare/mongodb-0.1.4...mongodb-0.1.5) (2022-04-24) + +#### Fix + +* make advertisedhostname configurable ([#2559](https://github.com/truecharts/apps/issues/2559)) + + + + +### [mongodb-0.1.4](https://github.com/truecharts/apps/compare/mongodb-0.1.3...mongodb-0.1.4) (2022-04-24) + +#### Fix + +* dont set initial primary host ([#2557](https://github.com/truecharts/apps/issues/2557)) + + + + +### [mongodb-0.1.3](https://github.com/truecharts/apps/compare/mongodb-0.1.2...mongodb-0.1.3) (2022-04-24) + +#### Fix + +* set advertised hostname ([#2555](https://github.com/truecharts/apps/issues/2555)) + + + + +### [mongodb-0.1.2](https://github.com/truecharts/apps/compare/mongodb-0.1.1...mongodb-0.1.2) (2022-04-24) + +#### Chore + +* bump common ([#2551](https://github.com/truecharts/apps/issues/2551)) + + + + +### [mongodb-0.1.1](https://github.com/truecharts/apps/compare/mongodb-0.1.0...mongodb-0.1.1) (2022-04-24) + +#### Chore + +* bump common ([#2548](https://github.com/truecharts/apps/issues/2548)) + + + + +### [mongodb-0.1.0](https://github.com/truecharts/apps/compare/mongodb-0.0.31...mongodb-0.1.0) (2022-04-24) + +#### Feat + +* run in single replicaset (take3) ([#2505](https://github.com/truecharts/apps/issues/2505)) + + + + +### [mongodb-0.0.31](https://github.com/truecharts/apps/compare/mongodb-0.0.30...mongodb-0.0.31) (2022-04-20) #### Chore @@ -900,8 +958,8 @@ - -### [postgresql-7.0.47](https://github.com/truecharts/apps/compare/postgresql-7.0.46...postgresql-7.0.47) (2022-04-19) + +### [mongodb-0.0.30](https://github.com/truecharts/apps/compare/mongodb-0.0.29...mongodb-0.0.30) (2022-04-19) #### Chore @@ -909,8 +967,8 @@ - -### [postgresql-7.0.46](https://github.com/truecharts/apps/compare/postgresql-7.0.45...postgresql-7.0.46) (2022-04-18) + +### [mongodb-0.0.29](https://github.com/truecharts/apps/compare/mongodb-0.0.28...mongodb-0.0.29) (2022-04-18) #### Chore @@ -918,8 +976,8 @@ - -### [postgresql-7.0.45](https://github.com/truecharts/apps/compare/postgresql-7.0.44...postgresql-7.0.45) (2022-04-17) + +### [mongodb-0.0.28](https://github.com/truecharts/apps/compare/mongodb-0.0.27...mongodb-0.0.28) (2022-04-17) #### Chore @@ -927,8 +985,8 @@ - -### [postgresql-7.0.44](https://github.com/truecharts/apps/compare/postgresql-7.0.43...postgresql-7.0.44) (2022-04-16) + +### [mongodb-0.0.27](https://github.com/truecharts/apps/compare/mongodb-0.0.26...mongodb-0.0.27) (2022-04-16) #### Chore @@ -936,8 +994,8 @@ - -### [postgresql-7.0.43](https://github.com/truecharts/apps/compare/postgresql-7.0.42...postgresql-7.0.43) (2022-04-13) + +### [mongodb-0.0.26](https://github.com/truecharts/apps/compare/mongodb-0.0.25...mongodb-0.0.26) (2022-04-13) #### Chore @@ -945,8 +1003,8 @@ - -### [postgresql-7.0.42](https://github.com/truecharts/apps/compare/postgresql-7.0.41...postgresql-7.0.42) (2022-04-12) + +### [mongodb-0.0.25](https://github.com/truecharts/apps/compare/mongodb-0.0.24...mongodb-0.0.25) (2022-04-12) #### Chore @@ -954,8 +1012,8 @@ - -### [postgresql-7.0.41](https://github.com/truecharts/apps/compare/postgresql-7.0.40...postgresql-7.0.41) (2022-04-12) + +### [mongodb-0.0.24](https://github.com/truecharts/apps/compare/mongodb-0.0.23...mongodb-0.0.24) (2022-04-12) #### Chore @@ -963,8 +1021,8 @@ - -### [postgresql-7.0.40](https://github.com/truecharts/apps/compare/postgresql-7.0.39...postgresql-7.0.40) (2022-04-09) + +### [mongodb-0.0.23](https://github.com/truecharts/apps/compare/mongodb-0.0.22...mongodb-0.0.23) (2022-04-09) #### Chore @@ -972,8 +1030,8 @@ - -### [postgresql-7.0.39](https://github.com/truecharts/apps/compare/postgresql-7.0.38...postgresql-7.0.39) (2022-04-06) + +### [mongodb-0.0.22](https://github.com/truecharts/apps/compare/mongodb-0.0.21...mongodb-0.0.22) (2022-04-06) #### Chore @@ -981,8 +1039,8 @@ - -### [postgresql-7.0.38](https://github.com/truecharts/apps/compare/postgresql-7.0.37...postgresql-7.0.38) (2022-04-04) + +### [mongodb-0.0.21](https://github.com/truecharts/apps/compare/mongodb-0.0.20...mongodb-0.0.21) (2022-04-04) #### Chore @@ -991,8 +1049,8 @@ - -### [postgresql-7.0.37](https://github.com/truecharts/apps/compare/postgresql-7.0.36...postgresql-7.0.37) (2022-04-03) + +### [mongodb-0.0.20](https://github.com/truecharts/apps/compare/mongodb-0.0.19...mongodb-0.0.20) (2022-04-03) #### Chore @@ -1000,18 +1058,8 @@ - -### [postgresql-7.0.36](https://github.com/truecharts/apps/compare/postgresql-7.0.35...postgresql-7.0.36) (2022-04-03) - -#### Chore - -* Auto-update chart README [skip ci] -* Auto-update chart README [skip ci] - - - - -### [postgresql-7.0.36](https://github.com/truecharts/apps/compare/postgresql-7.0.35...postgresql-7.0.36) (2022-04-03) + +### [mongodb-0.0.19](https://github.com/truecharts/apps/compare/mongodb-0.0.18...mongodb-0.0.19) (2022-04-03) #### Chore @@ -1019,22 +1067,22 @@ - -### [postgresql-7.0.34](https://github.com/truecharts/apps/compare/postgresql-7.0.28...postgresql-7.0.34) (2022-04-01) + +### [mongodb-0.0.19](https://github.com/truecharts/apps/compare/mongodb-0.0.18...mongodb-0.0.19) (2022-04-03) - -### [postgresql-7.0.28](https://github.com/truecharts/apps/compare/postgresql-7.0.27...postgresql-7.0.28) (2022-04-01) + +### [mongodb-0.0.16](https://github.com/truecharts/apps/compare/mongodb-0.0.14...mongodb-0.0.16) (2022-04-01) -#### Chore +#### Fix -* update docker general non-major +* use bash for gen-docs shell - -### [postgresql-7.0.27](https://github.com/truecharts/apps/compare/postgresql-7.0.26...postgresql-7.0.27) (2022-03-31) + +### [mongodb-0.0.14](https://github.com/truecharts/apps/compare/mongodb-0.0.13...mongodb-0.0.14) (2022-03-31) #### Chore @@ -1042,8 +1090,8 @@ - -### [postgresql-7.0.26](https://github.com/truecharts/apps/compare/postgresql-7.0.25...postgresql-7.0.26) (2022-03-31) + +### [mongodb-0.0.13](https://github.com/truecharts/apps/compare/mongodb-0.0.12...mongodb-0.0.13) (2022-03-31) #### Chore @@ -1052,8 +1100,8 @@ - -### [postgresql-7.0.25](https://github.com/truecharts/apps/compare/postgresql-7.0.24...postgresql-7.0.25) (2022-03-30) + +### [mongodb-0.0.12](https://github.com/truecharts/apps/compare/mongodb-0.0.11...mongodb-0.0.12) (2022-03-30) #### Chore @@ -1062,13 +1110,13 @@ - -### [postgresql-7.0.24](https://github.com/truecharts/apps/compare/postgresql-7.0.23...postgresql-7.0.24) (2022-03-30) + +### [mongodb-0.0.11](https://github.com/truecharts/apps/compare/mongodb-0.0.10...mongodb-0.0.11) (2022-03-30) - -### [postgresql-7.0.22](https://github.com/truecharts/apps/compare/postgresql-7.0.21...postgresql-7.0.22) (2022-03-30) + +### [mongodb-0.0.10](https://github.com/truecharts/apps/compare/mongodb-0.0.9...mongodb-0.0.10) (2022-03-30) #### Chore @@ -1076,23 +1124,18 @@ - -### [postgresql-7.0.21](https://github.com/truecharts/apps/compare/postgresql-7.0.20...postgresql-7.0.21) (2022-03-29) + +### [mongodb-0.0.9](https://github.com/truecharts/apps/compare/mongodb-0.0.8...mongodb-0.0.9) (2022-03-29) - -### [postgresql-7.0.20](https://github.com/truecharts/apps/compare/postgresql-7.0.19...postgresql-7.0.20) (2022-03-29) + +### [mongodb-0.0.6](https://github.com/truecharts/apps/compare/mongodb-0.0.5...mongodb-0.0.6) (2022-03-29) - -### [postgresql-7.0.18](https://github.com/truecharts/apps/compare/postgresql-7.0.17...postgresql-7.0.18) (2022-03-29) - - - - -### [postgresql-7.0.17](https://github.com/truecharts/apps/compare/postgresql-7.0.16...postgresql-7.0.17) (2022-03-29) + +### [mongodb-0.0.5](https://github.com/truecharts/apps/compare/mongodb-0.0.4...mongodb-0.0.5) (2022-03-29) #### Fix @@ -1100,8 +1143,8 @@ - -### [postgresql-7.0.16](https://github.com/truecharts/apps/compare/postgresql-7.0.15...postgresql-7.0.16) (2022-03-29) + +### [mongodb-0.0.4](https://github.com/truecharts/apps/compare/mongodb-0.0.3...mongodb-0.0.4) (2022-03-29) #### Chore @@ -1109,17 +1152,17 @@ - -### [postgresql-7.0.15](https://github.com/truecharts/apps/compare/postgresql-7.0.14...postgresql-7.0.15) (2022-03-28) + +### [mongodb-0.0.3](https://github.com/truecharts/apps/compare/mongodb-0.0.2...mongodb-0.0.3) (2022-03-28) -#### Feat +#### Chore -* Add probes on standalone aswell ([#2318](https://github.com/truecharts/apps/issues/2318)) +* adjust init ([#2329](https://github.com/truecharts/apps/issues/2329)) - -### [postgresql-7.0.14](https://github.com/truecharts/apps/compare/postgresql-7.0.13...postgresql-7.0.14) (2022-03-28) + +### [mongodb-0.0.2](https://github.com/truecharts/apps/compare/mongodb-0.0.1...mongodb-0.0.2) (2022-03-28) #### Feat @@ -1127,1367 +1170,9 @@ - -### [postgresql-7.0.13](https://github.com/truecharts/apps/compare/postgresql-7.0.12...postgresql-7.0.13) (2022-03-28) - -#### Chore - -* update docker general non-major - - - - -### [postgresql-7.0.12](https://github.com/truecharts/apps/compare/postgresql-7.0.11...postgresql-7.0.12) (2022-03-26) - -#### Chore - -* bump all apps to trigger ci - - - - -### [postgresql-7.0.10](https://github.com/truecharts/apps/compare/postgresql-7.0.9...postgresql-7.0.10) (2022-03-26) - -#### Chore - -* update docker general non-major - - - - -### [postgresql-7.0.9](https://github.com/truecharts/apps/compare/postgresql-7.0.8...postgresql-7.0.9) (2022-03-24) - -#### Chore - -* update docker general non-major - - - - -### [postgresql-7.0.8](https://github.com/truecharts/apps/compare/postgresql-7.0.7...postgresql-7.0.8) (2022-03-24) - -#### Chore - -* update docker general non-major ([#2259](https://github.com/truecharts/apps/issues/2259)) -* update docker general non-major - - - - -### [postgresql-7.0.7](https://github.com/truecharts/apps/compare/postgresql-7.0.6...postgresql-7.0.7) (2022-03-22) - -#### Chore - -* update helm chart common to v9.1.8 -* update docker general non-major - - - - -### [postgresql-7.0.6](https://github.com/truecharts/apps/compare/postgresql-7.0.5...postgresql-7.0.6) (2022-03-17) - -#### Chore - -* update helm chart common to v9.1.6 ([#2202](https://github.com/truecharts/apps/issues/2202)) - - - - -### [postgresql-7.0.5](https://github.com/truecharts/apps/compare/postgresql-7.0.4...postgresql-7.0.5) (2022-03-17) - -#### Chore - -* update docker general non-major ([#2198](https://github.com/truecharts/apps/issues/2198)) -* update docker general non-major ([#2196](https://github.com/truecharts/apps/issues/2196)) - - - - -### [postgresql-7.0.4](https://github.com/truecharts/apps/compare/postgresql-7.0.3...postgresql-7.0.4) (2022-03-15) - -#### Chore - -* update helm chart common to v9.1.4 ([#2180](https://github.com/truecharts/apps/issues/2180)) - - - - -### [postgresql-7.0.3](https://github.com/truecharts/apps/compare/postgresql-7.0.2...postgresql-7.0.3) (2022-03-15) - -#### Chore - -* update docker general non-major ([#2175](https://github.com/truecharts/apps/issues/2175)) - - - - -### [postgresql-7.0.2](https://github.com/truecharts/apps/compare/postgresql-7.0.1...postgresql-7.0.2) (2022-03-07) - -#### Chore - -* update helm chart common to v9.1.2 ([#2109](https://github.com/truecharts/apps/issues/2109)) -* update docker general non-major ([#2108](https://github.com/truecharts/apps/issues/2108)) - - - - -### [postgresql-7.0.1](https://github.com/truecharts/apps/compare/postgresql-7.0.0...postgresql-7.0.1) (2022-03-07) - -#### Chore - -* update docker general non-major ([#2046](https://github.com/truecharts/apps/issues/2046)) - - - - -### [postgresql-7.0.0](https://github.com/truecharts/apps/compare/postgresql-6.0.71...postgresql-7.0.0) (2022-03-03) - -#### Chore - -* remove fixed env from questions.yaml -* remove empty env var declaration from questions.yaml -* update helm chart common to v9 ([#2013](https://github.com/truecharts/apps/issues/2013)) - -#### Fix - -* BREAKING CHANGE Move some env-vars outside of env section ([#2010](https://github.com/truecharts/apps/issues/2010)) - - - - -### [postgresql-6.0.71](https://github.com/truecharts/apps/compare/postgresql-6.0.70...postgresql-6.0.71) (2022-03-03) - -#### Chore - -* update helm chart common to v8.17.3 ([#2009](https://github.com/truecharts/apps/issues/2009)) - - - - -### [postgresql-6.0.70](https://github.com/truecharts/apps/compare/postgresql-6.0.69...postgresql-6.0.70) (2022-02-28) - -#### Chore - -* update helm chart common to v8.17.2 ([#1986](https://github.com/truecharts/apps/issues/1986)) - - - - -### [postgresql-6.0.69](https://github.com/truecharts/apps/compare/postgresql-6.0.68...postgresql-6.0.69) (2022-02-21) - -#### Chore - -* update helm chart common to v8.16.0 ([#1926](https://github.com/truecharts/apps/issues/1926)) - - - - -### [postgresql-6.0.68](https://github.com/truecharts/apps/compare/postgresql-6.0.67...postgresql-6.0.68) (2022-02-14) - -#### Chore - -* update helm chart common to v8.15.4 ([#1900](https://github.com/truecharts/apps/issues/1900)) - - - - -### [postgresql-6.0.67](https://github.com/truecharts/apps/compare/postgresql-6.0.66...postgresql-6.0.67) (2022-02-10) - -#### Chore - -* update docker general non-major ([#1876](https://github.com/truecharts/apps/issues/1876)) - - - - -### [postgresql-6.0.66](https://github.com/truecharts/apps/compare/postgresql-6.0.65...postgresql-6.0.66) (2022-02-08) - -#### Chore - -* update helm chart common to v8.15.2 ([#1868](https://github.com/truecharts/apps/issues/1868)) - - - - -### [postgresql-6.0.65](https://github.com/truecharts/apps/compare/postgresql-6.0.64...postgresql-6.0.65) (2022-02-08) - -#### Chore - -* update docker general non-major ([#1869](https://github.com/truecharts/apps/issues/1869)) - - - - -### [postgresql-6.0.64](https://github.com/truecharts/apps/compare/postgresql-6.0.63...postgresql-6.0.64) (2022-02-07) - -#### Chore - -* update docker general non-major ([#1863](https://github.com/truecharts/apps/issues/1863)) - - - - -### [postgresql-6.0.63](https://github.com/truecharts/apps/compare/postgresql-6.0.62...postgresql-6.0.63) (2022-02-06) - -#### Chore - -* update helm chart common to v8.15.0 ([#1858](https://github.com/truecharts/apps/issues/1858)) -* update docker general non-major ([#1855](https://github.com/truecharts/apps/issues/1855)) - - - - -### [postgresql-6.0.62](https://github.com/truecharts/apps/compare/postgresql-6.0.61...postgresql-6.0.62) (2022-02-05) - -#### Chore - -* update helm chart common to v8.14.5 ([#1851](https://github.com/truecharts/apps/issues/1851)) -* update docker general non-major ([#1849](https://github.com/truecharts/apps/issues/1849)) - - - - -### [postgresql-6.0.61](https://github.com/truecharts/apps/compare/postgresql-6.0.60...postgresql-6.0.61) (2022-02-03) - -#### Chore - -* update docker general non-major ([#1836](https://github.com/truecharts/apps/issues/1836)) - - - - -### [postgresql-6.0.60](https://github.com/truecharts/apps/compare/postgresql-6.0.59...postgresql-6.0.60) (2022-02-01) - -#### Chore - -* update helm chart common to v8.14.4 - - - - -### [postgresql-6.0.59](https://github.com/truecharts/apps/compare/postgresql-6.0.58...postgresql-6.0.59) (2022-01-31) - -#### Chore - -* update docker general non-major docker tags ([#1823](https://github.com/truecharts/apps/issues/1823)) - - - - -### [postgresql-6.0.58](https://github.com/truecharts/apps/compare/postgresql-6.0.57...postgresql-6.0.58) (2022-01-25) - -#### Chore - -* update helm chart common to v8.14.2 - - - - -### [postgresql-6.0.57](https://github.com/truecharts/apps/compare/postgresql-6.0.56...postgresql-6.0.57) (2022-01-24) - -#### Chore - -* update docker general non-major ([#1786](https://github.com/truecharts/apps/issues/1786)) - - - - -### [postgresql-6.0.56](https://github.com/truecharts/apps/compare/postgresql-6.0.55...postgresql-6.0.56) (2022-01-22) - -#### Chore - -* update helm chart common to v8.13.5 ([#1765](https://github.com/truecharts/apps/issues/1765)) - - - - -### [postgresql-6.0.55](https://github.com/truecharts/apps/compare/postgresql-6.0.54...postgresql-6.0.55) (2022-01-22) - -#### Chore - -* update docker general non-major ([#1764](https://github.com/truecharts/apps/issues/1764)) - - - - -### [postgresql-6.0.54](https://github.com/truecharts/apps/compare/postgresql-6.0.53...postgresql-6.0.54) (2022-01-21) - -#### Chore - -* update helm chart common to v8.13.4 ([#1758](https://github.com/truecharts/apps/issues/1758)) - - - - -### [postgresql-6.0.53](https://github.com/truecharts/apps/compare/postgresql-6.0.52...postgresql-6.0.53) (2022-01-21) - -#### Chore - -* update docker general non-major ([#1751](https://github.com/truecharts/apps/issues/1751)) - -#### Fix - -* set additional_attrs: true on all dicts ([#1750](https://github.com/truecharts/apps/issues/1750)) - - - - -### [postgresql-6.0.52](https://github.com/truecharts/apps/compare/postgresql-6.0.51...postgresql-6.0.52) (2022-01-19) - -#### Chore - -* update docker general non-major ([#1741](https://github.com/truecharts/apps/issues/1741)) - - - - -### [postgresql-6.0.51](https://github.com/truecharts/apps/compare/postgresql-6.0.50...postgresql-6.0.51) (2022-01-18) - -#### Chore - -* update helm chart common to v8.13.1 -* update docker general non-major ([#1729](https://github.com/truecharts/apps/issues/1729)) - - - - -### [postgresql-6.0.50](https://github.com/truecharts/apps/compare/postgresql-6.0.49...postgresql-6.0.50) (2022-01-17) - -#### Chore - -* update docker general non-major ([#1728](https://github.com/truecharts/apps/issues/1728)) -* clean logs ([#1720](https://github.com/truecharts/apps/issues/1720)) - - - - -### [postgresql-6.0.49](https://github.com/truecharts/apps/compare/postgresql-6.0.48...postgresql-6.0.49) (2022-01-13) - -#### Chore - -* update helm chart common to v8.13.0 ([#1711](https://github.com/truecharts/apps/issues/1711)) + +### mongodb-0.0.1 (2022-03-28) #### Feat -* expose capabilities in GUI ([#1709](https://github.com/truecharts/apps/issues/1709)) - - - - -### [postgresql-6.0.48](https://github.com/truecharts/apps/compare/postgresql-6.0.47...postgresql-6.0.48) (2022-01-12) - -#### Chore - -* update helm chart common to v8.12.1 ([#1705](https://github.com/truecharts/apps/issues/1705)) - - - - -### [postgresql-6.0.47](https://github.com/truecharts/apps/compare/postgresql-6.0.46...postgresql-6.0.47) (2022-01-12) - -#### Chore - -* update helm chart common to v8.12.0 ([#1702](https://github.com/truecharts/apps/issues/1702)) - - - - -### [postgresql-6.0.46](https://github.com/truecharts/apps/compare/postgresql-6.0.45...postgresql-6.0.46) (2022-01-11) - -#### Chore - -* update helm chart common to v8.10.6 - - - - -### [postgresql-6.0.45](https://github.com/truecharts/apps/compare/postgresql-6.0.44...postgresql-6.0.45) (2022-01-10) - -#### Chore - -* update docker general non-major ([#1685](https://github.com/truecharts/apps/issues/1685)) - - - - -### [postgresql-6.0.44](https://github.com/truecharts/apps/compare/postgresql-6.0.43...postgresql-6.0.44) (2022-01-10) - -#### Chore - -* update docker general non-major ([#1677](https://github.com/truecharts/apps/issues/1677)) - - - - -### [postgresql-6.0.43](https://github.com/truecharts/apps/compare/postgresql-6.0.42...postgresql-6.0.43) (2022-01-04) - -#### Chore - -* update helm chart common to v8.10.2 ([#1650](https://github.com/truecharts/apps/issues/1650)) - - - - -### [postgresql-6.0.42](https://github.com/truecharts/apps/compare/postgresql-6.0.41...postgresql-6.0.42) (2022-01-04) - -#### Chore - -* update docker general non-major ([#1648](https://github.com/truecharts/apps/issues/1648)) - - - - -### [postgresql-6.0.41](https://github.com/truecharts/apps/compare/postgresql-6.0.40...postgresql-6.0.41) (2022-01-03) - -#### Chore - -* update docker general non-major ([#1646](https://github.com/truecharts/apps/issues/1646)) - - - - -### [postgresql-6.0.40](https://github.com/truecharts/apps/compare/postgresql-6.0.39...postgresql-6.0.40) (2021-12-28) - -#### Chore - -* update helm chart common to v8.9.26 ([#1622](https://github.com/truecharts/apps/issues/1622)) - - - - -### [postgresql-6.0.39](https://github.com/truecharts/apps/compare/postgresql-6.0.38...postgresql-6.0.39) (2021-12-27) - -#### Chore - -* update docker general non-major ([#1615](https://github.com/truecharts/apps/issues/1615)) - - - - -### [postgresql-6.0.38](https://github.com/truecharts/apps/compare/postgresql-6.0.37...postgresql-6.0.38) (2021-12-24) - -#### Chore - -* update docker general non-major ([#1607](https://github.com/truecharts/apps/issues/1607)) -* update docker general non-major ([#1595](https://github.com/truecharts/apps/issues/1595)) - - - - -### [postgresql-6.0.37](https://github.com/truecharts/apps/compare/postgresql-6.0.36...postgresql-6.0.37) (2021-12-21) - -#### Chore - -* update helm chart common to v8.9.25 ([#1592](https://github.com/truecharts/apps/issues/1592)) - - - - -### [postgresql-6.0.36](https://github.com/truecharts/apps/compare/postgresql-6.0.35...postgresql-6.0.36) (2021-12-20) - -#### Chore - -* update docker general non-major ([#1585](https://github.com/truecharts/apps/issues/1585)) - - - - -### [postgresql-6.0.35](https://github.com/truecharts/apps/compare/postgresql-6.0.34...postgresql-6.0.35) (2021-12-19) - -#### Chore - -* Last patch bump before RC2 branch-off -* remove `editable: true` as this is the default ([#1576](https://github.com/truecharts/apps/issues/1576)) - - - - -### [postgresql-6.0.34](https://github.com/truecharts/apps/compare/postgresql-6.0.33...postgresql-6.0.34) (2021-12-19) - -#### Chore - -* update helm chart common to v8.9.24 ([#1570](https://github.com/truecharts/apps/issues/1570)) - - - - -### [postgresql-6.0.33](https://github.com/truecharts/apps/compare/postgresql-6.0.32...postgresql-6.0.33) (2021-12-19) - -#### Chore - -* update docker general non-major ([#1567](https://github.com/truecharts/apps/issues/1567)) - - - - -### [postgresql-6.0.32](https://github.com/truecharts/apps/compare/postgresql-6.0.31...postgresql-6.0.32) (2021-12-18) - -#### Chore - -* cleanup questions by removing hidden dicts ([#1558](https://github.com/truecharts/apps/issues/1558)) -* update docker general non-major - - - - -### [postgresql-6.0.31](https://github.com/truecharts/apps/compare/postgresql-6.0.30...postgresql-6.0.31) (2021-12-14) - -#### Chore - -* update helm chart common to v8.9.21 - - - - -### [postgresql-6.0.30](https://github.com/truecharts/apps/compare/postgresql-6.0.29...postgresql-6.0.30) (2021-12-13) - -#### Chore - -* update docker general non-major ([#1531](https://github.com/truecharts/apps/issues/1531)) - - - - -### [postgresql-6.0.29](https://github.com/truecharts/apps/compare/postgresql-6.0.28...postgresql-6.0.29) (2021-12-13) - -#### Chore - -* move incubator apps to stable and bump everything - - - - -### [postgresql-6.0.28](https://github.com/truecharts/apps/compare/postgresql-6.0.27...postgresql-6.0.28) (2021-12-12) - -#### Chore - -* update container image ghcr.io/truecharts/postgresql to v14.1.0 ([#1515](https://github.com/truecharts/apps/issues/1515)) - - - - -### [postgresql-6.0.27](https://github.com/truecharts/apps/compare/postgresql-6.0.26...postgresql-6.0.27) (2021-12-11) - -#### Chore - -* update helm chart common to v8.9.17 ([#1492](https://github.com/truecharts/apps/issues/1492)) - - - - -### [postgresql-6.0.26](https://github.com/truecharts/apps/compare/postgresql-6.0.25...postgresql-6.0.26) (2021-12-11) - -#### Chore - -* update non-major docker ([#1507](https://github.com/truecharts/apps/issues/1507)) - - - - -### [postgresql-6.0.25](https://github.com/truecharts/apps/compare/postgresql-6.0.24...postgresql-6.0.25) (2021-12-08) - -#### Chore - -* update non-major ([#1488](https://github.com/truecharts/apps/issues/1488)) - - - - -### [postgresql-6.0.24](https://github.com/truecharts/apps/compare/postgresql-6.0.23...postgresql-6.0.24) (2021-12-07) - -#### Chore - -* bump common on deps ([#1486](https://github.com/truecharts/apps/issues/1486)) - - - - -### [postgresql-6.0.23](https://github.com/truecharts/apps/compare/postgresql-6.0.22...postgresql-6.0.23) (2021-12-07) - -#### Chore - -* update non-major ([#1475](https://github.com/truecharts/apps/issues/1475)) - - - - -### postgresql-6.0.22 (2021-12-05) - -#### Chore - -* bump apps to generate security page -* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448)) -* ensure container references are prefixed with v -* cleanup the ci for the security page a bit -* update dependencies -* bump common on dependency train ([#1452](https://github.com/truecharts/apps/issues/1452)) -* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449)) -* update non-major ([#1466](https://github.com/truecharts/apps/issues/1466)) -* update common on deps ([#1467](https://github.com/truecharts/apps/issues/1467)) -* update non-major ([#1443](https://github.com/truecharts/apps/issues/1443)) -* update common -* update non-major ([#1427](https://github.com/truecharts/apps/issues/1427)) -* update non-major ([#1423](https://github.com/truecharts/apps/issues/1423)) - -#### Fix - -* move deps back to ghcr for now. -* correct mountpath mistakes - - - - -### [postgresql-6.0.21](https://github.com/truecharts/apps/compare/postgresql-6.0.20...postgresql-6.0.21) (2021-12-05) - -#### Chore - -* update common on deps ([#1467](https://github.com/truecharts/apps/issues/1467)) - - - - -### [postgresql-6.0.20](https://github.com/truecharts/apps/compare/postgresql-6.0.19...postgresql-6.0.20) (2021-12-05) - -#### Chore - -* update non-major ([#1466](https://github.com/truecharts/apps/issues/1466)) - -#### Fix - -* move deps back to ghcr for now. -* correct mountpath mistakes - - - - -### [postgresql-6.0.19](https://github.com/truecharts/apps/compare/postgresql-6.0.18...postgresql-6.0.19) (2021-12-04) - -#### Chore - -* bump apps to generate security page -* cleanup the ci for the security page a bit - - - - -### [postgresql-6.0.18](https://github.com/truecharts/apps/compare/postgresql-6.0.17...postgresql-6.0.18) (2021-12-03) - -#### Chore - -* bump common on dependency train ([#1452](https://github.com/truecharts/apps/issues/1452)) - - - - -### [postgresql-6.0.17](https://github.com/truecharts/apps/compare/postgresql-6.0.16...postgresql-6.0.17) (2021-12-03) - -#### Chore - -* ensure container references are prefixed with v -* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448)) -* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449)) - - - - -### [postgresql-6.0.16](https://github.com/truecharts/apps/compare/postgresql-6.0.15...postgresql-6.0.16) (2021-12-01) - -#### Chore - -* update non-major ([#1443](https://github.com/truecharts/apps/issues/1443)) - - - - -### [postgresql-6.0.15](https://github.com/truecharts/apps/compare/postgresql-6.0.14...postgresql-6.0.15) (2021-11-30) - -#### Chore - -* update common - - - - -### [postgresql-6.0.14](https://github.com/truecharts/apps/compare/postgresql-6.0.13...postgresql-6.0.14) (2021-11-30) - -#### Chore - -* update non-major ([#1427](https://github.com/truecharts/apps/issues/1427)) - - - - -### [postgresql-6.0.12](https://github.com/truecharts/apps/compare/postgresql-6.0.11...postgresql-6.0.12) (2021-11-29) - -#### Chore - -* update common - - - - -### [postgresql-6.0.11](https://github.com/truecharts/apps/compare/postgresql-6.0.10...postgresql-6.0.11) (2021-11-28) - -#### Chore - -* update common on dependencies - - - - -### [postgresql-6.0.10](https://github.com/truecharts/apps/compare/postgresql-6.0.9...postgresql-6.0.10) (2021-11-23) - -#### Chore - -* bump deps again to sync with common - - - - -### [postgresql-6.0.9](https://github.com/truecharts/apps/compare/postgresql-6.0.7...postgresql-6.0.9) (2021-11-23) - -#### Chore - -* bump common on deps -* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) - - - - -### [postgresql-6.0.7](https://github.com/truecharts/apps/compare/postgresql-6.0.6...postgresql-6.0.7) (2021-11-22) - -#### Fix - -* correct prometheus GUI mistakes - - - - -### [postgresql-6.0.6](https://github.com/truecharts/apps/compare/postgresql-6.0.5...postgresql-6.0.6) (2021-11-22) - -#### Chore - -* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) - - - - -### [postgresql-6.0.4](https://github.com/truecharts/apps/compare/postgresql-6.0.3...postgresql-6.0.4) (2021-11-18) - -#### Chore - -* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350)) - - - - -### [postgresql-6.0.3](https://github.com/truecharts/apps/compare/postgresql-6.0.2...postgresql-6.0.3) (2021-11-16) - -#### Chore - -* bump common - - - - -### [postgresql-6.0.2](https://github.com/truecharts/apps/compare/postgresql-6.0.1...postgresql-6.0.2) (2021-11-16) - -#### Chore - -* update non-major ([#1342](https://github.com/truecharts/apps/issues/1342)) - - - - -### [postgresql-6.0.1](https://github.com/truecharts/apps/compare/postgresql-6.0.0...postgresql-6.0.1) (2021-11-16) - -#### Fix - -* correct mistake in VCT - - - - -### [postgresql-6.0.0](https://github.com/truecharts/apps/compare/postgresql-5.2.2...postgresql-6.0.0) (2021-11-16) - -#### Fix - -* remove migration scripting and assume postgresql is a breaking change - - - - -### [postgresql-5.2.2](https://github.com/truecharts/apps/compare/postgresql-5.2.1...postgresql-5.2.2) (2021-11-15) - -#### Chore - -* bump common on dependency apps - - - - -### [postgresql-5.2.1](https://github.com/truecharts/apps/compare/postgresql-5.2.0...postgresql-5.2.1) (2021-11-15) - -#### Chore - -* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336)) - - - - -### [postgresql-5.2.0](https://github.com/truecharts/apps/compare/postgresql-5.1.18...postgresql-5.2.0) (2021-11-15) - -#### Feat - -* move postgresql to use statefullset and cleanup ([#1335](https://github.com/truecharts/apps/issues/1335)) - - - - -### [postgresql-5.1.18](https://github.com/truecharts/apps/compare/postgresql-5.1.17...postgresql-5.1.18) (2021-11-15) - -#### Chore - -* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329)) -* bump common and move mariadb - - - - -### [postgresql-5.1.17](https://github.com/truecharts/apps/compare/postgresql-5.1.16...postgresql-5.1.17) (2021-11-14) - -#### Chore - -* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316)) -* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326)) -* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322)) -* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327)) - -#### Fix - -* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321)) - - - - -### [postgresql-5.1.16](https://github.com/truecharts/apps/compare/postgresql-5.1.15...postgresql-5.1.16) (2021-11-12) - -#### Chore - -* update non-major ([#1302](https://github.com/truecharts/apps/issues/1302)) - -#### Feat - -* move deps to incubator ([#1311](https://github.com/truecharts/apps/issues/1311)) - -#### Fix - -* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306)) - - - - -### [postgresql-5.1.15](https://github.com/truecharts/apps/compare/postgresql-5.1.14...postgresql-5.1.15) (2021-11-09) - -#### Chore - -* update non-major ([#1296](https://github.com/truecharts/apps/issues/1296)) - -#### Fix - -* correct mistake in service definition - - - - -### [postgresql-5.1.14](https://github.com/truecharts/apps/compare/postgresql-5.1.13...postgresql-5.1.14) (2021-11-08) - -#### Feat - -* also set and remember postgresql root password - - - - -### [postgresql-5.1.13](https://github.com/truecharts/apps/compare/postgresql-5.1.12...postgresql-5.1.13) (2021-11-08) - -#### Chore - -* rename train name - - - - -### [postgresql-5.1.12](https://github.com/truecharts/apps/compare/postgresql-5.1.11...postgresql-5.1.12) (2021-11-08) - -#### Chore - -* Move postgresql to a seperate dependency train - - - - -### [postgresql-5.1.11](https://github.com/truecharts/apps/compare/postgresql-5.1.10...postgresql-5.1.11) (2021-11-07) - -#### Chore - -* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) - - - - -### [postgresql-5.1.10](https://github.com/truecharts/apps/compare/postgresql-5.1.9...postgresql-5.1.10) (2021-11-07) - -#### Chore - -* update non-major ([#1270](https://github.com/truecharts/apps/issues/1270)) - - - - -### [postgresql-5.1.9](https://github.com/truecharts/apps/compare/postgresql-5.1.8...postgresql-5.1.9) (2021-11-07) - -#### Chore - -* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) - -#### Chore - -* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) - -#### Feat - -* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) - - - - -### [postgresql-5.1.8](https://github.com/truecharts/apps/compare/postgresql-5.1.7...postgresql-5.1.8) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [postgresql-5.1.7](https://github.com/truecharts/apps/compare/postgresql-5.1.6...postgresql-5.1.7) (2021-11-02) - -#### Chore - -* update non-major ([#1265](https://github.com/truecharts/apps/issues/1265)) - - - - -### [postgresql-5.1.6](https://github.com/truecharts/apps/compare/postgresql-5.1.5...postgresql-5.1.6) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [postgresql-5.1.5](https://github.com/truecharts/apps/compare/postgresql-5.1.4...postgresql-5.1.5) (2021-11-01) - -#### Chore - -* update non-major ([#1263](https://github.com/truecharts/apps/issues/1263)) - - - - -### [postgresql-5.1.4](https://github.com/truecharts/apps/compare/postgresql-5.1.3...postgresql-5.1.4) (2021-10-26) - -#### Fix - -* correct group permissions on SCALE deployments of postgresql - - - - -### [postgresql-5.1.3](https://github.com/truecharts/apps/compare/postgresql-5.1.2...postgresql-5.1.3) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - - - - -### [postgresql-5.1.2](https://github.com/truecharts/apps/compare/postgresql-5.1.1...postgresql-5.1.2) (2021-10-26) - -#### Chore - -* update bitnami/postgresql:14.0.0 docker digest to 6737f46 ([#1243](https://github.com/truecharts/apps/issues/1243)) - - - - -### [postgresql-5.1.1](https://github.com/truecharts/apps/compare/postgresql-5.1.0...postgresql-5.1.1) (2021-10-26) - -#### Chore - -* update helm chart common to v8.3.15 ([#1240](https://github.com/truecharts/apps/issues/1240)) -* update major docker tags (major) ([#1235](https://github.com/truecharts/apps/issues/1235)) -* update non-major ([#1232](https://github.com/truecharts/apps/issues/1232)) - - - - -### [postgresql-5.1.0](https://github.com/truecharts/apps/compare/postgresql-4.1.0...postgresql-5.1.0) (2021-10-26) - - - - -### [postgresql-4.1.0](https://github.com/truecharts/apps/compare/postgresql-5.0.0...postgresql-4.1.0) (2021-10-26) - -#### Fix - -* fix migration scripting for new major - - - - -### [postgresql-5.0.0](https://github.com/truecharts/apps/compare/postgresql-4.0.3...postgresql-5.0.0) (2021-10-25) - -#### Chore - -* Adapt for TrueNAS SCALE RC1 - - - - -### [postgresql-4.0.3](https://github.com/truecharts/apps/compare/postgresql-4.0.1...postgresql-4.0.3) (2021-10-20) - -#### Chore - -* bump apps, remove duplicates and move incubator to stable for RC1 - -#### Fix - -* reenable postgresql migration scripting and bump all to force update - - - - -### [postgresql-4.0.1](https://github.com/truecharts/apps/compare/postgresql-4.0.0...postgresql-4.0.1) (2021-10-20) - -#### Chore - -* bump common on postgresql - -#### Fix - -* use correct PVC storageClass when using postgresql as a dependency on SCALE ([#1212](https://github.com/truecharts/apps/issues/1212)) - - - - -### [postgresql-4.0.0](https://github.com/truecharts/apps/compare/postgresql-3.0.21...postgresql-4.0.0) (2021-10-20) - -#### Chore - -* bump versions to rerelease and fix icons -* update non-major ([#1185](https://github.com/truecharts/apps/issues/1185)) - -#### Security - -* Improve Snyk hardening advisory ([#1208](https://github.com/truecharts/apps/issues/1208)) - - - - -### [postgresql-3.0.21](https://github.com/truecharts/apps/compare/postgresql-3.0.20...postgresql-3.0.21) (2021-10-19) - -#### Change - -* Project-Eclipse 3, Automatically generate item.yaml ([#1178](https://github.com/truecharts/apps/issues/1178)) - -#### Chore - -* Project-Eclipse 5, move app-readme to automatic generation script ([#1181](https://github.com/truecharts/apps/issues/1181)) -* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173)) -* update helm chart common to v8.3.13 ([#1184](https://github.com/truecharts/apps/issues/1184)) -* update non-major ([#1174](https://github.com/truecharts/apps/issues/1174)) - -#### Feat - -* Project-Eclipse 4, Add App grading annotations to Chart.yaml ([#1180](https://github.com/truecharts/apps/issues/1180)) - -#### Refactor - -* Project Eclipse Part 6, move questions.yaml to root App folder ([#1182](https://github.com/truecharts/apps/issues/1182)) - - - - -### [postgresql-3.0.20](https://github.com/truecharts/apps/compare/postgresql-3.0.19...postgresql-3.0.20) (2021-10-19) - -#### Fix - -* fix previous SCALE bugfix not correctly being applied - - - - -### [postgresql-3.0.19](https://github.com/truecharts/apps/compare/postgresql-3.0.18...postgresql-3.0.19) (2021-10-19) - -#### Chore - -* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172)) - -#### Fix - -* Solve issues regarding ix_values.yaml not containing the image and tag definitions. ([#1176](https://github.com/truecharts/apps/issues/1176)) - -#### Refactor - -* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168)) - - - - -### [postgresql-3.0.18](https://github.com/truecharts/apps/compare/postgresql-3.0.17...postgresql-3.0.18) (2021-10-18) - -#### Chore - -* bump common on postgresql - - - - -### [postgresql-3.0.17](https://github.com/truecharts/apps/compare/postgresql-3.0.16...postgresql-3.0.17) (2021-10-17) - -#### Chore - -* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160)) - -#### Fix - -* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156)) - - - - -### [postgresql-3.0.16](https://github.com/truecharts/apps/compare/postgresql-3.0.15...postgresql-3.0.16) (2021-10-13) - -#### Chore - -* bump common - - - - -### [postgresql-3.0.15](https://github.com/truecharts/apps/compare/postgresql-3.0.14...postgresql-3.0.15) (2021-10-12) - -#### Chore - -* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126)) - - - - -### [postgresql-3.0.14](https://github.com/truecharts/apps/compare/postgresql-3.0.13...postgresql-3.0.14) (2021-10-12) - -#### Chore - -* update non-major ([#1122](https://github.com/truecharts/apps/issues/1122)) - - - - -### [postgresql-3.0.13](https://github.com/truecharts/apps/compare/postgresql-3.0.12...postgresql-3.0.13) (2021-10-09) - - - - -### [postgresql-3.0.12](https://github.com/truecharts/apps/compare/postgresql-3.0.11...postgresql-3.0.12) (2021-10-09) - - - - -### [postgresql-3.0.11](https://github.com/truecharts/apps/compare/postgresql-3.0.10...postgresql-3.0.11) (2021-10-09) - - - - -### [postgresql-3.0.10](https://github.com/truecharts/apps/compare/postgresql-3.0.9...postgresql-3.0.10) (2021-10-09) - - - - -### [postgresql-3.0.9](https://github.com/truecharts/apps/compare/postgresql-3.0.8...postgresql-3.0.9) (2021-10-09) - - - - -### [postgresql-3.0.8](https://github.com/truecharts/apps/compare/postgresql-3.0.7...postgresql-3.0.8) (2021-10-05) - -#### Chore - -* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098)) - - - - -### [postgresql-3.0.7](https://github.com/truecharts/apps/compare/postgresql-3.0.6...postgresql-3.0.7) (2021-10-05) - - - - -### [postgresql-3.0.6](https://github.com/truecharts/apps/compare/postgresql-3.0.5...postgresql-3.0.6) (2021-09-29) - -#### Chore - -* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060)) - - - - -### [postgresql-3.0.4](https://github.com/truecharts/apps/compare/postgresql-3.0.3...postgresql-3.0.4) (2021-09-29) - -#### Chore - -* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055)) - - - - -### [postgresql-3.0.3](https://github.com/truecharts/apps/compare/postgresql-3.0.2...postgresql-3.0.3) (2021-09-28) - -#### Chore - -* update non-major ([#1048](https://github.com/truecharts/apps/issues/1048)) - - - - -### [postgresql-3.0.2](https://github.com/truecharts/apps/compare/postgresql-3.0.1...postgresql-3.0.2) (2021-09-28) - -#### Chore - -* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) - - - - -### [postgresql-3.0.1](https://github.com/truecharts/apps/compare/postgresql-3.0.0...postgresql-3.0.1) (2021-09-26) - - - - -### [postgresql-3.0.0](https://github.com/truecharts/apps/compare/postgresql-2.2.5...postgresql-3.0.0) (2021-09-26) - - - - -### [postgresql-2.2.5](https://github.com/truecharts/apps/compare/postgresql-2.2.4...postgresql-2.2.5) (2021-09-21) - -#### Chore - -* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) - - - - -### [postgresql-2.2.4](https://github.com/truecharts/apps/compare/postgresql-2.2.3...postgresql-2.2.4) (2021-09-21) - -#### Chore - -* update non-major ([#1015](https://github.com/truecharts/apps/issues/1015)) - - - - -### [postgresql-2.2.3](https://github.com/truecharts/apps/compare/postgresql-2.2.2...postgresql-2.2.3) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - - - - -### [postgresql-2.2.2](https://github.com/truecharts/apps/compare/postgresql-2.2.1...postgresql-2.2.2) (2021-09-14) - -#### Chore - -* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) - - - - -### [postgresql-2.2.1](https://github.com/truecharts/apps/compare/postgresql-2.2.0...postgresql-2.2.1) (2021-09-13) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) - - - - -### [postgresql-2.2.0](https://github.com/truecharts/apps/compare/postgresql-2.1.1...postgresql-2.2.0) (2021-09-13) - -#### Chore - -* update non-major - -#### Feat - -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) - - - - -### [postgresql-2.1.1](https://github.com/truecharts/apps/compare/postgresql-2.1.0...postgresql-2.1.1) (2021-09-11) - -#### Fix - -* use correct appversion string - - - - -### [postgresql-2.1.0](https://github.com/truecharts/apps/compare/postgresql-2.0.0...postgresql-2.1.0) (2021-09-11) - -#### Chore - -* Use bitnami instead of stock postgresql container ([#960](https://github.com/truecharts/apps/issues/960)) -* update non-major - -#### Feat - -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) -* move runAsNonRoot to container securityContext to allow root sidecarts ([#954](https://github.com/truecharts/apps/issues/954)) - - - - -### [postgresql-2.0.0](https://github.com/truecharts/apps/compare/postgresql-1.6.6...postgresql-2.0.0) (2021-09-09) - -#### Chore - -* fix postgresql version - - - - -### [postgresql-1.6.6](https://github.com/truecharts/apps/compare/postgresql-1.6.5...postgresql-1.6.6) (2021-09-09) - -#### Chore - -* update postrgresql to common 7.0.0 ([#951](https://github.com/truecharts/apps/issues/951)) - -#### Feat - -* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) - -#### Fix - -* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922)) +* add-mongodb ([#2307](https://github.com/truecharts/apps/issues/2307)) diff --git a/charts/dependency/postgresql/Chart.yaml b/charts/dependency/postgresql/Chart.yaml index c2ed3c2caeb..14cf49adf70 100644 --- a/charts/dependency/postgresql/Chart.yaml +++ b/charts/dependency/postgresql/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: PostgresSQL home: https://truecharts.org/docs/charts/dependency/postgresql -icon: https://truecharts.org/img/chart-icons/postgresql.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/postgresql.png keywords: - postgres - postgressql @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: postgresql sources: + - https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql - https://www.postgresql.org/ type: application version: 8.0.51 diff --git a/charts/dependency/postgresql/README.md b/charts/dependency/postgresql/README.md index b74bd24e40b..6722851af23 100644 --- a/charts/dependency/postgresql/README.md +++ b/charts/dependency/postgresql/README.md @@ -1,6 +1,6 @@ # postgresql -![Version: 8.0.50](https://img.shields.io/badge/Version-8.0.50-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.4.0](https://img.shields.io/badge/AppVersion-14.4.0-informational?style=flat-square) +![Version: 8.0.51](https://img.shields.io/badge/Version-8.0.51-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.4.0](https://img.shields.io/badge/AppVersion-14.4.0-informational?style=flat-square) PostgresSQL @@ -13,6 +13,7 @@ For more information, please click here: [postgresql](https://truecharts.org/doc ## Source Code +* * ## Requirements @@ -29,14 +30,14 @@ Kubernetes: `>=1.16.0-0` ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `postgresql` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install postgresql TrueCharts/postgresql ``` @@ -47,7 +48,7 @@ helm install postgresql TrueCharts/postgresql **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall postgresql Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install postgresql TrueCharts/postgresql -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/dependency/redis/CHANGELOG.md b/charts/dependency/redis/CHANGELOG.md index 4c38c061e7a..4b592e6962c 100644 --- a/charts/dependency/redis/CHANGELOG.md +++ b/charts/dependency/redis/CHANGELOG.md @@ -2,6 +2,7 @@ + ## [redis-3.0.48](https://github.com/truecharts/apps/compare/redis-3.0.47...redis-3.0.48) (2022-07-29) ### Chore diff --git a/charts/dependency/redis/Chart.yaml b/charts/dependency/redis/Chart.yaml index 0f30556202e..0274021d22f 100644 --- a/charts/dependency/redis/Chart.yaml +++ b/charts/dependency/redis/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Open source, advanced key-value store. home: https://truecharts.org/docs/charts/dependency/redis -icon: https://truecharts.org/img/chart-icons/redis.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.png keywords: - redis - keyvalue @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: redis sources: + - https://github.com/truecharts/charts/tree/master/charts/dependency/redis - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ type: application diff --git a/charts/dependency/redis/README.md b/charts/dependency/redis/README.md index 5a8d5ebffaf..ce1d14cf6d1 100644 --- a/charts/dependency/redis/README.md +++ b/charts/dependency/redis/README.md @@ -1,6 +1,6 @@ # redis -![Version: 3.0.48](https://img.shields.io/badge/Version-3.0.48-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.4](https://img.shields.io/badge/AppVersion-7.0.4-informational?style=flat-square) +![Version: 3.0.49](https://img.shields.io/badge/Version-3.0.49-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.4](https://img.shields.io/badge/AppVersion-7.0.4-informational?style=flat-square) Open source, advanced key-value store. @@ -13,6 +13,7 @@ For more information, please click here: [redis](https://truecharts.org/docs/cha ## Source Code +* * * @@ -30,14 +31,14 @@ Kubernetes: `>=1.16.0-0` ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `redis` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install redis TrueCharts/redis ``` @@ -48,7 +49,7 @@ helm install redis TrueCharts/redis **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall redis Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install redis TrueCharts/redis -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/acestream/CHANGELOG.md b/charts/incubator/acestream/CHANGELOG.md index 3a4cebc000b..8f3b7a6ce9a 100644 --- a/charts/incubator/acestream/CHANGELOG.md +++ b/charts/incubator/acestream/CHANGELOG.md @@ -2,6 +2,16 @@ +## [acestream-0.0.15](https://github.com/truecharts/charts/compare/acestream-0.0.14...acestream-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [acestream-0.0.14](https://github.com/truecharts/apps/compare/acestream-0.0.13...acestream-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/acestream/Chart.yaml b/charts/incubator/acestream/Chart.yaml index fc8d354e590..4e02f3c0fb9 100644 --- a/charts/incubator/acestream/Chart.yaml +++ b/charts/incubator/acestream/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "Acestream-engine\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/acestream -icon: https://truecharts.org/img/chart-icons/acestream.png +home: https://truecharts.org/docs/charts/incubator/acestream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.png keywords: - acestream - MediaServer-Video @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: acestream sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/acestream - https://github.com/vstavrinov/acestream-service - https://hub.docker.com/r/vstavrinov/acestream-service type: application diff --git a/charts/incubator/acestream/README.md b/charts/incubator/acestream/README.md index d76a28fbcff..94b0497a7df 100644 --- a/charts/incubator/acestream/README.md +++ b/charts/incubator/acestream/README.md @@ -1,6 +1,6 @@ # acestream -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Acestream-engine @@ -13,6 +13,7 @@ For more information, please click here: [acestream](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `acestream` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install acestream TrueCharts/acestream ``` @@ -48,7 +49,7 @@ helm install acestream TrueCharts/acestream **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall acestream Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install acestream TrueCharts/acestream -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/actualserver/CHANGELOG.md b/charts/incubator/actualserver/CHANGELOG.md index dbcc91800f4..ec3e7bfd9c0 100644 --- a/charts/incubator/actualserver/CHANGELOG.md +++ b/charts/incubator/actualserver/CHANGELOG.md @@ -2,6 +2,16 @@ +## [actualserver-0.0.15](https://github.com/truecharts/charts/compare/actualserver-0.0.14...actualserver-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [actualserver-0.0.14](https://github.com/truecharts/apps/compare/actualserver-0.0.13...actualserver-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/actualserver/Chart.yaml b/charts/incubator/actualserver/Chart.yaml index 59d077f2d78..ea1ebc63440 100644 --- a/charts/incubator/actualserver/Chart.yaml +++ b/charts/incubator/actualserver/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Actual is a super fast privacy-focused app for managing your finances.\ - \ You own your data and it will sync it across all devices with optional end-to-end\ - \ encryption..\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/actualserver -icon: https://truecharts.org/img/chart-icons/actualserver.png +description: "Actual is a super fast privacy-focused app for managing your finances. You own your data and it will sync it across all devices with optional end-to-end encryption..\r\n" +home: https://truecharts.org/docs/charts/incubator/actualserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png keywords: - actualserver - Other @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: actualserver sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/actualserver - https://github.com/Kippenhof/docker-templates - https://hub.docker.com/r/kippenhof/actual-server type: application diff --git a/charts/incubator/actualserver/README.md b/charts/incubator/actualserver/README.md index 0d625cc7cf4..6de39b40621 100644 --- a/charts/incubator/actualserver/README.md +++ b/charts/incubator/actualserver/README.md @@ -1,6 +1,6 @@ # actualserver -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Actual is a super fast privacy-focused app for managing your finances. You own your data and it will sync it across all devices with optional end-to-end encryption.. @@ -13,6 +13,7 @@ For more information, please click here: [actualserver](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `actualserver` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install actualserver TrueCharts/actualserver ``` @@ -48,7 +49,7 @@ helm install actualserver TrueCharts/actualserver **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall actualserver Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install actualserver TrueCharts/actualserver -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/adguard-home/CHANGELOG.md b/charts/incubator/adguard-home/CHANGELOG.md index 27a3fb86eda..23afa9402bc 100644 --- a/charts/incubator/adguard-home/CHANGELOG.md +++ b/charts/incubator/adguard-home/CHANGELOG.md @@ -2,6 +2,16 @@ +## [adguard-home-1.0.27](https://github.com/truecharts/charts/compare/adguard-home-1.0.26...adguard-home-1.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [adguard-home-1.0.26](https://github.com/truecharts/apps/compare/adguard-home-1.0.25...adguard-home-1.0.26) (2022-07-26) ### Chore diff --git a/charts/incubator/adguard-home/Chart.yaml b/charts/incubator/adguard-home/Chart.yaml index c3ff1e9d943..7074693c6f8 100644 --- a/charts/incubator/adguard-home/Chart.yaml +++ b/charts/incubator/adguard-home/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Free and open source, powerful network-wide ads & trackers blocking DNS server. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/adguard-home -icon: https://truecharts.org/img/chart-icons/adguard-home.png +home: https://truecharts.org/docs/charts/incubator/adguard-home +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png keywords: - adblock - adguard @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: adguard-home sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/adguard-home - https://hub.docker.com/r/adguard/adguardhome version: 1.0.27 annotations: diff --git a/charts/incubator/adguard-home/README.md b/charts/incubator/adguard-home/README.md index 3c02f1cd38f..9a683c5148a 100644 --- a/charts/incubator/adguard-home/README.md +++ b/charts/incubator/adguard-home/README.md @@ -1,6 +1,6 @@ # adguard-home -![Version: 1.0.26](https://img.shields.io/badge/Version-1.0.26-informational?style=flat-square) ![AppVersion: 0.107.8](https://img.shields.io/badge/AppVersion-0.107.8-informational?style=flat-square) +![Version: 1.0.27](https://img.shields.io/badge/Version-1.0.27-informational?style=flat-square) ![AppVersion: 0.107.8](https://img.shields.io/badge/AppVersion-0.107.8-informational?style=flat-square) Free and open source, powerful network-wide ads & trackers blocking DNS server. @@ -13,6 +13,7 @@ For more information, please click here: [adguard-home](https://truecharts.org/d ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `adguard-home` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install adguard-home TrueCharts/adguard-home ``` @@ -47,7 +48,7 @@ helm install adguard-home TrueCharts/adguard-home **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall adguard-home Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install adguard-home TrueCharts/adguard-home -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/adguardhome-sync/CHANGELOG.md b/charts/incubator/adguardhome-sync/CHANGELOG.md index a944d2786fd..a6b07a25043 100644 --- a/charts/incubator/adguardhome-sync/CHANGELOG.md +++ b/charts/incubator/adguardhome-sync/CHANGELOG.md @@ -2,6 +2,16 @@ +## [adguardhome-sync-0.0.15](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.14...adguardhome-sync-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [adguardhome-sync-0.0.14](https://github.com/truecharts/apps/compare/adguardhome-sync-0.0.13...adguardhome-sync-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/adguardhome-sync/Chart.yaml b/charts/incubator/adguardhome-sync/Chart.yaml index dd8d5270315..65e1205c873 100644 --- a/charts/incubator/adguardhome-sync/Chart.yaml +++ b/charts/incubator/adguardhome-sync/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool - to synchronize AdGuardHome config to replica instances. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/adguardhome-sync -icon: https://truecharts.org/img/chart-icons/adguardhome-sync.png +description: Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances. +home: https://truecharts.org/docs/charts/incubator/adguardhome-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.png keywords: - adguardhome-sync - Other @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: adguardhome-sync sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/adguardhome-sync - https://github.com/bakito/adguardhome-sync/ - https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync - https://github.com/linuxserver/docker-adguardhome-sync#readme diff --git a/charts/incubator/adguardhome-sync/README.md b/charts/incubator/adguardhome-sync/README.md index d7b80a2731f..4345bc5a85c 100644 --- a/charts/incubator/adguardhome-sync/README.md +++ b/charts/incubator/adguardhome-sync/README.md @@ -1,6 +1,6 @@ # adguardhome-sync -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances. @@ -13,6 +13,7 @@ For more information, please click here: [adguardhome-sync](https://truecharts.o ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `adguardhome-sync` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install adguardhome-sync TrueCharts/adguardhome-sync ``` @@ -49,7 +50,7 @@ helm install adguardhome-sync TrueCharts/adguardhome-sync **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall adguardhome-sync Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install adguardhome-sync TrueCharts/adguardhome-sync -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/adminer/CHANGELOG.md b/charts/incubator/adminer/CHANGELOG.md index dbbabd348da..d4af5103b18 100644 --- a/charts/incubator/adminer/CHANGELOG.md +++ b/charts/incubator/adminer/CHANGELOG.md @@ -2,6 +2,16 @@ +## [adminer-0.0.15](https://github.com/truecharts/charts/compare/adminer-0.0.14...adminer-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [adminer-0.0.14](https://github.com/truecharts/apps/compare/adminer-0.0.13...adminer-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/adminer/Chart.yaml b/charts/incubator/adminer/Chart.yaml index b137e7d1819..6676a5efa52 100644 --- a/charts/incubator/adminer/Chart.yaml +++ b/charts/incubator/adminer/Chart.yaml @@ -9,13 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Adminer (formerly phpMinAdmin) is a full-featured database management\ - \ tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready\ - \ to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite,\ - \ MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/adminer -icon: https://truecharts.org/img/chart-icons/adminer.png +description: "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.\r\n" +home: https://truecharts.org/docs/charts/incubator/adminer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.png keywords: - adminer - Tools-Utilities @@ -26,6 +22,7 @@ maintainers: url: https://truecharts.org name: adminer sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/adminer - https://github.com/vrana/adminer - http://hub.docker.com/_/adminer/ type: application diff --git a/charts/incubator/adminer/README.md b/charts/incubator/adminer/README.md index ecfd26ff976..39362c0f6d0 100644 --- a/charts/incubator/adminer/README.md +++ b/charts/incubator/adminer/README.md @@ -1,6 +1,6 @@ # adminer -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB. @@ -13,6 +13,7 @@ For more information, please click here: [adminer](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `adminer` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install adminer TrueCharts/adminer ``` @@ -48,7 +49,7 @@ helm install adminer TrueCharts/adminer **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall adminer Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install adminer TrueCharts/adminer -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/alienswarm-reactivedrop/CHANGELOG.md b/charts/incubator/alienswarm-reactivedrop/CHANGELOG.md index 51dc630d042..28d1dc7b1a8 100644 --- a/charts/incubator/alienswarm-reactivedrop/CHANGELOG.md +++ b/charts/incubator/alienswarm-reactivedrop/CHANGELOG.md @@ -2,6 +2,16 @@ +## [alienswarm-reactivedrop-0.0.15](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.14...alienswarm-reactivedrop-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [alienswarm-reactivedrop-0.0.14](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.13...alienswarm-reactivedrop-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/alienswarm-reactivedrop/Chart.yaml b/charts/incubator/alienswarm-reactivedrop/Chart.yaml index d5ee4699c36..379c742c956 100644 --- a/charts/incubator/alienswarm-reactivedrop/Chart.yaml +++ b/charts/incubator/alienswarm-reactivedrop/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Alien Swarm: Reactive Drop and run it. (!!!This container will only run on systems\ - \ with less than 32 CPU cores!!!) \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm-reactivedrop -icon: https://truecharts.org/img/chart-icons/alienswarm-reactivedrop.png +description: "This Docker will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it. (!!!This container will only run on systems with less than 32 CPU cores!!!) \r\n" +home: https://truecharts.org/docs/charts/incubator/alienswarm-reactivedrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.png keywords: - alienswarm-reactivedrop - GameServers @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: alienswarm-reactivedrop sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm-reactivedrop - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/alienswarm-reactivedrop/README.md b/charts/incubator/alienswarm-reactivedrop/README.md index 459363d724d..fb8547597be 100644 --- a/charts/incubator/alienswarm-reactivedrop/README.md +++ b/charts/incubator/alienswarm-reactivedrop/README.md @@ -1,6 +1,6 @@ # alienswarm-reactivedrop -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it. (!!!This container will only run on systems with less than 32 CPU cores!!!) @@ -13,6 +13,7 @@ For more information, please click here: [alienswarm-reactivedrop](https://truec ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `alienswarm-reactivedrop` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install alienswarm-reactivedrop TrueCharts/alienswarm-reactivedrop ``` @@ -48,7 +49,7 @@ helm install alienswarm-reactivedrop TrueCharts/alienswarm-reactivedrop **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall alienswarm-reactivedrop Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install alienswarm-reactivedrop TrueCharts/alienswarm-reactivedrop -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/alienswarm/CHANGELOG.md b/charts/incubator/alienswarm/CHANGELOG.md index be7fe5bb7e1..75bd299e0ee 100644 --- a/charts/incubator/alienswarm/CHANGELOG.md +++ b/charts/incubator/alienswarm/CHANGELOG.md @@ -2,6 +2,16 @@ +## [alienswarm-0.0.15](https://github.com/truecharts/charts/compare/alienswarm-0.0.14...alienswarm-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [alienswarm-0.0.14](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.13...alienswarm-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/alienswarm/Chart.yaml b/charts/incubator/alienswarm/Chart.yaml index 47a0dc7fbd1..97b578e8800 100644 --- a/charts/incubator/alienswarm/Chart.yaml +++ b/charts/incubator/alienswarm/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Alien Swarm and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm -icon: https://truecharts.org/img/chart-icons/alienswarm.png +description: "This Docker will download and install SteamCMD. It will also install Alien Swarm and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/alienswarm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.png keywords: - alienswarm - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: alienswarm sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/alienswarm/README.md b/charts/incubator/alienswarm/README.md index c3d1d099e86..a4bc1bbc12d 100644 --- a/charts/incubator/alienswarm/README.md +++ b/charts/incubator/alienswarm/README.md @@ -1,6 +1,6 @@ # alienswarm -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Alien Swarm and run it. @@ -13,6 +13,7 @@ For more information, please click here: [alienswarm](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `alienswarm` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install alienswarm TrueCharts/alienswarm ``` @@ -48,7 +49,7 @@ helm install alienswarm TrueCharts/alienswarm **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall alienswarm Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install alienswarm TrueCharts/alienswarm -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/altitude/CHANGELOG.md b/charts/incubator/altitude/CHANGELOG.md index 7818f6dd30e..d72f3ca51d5 100644 --- a/charts/incubator/altitude/CHANGELOG.md +++ b/charts/incubator/altitude/CHANGELOG.md @@ -2,6 +2,16 @@ +## [altitude-0.0.15](https://github.com/truecharts/charts/compare/altitude-0.0.14...altitude-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [altitude-0.0.14](https://github.com/truecharts/apps/compare/altitude-0.0.13...altitude-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/altitude/Chart.yaml b/charts/incubator/altitude/Chart.yaml index 466c0afcd98..061b856d150 100644 --- a/charts/incubator/altitude/Chart.yaml +++ b/charts/incubator/altitude/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "This Docker will download and install Altitude and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/altitude -icon: https://truecharts.org/img/chart-icons/altitude.png +home: https://truecharts.org/docs/charts/incubator/altitude +icon: https://truecharts.org/img/hotlink-ok/chart-icons/altitude.png keywords: - altitude - GameServers @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: altitude sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/altitude - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/altitude/ type: application diff --git a/charts/incubator/altitude/README.md b/charts/incubator/altitude/README.md index e54d0b4037d..6682a5fe2f2 100644 --- a/charts/incubator/altitude/README.md +++ b/charts/incubator/altitude/README.md @@ -1,6 +1,6 @@ # altitude -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install Altitude and run it. @@ -13,6 +13,7 @@ For more information, please click here: [altitude](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `altitude` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install altitude TrueCharts/altitude ``` @@ -48,7 +49,7 @@ helm install altitude TrueCharts/altitude **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall altitude Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install altitude TrueCharts/altitude -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/americasarmy-pg/CHANGELOG.md b/charts/incubator/americasarmy-pg/CHANGELOG.md index ae5d9400efd..122c28fc95d 100644 --- a/charts/incubator/americasarmy-pg/CHANGELOG.md +++ b/charts/incubator/americasarmy-pg/CHANGELOG.md @@ -2,6 +2,16 @@ +## [americasarmy-pg-0.0.15](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.14...americasarmy-pg-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [americasarmy-pg-0.0.14](https://github.com/truecharts/apps/compare/americasarmy-pg-0.0.13...americasarmy-pg-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/americasarmy-pg/Chart.yaml b/charts/incubator/americasarmy-pg/Chart.yaml index 5548e3abfe2..2c51e717463 100644 --- a/charts/incubator/americasarmy-pg/Chart.yaml +++ b/charts/incubator/americasarmy-pg/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ America's Army: Proving Grounds and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/americasarmy-pg -icon: https://truecharts.org/img/chart-icons/americasarmy-pg.png +description: "This Docker will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/americasarmy-pg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.png keywords: - americasarmy-pg - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: americasarmy-pg sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/americasarmy-pg - https://www.americasarmy.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/americasarmy-pg/README.md b/charts/incubator/americasarmy-pg/README.md index 0d3390a180e..6ba9847b11d 100644 --- a/charts/incubator/americasarmy-pg/README.md +++ b/charts/incubator/americasarmy-pg/README.md @@ -1,6 +1,6 @@ # americasarmy-pg -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it. @@ -13,6 +13,7 @@ For more information, please click here: [americasarmy-pg](https://truecharts.or ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `americasarmy-pg` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install americasarmy-pg TrueCharts/americasarmy-pg ``` @@ -48,7 +49,7 @@ helm install americasarmy-pg TrueCharts/americasarmy-pg **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall americasarmy-pg Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install americasarmy-pg TrueCharts/americasarmy-pg -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/amtd/CHANGELOG.md b/charts/incubator/amtd/CHANGELOG.md index 846df19d72f..d9c95837232 100644 --- a/charts/incubator/amtd/CHANGELOG.md +++ b/charts/incubator/amtd/CHANGELOG.md @@ -2,6 +2,17 @@ +## [amtd-0.0.17](https://github.com/truecharts/charts/compare/amtd-0.0.15...amtd-0.0.17) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [amtd-0.0.15](https://github.com/truecharts/apps/compare/amtd-0.0.14...amtd-0.0.15) (2022-07-27) ### Chore diff --git a/charts/incubator/amtd/Chart.yaml b/charts/incubator/amtd/Chart.yaml index ffe427452c5..9bca9b8b8fa 100644 --- a/charts/incubator/amtd/Chart.yaml +++ b/charts/incubator/amtd/Chart.yaml @@ -10,13 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script - to automatically download movie trailers for use in media applications - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/amtd -icon: https://truecharts.org/img/chart-icons/amtd.png +description: "Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script to automatically download movie trailers for use in media applications\n" +home: https://truecharts.org/docs/charts/incubator/amtd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/amtd.png keywords: - amtd - Downloaders @@ -28,6 +24,7 @@ maintainers: url: https://truecharts.org name: amtd sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/amtd - https://github.com/RandomNinjaAtk/docker-amtd - https://hub.docker.com/r/randomninjaatk/amtd type: application diff --git a/charts/incubator/amtd/README.md b/charts/incubator/amtd/README.md index 8375490c326..51bdceea978 100644 --- a/charts/incubator/amtd/README.md +++ b/charts/incubator/amtd/README.md @@ -1,6 +1,6 @@ # amtd -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script to automatically download movie trailers for use in media applications @@ -13,6 +13,7 @@ For more information, please click here: [amtd](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `amtd` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install amtd TrueCharts/amtd ``` @@ -48,7 +49,7 @@ helm install amtd TrueCharts/amtd **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall amtd Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install amtd TrueCharts/amtd -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/amule/CHANGELOG.md b/charts/incubator/amule/CHANGELOG.md index d58853829fc..9fa39f95cd6 100644 --- a/charts/incubator/amule/CHANGELOG.md +++ b/charts/incubator/amule/CHANGELOG.md @@ -2,6 +2,16 @@ +## [amule-0.0.15](https://github.com/truecharts/charts/compare/amule-0.0.14...amule-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [amule-0.0.14](https://github.com/truecharts/apps/compare/amule-0.0.13...amule-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/amule/Chart.yaml b/charts/incubator/amule/Chart.yaml index 48344ac872b..d5cb468f478 100644 --- a/charts/incubator/amule/Chart.yaml +++ b/charts/incubator/amule/Chart.yaml @@ -12,8 +12,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/amule -icon: https://truecharts.org/img/chart-icons/amule.png +home: https://truecharts.org/docs/charts/incubator/amule +icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.png keywords: - amule - Downloaders @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: amule sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/amule - https://github.com/t-chab/dockerfiles - https://hub.docker.com/r/tchabaud/amule type: application diff --git a/charts/incubator/amule/README.md b/charts/incubator/amule/README.md index 6d73c46088e..c6b262e8b6c 100644 --- a/charts/incubator/amule/README.md +++ b/charts/incubator/amule/README.md @@ -1,6 +1,6 @@ # amule -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [amule](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `amule` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install amule TrueCharts/amule ``` @@ -48,7 +49,7 @@ helm install amule TrueCharts/amule **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall amule Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install amule TrueCharts/amule -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/amvd/CHANGELOG.md b/charts/incubator/amvd/CHANGELOG.md index 5167cb20758..fe4fe915fd3 100644 --- a/charts/incubator/amvd/CHANGELOG.md +++ b/charts/incubator/amvd/CHANGELOG.md @@ -2,6 +2,16 @@ +## [amvd-0.0.15](https://github.com/truecharts/charts/compare/amvd-0.0.14...amvd-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [amvd-0.0.14](https://github.com/truecharts/apps/compare/amvd-0.0.13...amvd-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/amvd/Chart.yaml b/charts/incubator/amvd/Chart.yaml index 71290857eb0..08355a66e7a 100644 --- a/charts/incubator/amvd/Chart.yaml +++ b/charts/incubator/amvd/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Automated Music Video Downloader :: AMVD is a Lidarr Companion script - to automatically download and tag Music Videos for use in various media applications" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/amvd -icon: https://truecharts.org/img/chart-icons/amvd.png +description: "Automated Music Video Downloader :: AMVD is a Lidarr Companion script to automatically download and tag Music Videos for use in various media applications" +home: https://truecharts.org/docs/charts/incubator/amvd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/amvd.png keywords: - amvd - Downloaders @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: amvd sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/amvd - https://github.com/RandomNinjaAtk/docker-amvd - https://hub.docker.com/r/randomninjaatk/amvd type: application diff --git a/charts/incubator/amvd/README.md b/charts/incubator/amvd/README.md index d962e5ece7c..01d93f87cf8 100644 --- a/charts/incubator/amvd/README.md +++ b/charts/incubator/amvd/README.md @@ -1,6 +1,6 @@ # amvd -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Automated Music Video Downloader :: AMVD is a Lidarr Companion script to automatically download and tag Music Videos for use in various media applications @@ -13,6 +13,7 @@ For more information, please click here: [amvd](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `amvd` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install amvd TrueCharts/amvd ``` @@ -48,7 +49,7 @@ helm install amvd TrueCharts/amvd **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall amvd Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install amvd TrueCharts/amvd -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/android-8-0/CHANGELOG.md b/charts/incubator/android-8-0/CHANGELOG.md index 13dfd849812..369c7a265e9 100644 --- a/charts/incubator/android-8-0/CHANGELOG.md +++ b/charts/incubator/android-8-0/CHANGELOG.md @@ -2,6 +2,16 @@ +## [android-8-0-0.0.15](https://github.com/truecharts/charts/compare/android-8-0-0.0.14...android-8-0-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [android-8-0-0.0.14](https://github.com/truecharts/apps/compare/android-8-0-0.0.13...android-8-0-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/android-8-0/Chart.yaml b/charts/incubator/android-8-0/Chart.yaml index fb5b7620da3..1f1d06114b3 100644 --- a/charts/incubator/android-8-0/Chart.yaml +++ b/charts/incubator/android-8-0/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Android in docker solution with noVNC supported and video recording. - Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with - amd cpus can be unusable. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/android-8-0 -icon: https://truecharts.org/img/chart-icons/android-8-0.png +description: Android in docker solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable. +home: https://truecharts.org/docs/charts/incubator/android-8-0 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.png keywords: - android-8-0 - Other @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: android-8-0 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/android-8-0 - https://registry.hub.docker.com/r/ulisses1478/docker-android type: application version: 0.0.15 diff --git a/charts/incubator/android-8-0/README.md b/charts/incubator/android-8-0/README.md index 9cea198cab4..0bcceea8bc0 100644 --- a/charts/incubator/android-8-0/README.md +++ b/charts/incubator/android-8-0/README.md @@ -1,6 +1,6 @@ # android-8-0 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Android in docker solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable. @@ -13,6 +13,7 @@ For more information, please click here: [android-8-0](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `android-8-0` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install android-8-0 TrueCharts/android-8-0 ``` @@ -47,7 +48,7 @@ helm install android-8-0 TrueCharts/android-8-0 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall android-8-0 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install android-8-0 TrueCharts/android-8-0 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/androiddebugbridge/CHANGELOG.md b/charts/incubator/androiddebugbridge/CHANGELOG.md index dafb20eb646..89edc426062 100644 --- a/charts/incubator/androiddebugbridge/CHANGELOG.md +++ b/charts/incubator/androiddebugbridge/CHANGELOG.md @@ -2,6 +2,16 @@ +## [androiddebugbridge-0.0.15](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.14...androiddebugbridge-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [androiddebugbridge-0.0.14](https://github.com/truecharts/apps/compare/androiddebugbridge-0.0.13...androiddebugbridge-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/androiddebugbridge/Chart.yaml b/charts/incubator/androiddebugbridge/Chart.yaml index b1878e3e8bd..5f765526bda 100644 --- a/charts/incubator/androiddebugbridge/Chart.yaml +++ b/charts/incubator/androiddebugbridge/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Control AndroidTV/FireTV devices through ADB from the Home Assistant\ - \ Core docker image.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/androiddebugbridge -icon: https://truecharts.org/img/chart-icons/androiddebugbridge.png +description: "Control AndroidTV/FireTV devices through ADB from the Home Assistant Core docker image.\r\n" +home: https://truecharts.org/docs/charts/incubator/androiddebugbridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.png keywords: - androiddebugbridge - HomeAutomation @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: androiddebugbridge sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/androiddebugbridge - https://hub.docker.com/r/barnybbb/adb-hass-androidtv - https://hub.docker.com/r/barnybbb/adb-hass-androidtv/ type: application diff --git a/charts/incubator/androiddebugbridge/README.md b/charts/incubator/androiddebugbridge/README.md index 93e395f0b4d..672fdb95895 100644 --- a/charts/incubator/androiddebugbridge/README.md +++ b/charts/incubator/androiddebugbridge/README.md @@ -1,6 +1,6 @@ # androiddebugbridge -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Control AndroidTV/FireTV devices through ADB from the Home Assistant Core docker image. @@ -13,6 +13,7 @@ For more information, please click here: [androiddebugbridge](https://truecharts ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `androiddebugbridge` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install androiddebugbridge TrueCharts/androiddebugbridge ``` @@ -48,7 +49,7 @@ helm install androiddebugbridge TrueCharts/androiddebugbridge **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall androiddebugbridge Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install androiddebugbridge TrueCharts/androiddebugbridge -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/anki-sync-server/CHANGELOG.md b/charts/incubator/anki-sync-server/CHANGELOG.md index 0c603072b3a..72aa922150f 100644 --- a/charts/incubator/anki-sync-server/CHANGELOG.md +++ b/charts/incubator/anki-sync-server/CHANGELOG.md @@ -2,6 +2,17 @@ +## [anki-sync-server-0.0.2](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.1...anki-sync-server-0.0.2) (2022-08-08) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [anki-sync-server-0.0.1]anki-sync-server-0.0.1 (2022-07-28) ### Feat diff --git a/charts/incubator/anki-sync-server/Chart.yaml b/charts/incubator/anki-sync-server/Chart.yaml index f6ad11a00f0..4d3bbf980bf 100644 --- a/charts/incubator/anki-sync-server/Chart.yaml +++ b/charts/incubator/anki-sync-server/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: A cross-platform Anki sync server. -home: https://github.com/truecharts/apps/tree/master/charts/incubator/anki-sync-server-rs -icon: https://truecharts.org/img/chart-icons/anki-sync-server.png +home: https://truecharts.org/docs/charts/incubator/anki-sync-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png keywords: - anki-sync-server kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: anki-sync-server sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server - https://github.com/ankicommunity/anki-devops-services version: 0.0.2 annotations: diff --git a/charts/incubator/anki-sync-server/README.md b/charts/incubator/anki-sync-server/README.md index de553fdf53d..e4aacb326dc 100644 --- a/charts/incubator/anki-sync-server/README.md +++ b/charts/incubator/anki-sync-server/README.md @@ -1,6 +1,6 @@ # anki-sync-server -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: 20220516](https://img.shields.io/badge/AppVersion-20220516-informational?style=flat-square) +![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![AppVersion: 20220516](https://img.shields.io/badge/AppVersion-20220516-informational?style=flat-square) A cross-platform Anki sync server. @@ -13,6 +13,7 @@ For more information, please click here: [anki-sync-server](https://truecharts.o ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `anki-sync-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install anki-sync-server TrueCharts/anki-sync-server ``` @@ -47,7 +48,7 @@ helm install anki-sync-server TrueCharts/anki-sync-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall anki-sync-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install anki-sync-server TrueCharts/anki-sync-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/anope/CHANGELOG.md b/charts/incubator/anope/CHANGELOG.md index 3075460d059..03019c634b6 100644 --- a/charts/incubator/anope/CHANGELOG.md +++ b/charts/incubator/anope/CHANGELOG.md @@ -2,6 +2,16 @@ +## [anope-0.0.15](https://github.com/truecharts/charts/compare/anope-0.0.14...anope-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [anope-0.0.14](https://github.com/truecharts/apps/compare/anope-0.0.13...anope-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/anope/Chart.yaml b/charts/incubator/anope/Chart.yaml index 82aa9735ffe..a546893c706 100644 --- a/charts/incubator/anope/Chart.yaml +++ b/charts/incubator/anope/Chart.yaml @@ -11,11 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Anope is a set of IRC Services designed for flexibility and ease of\ - \ use.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/anope -icon: https://truecharts.org/img/chart-icons/anope.png +description: "Anope is a set of IRC Services designed for flexibility and ease of use.\r\n" +home: https://truecharts.org/docs/charts/incubator/anope +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png keywords: - anope - Network-Other @@ -28,6 +26,7 @@ maintainers: url: https://truecharts.org name: anope sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/anope - https://thelounge.chat/ - https://hub.docker.com/r/ich777/anope type: application diff --git a/charts/incubator/anope/README.md b/charts/incubator/anope/README.md index bd2e1a7fc46..210f2c80177 100644 --- a/charts/incubator/anope/README.md +++ b/charts/incubator/anope/README.md @@ -1,6 +1,6 @@ # anope -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Anope is a set of IRC Services designed for flexibility and ease of use. @@ -13,6 +13,7 @@ For more information, please click here: [anope](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `anope` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install anope TrueCharts/anope ``` @@ -48,7 +49,7 @@ helm install anope TrueCharts/anope **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall anope Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install anope TrueCharts/anope -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/apache-webdav/CHANGELOG.md b/charts/incubator/apache-webdav/CHANGELOG.md index 429e94e1cd1..1bf856ccf86 100644 --- a/charts/incubator/apache-webdav/CHANGELOG.md +++ b/charts/incubator/apache-webdav/CHANGELOG.md @@ -2,6 +2,16 @@ +## [apache-webdav-0.0.15](https://github.com/truecharts/charts/compare/apache-webdav-0.0.14...apache-webdav-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [apache-webdav-0.0.14](https://github.com/truecharts/apps/compare/apache-webdav-0.0.13...apache-webdav-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/apache-webdav/Chart.yaml b/charts/incubator/apache-webdav/Chart.yaml index bdfb28cc650..9faf5ea0ada 100644 --- a/charts/incubator/apache-webdav/Chart.yaml +++ b/charts/incubator/apache-webdav/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Very simple WebDAV server based on Apache. You need a WebDAV client\ - \ to transfer files. It does not include a WebUI to upload files through your browser.\r\ - \n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/apache-webdav -icon: https://truecharts.org/img/chart-icons/apache-webdav.png +description: "Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser.\r\n" +home: https://truecharts.org/docs/charts/incubator/apache-webdav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.png keywords: - apache-webdav - Cloud @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: apache-webdav sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/apache-webdav - https://httpd.apache.org/docs/2.4/mod/mod_dav.html - https://github.com/mgutt/docker-apachewebdav type: application diff --git a/charts/incubator/apache-webdav/README.md b/charts/incubator/apache-webdav/README.md index 121ef01b953..58326ee5926 100644 --- a/charts/incubator/apache-webdav/README.md +++ b/charts/incubator/apache-webdav/README.md @@ -1,6 +1,6 @@ # apache-webdav -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser. @@ -13,6 +13,7 @@ For more information, please click here: [apache-webdav](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `apache-webdav` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install apache-webdav TrueCharts/apache-webdav ``` @@ -48,7 +49,7 @@ helm install apache-webdav TrueCharts/apache-webdav **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall apache-webdav Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install apache-webdav TrueCharts/apache-webdav -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/apprise-api/CHANGELOG.md b/charts/incubator/apprise-api/CHANGELOG.md index 1231adb2182..93a84c1980e 100644 --- a/charts/incubator/apprise-api/CHANGELOG.md +++ b/charts/incubator/apprise-api/CHANGELOG.md @@ -2,6 +2,16 @@ +## [apprise-api-0.0.15](https://github.com/truecharts/charts/compare/apprise-api-0.0.14...apprise-api-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [apprise-api-0.0.14](https://github.com/truecharts/apps/compare/apprise-api-0.0.13...apprise-api-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/apprise-api/Chart.yaml b/charts/incubator/apprise-api/Chart.yaml index 15112cb396e..a015b03476c 100644 --- a/charts/incubator/apprise-api/Chart.yaml +++ b/charts/incubator/apprise-api/Chart.yaml @@ -9,14 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Apprise-api(https://github.com/caronc/apprise-api) Takes advantage of - Apprise(https://github.com/caronc/apprise) through your network with a user-friendly - API. - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/apprise-api -icon: https://truecharts.org/img/chart-icons/apprise-api.png +description: "Apprise-api(https://github.com/caronc/apprise-api) Takes advantage of Apprise(https://github.com/caronc/apprise) through your network with a user-friendly API.\n" +home: https://truecharts.org/docs/charts/incubator/apprise-api +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apprise-api.png keywords: - apprise-api - Other @@ -27,6 +22,7 @@ maintainers: url: https://truecharts.org name: apprise-api sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/apprise-api - https://github.com/caronc/apprise-api - https://github.com/orgs/linuxserver/packages/container/package/apprise-api - https://github.com/linuxserver/docker-apprise-api#readme diff --git a/charts/incubator/apprise-api/README.md b/charts/incubator/apprise-api/README.md index 18f90821a84..701546b4c3d 100644 --- a/charts/incubator/apprise-api/README.md +++ b/charts/incubator/apprise-api/README.md @@ -1,6 +1,6 @@ # apprise-api -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Apprise-api(https://github.com/caronc/apprise-api) Takes advantage of Apprise(https://github.com/caronc/apprise) through your network with a user-friendly API. @@ -13,6 +13,7 @@ For more information, please click here: [apprise-api](https://truecharts.org/do ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `apprise-api` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install apprise-api TrueCharts/apprise-api ``` @@ -49,7 +50,7 @@ helm install apprise-api TrueCharts/apprise-api **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall apprise-api Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install apprise-api TrueCharts/apprise-api -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/appsmith/CHANGELOG.md b/charts/incubator/appsmith/CHANGELOG.md index c611db7d2b2..20c5e3f11c2 100644 --- a/charts/incubator/appsmith/CHANGELOG.md +++ b/charts/incubator/appsmith/CHANGELOG.md @@ -2,6 +2,16 @@ +## [appsmith-2.0.33](https://github.com/truecharts/charts/compare/appsmith-2.0.32...appsmith-2.0.33) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [appsmith-2.0.32](https://github.com/truecharts/apps/compare/appsmith-2.0.31...appsmith-2.0.32) (2022-07-30) ### Chore diff --git a/charts/incubator/appsmith/Chart.yaml b/charts/incubator/appsmith/Chart.yaml index e44d8f5d8a8..579ab48f1fa 100644 --- a/charts/incubator/appsmith/Chart.yaml +++ b/charts/incubator/appsmith/Chart.yaml @@ -14,7 +14,7 @@ dependencies: # version: 0.0.25 description: Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects. home: https://truecharts.org/docs/charts/incubator/appsmith -icon: https://truecharts.org/img/chart-icons/appsmith.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/appsmith.png keywords: - appsmith kubeVersion: ">=1.16.0-0" @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: appsmith sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith - https://github.com/appsmithorg/appsmith version: 2.0.33 annotations: diff --git a/charts/incubator/appsmith/README.md b/charts/incubator/appsmith/README.md index df64e0886e3..9d5b43ea053 100644 --- a/charts/incubator/appsmith/README.md +++ b/charts/incubator/appsmith/README.md @@ -1,6 +1,6 @@ # appsmith -![Version: 2.0.32](https://img.shields.io/badge/Version-2.0.32-informational?style=flat-square) ![AppVersion: 1.7.10](https://img.shields.io/badge/AppVersion-1.7.10-informational?style=flat-square) +![Version: 2.0.33](https://img.shields.io/badge/Version-2.0.33-informational?style=flat-square) ![AppVersion: 1.7.10](https://img.shields.io/badge/AppVersion-1.7.10-informational?style=flat-square) Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects. @@ -13,6 +13,7 @@ For more information, please click here: [appsmith](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `appsmith` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install appsmith TrueCharts/appsmith ``` @@ -48,7 +49,7 @@ helm install appsmith TrueCharts/appsmith **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall appsmith Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install appsmith TrueCharts/appsmith -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/apt-cacher-ng/CHANGELOG.md b/charts/incubator/apt-cacher-ng/CHANGELOG.md index 37de584df48..f5bf0fbd26c 100644 --- a/charts/incubator/apt-cacher-ng/CHANGELOG.md +++ b/charts/incubator/apt-cacher-ng/CHANGELOG.md @@ -2,6 +2,16 @@ +## [apt-cacher-ng-0.0.15](https://github.com/truecharts/charts/compare/apt-cacher-ng-0.0.14...apt-cacher-ng-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [apt-cacher-ng-0.0.14](https://github.com/truecharts/apps/compare/apt-cacher-ng-0.0.13...apt-cacher-ng-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/apt-cacher-ng/Chart.yaml b/charts/incubator/apt-cacher-ng/Chart.yaml index 06c7fbdadbf..cc4ea294c4c 100644 --- a/charts/incubator/apt-cacher-ng/Chart.yaml +++ b/charts/incubator/apt-cacher-ng/Chart.yaml @@ -11,12 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Apt-Cacher NG is a caching proxy, specialized for package files from - Linux distributors, primarily for Debian (and Debian based) distributions but not - limited to those. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/apt-cacher-ng -icon: https://truecharts.org/img/chart-icons/apt-cacher-ng.png +description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those. +home: https://truecharts.org/docs/charts/incubator/apt-cacher-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.png keywords: - apt-cacher-ng - Network-Proxy @@ -29,6 +26,7 @@ maintainers: url: https://truecharts.org name: apt-cacher-ng sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/apt-cacher-ng - https://www.unix-ag.uni-kl.de/~bloch/acng/ - https://hub.docker.com/r/sameersbn/apt-cacher-ng/ type: application diff --git a/charts/incubator/apt-cacher-ng/README.md b/charts/incubator/apt-cacher-ng/README.md index 1161178c78f..eb40ff35636 100644 --- a/charts/incubator/apt-cacher-ng/README.md +++ b/charts/incubator/apt-cacher-ng/README.md @@ -1,6 +1,6 @@ # apt-cacher-ng -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those. @@ -13,6 +13,7 @@ For more information, please click here: [apt-cacher-ng](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `apt-cacher-ng` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install apt-cacher-ng TrueCharts/apt-cacher-ng ``` @@ -48,7 +49,7 @@ helm install apt-cacher-ng TrueCharts/apt-cacher-ng **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall apt-cacher-ng Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install apt-cacher-ng TrueCharts/apt-cacher-ng -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/archiveteam-warrior/CHANGELOG.md b/charts/incubator/archiveteam-warrior/CHANGELOG.md index fef61f3acd2..107f8552bf0 100644 --- a/charts/incubator/archiveteam-warrior/CHANGELOG.md +++ b/charts/incubator/archiveteam-warrior/CHANGELOG.md @@ -2,6 +2,16 @@ +## [archiveteam-warrior-0.0.15](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.14...archiveteam-warrior-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [archiveteam-warrior-0.0.14](https://github.com/truecharts/apps/compare/archiveteam-warrior-0.0.13...archiveteam-warrior-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/archiveteam-warrior/Chart.yaml b/charts/incubator/archiveteam-warrior/Chart.yaml index cf7d61c94d0..132de45d7c2 100644 --- a/charts/incubator/archiveteam-warrior/Chart.yaml +++ b/charts/incubator/archiveteam-warrior/Chart.yaml @@ -11,12 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "The Archive Team Warrior is a virtual archiving appliance. You can run\ - \ it to help with the Archive Team archiving efforts. It will download sites and\ - \ upload them to our archive\u2014and it\u2019s really easy to do!\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/archiveteam-warrior -icon: https://truecharts.org/img/chart-icons/archiveteam-warrior.png +description: "The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!\r\n" +home: https://truecharts.org/docs/charts/incubator/archiveteam-warrior +icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.png keywords: - archiveteam-warrior - Backup @@ -29,6 +26,7 @@ maintainers: url: https://truecharts.org name: archiveteam-warrior sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/archiveteam-warrior - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior - https://hub.docker.com/r/archiveteam/warrior-dockerfile/ type: application diff --git a/charts/incubator/archiveteam-warrior/README.md b/charts/incubator/archiveteam-warrior/README.md index 8a4008c136d..072786712e5 100644 --- a/charts/incubator/archiveteam-warrior/README.md +++ b/charts/incubator/archiveteam-warrior/README.md @@ -1,6 +1,6 @@ # archiveteam-warrior -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do! @@ -13,6 +13,7 @@ For more information, please click here: [archiveteam-warrior](https://truechart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `archiveteam-warrior` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install archiveteam-warrior TrueCharts/archiveteam-warrior ``` @@ -48,7 +49,7 @@ helm install archiveteam-warrior TrueCharts/archiveteam-warrior **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall archiveteam-warrior Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install archiveteam-warrior TrueCharts/archiveteam-warrior -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ariang/CHANGELOG.md b/charts/incubator/ariang/CHANGELOG.md index 2cbb7ce65e2..98ce2d6cd8f 100644 --- a/charts/incubator/ariang/CHANGELOG.md +++ b/charts/incubator/ariang/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ariang-0.0.18](https://github.com/truecharts/charts/compare/ariang-0.0.17...ariang-0.0.18) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ariang-0.0.17](https://github.com/truecharts/apps/compare/ariang-0.0.16...ariang-0.0.17) (2022-07-26) ### Chore diff --git a/charts/incubator/ariang/Chart.yaml b/charts/incubator/ariang/Chart.yaml index 8cc9b4f4701..b14d23a375a 100644 --- a/charts/incubator/ariang/Chart.yaml +++ b/charts/incubator/ariang/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "1.2.4" description: A modern web frontend making aria2 easier to use | Aria2 WebUI. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/incubator/ariang -icon: https://truecharts.org/img/chart-icons/ariang.png +home: https://truecharts.org/docs/charts/incubator/ariang +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png keywords: - ariang sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ariang - https://hub.docker.com/r/leonismoe/ariang - https://github.com/leonismoe/docker-images dependencies: diff --git a/charts/incubator/ariang/README.md b/charts/incubator/ariang/README.md index fe040773626..301095ac1e6 100644 --- a/charts/incubator/ariang/README.md +++ b/charts/incubator/ariang/README.md @@ -1,6 +1,6 @@ # ariang -![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.4](https://img.shields.io/badge/AppVersion-1.2.4-informational?style=flat-square) +![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.4](https://img.shields.io/badge/AppVersion-1.2.4-informational?style=flat-square) A modern web frontend making aria2 easier to use | Aria2 WebUI. @@ -13,6 +13,7 @@ For more information, please click here: [ariang](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ariang` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ariang TrueCharts/ariang ``` @@ -48,7 +49,7 @@ helm install ariang TrueCharts/ariang **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ariang Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ariang TrueCharts/ariang -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/arksurvivalevolved/CHANGELOG.md b/charts/incubator/arksurvivalevolved/CHANGELOG.md index 5ebe4bf7543..d210711972a 100644 --- a/charts/incubator/arksurvivalevolved/CHANGELOG.md +++ b/charts/incubator/arksurvivalevolved/CHANGELOG.md @@ -2,6 +2,16 @@ +## [arksurvivalevolved-0.0.15](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.14...arksurvivalevolved-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [arksurvivalevolved-0.0.14](https://github.com/truecharts/apps/compare/arksurvivalevolved-0.0.13...arksurvivalevolved-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/arksurvivalevolved/Chart.yaml b/charts/incubator/arksurvivalevolved/Chart.yaml index ade8b574984..ba02882f2dd 100644 --- a/charts/incubator/arksurvivalevolved/Chart.yaml +++ b/charts/incubator/arksurvivalevolved/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!).\r\ - \n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/arksurvivalevolved -icon: https://truecharts.org/img/chart-icons/arksurvivalevolved.png +description: "This Docker will download and install SteamCMD. It will also install ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!).\r\n" +home: https://truecharts.org/docs/charts/incubator/arksurvivalevolved +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.png keywords: - arksurvivalevolved - GameServers @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: arksurvivalevolved sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/arksurvivalevolved - https://survivetheark.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/arksurvivalevolved/README.md b/charts/incubator/arksurvivalevolved/README.md index 691938a12f5..cdaf36f6777 100644 --- a/charts/incubator/arksurvivalevolved/README.md +++ b/charts/incubator/arksurvivalevolved/README.md @@ -1,6 +1,6 @@ # arksurvivalevolved -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!). @@ -13,6 +13,7 @@ For more information, please click here: [arksurvivalevolved](https://truecharts ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `arksurvivalevolved` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install arksurvivalevolved TrueCharts/arksurvivalevolved ``` @@ -48,7 +49,7 @@ helm install arksurvivalevolved TrueCharts/arksurvivalevolved **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall arksurvivalevolved Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install arksurvivalevolved TrueCharts/arksurvivalevolved -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/arma3/CHANGELOG.md b/charts/incubator/arma3/CHANGELOG.md index 031201affd2..8be46e64179 100644 --- a/charts/incubator/arma3/CHANGELOG.md +++ b/charts/incubator/arma3/CHANGELOG.md @@ -2,6 +2,16 @@ +## [arma3-0.0.15](https://github.com/truecharts/charts/compare/arma3-0.0.14...arma3-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [arma3-0.0.14](https://github.com/truecharts/apps/compare/arma3exilemod-0.0.13...arma3-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/arma3/Chart.yaml b/charts/incubator/arma3/Chart.yaml index cfe57e5c2ae..9cd00f59dcd 100644 --- a/charts/incubator/arma3/Chart.yaml +++ b/charts/incubator/arma3/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ ArmA III and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/arma3 -icon: https://truecharts.org/img/chart-icons/arma3.png +description: "This Docker will download and install SteamCMD. It will also install ArmA III and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/arma3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.png keywords: - arma3 - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: arma3 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/arma3 - https://arma3.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/arma3/README.md b/charts/incubator/arma3/README.md index 155240ca1c3..1c8977368f1 100644 --- a/charts/incubator/arma3/README.md +++ b/charts/incubator/arma3/README.md @@ -1,6 +1,6 @@ # arma3 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install ArmA III and run it. @@ -13,6 +13,7 @@ For more information, please click here: [arma3](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `arma3` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install arma3 TrueCharts/arma3 ``` @@ -48,7 +49,7 @@ helm install arma3 TrueCharts/arma3 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall arma3 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install arma3 TrueCharts/arma3 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/arma3exilemod/CHANGELOG.md b/charts/incubator/arma3exilemod/CHANGELOG.md index 55c4e4de5ad..50476d7496c 100644 --- a/charts/incubator/arma3exilemod/CHANGELOG.md +++ b/charts/incubator/arma3exilemod/CHANGELOG.md @@ -2,6 +2,16 @@ +## [arma3exilemod-0.0.15](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.14...arma3exilemod-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [arma3exilemod-0.0.14](https://github.com/truecharts/apps/compare/arma3exilemod-0.0.13...arma3exilemod-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/arma3exilemod/Chart.yaml b/charts/incubator/arma3exilemod/Chart.yaml index 21cacdbb52d..00bbd93360b 100644 --- a/charts/incubator/arma3exilemod/Chart.yaml +++ b/charts/incubator/arma3exilemod/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ ArmA III including ExileMod and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/arma3exilemod -icon: https://truecharts.org/img/chart-icons/arma3exilemod.png +description: "This Docker will download and install SteamCMD. It will also install ArmA III including ExileMod and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/arma3exilemod +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.png keywords: - arma3exilemod - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: arma3exilemod sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/arma3exilemod - http://www.exilemod.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/arma3exilemod/README.md b/charts/incubator/arma3exilemod/README.md index 5c7ff1237cd..1683555bf9a 100644 --- a/charts/incubator/arma3exilemod/README.md +++ b/charts/incubator/arma3exilemod/README.md @@ -1,6 +1,6 @@ # arma3exilemod -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install ArmA III including ExileMod and run it. @@ -13,6 +13,7 @@ For more information, please click here: [arma3exilemod](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `arma3exilemod` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install arma3exilemod TrueCharts/arma3exilemod ``` @@ -48,7 +49,7 @@ helm install arma3exilemod TrueCharts/arma3exilemod **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall arma3exilemod Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install arma3exilemod TrueCharts/arma3exilemod -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/artifactory-oss/CHANGELOG.md b/charts/incubator/artifactory-oss/CHANGELOG.md index 44717af2953..376912612f9 100644 --- a/charts/incubator/artifactory-oss/CHANGELOG.md +++ b/charts/incubator/artifactory-oss/CHANGELOG.md @@ -2,6 +2,16 @@ +## [artifactory-oss-0.0.15](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.14...artifactory-oss-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [artifactory-oss-0.0.14](https://github.com/truecharts/apps/compare/artifactory-oss-0.0.13...artifactory-oss-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/artifactory-oss/Chart.yaml b/charts/incubator/artifactory-oss/Chart.yaml index 8882d52e456..d0b8cf5567e 100644 --- a/charts/incubator/artifactory-oss/Chart.yaml +++ b/charts/incubator/artifactory-oss/Chart.yaml @@ -10,13 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "JFrog\u2019s Artifactory open source project was created to speed up\ - \ development cycles using binary repositories. It\u2019s the world\u2019s most\ - \ advanced repository manager, creating a single place for teams to manage all their\ - \ binary artifacts efficiently." -home: https://github.com/truecharts/charts/tree/master/charts/incubator/artifactory-oss -icon: https://truecharts.org/img/chart-icons/artifactory-oss.png +description: "JFrog’s Artifactory open source project was created to speed up development cycles using binary repositories. It’s the world’s most advanced repository manager, creating a single place for teams to manage all their binary artifacts efficiently." +home: https://truecharts.org/docs/charts/incubator/artifactory-oss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/artifactory-oss.png keywords: - artifactory-oss - Productivity @@ -28,6 +24,7 @@ maintainers: url: https://truecharts.org name: artifactory-oss sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/artifactory-oss - https://jfrog.com/ - https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss type: application diff --git a/charts/incubator/artifactory-oss/README.md b/charts/incubator/artifactory-oss/README.md index 8e37581a73a..68623b93973 100644 --- a/charts/incubator/artifactory-oss/README.md +++ b/charts/incubator/artifactory-oss/README.md @@ -1,6 +1,6 @@ # artifactory-oss -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.41.6](https://img.shields.io/badge/AppVersion-7.41.6-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.41.6](https://img.shields.io/badge/AppVersion-7.41.6-informational?style=flat-square) JFrog’s Artifactory open source project was created to speed up development cycles using binary repositories. It’s the world’s most advanced repository manager, creating a single place for teams to manage all their binary artifacts efficiently. @@ -13,6 +13,7 @@ For more information, please click here: [artifactory-oss](https://truecharts.or ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `artifactory-oss` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install artifactory-oss TrueCharts/artifactory-oss ``` @@ -48,7 +49,7 @@ helm install artifactory-oss TrueCharts/artifactory-oss **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall artifactory-oss Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install artifactory-oss TrueCharts/artifactory-oss -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/assettocorsa/CHANGELOG.md b/charts/incubator/assettocorsa/CHANGELOG.md index 6d5ff9949bb..125010315b8 100644 --- a/charts/incubator/assettocorsa/CHANGELOG.md +++ b/charts/incubator/assettocorsa/CHANGELOG.md @@ -2,6 +2,16 @@ +## [assettocorsa-0.0.15](https://github.com/truecharts/charts/compare/assettocorsa-0.0.14...assettocorsa-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [assettocorsa-0.0.14](https://github.com/truecharts/apps/compare/assettocorsa-0.0.13...assettocorsa-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/assettocorsa/Chart.yaml b/charts/incubator/assettocorsa/Chart.yaml index ea897d07bf7..4996f08d2dd 100644 --- a/charts/incubator/assettocorsa/Chart.yaml +++ b/charts/incubator/assettocorsa/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ AssettoCorsa and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/assettocorsa -icon: https://truecharts.org/img/chart-icons/assettocorsa.png +description: "This Docker will download and install SteamCMD. It will also install AssettoCorsa and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/assettocorsa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.png keywords: - assettocorsa - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: assettocorsa sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/assettocorsa - https://www.assettocorsa.net/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/assettocorsa/README.md b/charts/incubator/assettocorsa/README.md index 3758b8b6302..771246ee911 100644 --- a/charts/incubator/assettocorsa/README.md +++ b/charts/incubator/assettocorsa/README.md @@ -1,6 +1,6 @@ # assettocorsa -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install AssettoCorsa and run it. @@ -13,6 +13,7 @@ For more information, please click here: [assettocorsa](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `assettocorsa` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install assettocorsa TrueCharts/assettocorsa ``` @@ -48,7 +49,7 @@ helm install assettocorsa TrueCharts/assettocorsa **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall assettocorsa Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install assettocorsa TrueCharts/assettocorsa -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/aurora-files/CHANGELOG.md b/charts/incubator/aurora-files/CHANGELOG.md index 6db5857cf8d..becfb8112fc 100644 --- a/charts/incubator/aurora-files/CHANGELOG.md +++ b/charts/incubator/aurora-files/CHANGELOG.md @@ -2,6 +2,16 @@ +## [aurora-files-0.0.15](https://github.com/truecharts/charts/compare/aurora-files-0.0.14...aurora-files-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [aurora-files-0.0.14](https://github.com/truecharts/apps/compare/aurora-files-0.0.13...aurora-files-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/aurora-files/Chart.yaml b/charts/incubator/aurora-files/Chart.yaml index 6c9d21d89ef..a4a3e5730c0 100644 --- a/charts/incubator/aurora-files/Chart.yaml +++ b/charts/incubator/aurora-files/Chart.yaml @@ -12,8 +12,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/aurora-files -icon: https://truecharts.org/img/chart-icons/aurora-files.png +home: https://truecharts.org/docs/charts/incubator/aurora-files +icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.png keywords: - aurora-files - Cloud @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: aurora-files sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/aurora-files - https://github.com/afterlogic/docker-aurora-files - https://hub.docker.com/r/afterlogic/docker-aurora-files type: application diff --git a/charts/incubator/aurora-files/README.md b/charts/incubator/aurora-files/README.md index a84bbb3583a..b927bc47cad 100644 --- a/charts/incubator/aurora-files/README.md +++ b/charts/incubator/aurora-files/README.md @@ -1,6 +1,6 @@ # aurora-files -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [aurora-files](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `aurora-files` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install aurora-files TrueCharts/aurora-files ``` @@ -48,7 +49,7 @@ helm install aurora-files TrueCharts/aurora-files **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall aurora-files Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install aurora-files TrueCharts/aurora-files -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/authentik/CHANGELOG.md b/charts/incubator/authentik/CHANGELOG.md index 784e4d42c57..fb4e74f7bac 100644 --- a/charts/incubator/authentik/CHANGELOG.md +++ b/charts/incubator/authentik/CHANGELOG.md @@ -2,6 +2,16 @@ +## [authentik-2.0.31](https://github.com/truecharts/charts/compare/authentik-2.0.30...authentik-2.0.31) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [authentik-2.0.30](https://github.com/truecharts/apps/compare/authentik-2.0.29...authentik-2.0.30) (2022-07-27) ### Chore diff --git a/charts/incubator/authentik/Chart.yaml b/charts/incubator/authentik/Chart.yaml index 3cc7793fa37..c9d97844f4e 100644 --- a/charts/incubator/authentik/Chart.yaml +++ b/charts/incubator/authentik/Chart.yaml @@ -13,8 +13,8 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.48 description: authentik is an open-source Identity Provider focused on flexibility and versatility. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/authentik -icon: https://truecharts.org/img/chart-icons/authentik.png +home: https://truecharts.org/docs/charts/incubator/authentik +icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png keywords: - authentik kubeVersion: ">=1.16.0-0" @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: authentik sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/authentik - https://github.com/goauthentik/authentik - https://goauthentik.io/docs/ version: 2.0.31 diff --git a/charts/incubator/authentik/README.md b/charts/incubator/authentik/README.md index 4e3a7ebeb6c..1a4a46dec49 100644 --- a/charts/incubator/authentik/README.md +++ b/charts/incubator/authentik/README.md @@ -1,6 +1,6 @@ # authentik -![Version: 2.0.30](https://img.shields.io/badge/Version-2.0.30-informational?style=flat-square) ![AppVersion: 2022.7.3](https://img.shields.io/badge/AppVersion-2022.7.3-informational?style=flat-square) +![Version: 2.0.31](https://img.shields.io/badge/Version-2.0.31-informational?style=flat-square) ![AppVersion: 2022.7.3](https://img.shields.io/badge/AppVersion-2022.7.3-informational?style=flat-square) authentik is an open-source Identity Provider focused on flexibility and versatility. @@ -13,6 +13,7 @@ For more information, please click here: [authentik](https://truecharts.org/docs ## Source Code +* * * @@ -24,22 +25,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `authentik` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install authentik TrueCharts/authentik ``` @@ -50,7 +51,7 @@ helm install authentik TrueCharts/authentik **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall authentik Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install authentik TrueCharts/authentik -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/auto-yt-dl/CHANGELOG.md b/charts/incubator/auto-yt-dl/CHANGELOG.md index 8b50b8bbfb5..e46561dfbeb 100644 --- a/charts/incubator/auto-yt-dl/CHANGELOG.md +++ b/charts/incubator/auto-yt-dl/CHANGELOG.md @@ -2,6 +2,16 @@ +## [auto-yt-dl-0.0.15](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.14...auto-yt-dl-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [auto-yt-dl-0.0.14](https://github.com/truecharts/apps/compare/auto-yt-dl-0.0.13...auto-yt-dl-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/auto-yt-dl/Chart.yaml b/charts/incubator/auto-yt-dl/Chart.yaml index 2fd7da085a4..b8683573837 100644 --- a/charts/incubator/auto-yt-dl/Chart.yaml +++ b/charts/incubator/auto-yt-dl/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - auto-yt-dl is used to automatically download new Videos of specific YouTube - Channels. It features a Web Gui to add and remove Channels from your watch list. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/auto-yt-dl -icon: https://truecharts.org/img/chart-icons/auto-yt-dl.png +description: auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list. +home: https://truecharts.org/docs/charts/incubator/auto-yt-dl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.png keywords: - auto-yt-dl - Downloaders @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: auto-yt-dl sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/auto-yt-dl - https://github.com/xXGuhuXx/auto-yt-dl - https://hub.docker.com/repository/docker/guhu007/auto-yt-dl type: application diff --git a/charts/incubator/auto-yt-dl/README.md b/charts/incubator/auto-yt-dl/README.md index ae06d751c83..9a0f4924b09 100644 --- a/charts/incubator/auto-yt-dl/README.md +++ b/charts/incubator/auto-yt-dl/README.md @@ -1,6 +1,6 @@ # auto-yt-dl -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list. @@ -13,6 +13,7 @@ For more information, please click here: [auto-yt-dl](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `auto-yt-dl` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install auto-yt-dl TrueCharts/auto-yt-dl ``` @@ -48,7 +49,7 @@ helm install auto-yt-dl TrueCharts/auto-yt-dl **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall auto-yt-dl Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install auto-yt-dl TrueCharts/auto-yt-dl -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/autobrr/CHANGELOG.md b/charts/incubator/autobrr/CHANGELOG.md index 6f25d68886b..0dee9160cc9 100644 --- a/charts/incubator/autobrr/CHANGELOG.md +++ b/charts/incubator/autobrr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [autobrr-0.0.3](https://github.com/truecharts/charts/compare/autobrr-0.0.2...autobrr-0.0.3) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [autobrr-0.0.2](https://github.com/truecharts/apps/compare/autobrr-0.0.1...autobrr-0.0.2) (2022-07-27) ### Chore diff --git a/charts/incubator/autobrr/Chart.yaml b/charts/incubator/autobrr/Chart.yaml index c02b7f220af..eb14381255b 100644 --- a/charts/incubator/autobrr/Chart.yaml +++ b/charts/incubator/autobrr/Chart.yaml @@ -6,12 +6,13 @@ appVersion: "1.1.0" description: The modern download automation tool for torrents. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/incubator/autobrr -icon: https://truecharts.org/img/chart-icons/autobrr.png +home: https://truecharts.org/docs/charts/incubator/autobrr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png keywords: - autobrr - torrent sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/autobrr - https://github.com/autobrr/autobrr dependencies: - name: common diff --git a/charts/incubator/autobrr/README.md b/charts/incubator/autobrr/README.md index d99bd7a8cf9..f2bb2f9ea24 100644 --- a/charts/incubator/autobrr/README.md +++ b/charts/incubator/autobrr/README.md @@ -1,6 +1,6 @@ # autobrr -![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square) +![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square) The modern download automation tool for torrents. @@ -13,6 +13,7 @@ For more information, please click here: [autobrr](https://truecharts.org/docs/c ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `autobrr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install autobrr TrueCharts/autobrr ``` @@ -47,7 +48,7 @@ helm install autobrr TrueCharts/autobrr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall autobrr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install autobrr TrueCharts/autobrr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/autoscan/CHANGELOG.md b/charts/incubator/autoscan/CHANGELOG.md index 4f86934f106..ef344490d43 100644 --- a/charts/incubator/autoscan/CHANGELOG.md +++ b/charts/incubator/autoscan/CHANGELOG.md @@ -2,6 +2,16 @@ +## [autoscan-0.0.15](https://github.com/truecharts/charts/compare/autoscan-0.0.14...autoscan-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [autoscan-0.0.14](https://github.com/truecharts/apps/compare/autoscan-0.0.13...autoscan-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/autoscan/Chart.yaml b/charts/incubator/autoscan/Chart.yaml index 9eea4ea4232..128c2fafddd 100644 --- a/charts/incubator/autoscan/Chart.yaml +++ b/charts/incubator/autoscan/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Autoscan replaces the default Plex and Emby behaviour for picking up - file changes on the file system. Autoscan integrates with Sonarr, Radarr and Lidarr - to fetch changes in near real-time without relying on the file system. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/autoscan -icon: https://truecharts.org/img/chart-icons/autoscan.png +description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. Autoscan integrates with Sonarr, Radarr and Lidarr to fetch changes in near real-time without relying on the file system. +home: https://truecharts.org/docs/charts/incubator/autoscan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png keywords: - autoscan - Other @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: autoscan sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/autoscan - https://hotio.dev/containers/autoscan - https://hub.docker.com/r/hotio/autoscan type: application diff --git a/charts/incubator/autoscan/README.md b/charts/incubator/autoscan/README.md index 503d84d1fde..07ee2e6c40d 100644 --- a/charts/incubator/autoscan/README.md +++ b/charts/incubator/autoscan/README.md @@ -1,6 +1,6 @@ # autoscan -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. Autoscan integrates with Sonarr, Radarr and Lidarr to fetch changes in near real-time without relying on the file system. @@ -13,6 +13,7 @@ For more information, please click here: [autoscan](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `autoscan` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install autoscan TrueCharts/autoscan ``` @@ -48,7 +49,7 @@ helm install autoscan TrueCharts/autoscan **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall autoscan Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install autoscan TrueCharts/autoscan -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/avorion/CHANGELOG.md b/charts/incubator/avorion/CHANGELOG.md index 08d96122fd0..61b75cf95f0 100644 --- a/charts/incubator/avorion/CHANGELOG.md +++ b/charts/incubator/avorion/CHANGELOG.md @@ -2,6 +2,16 @@ +## [avorion-0.0.15](https://github.com/truecharts/charts/compare/avorion-0.0.14...avorion-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [avorion-0.0.14](https://github.com/truecharts/apps/compare/avorion-0.0.13...avorion-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/avorion/Chart.yaml b/charts/incubator/avorion/Chart.yaml index d601f5381e0..debd08b874a 100644 --- a/charts/incubator/avorion/Chart.yaml +++ b/charts/incubator/avorion/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Avorion and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/avorion -icon: https://truecharts.org/img/chart-icons/avorion.png +description: "This Docker will download and install SteamCMD. It will also install Avorion and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/avorion +icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.png keywords: - avorion - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: avorion sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/avorion - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/avorion/README.md b/charts/incubator/avorion/README.md index f44ab8511e8..c6c4a1b61c9 100644 --- a/charts/incubator/avorion/README.md +++ b/charts/incubator/avorion/README.md @@ -1,6 +1,6 @@ # avorion -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Avorion and run it. @@ -13,6 +13,7 @@ For more information, please click here: [avorion](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `avorion` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install avorion TrueCharts/avorion ``` @@ -48,7 +49,7 @@ helm install avorion TrueCharts/avorion **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall avorion Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install avorion TrueCharts/avorion -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/awesome-ttrss/CHANGELOG.md b/charts/incubator/awesome-ttrss/CHANGELOG.md index 9e037913584..cea164b99e1 100644 --- a/charts/incubator/awesome-ttrss/CHANGELOG.md +++ b/charts/incubator/awesome-ttrss/CHANGELOG.md @@ -2,6 +2,16 @@ +## [awesome-ttrss-0.0.30](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.29...awesome-ttrss-0.0.30) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [awesome-ttrss-0.0.29](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.28...awesome-ttrss-0.0.29) (2022-07-26) ### Chore diff --git a/charts/incubator/awesome-ttrss/Chart.yaml b/charts/incubator/awesome-ttrss/Chart.yaml index 66c808d2084..b1dc59af142 100644 --- a/charts/incubator/awesome-ttrss/Chart.yaml +++ b/charts/incubator/awesome-ttrss/Chart.yaml @@ -7,9 +7,10 @@ kubeVersion: ">=1.16.0-0" keywords: - tt-rss - awesome-ttrss -home: https://github.com/truecharts/charts/tree/master/charts/incubator/awesome-ttrss -icon: https://truecharts.org/img/chart-icons/awesome-ttrss.png +home: https://truecharts.org/docs/charts/incubator/awesome-ttrss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/awesome-ttrss.png sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/awesome-ttrss - https://github.com/HenryQW/Awesome-TTRSS dependencies: - name: common diff --git a/charts/incubator/awesome-ttrss/README.md b/charts/incubator/awesome-ttrss/README.md index c0b946856f2..9f7307d362d 100644 --- a/charts/incubator/awesome-ttrss/README.md +++ b/charts/incubator/awesome-ttrss/README.md @@ -1,6 +1,6 @@ # awesome-ttrss -![Version: 0.0.29](https://img.shields.io/badge/Version-0.0.29-informational?style=flat-square) ![AppVersion: 2022](https://img.shields.io/badge/AppVersion-2022-informational?style=flat-square) +![Version: 0.0.30](https://img.shields.io/badge/Version-0.0.30-informational?style=flat-square) ![AppVersion: 2022](https://img.shields.io/badge/AppVersion-2022-informational?style=flat-square) Awesome TTRSS aims to provide a powerful Dockerized all-in-one solution for Tiny Tiny RSS @@ -13,6 +13,7 @@ For more information, please click here: [awesome-ttrss](https://truecharts.org/ ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `awesome-ttrss` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install awesome-ttrss TrueCharts/awesome-ttrss ``` @@ -48,7 +49,7 @@ helm install awesome-ttrss TrueCharts/awesome-ttrss **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall awesome-ttrss Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install awesome-ttrss TrueCharts/awesome-ttrss -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/backuppc/CHANGELOG.md b/charts/incubator/backuppc/CHANGELOG.md index cb13b9f5556..e864972c363 100644 --- a/charts/incubator/backuppc/CHANGELOG.md +++ b/charts/incubator/backuppc/CHANGELOG.md @@ -2,6 +2,16 @@ +## [backuppc-0.0.15](https://github.com/truecharts/charts/compare/backuppc-0.0.14...backuppc-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [backuppc-0.0.14](https://github.com/truecharts/apps/compare/backuppc-0.0.13...backuppc-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/backuppc/Chart.yaml b/charts/incubator/backuppc/Chart.yaml index 7cb80a1b6aa..6efbf475d85 100644 --- a/charts/incubator/backuppc/Chart.yaml +++ b/charts/incubator/backuppc/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - BackupPC is a high-performance, enterprise-grade system for backing up - Linux, Windows and macOS PCs and laptops to a server's disk. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/backuppc -icon: https://truecharts.org/img/chart-icons/backuppc.png +description: BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. +home: https://truecharts.org/docs/charts/incubator/backuppc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png keywords: - backuppc - Backup @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: backuppc sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/backuppc - https://backuppc.github.io/backuppc/index.html - https://hub.docker.com/r/tiredofit/backuppc/ type: application diff --git a/charts/incubator/backuppc/README.md b/charts/incubator/backuppc/README.md index c30850f5783..5e85bb6b7c7 100644 --- a/charts/incubator/backuppc/README.md +++ b/charts/incubator/backuppc/README.md @@ -1,6 +1,6 @@ # backuppc -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. @@ -13,6 +13,7 @@ For more information, please click here: [backuppc](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `backuppc` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install backuppc TrueCharts/backuppc ``` @@ -48,7 +49,7 @@ helm install backuppc TrueCharts/backuppc **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall backuppc Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install backuppc TrueCharts/backuppc -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/baikal/CHANGELOG.md b/charts/incubator/baikal/CHANGELOG.md index ff814015329..abbd9089e2d 100644 --- a/charts/incubator/baikal/CHANGELOG.md +++ b/charts/incubator/baikal/CHANGELOG.md @@ -2,6 +2,16 @@ +## [baikal-0.0.14](https://github.com/truecharts/charts/compare/baikal-0.0.13...baikal-0.0.14) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [baikal-0.0.13](https://github.com/truecharts/apps/compare/baikal-0.0.12...baikal-0.0.13) (2022-07-26) ### Chore diff --git a/charts/incubator/baikal/Chart.yaml b/charts/incubator/baikal/Chart.yaml index 51fd3a2d4fa..014d8232600 100644 --- a/charts/incubator/baikal/Chart.yaml +++ b/charts/incubator/baikal/Chart.yaml @@ -9,9 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: "Ba\xEFkal is a lightweight CalDAV+CardDAV server" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/baikal -icon: https://truecharts.org/img/chart-icons/baikal.png +description: "Baïkal is a lightweight CalDAV+CardDAV server" +home: https://truecharts.org/docs/charts/incubator/baikal +icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.png keywords: - baikal - Network-Web @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: baikal sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/baikal - https://github.com/ckulka/baikal-docker - https://hub.docker.com/r/ckulka/baikal/ type: application diff --git a/charts/incubator/baikal/README.md b/charts/incubator/baikal/README.md index 5a42e0c1882..271ff97ecfd 100644 --- a/charts/incubator/baikal/README.md +++ b/charts/incubator/baikal/README.md @@ -1,6 +1,6 @@ # baikal -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: nginx](https://img.shields.io/badge/AppVersion-nginx-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: nginx](https://img.shields.io/badge/AppVersion-nginx-informational?style=flat-square) Baïkal is a lightweight CalDAV+CardDAV server @@ -13,6 +13,7 @@ For more information, please click here: [baikal](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `baikal` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install baikal TrueCharts/baikal ``` @@ -48,7 +49,7 @@ helm install baikal TrueCharts/baikal **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall baikal Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install baikal TrueCharts/baikal -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/barcodebuddy/CHANGELOG.md b/charts/incubator/barcodebuddy/CHANGELOG.md index 349ee2675f6..8c715d606ec 100644 --- a/charts/incubator/barcodebuddy/CHANGELOG.md +++ b/charts/incubator/barcodebuddy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [barcodebuddy-0.0.15](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.14...barcodebuddy-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [barcodebuddy-0.0.14](https://github.com/truecharts/apps/compare/barcodebuddy-0.0.13...barcodebuddy-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/barcodebuddy/Chart.yaml b/charts/incubator/barcodebuddy/Chart.yaml index 34883489564..0000dcdad20 100644 --- a/charts/incubator/barcodebuddy/Chart.yaml +++ b/charts/incubator/barcodebuddy/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "<b>Barcode Buddy is a Grocy companion app/plugin, which allows\ - \ you to install the Barcode Buddy app and scan products directly to your Grocy\ - \ library.</b>\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/barcodebuddy -icon: https://truecharts.org/img/chart-icons/barcodebuddy.png +description: "<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>\r\n" +home: https://truecharts.org/docs/charts/incubator/barcodebuddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.png keywords: - barcodebuddy - Productivity @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: barcodebuddy sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/barcodebuddy - https://github.com/Forceu/barcodebuddy - https://hub.docker.com/r/f0rc3/barcodebuddy-docker type: application diff --git a/charts/incubator/barcodebuddy/README.md b/charts/incubator/barcodebuddy/README.md index 15a6f36b0c7..b1f146fd3c0 100644 --- a/charts/incubator/barcodebuddy/README.md +++ b/charts/incubator/barcodebuddy/README.md @@ -1,6 +1,6 @@ # barcodebuddy -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) <b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b> @@ -13,6 +13,7 @@ For more information, please click here: [barcodebuddy](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `barcodebuddy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install barcodebuddy TrueCharts/barcodebuddy ``` @@ -48,7 +49,7 @@ helm install barcodebuddy TrueCharts/barcodebuddy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall barcodebuddy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install barcodebuddy TrueCharts/barcodebuddy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/barotrauma/CHANGELOG.md b/charts/incubator/barotrauma/CHANGELOG.md index b029f362cc1..837ffb60c54 100644 --- a/charts/incubator/barotrauma/CHANGELOG.md +++ b/charts/incubator/barotrauma/CHANGELOG.md @@ -2,6 +2,16 @@ +## [barotrauma-0.0.15](https://github.com/truecharts/charts/compare/barotrauma-0.0.14...barotrauma-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [barotrauma-0.0.14](https://github.com/truecharts/apps/compare/barotrauma-0.0.13...barotrauma-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/barotrauma/Chart.yaml b/charts/incubator/barotrauma/Chart.yaml index ff02c18d216..8577f894623 100644 --- a/charts/incubator/barotrauma/Chart.yaml +++ b/charts/incubator/barotrauma/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Barotrauma and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/barotrauma -icon: https://truecharts.org/img/chart-icons/barotrauma.png +description: "This Docker will download and install SteamCMD. It will also install Barotrauma and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/barotrauma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.png keywords: - barotrauma - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: barotrauma sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/barotrauma - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/barotrauma/README.md b/charts/incubator/barotrauma/README.md index 63f33149077..50307ccce48 100644 --- a/charts/incubator/barotrauma/README.md +++ b/charts/incubator/barotrauma/README.md @@ -1,6 +1,6 @@ # barotrauma -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Barotrauma and run it. @@ -13,6 +13,7 @@ For more information, please click here: [barotrauma](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `barotrauma` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install barotrauma TrueCharts/barotrauma ``` @@ -48,7 +49,7 @@ helm install barotrauma TrueCharts/barotrauma **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall barotrauma Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install barotrauma TrueCharts/barotrauma -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/bitcoin-node/CHANGELOG.md b/charts/incubator/bitcoin-node/CHANGELOG.md index 83e0716e3b2..93ace84f898 100644 --- a/charts/incubator/bitcoin-node/CHANGELOG.md +++ b/charts/incubator/bitcoin-node/CHANGELOG.md @@ -2,6 +2,16 @@ +## [bitcoin-node-0.0.15](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.14...bitcoin-node-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [bitcoin-node-0.0.14](https://github.com/truecharts/apps/compare/bitcoin-node-0.0.13...bitcoin-node-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/bitcoin-node/Chart.yaml b/charts/incubator/bitcoin-node/Chart.yaml index 744d6823ac5..f40afe619de 100644 --- a/charts/incubator/bitcoin-node/Chart.yaml +++ b/charts/incubator/bitcoin-node/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoin-node -icon: https://truecharts.org/img/chart-icons/bitcoin-node.png +home: https://truecharts.org/docs/charts/incubator/bitcoin-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.png keywords: - bitcoin-node - Crypto @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: bitcoin-node sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoin-node - https://github.com/kylemanna/docker-bitcoind - https://hub.docker.com/r/kylemanna/bitcoind type: application diff --git a/charts/incubator/bitcoin-node/README.md b/charts/incubator/bitcoin-node/README.md index c51fe2024cc..80f6e026872 100644 --- a/charts/incubator/bitcoin-node/README.md +++ b/charts/incubator/bitcoin-node/README.md @@ -1,6 +1,6 @@ # bitcoin-node -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [bitcoin-node](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `bitcoin-node` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install bitcoin-node TrueCharts/bitcoin-node ``` @@ -48,7 +49,7 @@ helm install bitcoin-node TrueCharts/bitcoin-node **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall bitcoin-node Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install bitcoin-node TrueCharts/bitcoin-node -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/bitcoind/CHANGELOG.md b/charts/incubator/bitcoind/CHANGELOG.md index 2365f300a0b..0e455244733 100644 --- a/charts/incubator/bitcoind/CHANGELOG.md +++ b/charts/incubator/bitcoind/CHANGELOG.md @@ -2,6 +2,16 @@ +## [bitcoind-0.0.15](https://github.com/truecharts/charts/compare/bitcoind-0.0.14...bitcoind-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [bitcoind-0.0.14](https://github.com/truecharts/apps/compare/bitcoind-0.0.13...bitcoind-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/bitcoind/Chart.yaml b/charts/incubator/bitcoind/Chart.yaml index 0c1fc77562a..160b85d95d2 100644 --- a/charts/incubator/bitcoind/Chart.yaml +++ b/charts/incubator/bitcoind/Chart.yaml @@ -11,13 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Support the Bitcoin network by hosting your own node! This template - provides a full Bitcoin Core node, built in a verifiably trustless way. - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoind -icon: https://truecharts.org/img/chart-icons/bitcoind.png +description: "Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way.\n" +home: https://truecharts.org/docs/charts/incubator/bitcoind +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.png keywords: - bitcoind - Tools-Utilities @@ -30,6 +26,7 @@ maintainers: url: https://truecharts.org name: bitcoind sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoind - https://bitcoin.org/ - https://hub.docker.com/r/ofawx/bitcoind/ type: application diff --git a/charts/incubator/bitcoind/README.md b/charts/incubator/bitcoind/README.md index 79ba05b6396..c3e3d481954 100644 --- a/charts/incubator/bitcoind/README.md +++ b/charts/incubator/bitcoind/README.md @@ -1,6 +1,6 @@ # bitcoind -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way. @@ -13,6 +13,7 @@ For more information, please click here: [bitcoind](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `bitcoind` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install bitcoind TrueCharts/bitcoind ``` @@ -48,7 +49,7 @@ helm install bitcoind TrueCharts/bitcoind **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall bitcoind Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install bitcoind TrueCharts/bitcoind -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/bitcoinunlimited/CHANGELOG.md b/charts/incubator/bitcoinunlimited/CHANGELOG.md index ed564af8f35..a7442e1347c 100644 --- a/charts/incubator/bitcoinunlimited/CHANGELOG.md +++ b/charts/incubator/bitcoinunlimited/CHANGELOG.md @@ -2,6 +2,16 @@ +## [bitcoinunlimited-0.0.15](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.14...bitcoinunlimited-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [bitcoinunlimited-0.0.14](https://github.com/truecharts/apps/compare/bitcoinunlimited-0.0.13...bitcoinunlimited-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/bitcoinunlimited/Chart.yaml b/charts/incubator/bitcoinunlimited/Chart.yaml index bd6e671eaf6..9040b8cea5d 100644 --- a/charts/incubator/bitcoinunlimited/Chart.yaml +++ b/charts/incubator/bitcoinunlimited/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "The Bitcoin Unlimited project seeks to provide a voice to all stakeholders\ - \ in the Bitcoin ecosystem.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoinunlimited -icon: https://truecharts.org/img/chart-icons/bitcoinunlimited.png +description: "The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem.\r\n" +home: https://truecharts.org/docs/charts/incubator/bitcoinunlimited +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.png keywords: - bitcoinunlimited - Network-Other @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: bitcoinunlimited sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoinunlimited - https://hub.docker.com/r/amacneil/bitcoinunlimited/~/dockerfile/ type: application version: 0.0.15 diff --git a/charts/incubator/bitcoinunlimited/README.md b/charts/incubator/bitcoinunlimited/README.md index 01c02410242..acad48e9223 100644 --- a/charts/incubator/bitcoinunlimited/README.md +++ b/charts/incubator/bitcoinunlimited/README.md @@ -1,6 +1,6 @@ # bitcoinunlimited -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem. @@ -13,6 +13,7 @@ For more information, please click here: [bitcoinunlimited](https://truecharts.o ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `bitcoinunlimited` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install bitcoinunlimited TrueCharts/bitcoinunlimited ``` @@ -47,7 +48,7 @@ helm install bitcoinunlimited TrueCharts/bitcoinunlimited **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall bitcoinunlimited Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install bitcoinunlimited TrueCharts/bitcoinunlimited -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/bitcoinwalletgui/CHANGELOG.md b/charts/incubator/bitcoinwalletgui/CHANGELOG.md index 293bf42e85d..72fa774500c 100644 --- a/charts/incubator/bitcoinwalletgui/CHANGELOG.md +++ b/charts/incubator/bitcoinwalletgui/CHANGELOG.md @@ -2,6 +2,16 @@ +## [bitcoinwalletgui-0.0.15](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.14...bitcoinwalletgui-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [bitcoinwalletgui-0.0.14](https://github.com/truecharts/apps/compare/bitcoinwalletgui-0.0.13...bitcoinwalletgui-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/bitcoinwalletgui/Chart.yaml b/charts/incubator/bitcoinwalletgui/Chart.yaml index d4d3bafb359..b1b210f99a9 100644 --- a/charts/incubator/bitcoinwalletgui/Chart.yaml +++ b/charts/incubator/bitcoinwalletgui/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: "Bitcoin wallet with GUI over VNC and NoVNC. - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoinwalletgui -icon: https://truecharts.org/img/chart-icons/bitcoinwalletgui.png +description: "Bitcoin wallet with GUI over VNC and NoVNC. \n" +home: https://truecharts.org/docs/charts/incubator/bitcoinwalletgui +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.png keywords: - bitcoinwalletgui - Other @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: bitcoinwalletgui sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoinwalletgui - https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui type: application version: 0.0.15 diff --git a/charts/incubator/bitcoinwalletgui/README.md b/charts/incubator/bitcoinwalletgui/README.md index 2fea25b1c83..7aae6f46674 100644 --- a/charts/incubator/bitcoinwalletgui/README.md +++ b/charts/incubator/bitcoinwalletgui/README.md @@ -1,6 +1,6 @@ # bitcoinwalletgui -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Bitcoin wallet with GUI over VNC and NoVNC. @@ -13,6 +13,7 @@ For more information, please click here: [bitcoinwalletgui](https://truecharts.o ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `bitcoinwalletgui` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install bitcoinwalletgui TrueCharts/bitcoinwalletgui ``` @@ -47,7 +48,7 @@ helm install bitcoinwalletgui TrueCharts/bitcoinwalletgui **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall bitcoinwalletgui Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install bitcoinwalletgui TrueCharts/bitcoinwalletgui -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/blender-desktop-g3/CHANGELOG.md b/charts/incubator/blender-desktop-g3/CHANGELOG.md index 873fb241aba..329dc13fa1e 100644 --- a/charts/incubator/blender-desktop-g3/CHANGELOG.md +++ b/charts/incubator/blender-desktop-g3/CHANGELOG.md @@ -2,6 +2,16 @@ +## [blender-desktop-g3-0.0.15](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.14...blender-desktop-g3-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [blender-desktop-g3-0.0.14](https://github.com/truecharts/apps/compare/blender-desktop-g3-0.0.13...blender-desktop-g3-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/blender-desktop-g3/Chart.yaml b/charts/incubator/blender-desktop-g3/Chart.yaml index 0fae5bd6a13..d75cd73daea 100644 --- a/charts/incubator/blender-desktop-g3/Chart.yaml +++ b/charts/incubator/blender-desktop-g3/Chart.yaml @@ -13,8 +13,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/blender-desktop-g3 -icon: https://truecharts.org/img/chart-icons/blender-desktop-g3.png +home: https://truecharts.org/docs/charts/incubator/blender-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.png keywords: - blender-desktop-g3 - Productivity @@ -28,6 +28,7 @@ maintainers: url: https://truecharts.org name: blender-desktop-g3 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/blender-desktop-g3 - https://github.com/accetto/headless-drawing-g3/ - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 type: application diff --git a/charts/incubator/blender-desktop-g3/README.md b/charts/incubator/blender-desktop-g3/README.md index 9f569e6064b..6942b17b7ae 100644 --- a/charts/incubator/blender-desktop-g3/README.md +++ b/charts/incubator/blender-desktop-g3/README.md @@ -1,6 +1,6 @@ # blender-desktop-g3 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [blender-desktop-g3](https://truecharts ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `blender-desktop-g3` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install blender-desktop-g3 TrueCharts/blender-desktop-g3 ``` @@ -48,7 +49,7 @@ helm install blender-desktop-g3 TrueCharts/blender-desktop-g3 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall blender-desktop-g3 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install blender-desktop-g3 TrueCharts/blender-desktop-g3 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/blender/CHANGELOG.md b/charts/incubator/blender/CHANGELOG.md index 31d096269f0..c8a6aaf6239 100644 --- a/charts/incubator/blender/CHANGELOG.md +++ b/charts/incubator/blender/CHANGELOG.md @@ -2,6 +2,16 @@ +## [blender-0.0.16](https://github.com/truecharts/charts/compare/blender-0.0.15...blender-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [blender-0.0.15](https://github.com/truecharts/apps/compare/blender-0.0.14...blender-0.0.15) (2022-07-30) ### Chore diff --git a/charts/incubator/blender/Chart.yaml b/charts/incubator/blender/Chart.yaml index 5c2145813e0..74a6bd5d191 100644 --- a/charts/incubator/blender/Chart.yaml +++ b/charts/incubator/blender/Chart.yaml @@ -9,14 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Blender(https://www.blender.org/) is a free and open-source 3D computer - graphics software toolset used for creating animated films, visual effects, art, - 3D printed models, motion graphics, interactive 3D applications, virtual reality, - and computer games. **This image does not support GPU rendering out of the box only - accelerated workspace experience** +description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience** home: https://truecharts.org/docs/charts/incubator/blender -icon: https://truecharts.org/img/chart-icons/blender.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png keywords: - blender - Other @@ -27,6 +22,7 @@ maintainers: url: https://truecharts.org name: blender sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/blender - https://www.blender.org/ - https://github.com/orgs/linuxserver/packages/container/package/blender - https://github.com/linuxserver/docker-blender#readme diff --git a/charts/incubator/blender/README.md b/charts/incubator/blender/README.md index 3856d0183e9..20da6004e64 100644 --- a/charts/incubator/blender/README.md +++ b/charts/incubator/blender/README.md @@ -1,6 +1,6 @@ # blender -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience** @@ -13,6 +13,7 @@ For more information, please click here: [blender](https://truecharts.org/docs/c ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `blender` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install blender TrueCharts/blender ``` @@ -49,7 +50,7 @@ helm install blender TrueCharts/blender **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall blender Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install blender TrueCharts/blender -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/breitbandmessung-de/CHANGELOG.md b/charts/incubator/breitbandmessung-de/CHANGELOG.md index 83ca2caab23..e2b5ea85045 100644 --- a/charts/incubator/breitbandmessung-de/CHANGELOG.md +++ b/charts/incubator/breitbandmessung-de/CHANGELOG.md @@ -2,6 +2,16 @@ +## [breitbandmessung-de-0.0.17](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.16...breitbandmessung-de-0.0.17) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [breitbandmessung-de-0.0.16](https://github.com/truecharts/apps/compare/breitbandmessung-de-0.0.15...breitbandmessung-de-0.0.16) (2022-07-30) ### Chore diff --git a/charts/incubator/breitbandmessung-de/Chart.yaml b/charts/incubator/breitbandmessung-de/Chart.yaml index 05510f259e4..4ef4ba4a367 100644 --- a/charts/incubator/breitbandmessung-de/Chart.yaml +++ b/charts/incubator/breitbandmessung-de/Chart.yaml @@ -13,11 +13,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "A script to enable customers of lazy ISPs to perform measurement campaigns\ - \ of the connection speed as described here in an automated way.\r\n" +description: "A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way.\r\n" home: https://truecharts.org/docs/charts/incubator/breitbandmessung-de -icon: https://truecharts.org/img/chart-icons/breitbandmessung-de.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.png keywords: - breitbandmessung-de - HomeAutomation @@ -32,6 +30,7 @@ maintainers: url: https://truecharts.org name: breitbandmessung-de sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/breitbandmessung-de - https://github.com/shneezin/breitbandmessung-node - https://hub.docker.com/r/shneezin/breitbandmessung-node type: application diff --git a/charts/incubator/breitbandmessung-de/README.md b/charts/incubator/breitbandmessung-de/README.md index 2a4727ff225..33a3821a01d 100644 --- a/charts/incubator/breitbandmessung-de/README.md +++ b/charts/incubator/breitbandmessung-de/README.md @@ -1,6 +1,6 @@ # breitbandmessung-de -![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way. @@ -13,6 +13,7 @@ For more information, please click here: [breitbandmessung-de](https://truechart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `breitbandmessung-de` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install breitbandmessung-de TrueCharts/breitbandmessung-de ``` @@ -48,7 +49,7 @@ helm install breitbandmessung-de TrueCharts/breitbandmessung-de **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall breitbandmessung-de Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install breitbandmessung-de TrueCharts/breitbandmessung-de -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/btdex/CHANGELOG.md b/charts/incubator/btdex/CHANGELOG.md index 98d92495d21..6362c490c36 100644 --- a/charts/incubator/btdex/CHANGELOG.md +++ b/charts/incubator/btdex/CHANGELOG.md @@ -2,6 +2,16 @@ +## [btdex-0.0.15](https://github.com/truecharts/charts/compare/btdex-0.0.14...btdex-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [btdex-0.0.14](https://github.com/truecharts/apps/compare/btdex-0.0.13...btdex-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/btdex/Chart.yaml b/charts/incubator/btdex/Chart.yaml index 108669b2120..157017ac509 100644 --- a/charts/incubator/btdex/Chart.yaml +++ b/charts/incubator/btdex/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - This is a Docker container for BTDEX based on jlesage/docker-baseimage-gui - Docker image. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/btdex -icon: https://truecharts.org/img/chart-icons/btdex.png +description: This is a Docker container for BTDEX based on jlesage/docker-baseimage-gui Docker image. +home: https://truecharts.org/docs/charts/incubator/btdex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/btdex.png keywords: - btdex - Crypto @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: btdex sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/btdex - https://btdex.trade/ - https://hub.docker.com/r/furritos/docker-btdex:latest type: application diff --git a/charts/incubator/btdex/README.md b/charts/incubator/btdex/README.md index 6a2da31a4ef..a4383dad7a4 100644 --- a/charts/incubator/btdex/README.md +++ b/charts/incubator/btdex/README.md @@ -1,6 +1,6 @@ # btdex -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This is a Docker container for BTDEX based on jlesage/docker-baseimage-gui Docker image. @@ -13,6 +13,7 @@ For more information, please click here: [btdex](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `btdex` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install btdex TrueCharts/btdex ``` @@ -48,7 +49,7 @@ helm install btdex TrueCharts/btdex **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall btdex Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install btdex TrueCharts/btdex -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/bwapp/CHANGELOG.md b/charts/incubator/bwapp/CHANGELOG.md index ebde6366ab4..389a9624492 100644 --- a/charts/incubator/bwapp/CHANGELOG.md +++ b/charts/incubator/bwapp/CHANGELOG.md @@ -2,6 +2,16 @@ +## [bwapp-0.0.15](https://github.com/truecharts/charts/compare/bwapp-0.0.14...bwapp-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [bwapp-0.0.14](https://github.com/truecharts/apps/compare/bwapp-0.0.13...bwapp-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/bwapp/Chart.yaml b/charts/incubator/bwapp/Chart.yaml index c5306e26c38..d28f0c5a9ed 100644 --- a/charts/incubator/bwapp/Chart.yaml +++ b/charts/incubator/bwapp/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "bWAPP, or a buggy web application, is a free and open source deliberately\ - \ insecure web application.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/bwapp -icon: https://truecharts.org/img/chart-icons/bwapp.png +description: "bWAPP, or a buggy web application, is a free and open source deliberately insecure web application.\r\n" +home: https://truecharts.org/docs/charts/incubator/bwapp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.png keywords: - bwapp - Tools-Utilities @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: bwapp sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/bwapp - https://sourceforge.net/projects/bwapp/ - https://hub.docker.com/r/raesene/bwapp/ type: application diff --git a/charts/incubator/bwapp/README.md b/charts/incubator/bwapp/README.md index 10f2f578138..2e09281361a 100644 --- a/charts/incubator/bwapp/README.md +++ b/charts/incubator/bwapp/README.md @@ -1,6 +1,6 @@ # bwapp -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. @@ -13,6 +13,7 @@ For more information, please click here: [bwapp](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `bwapp` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install bwapp TrueCharts/bwapp ``` @@ -48,7 +49,7 @@ helm install bwapp TrueCharts/bwapp **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall bwapp Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install bwapp TrueCharts/bwapp -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/cadquery-jupyter/CHANGELOG.md b/charts/incubator/cadquery-jupyter/CHANGELOG.md index 68a0497e183..e6d51492b6d 100644 --- a/charts/incubator/cadquery-jupyter/CHANGELOG.md +++ b/charts/incubator/cadquery-jupyter/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cadquery-jupyter-0.0.14](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.13...cadquery-jupyter-0.0.14) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cadquery-jupyter-0.0.13](https://github.com/truecharts/apps/compare/cadquery-jupyter-0.0.12...cadquery-jupyter-0.0.13) (2022-07-26) ### Chore diff --git a/charts/incubator/cadquery-jupyter/Chart.yaml b/charts/incubator/cadquery-jupyter/Chart.yaml index a73b5e280f5..5f441e7ad66 100644 --- a/charts/incubator/cadquery-jupyter/Chart.yaml +++ b/charts/incubator/cadquery-jupyter/Chart.yaml @@ -13,13 +13,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "CadQuery is an intuitive, easy-to-use Python module for building parametric\ - \ 3D CAD models. Using CadQuery, you can write short, simple scripts that produce\ - \ high quality CAD models. It is easy to make many different objects using a single\ - \ script that can be customized.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/cadquery-jupyter -icon: https://truecharts.org/img/chart-icons/cadquery-jupyter.png +description: "CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.\r\n" +home: https://truecharts.org/docs/charts/incubator/cadquery-jupyter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-jupyter.png keywords: - cadquery-jupyter - Productivity @@ -34,6 +30,7 @@ maintainers: url: https://truecharts.org name: cadquery-jupyter sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cadquery-jupyter - https://github.com/bernhard-42/jupyter-cadquery - https://hub.docker.com/r/cadquery/cadquery-server type: application diff --git a/charts/incubator/cadquery-jupyter/README.md b/charts/incubator/cadquery-jupyter/README.md index 75761dccd6d..64e5e7b6a5c 100644 --- a/charts/incubator/cadquery-jupyter/README.md +++ b/charts/incubator/cadquery-jupyter/README.md @@ -1,6 +1,6 @@ # cadquery-jupyter -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0rc4](https://img.shields.io/badge/AppVersion-3.1.0rc4-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0rc4](https://img.shields.io/badge/AppVersion-3.1.0rc4-informational?style=flat-square) CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized. @@ -13,6 +13,7 @@ For more information, please click here: [cadquery-jupyter](https://truecharts.o ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cadquery-jupyter` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cadquery-jupyter TrueCharts/cadquery-jupyter ``` @@ -48,7 +49,7 @@ helm install cadquery-jupyter TrueCharts/cadquery-jupyter **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall cadquery-jupyter Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cadquery-jupyter TrueCharts/cadquery-jupyter -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/cadquery-server/CHANGELOG.md b/charts/incubator/cadquery-server/CHANGELOG.md index 499a295acb2..b04b290b77a 100644 --- a/charts/incubator/cadquery-server/CHANGELOG.md +++ b/charts/incubator/cadquery-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cadquery-server-0.0.15](https://github.com/truecharts/charts/compare/cadquery-server-0.0.14...cadquery-server-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cadquery-server-0.0.14](https://github.com/truecharts/apps/compare/cadquery-server-0.0.13...cadquery-server-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/cadquery-server/Chart.yaml b/charts/incubator/cadquery-server/Chart.yaml index c73e0456924..f248038cc79 100644 --- a/charts/incubator/cadquery-server/Chart.yaml +++ b/charts/incubator/cadquery-server/Chart.yaml @@ -12,13 +12,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "CadQuery is an intuitive, easy-to-use Python module for building parametric\ - \ 3D CAD models. Using CadQuery, you can write short, simple scripts that produce\ - \ high quality CAD models. It is easy to make many different objects using a single\ - \ script that can be customized.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/cadquery-server -icon: https://truecharts.org/img/chart-icons/cadquery-server.png +description: "CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.\r\n" +home: https://truecharts.org/docs/charts/incubator/cadquery-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.png keywords: - cadquery-server - Productivity @@ -32,6 +28,7 @@ maintainers: url: https://truecharts.org name: cadquery-server sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cadquery-server - https://github.com/roipoussiere/cadquery - https://hub.docker.com/r/cadquery/cadquery-server type: application diff --git a/charts/incubator/cadquery-server/README.md b/charts/incubator/cadquery-server/README.md index ed4b7dccb42..7b90fd394cc 100644 --- a/charts/incubator/cadquery-server/README.md +++ b/charts/incubator/cadquery-server/README.md @@ -1,6 +1,6 @@ # cadquery-server -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized. @@ -13,6 +13,7 @@ For more information, please click here: [cadquery-server](https://truecharts.or ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cadquery-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cadquery-server TrueCharts/cadquery-server ``` @@ -48,7 +49,7 @@ helm install cadquery-server TrueCharts/cadquery-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall cadquery-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cadquery-server TrueCharts/cadquery-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/chivalry-medievalwarfare/CHANGELOG.md b/charts/incubator/chivalry-medievalwarfare/CHANGELOG.md index caa74b5fe19..e15134fff47 100644 --- a/charts/incubator/chivalry-medievalwarfare/CHANGELOG.md +++ b/charts/incubator/chivalry-medievalwarfare/CHANGELOG.md @@ -2,6 +2,16 @@ +## [chivalry-medievalwarfare-0.0.15](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.14...chivalry-medievalwarfare-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [chivalry-medievalwarfare-0.0.14](https://github.com/truecharts/apps/compare/chivalry-medievalwarfare-0.0.13...chivalry-medievalwarfare-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/chivalry-medievalwarfare/Chart.yaml b/charts/incubator/chivalry-medievalwarfare/Chart.yaml index 68302ff52d3..080693f35e9 100644 --- a/charts/incubator/chivalry-medievalwarfare/Chart.yaml +++ b/charts/incubator/chivalry-medievalwarfare/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Chivalry: Medieval Warfare and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/chivalry-medievalwarfare -icon: https://truecharts.org/img/chart-icons/chivalry-medievalwarfare.png +description: "This Docker will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/chivalry-medievalwarfare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.png keywords: - chivalry-medievalwarfare - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: chivalry-medievalwarfare sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/chivalry-medievalwarfare - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/chivalry-medievalwarfare/README.md b/charts/incubator/chivalry-medievalwarfare/README.md index d0c5212f7c3..daba8130069 100644 --- a/charts/incubator/chivalry-medievalwarfare/README.md +++ b/charts/incubator/chivalry-medievalwarfare/README.md @@ -1,6 +1,6 @@ # chivalry-medievalwarfare -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it. @@ -13,6 +13,7 @@ For more information, please click here: [chivalry-medievalwarfare](https://true ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `chivalry-medievalwarfare` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install chivalry-medievalwarfare TrueCharts/chivalry-medievalwarfare ``` @@ -48,7 +49,7 @@ helm install chivalry-medievalwarfare TrueCharts/chivalry-medievalwarfare **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall chivalry-medievalwarfare Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install chivalry-medievalwarfare TrueCharts/chivalry-medievalwarfare -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/chowdown/CHANGELOG.md b/charts/incubator/chowdown/CHANGELOG.md index 06c4600ae51..afeb297a56b 100644 --- a/charts/incubator/chowdown/CHANGELOG.md +++ b/charts/incubator/chowdown/CHANGELOG.md @@ -2,6 +2,16 @@ +## [chowdown-0.0.15](https://github.com/truecharts/charts/compare/chowdown-0.0.14...chowdown-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [chowdown-0.0.14](https://github.com/truecharts/apps/compare/chowdown-0.0.13...chowdown-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/chowdown/Chart.yaml b/charts/incubator/chowdown/Chart.yaml index e723271a5ac..e62a58ff3b3 100644 --- a/charts/incubator/chowdown/Chart.yaml +++ b/charts/incubator/chowdown/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: Simple recipes in Markdown format. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/chowdown -icon: https://truecharts.org/img/chart-icons/chowdown.png +home: https://truecharts.org/docs/charts/incubator/chowdown +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.png keywords: - chowdown - Other @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: chowdown sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/chowdown - https://hub.docker.com/r/gregyankovoy/chowdown/Dockerfile/ type: application version: 0.0.15 diff --git a/charts/incubator/chowdown/README.md b/charts/incubator/chowdown/README.md index 3fc4964fe88..f61d4725a64 100644 --- a/charts/incubator/chowdown/README.md +++ b/charts/incubator/chowdown/README.md @@ -1,6 +1,6 @@ # chowdown -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Simple recipes in Markdown format. @@ -13,6 +13,7 @@ For more information, please click here: [chowdown](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `chowdown` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install chowdown TrueCharts/chowdown ``` @@ -47,7 +48,7 @@ helm install chowdown TrueCharts/chowdown **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall chowdown Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install chowdown TrueCharts/chowdown -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/chromium-desktop-g3/CHANGELOG.md b/charts/incubator/chromium-desktop-g3/CHANGELOG.md index 994cc377d06..c3733b3f58b 100644 --- a/charts/incubator/chromium-desktop-g3/CHANGELOG.md +++ b/charts/incubator/chromium-desktop-g3/CHANGELOG.md @@ -2,6 +2,17 @@ +## [chromium-desktop-g3-0.0.16](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.14...chromium-desktop-g3-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [chromium-desktop-g3-0.0.14](https://github.com/truecharts/apps/compare/chromium-desktop-g3-0.0.13...chromium-desktop-g3-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/chromium-desktop-g3/Chart.yaml b/charts/incubator/chromium-desktop-g3/Chart.yaml index d8c84bbbb72..edddc660ec3 100644 --- a/charts/incubator/chromium-desktop-g3/Chart.yaml +++ b/charts/incubator/chromium-desktop-g3/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/chromium-desktop-g3 -icon: https://truecharts.org/img/chart-icons/chromium-desktop-g3.png +home: https://truecharts.org/docs/charts/incubator/chromium-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.png keywords: - chromium-desktop-g3 - Tools-Utilities @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: chromium-desktop-g3 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/chromium-desktop-g3 - https://github.com/accetto/headless-drawing-g3/ - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3 type: application diff --git a/charts/incubator/chromium-desktop-g3/README.md b/charts/incubator/chromium-desktop-g3/README.md index e31274ece4b..73c223bee44 100644 --- a/charts/incubator/chromium-desktop-g3/README.md +++ b/charts/incubator/chromium-desktop-g3/README.md @@ -1,6 +1,6 @@ # chromium-desktop-g3 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [chromium-desktop-g3](https://truechart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `chromium-desktop-g3` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install chromium-desktop-g3 TrueCharts/chromium-desktop-g3 ``` @@ -48,7 +49,7 @@ helm install chromium-desktop-g3 TrueCharts/chromium-desktop-g3 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall chromium-desktop-g3 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install chromium-desktop-g3 TrueCharts/chromium-desktop-g3 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/chromium/CHANGELOG.md b/charts/incubator/chromium/CHANGELOG.md index 08a34fc2e18..a1be8751458 100644 --- a/charts/incubator/chromium/CHANGELOG.md +++ b/charts/incubator/chromium/CHANGELOG.md @@ -2,6 +2,16 @@ +## [chromium-0.0.16](https://github.com/truecharts/charts/compare/chromium-0.0.15...chromium-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [chromium-0.0.15](https://github.com/truecharts/apps/compare/chromium-0.0.14...chromium-0.0.15) (2022-07-27) ### Chore diff --git a/charts/incubator/chromium/Chart.yaml b/charts/incubator/chromium/Chart.yaml index 76eac248d5a..bb431755967 100644 --- a/charts/incubator/chromium/Chart.yaml +++ b/charts/incubator/chromium/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Chromium is a free and open-source software project developed by the - Google-sponsored Chromium project. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/chromium -icon: https://truecharts.org/img/chart-icons/chromium.png +description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project. +home: https://truecharts.org/docs/charts/incubator/chromium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.png keywords: - chromium - Productivity @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: chromium sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/chromium - https://www.google.com/chrome/ - https://hub.docker.com/r/ich777/chrome/ type: application diff --git a/charts/incubator/chromium/README.md b/charts/incubator/chromium/README.md index 9bc99ab7d20..b8de490e850 100644 --- a/charts/incubator/chromium/README.md +++ b/charts/incubator/chromium/README.md @@ -1,6 +1,6 @@ # chromium -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Chromium is a free and open-source software project developed by the Google-sponsored Chromium project. @@ -13,6 +13,7 @@ For more information, please click here: [chromium](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `chromium` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install chromium TrueCharts/chromium ``` @@ -48,7 +49,7 @@ helm install chromium TrueCharts/chromium **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall chromium Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install chromium TrueCharts/chromium -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/chronograf/CHANGELOG.md b/charts/incubator/chronograf/CHANGELOG.md index deea405339e..f58e665816b 100644 --- a/charts/incubator/chronograf/CHANGELOG.md +++ b/charts/incubator/chronograf/CHANGELOG.md @@ -2,6 +2,16 @@ +## [chronograf-0.0.15](https://github.com/truecharts/charts/compare/chronograf-0.0.14...chronograf-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [chronograf-0.0.14](https://github.com/truecharts/apps/compare/chronograf-0.0.13...chronograf-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/chronograf/Chart.yaml b/charts/incubator/chronograf/Chart.yaml index 3c87788832b..e473da3efda 100644 --- a/charts/incubator/chronograf/Chart.yaml +++ b/charts/incubator/chronograf/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Chronograf is InfluxData\u2019s open source web application. Use Chronograf\ - \ with the other components of the TICK stack to visualize your monitoring data\ - \ and easily create alerting and automation rules." -home: https://github.com/truecharts/charts/tree/master/charts/incubator/chronograf -icon: https://truecharts.org/img/chart-icons/chronograf.png +description: "Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules." +home: https://truecharts.org/docs/charts/incubator/chronograf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.png keywords: - chronograf - Tools-System @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: chronograf sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/chronograf - https://www.influxdata.com/time-series-platform/chronograf/ - https://hub.docker.com/_/chronograf/ type: application diff --git a/charts/incubator/chronograf/README.md b/charts/incubator/chronograf/README.md index 926994dca0f..deb22a07195 100644 --- a/charts/incubator/chronograf/README.md +++ b/charts/incubator/chronograf/README.md @@ -1,6 +1,6 @@ # chronograf -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules. @@ -13,6 +13,7 @@ For more information, please click here: [chronograf](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `chronograf` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install chronograf TrueCharts/chronograf ``` @@ -48,7 +49,7 @@ helm install chronograf TrueCharts/chronograf **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall chronograf Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install chronograf TrueCharts/chronograf -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/chronos/CHANGELOG.md b/charts/incubator/chronos/CHANGELOG.md index ff726ee89ed..b400e95fdb9 100644 --- a/charts/incubator/chronos/CHANGELOG.md +++ b/charts/incubator/chronos/CHANGELOG.md @@ -2,6 +2,16 @@ +## [chronos-0.0.15](https://github.com/truecharts/charts/compare/chronos-0.0.14...chronos-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [chronos-0.0.14](https://github.com/truecharts/apps/compare/chronos-0.0.13...chronos-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/chronos/Chart.yaml b/charts/incubator/chronos/Chart.yaml index 67059f35562..050da72a320 100644 --- a/charts/incubator/chronos/Chart.yaml +++ b/charts/incubator/chronos/Chart.yaml @@ -9,14 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Chronos is a small container to run and schedule Python 3.7 scripts. - You can create virtual enviroments, edit your scripts, install Pip dependencies, - view execution logs, and debug your scripts, all from the sleek web UI. - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/chronos -icon: https://truecharts.org/img/chart-icons/chronos.png +description: "Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI.\n" +home: https://truecharts.org/docs/charts/incubator/chronos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.png keywords: - chronos - Tools-Utilities @@ -27,6 +22,7 @@ maintainers: url: https://truecharts.org name: chronos sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/chronos - https://github.com/simse/chronos - https://hub.docker.com/r/simsemand/chronos type: application diff --git a/charts/incubator/chronos/README.md b/charts/incubator/chronos/README.md index 11452feea08..394cca41f3d 100644 --- a/charts/incubator/chronos/README.md +++ b/charts/incubator/chronos/README.md @@ -1,6 +1,6 @@ # chronos -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI. @@ -13,6 +13,7 @@ For more information, please click here: [chronos](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `chronos` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install chronos TrueCharts/chronos ``` @@ -48,7 +49,7 @@ helm install chronos TrueCharts/chronos **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall chronos Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install chronos TrueCharts/chronos -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ciao/CHANGELOG.md b/charts/incubator/ciao/CHANGELOG.md index 1465fb4dfbe..9a1e259f196 100644 --- a/charts/incubator/ciao/CHANGELOG.md +++ b/charts/incubator/ciao/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ciao-0.0.15](https://github.com/truecharts/charts/compare/ciao-0.0.14...ciao-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ciao-0.0.14](https://github.com/truecharts/apps/compare/ciao-0.0.13...ciao-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/ciao/Chart.yaml b/charts/incubator/ciao/Chart.yaml index c7540c643a8..f42d3718642 100644 --- a/charts/incubator/ciao/Chart.yaml +++ b/charts/incubator/ciao/Chart.yaml @@ -11,12 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors\ - \ on the lower TCP stack) and sends a notification on status change via E-Mail or\ - \ Webhooks.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/ciao -icon: https://truecharts.org/img/chart-icons/ciao.png +description: "ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks.\r\n" +home: https://truecharts.org/docs/charts/incubator/ciao +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ciao.png keywords: - ciao - Network-Other @@ -29,6 +26,7 @@ maintainers: url: https://truecharts.org name: ciao sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ciao - https://brotandgames.com/ciao/ - https://hub.docker.com/r/brotandgames/ciao type: application diff --git a/charts/incubator/ciao/README.md b/charts/incubator/ciao/README.md index 9cd3e8c903a..23525917459 100644 --- a/charts/incubator/ciao/README.md +++ b/charts/incubator/ciao/README.md @@ -1,6 +1,6 @@ # ciao -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks. @@ -13,6 +13,7 @@ For more information, please click here: [ciao](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ciao` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ciao TrueCharts/ciao ``` @@ -48,7 +49,7 @@ helm install ciao TrueCharts/ciao **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ciao Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ciao TrueCharts/ciao -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/citadel-forgedwithfire/CHANGELOG.md b/charts/incubator/citadel-forgedwithfire/CHANGELOG.md index 7d228680c50..1559ac34ffe 100644 --- a/charts/incubator/citadel-forgedwithfire/CHANGELOG.md +++ b/charts/incubator/citadel-forgedwithfire/CHANGELOG.md @@ -2,6 +2,16 @@ +## [citadel-forgedwithfire-0.0.15](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.14...citadel-forgedwithfire-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [citadel-forgedwithfire-0.0.14](https://github.com/truecharts/apps/compare/citadel-forgedwithfire-0.0.13...citadel-forgedwithfire-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/citadel-forgedwithfire/Chart.yaml b/charts/incubator/citadel-forgedwithfire/Chart.yaml index 450c0929b45..009e1fe001b 100644 --- a/charts/incubator/citadel-forgedwithfire/Chart.yaml +++ b/charts/incubator/citadel-forgedwithfire/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Citadel - Forged with Fire and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/citadel-forgedwithfire -icon: https://truecharts.org/img/chart-icons/citadel-forgedwithfire.png +description: "This Docker will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/citadel-forgedwithfire +icon: https://truecharts.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.png keywords: - citadel-forgedwithfire - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: citadel-forgedwithfire sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/citadel-forgedwithfire - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/citadel-forgedwithfire/README.md b/charts/incubator/citadel-forgedwithfire/README.md index 9ffbb114467..6f994fd9bbe 100644 --- a/charts/incubator/citadel-forgedwithfire/README.md +++ b/charts/incubator/citadel-forgedwithfire/README.md @@ -1,6 +1,6 @@ # citadel-forgedwithfire -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it. @@ -13,6 +13,7 @@ For more information, please click here: [citadel-forgedwithfire](https://truech ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `citadel-forgedwithfire` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install citadel-forgedwithfire TrueCharts/citadel-forgedwithfire ``` @@ -48,7 +49,7 @@ helm install citadel-forgedwithfire TrueCharts/citadel-forgedwithfire **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall citadel-forgedwithfire Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install citadel-forgedwithfire TrueCharts/citadel-forgedwithfire -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/cleanarr/CHANGELOG.md b/charts/incubator/cleanarr/CHANGELOG.md index 01405de7edb..7c54ffb1414 100644 --- a/charts/incubator/cleanarr/CHANGELOG.md +++ b/charts/incubator/cleanarr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cleanarr-0.0.16](https://github.com/truecharts/charts/compare/cleanarr-0.0.15...cleanarr-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ts3-manager-0.0.2](https://github.com/truecharts/apps/compare/ts3-manager-0.0.1...ts3-manager-0.0.2) (2022-07-28) ### Chore diff --git a/charts/incubator/cleanarr/Chart.yaml b/charts/incubator/cleanarr/Chart.yaml index 5145d5ee38d..f557fa3bb94 100644 --- a/charts/incubator/cleanarr/Chart.yaml +++ b/charts/incubator/cleanarr/Chart.yaml @@ -7,8 +7,8 @@ dependencies: version: 10.4.9 deprecated: false description: A simple UI to help find and delete duplicate and sample files from your Plex server. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/cleanarr -icon: https://truecharts.org/img/chart-icons/cleanarr.png +home: https://truecharts.org/docs/charts/incubator/cleanarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cleanarr.png keywords: - cleanarr kubeVersion: ">=1.16.0-0" @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: cleanarr sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cleanarr - https://github.com/se1exin/cleanarr - https://hub.docker.com/r/selexin/cleanarr/ type: application diff --git a/charts/incubator/cleanarr/README.md b/charts/incubator/cleanarr/README.md index 96e61e764d9..18258cfec10 100644 --- a/charts/incubator/cleanarr/README.md +++ b/charts/incubator/cleanarr/README.md @@ -1,6 +1,6 @@ # cleanarr -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.3](https://img.shields.io/badge/AppVersion-2.1.3-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.3](https://img.shields.io/badge/AppVersion-2.1.3-informational?style=flat-square) A simple UI to help find and delete duplicate and sample files from your Plex server. @@ -13,6 +13,7 @@ For more information, please click here: [cleanarr](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cleanarr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cleanarr TrueCharts/cleanarr ``` @@ -48,7 +49,7 @@ helm install cleanarr TrueCharts/cleanarr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall cleanarr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cleanarr TrueCharts/cleanarr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/cloudbeaver/CHANGELOG.md b/charts/incubator/cloudbeaver/CHANGELOG.md index 88a6c50876e..c80a231a537 100644 --- a/charts/incubator/cloudbeaver/CHANGELOG.md +++ b/charts/incubator/cloudbeaver/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cloudbeaver-0.0.15](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.14...cloudbeaver-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cloudbeaver-0.0.14](https://github.com/truecharts/apps/compare/cloudbeaver-0.0.13...cloudbeaver-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/cloudbeaver/Chart.yaml b/charts/incubator/cloudbeaver/Chart.yaml index 94f24debd11..6aba4fbd28c 100644 --- a/charts/incubator/cloudbeaver/Chart.yaml +++ b/charts/incubator/cloudbeaver/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: "Cloud Database Manager (Official Docker Image)\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/cloudbeaver -icon: https://truecharts.org/img/chart-icons/cloudbeaver.png +home: https://truecharts.org/docs/charts/incubator/cloudbeaver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudbeaver.png keywords: - cloudbeaver - Cloud @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: cloudbeaver sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cloudbeaver - https://github.com/dbeaver/cloudbeaver - https://hub.docker.com/r/dbeaver/cloudbeaver/ type: application diff --git a/charts/incubator/cloudbeaver/README.md b/charts/incubator/cloudbeaver/README.md index 44e5ccadc4f..541cea39f7b 100644 --- a/charts/incubator/cloudbeaver/README.md +++ b/charts/incubator/cloudbeaver/README.md @@ -1,6 +1,6 @@ # cloudbeaver -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Cloud Database Manager (Official Docker Image) @@ -13,6 +13,7 @@ For more information, please click here: [cloudbeaver](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cloudbeaver` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cloudbeaver TrueCharts/cloudbeaver ``` @@ -48,7 +49,7 @@ helm install cloudbeaver TrueCharts/cloudbeaver **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall cloudbeaver Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cloudbeaver TrueCharts/cloudbeaver -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/cloudcommander/CHANGELOG.md b/charts/incubator/cloudcommander/CHANGELOG.md index 86f1b1d844d..608b4c8418f 100644 --- a/charts/incubator/cloudcommander/CHANGELOG.md +++ b/charts/incubator/cloudcommander/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cloudcommander-0.0.15](https://github.com/truecharts/charts/compare/cloudcommander-0.0.14...cloudcommander-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cloudcommander-0.0.14](https://github.com/truecharts/apps/compare/cloudcommander-0.0.13...cloudcommander-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/cloudcommander/Chart.yaml b/charts/incubator/cloudcommander/Chart.yaml index fcb8b9afc5f..7c9de2ce449 100644 --- a/charts/incubator/cloudcommander/Chart.yaml +++ b/charts/incubator/cloudcommander/Chart.yaml @@ -9,13 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "[b]CloudCommander[/b] is a simple web file browser with a built in text - editor and archive compress/extract abilities.[br/] - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/cloudcommander -icon: https://truecharts.org/img/chart-icons/cloudcommander.png +description: "[b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/]\n" +home: https://truecharts.org/docs/charts/incubator/cloudcommander +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.png keywords: - cloudcommander - Tools-Utilities @@ -26,6 +22,7 @@ maintainers: url: https://truecharts.org name: cloudcommander sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cloudcommander - https://hub.docker.com/r/coderaiser/cloudcmd/ type: application version: 0.0.15 diff --git a/charts/incubator/cloudcommander/README.md b/charts/incubator/cloudcommander/README.md index 836b15c592f..fc6d47c4395 100644 --- a/charts/incubator/cloudcommander/README.md +++ b/charts/incubator/cloudcommander/README.md @@ -1,6 +1,6 @@ # cloudcommander -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/] @@ -13,6 +13,7 @@ For more information, please click here: [cloudcommander](https://truecharts.org ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cloudcommander` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cloudcommander TrueCharts/cloudcommander ``` @@ -47,7 +48,7 @@ helm install cloudcommander TrueCharts/cloudcommander **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall cloudcommander Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cloudcommander TrueCharts/cloudcommander -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/cloudreve/CHANGELOG.md b/charts/incubator/cloudreve/CHANGELOG.md index 78bc13ef231..5b9564f3ada 100644 --- a/charts/incubator/cloudreve/CHANGELOG.md +++ b/charts/incubator/cloudreve/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cloudreve-0.0.15](https://github.com/truecharts/charts/compare/cloudreve-0.0.14...cloudreve-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cloudreve-0.0.14](https://github.com/truecharts/apps/compare/cloudreve-0.0.13...cloudreve-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/cloudreve/Chart.yaml b/charts/incubator/cloudreve/Chart.yaml index e1182e83821..3695c502f91 100644 --- a/charts/incubator/cloudreve/Chart.yaml +++ b/charts/incubator/cloudreve/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Self-hosted file management and sharing system, supports multiple storage\ - \ providers\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/cloudreve -icon: https://truecharts.org/img/chart-icons/cloudreve.png +description: "Self-hosted file management and sharing system, supports multiple storage providers\r\n" +home: https://truecharts.org/docs/charts/incubator/cloudreve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudreve.png keywords: - cloudreve - Cloud @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: cloudreve sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cloudreve - https://github.com/cloudreve/Cloudreve - https://hub.docker.com/r/xavierniu/cloudreve type: application diff --git a/charts/incubator/cloudreve/README.md b/charts/incubator/cloudreve/README.md index c856e33aeee..2632d877870 100644 --- a/charts/incubator/cloudreve/README.md +++ b/charts/incubator/cloudreve/README.md @@ -1,6 +1,6 @@ # cloudreve -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Self-hosted file management and sharing system, supports multiple storage providers @@ -13,6 +13,7 @@ For more information, please click here: [cloudreve](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cloudreve` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cloudreve TrueCharts/cloudreve ``` @@ -48,7 +49,7 @@ helm install cloudreve TrueCharts/cloudreve **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall cloudreve Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cloudreve TrueCharts/cloudreve -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/colonysurvival/CHANGELOG.md b/charts/incubator/colonysurvival/CHANGELOG.md index 107647964e3..505a6e910d5 100644 --- a/charts/incubator/colonysurvival/CHANGELOG.md +++ b/charts/incubator/colonysurvival/CHANGELOG.md @@ -2,6 +2,16 @@ +## [colonysurvival-0.0.15](https://github.com/truecharts/charts/compare/colonysurvival-0.0.14...colonysurvival-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [colonysurvival-0.0.14](https://github.com/truecharts/apps/compare/colonysurvival-0.0.13...colonysurvival-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/colonysurvival/Chart.yaml b/charts/incubator/colonysurvival/Chart.yaml index a0be85194b8..61fa70e0976 100644 --- a/charts/incubator/colonysurvival/Chart.yaml +++ b/charts/incubator/colonysurvival/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Colony Survival and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/colonysurvival -icon: https://truecharts.org/img/chart-icons/colonysurvival.png +description: "This Docker will download and install SteamCMD. It will also install Colony Survival and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/colonysurvival +icon: https://truecharts.org/img/hotlink-ok/chart-icons/colonysurvival.png keywords: - colonysurvival - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: colonysurvival sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/colonysurvival - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/colonysurvival/README.md b/charts/incubator/colonysurvival/README.md index ae6dbbb0005..39b2409f156 100644 --- a/charts/incubator/colonysurvival/README.md +++ b/charts/incubator/colonysurvival/README.md @@ -1,6 +1,6 @@ # colonysurvival -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Colony Survival and run it. @@ -13,6 +13,7 @@ For more information, please click here: [colonysurvival](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `colonysurvival` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install colonysurvival TrueCharts/colonysurvival ``` @@ -48,7 +49,7 @@ helm install colonysurvival TrueCharts/colonysurvival **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall colonysurvival Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install colonysurvival TrueCharts/colonysurvival -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/conanexiles/CHANGELOG.md b/charts/incubator/conanexiles/CHANGELOG.md index 648b2afa85f..f3d082c0ed1 100644 --- a/charts/incubator/conanexiles/CHANGELOG.md +++ b/charts/incubator/conanexiles/CHANGELOG.md @@ -2,6 +2,16 @@ +## [conanexiles-0.0.15](https://github.com/truecharts/charts/compare/conanexiles-0.0.14...conanexiles-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [conanexiles-0.0.14](https://github.com/truecharts/apps/compare/conanexiles-0.0.13...conanexiles-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/conanexiles/Chart.yaml b/charts/incubator/conanexiles/Chart.yaml index 15cae61eea9..674c65a1f99 100644 --- a/charts/incubator/conanexiles/Chart.yaml +++ b/charts/incubator/conanexiles/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Conan Exiles and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/conanexiles -icon: https://truecharts.org/img/chart-icons/conanexiles.png +description: "This Docker will download and install SteamCMD. It will also install Conan Exiles and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/conanexiles +icon: https://truecharts.org/img/hotlink-ok/chart-icons/conanexiles.png keywords: - conanexiles - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: conanexiles sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/conanexiles - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/conanexiles/README.md b/charts/incubator/conanexiles/README.md index 51f26437e7a..e8f0c32ee22 100644 --- a/charts/incubator/conanexiles/README.md +++ b/charts/incubator/conanexiles/README.md @@ -1,6 +1,6 @@ # conanexiles -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Conan Exiles and run it. @@ -13,6 +13,7 @@ For more information, please click here: [conanexiles](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `conanexiles` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install conanexiles TrueCharts/conanexiles ``` @@ -48,7 +49,7 @@ helm install conanexiles TrueCharts/conanexiles **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall conanexiles Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install conanexiles TrueCharts/conanexiles -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/conreq/CHANGELOG.md b/charts/incubator/conreq/CHANGELOG.md index e569f6d6fe0..45cf910e1dd 100644 --- a/charts/incubator/conreq/CHANGELOG.md +++ b/charts/incubator/conreq/CHANGELOG.md @@ -2,6 +2,16 @@ +## [conreq-0.0.15](https://github.com/truecharts/charts/compare/conreq-0.0.14...conreq-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [conreq-0.0.14](https://github.com/truecharts/apps/compare/conreq-0.0.13...conreq-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/conreq/Chart.yaml b/charts/incubator/conreq/Chart.yaml index 2e5b57fdd4f..58375cfe305 100644 --- a/charts/incubator/conreq/Chart.yaml +++ b/charts/incubator/conreq/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: Conreq, a Content Requesting platform. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/conreq -icon: https://truecharts.org/img/chart-icons/conreq.png +home: https://truecharts.org/docs/charts/incubator/conreq +icon: https://truecharts.org/img/hotlink-ok/chart-icons/conreq.png keywords: - conreq - MediaApp-Other @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: conreq sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/conreq - https://hotio.dev/containers/conreq - https://hub.docker.com/r/hotio/conreq type: application diff --git a/charts/incubator/conreq/README.md b/charts/incubator/conreq/README.md index d07f42ee87f..9ff7e8cb488 100644 --- a/charts/incubator/conreq/README.md +++ b/charts/incubator/conreq/README.md @@ -1,6 +1,6 @@ # conreq -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Conreq, a Content Requesting platform. @@ -13,6 +13,7 @@ For more information, please click here: [conreq](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `conreq` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install conreq TrueCharts/conreq ``` @@ -48,7 +49,7 @@ helm install conreq TrueCharts/conreq **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall conreq Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install conreq TrueCharts/conreq -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/convos/CHANGELOG.md b/charts/incubator/convos/CHANGELOG.md index 87b8fd09718..1593e9ffcea 100644 --- a/charts/incubator/convos/CHANGELOG.md +++ b/charts/incubator/convos/CHANGELOG.md @@ -2,6 +2,16 @@ +## [convos-0.0.15](https://github.com/truecharts/charts/compare/convos-0.0.14...convos-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [convos-0.0.14](https://github.com/truecharts/apps/compare/convos-0.0.13...convos-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/convos/Chart.yaml b/charts/incubator/convos/Chart.yaml index 90dc32e111f..69cd6764464 100644 --- a/charts/incubator/convos/Chart.yaml +++ b/charts/incubator/convos/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: Convos is the simplest way to use IRC and it is always online -home: https://github.com/truecharts/charts/tree/master/charts/incubator/convos -icon: https://truecharts.org/img/chart-icons/convos.png +home: https://truecharts.org/docs/charts/incubator/convos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/convos.png keywords: - convos - Network-Messenger @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: convos sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/convos - https://convos.chat/ - https://hub.docker.com/r/convos/convos/ type: application diff --git a/charts/incubator/convos/README.md b/charts/incubator/convos/README.md index 2ea9dd22d81..5f72bccda5d 100644 --- a/charts/incubator/convos/README.md +++ b/charts/incubator/convos/README.md @@ -1,6 +1,6 @@ # convos -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square) Convos is the simplest way to use IRC and it is always online @@ -13,6 +13,7 @@ For more information, please click here: [convos](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `convos` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install convos TrueCharts/convos ``` @@ -48,7 +49,7 @@ helm install convos TrueCharts/convos **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall convos Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install convos TrueCharts/convos -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/cops/CHANGELOG.md b/charts/incubator/cops/CHANGELOG.md index adcdff2ad52..1e82659e8d5 100644 --- a/charts/incubator/cops/CHANGELOG.md +++ b/charts/incubator/cops/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cops-0.0.15](https://github.com/truecharts/charts/compare/cops-0.0.14...cops-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cops-0.0.14](https://github.com/truecharts/apps/compare/cops-0.0.13...cops-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/cops/Chart.yaml b/charts/incubator/cops/Chart.yaml index 9fc3c40a32d..9f991fcc42c 100644 --- a/charts/incubator/cops/Chart.yaml +++ b/charts/incubator/cops/Chart.yaml @@ -11,11 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by S\xE9\ - bastien Lucas, stands for Calibre OPDS (and HTML) Php Server.\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/cops -icon: https://truecharts.org/img/chart-icons/cops.png +description: "Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server.\n" +home: https://truecharts.org/docs/charts/incubator/cops +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cops.png keywords: - cops - Cloud @@ -28,6 +26,7 @@ maintainers: url: https://truecharts.org name: cops sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cops - http://blog.slucas.fr/en/oss/calibre-opds-php-server - https://github.com/orgs/linuxserver/packages/container/package/cops - https://github.com/linuxserver/docker-cops#readme diff --git a/charts/incubator/cops/README.md b/charts/incubator/cops/README.md index ac682d6ef93..cd9dd6b8cdd 100644 --- a/charts/incubator/cops/README.md +++ b/charts/incubator/cops/README.md @@ -1,6 +1,6 @@ # cops -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. @@ -13,6 +13,7 @@ For more information, please click here: [cops](https://truecharts.org/docs/char ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cops` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cops TrueCharts/cops ``` @@ -49,7 +50,7 @@ helm install cops TrueCharts/cops **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall cops Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cops TrueCharts/cops -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/core-keeper-dedicated-server/CHANGELOG.md b/charts/incubator/core-keeper-dedicated-server/CHANGELOG.md index 6ba35cec165..a39260b5377 100644 --- a/charts/incubator/core-keeper-dedicated-server/CHANGELOG.md +++ b/charts/incubator/core-keeper-dedicated-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [core-keeper-dedicated-server-0.0.15](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.14...core-keeper-dedicated-server-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [core-keeper-dedicated-server-0.0.14](https://github.com/truecharts/apps/compare/core-keeper-dedicated-server-0.0.13...core-keeper-dedicated-server-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/core-keeper-dedicated-server/Chart.yaml b/charts/incubator/core-keeper-dedicated-server/Chart.yaml index aba2503f530..431907bcd30 100644 --- a/charts/incubator/core-keeper-dedicated-server/Chart.yaml +++ b/charts/incubator/core-keeper-dedicated-server/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Docker file for the new Core Keeper dedicated server running from SteamCMD.\ - \ (No account etc needed)\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/core-keeper-dedicated-server -icon: https://truecharts.org/img/chart-icons/core-keeper-dedicated-server.png +description: "Docker file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed)\r\n" +home: https://truecharts.org/docs/charts/incubator/core-keeper-dedicated-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.png keywords: - core-keeper-dedicated-server - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: core-keeper-dedicated-server sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/core-keeper-dedicated-server - https://github.com/escapingnetwork/core-keeper-dedicated/ - https://hub.docker.com/r/escaping/core-keeper-dedicated type: application diff --git a/charts/incubator/core-keeper-dedicated-server/README.md b/charts/incubator/core-keeper-dedicated-server/README.md index 2c63480bfe6..ef9ecf80cbe 100644 --- a/charts/incubator/core-keeper-dedicated-server/README.md +++ b/charts/incubator/core-keeper-dedicated-server/README.md @@ -1,6 +1,6 @@ # core-keeper-dedicated-server -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Docker file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed) @@ -13,6 +13,7 @@ For more information, please click here: [core-keeper-dedicated-server](https:// ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `core-keeper-dedicated-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install core-keeper-dedicated-server TrueCharts/core-keeper-dedicated-server ``` @@ -48,7 +49,7 @@ helm install core-keeper-dedicated-server TrueCharts/core-keeper-dedicated-serve **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall core-keeper-dedicated-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install core-keeper-dedicated-server TrueCharts/core-keeper-dedicated-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/corekeeper/CHANGELOG.md b/charts/incubator/corekeeper/CHANGELOG.md index 83afad48a34..dbc890871f2 100644 --- a/charts/incubator/corekeeper/CHANGELOG.md +++ b/charts/incubator/corekeeper/CHANGELOG.md @@ -2,6 +2,16 @@ +## [corekeeper-0.0.15](https://github.com/truecharts/charts/compare/corekeeper-0.0.14...corekeeper-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [corekeeper-0.0.14](https://github.com/truecharts/apps/compare/corekeeper-0.0.13...corekeeper-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/corekeeper/Chart.yaml b/charts/incubator/corekeeper/Chart.yaml index d6a39012f5b..f7e9a282064 100644 --- a/charts/incubator/corekeeper/Chart.yaml +++ b/charts/incubator/corekeeper/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ CoreKeeper and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/corekeeper -icon: https://truecharts.org/img/chart-icons/corekeeper.png +description: "This Docker will download and install SteamCMD. It will also install CoreKeeper and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/corekeeper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/corekeeper.png keywords: - corekeeper - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: corekeeper sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/corekeeper - https://steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/corekeeper/README.md b/charts/incubator/corekeeper/README.md index 580f1c6d632..33921fedb1e 100644 --- a/charts/incubator/corekeeper/README.md +++ b/charts/incubator/corekeeper/README.md @@ -1,6 +1,6 @@ # corekeeper -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install CoreKeeper and run it. @@ -13,6 +13,7 @@ For more information, please click here: [corekeeper](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `corekeeper` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install corekeeper TrueCharts/corekeeper ``` @@ -48,7 +49,7 @@ helm install corekeeper TrueCharts/corekeeper **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall corekeeper Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install corekeeper TrueCharts/corekeeper -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/counterstrike2d/CHANGELOG.md b/charts/incubator/counterstrike2d/CHANGELOG.md index bc9755019b5..a119d0428dd 100644 --- a/charts/incubator/counterstrike2d/CHANGELOG.md +++ b/charts/incubator/counterstrike2d/CHANGELOG.md @@ -2,6 +2,16 @@ +## [counterstrike2d-0.0.15](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.14...counterstrike2d-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [counterstrike2d-0.0.14](https://github.com/truecharts/apps/compare/counterstrike2d-0.0.13...counterstrike2d-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/counterstrike2d/Chart.yaml b/charts/incubator/counterstrike2d/Chart.yaml index b4e0870d24b..6acf2ec5bb9 100644 --- a/charts/incubator/counterstrike2d/Chart.yaml +++ b/charts/incubator/counterstrike2d/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "This Docker will download and install CounterStrike 2D.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/counterstrike2d -icon: https://truecharts.org/img/chart-icons/counterstrike2d.png +home: https://truecharts.org/docs/charts/incubator/counterstrike2d +icon: https://truecharts.org/img/hotlink-ok/chart-icons/counterstrike2d.png keywords: - counterstrike2d - GameServers @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: counterstrike2d sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/counterstrike2d - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/cs2dserver/ type: application diff --git a/charts/incubator/counterstrike2d/README.md b/charts/incubator/counterstrike2d/README.md index 5c3a38b503b..588f8f16720 100644 --- a/charts/incubator/counterstrike2d/README.md +++ b/charts/incubator/counterstrike2d/README.md @@ -1,6 +1,6 @@ # counterstrike2d -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install CounterStrike 2D. @@ -13,6 +13,7 @@ For more information, please click here: [counterstrike2d](https://truecharts.or ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `counterstrike2d` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install counterstrike2d TrueCharts/counterstrike2d ``` @@ -48,7 +49,7 @@ helm install counterstrike2d TrueCharts/counterstrike2d **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall counterstrike2d Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install counterstrike2d TrueCharts/counterstrike2d -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/cowyo/CHANGELOG.md b/charts/incubator/cowyo/CHANGELOG.md index 01b55577369..78d8311b8e6 100644 --- a/charts/incubator/cowyo/CHANGELOG.md +++ b/charts/incubator/cowyo/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cowyo-0.0.15](https://github.com/truecharts/charts/compare/cowyo-0.0.14...cowyo-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cowyo-0.0.14](https://github.com/truecharts/apps/compare/cowyo-0.0.13...cowyo-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/cowyo/Chart.yaml b/charts/incubator/cowyo/Chart.yaml index 17ac8cc60b4..af3c703d7df 100644 --- a/charts/incubator/cowyo/Chart.yaml +++ b/charts/incubator/cowyo/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/cowyo -icon: https://truecharts.org/img/chart-icons/cowyo.png +home: https://truecharts.org/docs/charts/incubator/cowyo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cowyo.png keywords: - cowyo - Cloud @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: cowyo sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cowyo - https://github.com/schollz/cowyo - https://hub.docker.com/r/schollz/cowyo type: application diff --git a/charts/incubator/cowyo/README.md b/charts/incubator/cowyo/README.md index a481983418f..7a6cf0c746d 100644 --- a/charts/incubator/cowyo/README.md +++ b/charts/incubator/cowyo/README.md @@ -1,6 +1,6 @@ # cowyo -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [cowyo](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cowyo` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cowyo TrueCharts/cowyo ``` @@ -48,7 +49,7 @@ helm install cowyo TrueCharts/cowyo **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall cowyo Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cowyo TrueCharts/cowyo -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/craftopia/CHANGELOG.md b/charts/incubator/craftopia/CHANGELOG.md index 1924cf53b24..3bfa0996dde 100644 --- a/charts/incubator/craftopia/CHANGELOG.md +++ b/charts/incubator/craftopia/CHANGELOG.md @@ -2,6 +2,16 @@ +## [craftopia-0.0.15](https://github.com/truecharts/charts/compare/craftopia-0.0.14...craftopia-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [craftopia-0.0.14](https://github.com/truecharts/apps/compare/craftopia-0.0.13...craftopia-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/craftopia/Chart.yaml b/charts/incubator/craftopia/Chart.yaml index 8522a3e1c2e..fbbe6e52ef2 100644 --- a/charts/incubator/craftopia/Chart.yaml +++ b/charts/incubator/craftopia/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Craftopia and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/craftopia -icon: https://truecharts.org/img/chart-icons/craftopia.png +description: "This Docker will download and install SteamCMD. It will also install Craftopia and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/craftopia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/craftopia.png keywords: - craftopia - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: craftopia sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/craftopia - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/craftopia/README.md b/charts/incubator/craftopia/README.md index 77eac7e5929..18e01b2a73f 100644 --- a/charts/incubator/craftopia/README.md +++ b/charts/incubator/craftopia/README.md @@ -1,6 +1,6 @@ # craftopia -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Craftopia and run it. @@ -13,6 +13,7 @@ For more information, please click here: [craftopia](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `craftopia` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install craftopia TrueCharts/craftopia ``` @@ -48,7 +49,7 @@ helm install craftopia TrueCharts/craftopia **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall craftopia Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install craftopia TrueCharts/craftopia -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/crafty-3/CHANGELOG.md b/charts/incubator/crafty-3/CHANGELOG.md index 8500cc8731b..a7093b62bab 100644 --- a/charts/incubator/crafty-3/CHANGELOG.md +++ b/charts/incubator/crafty-3/CHANGELOG.md @@ -2,6 +2,16 @@ +## [crafty-3-0.0.15](https://github.com/truecharts/charts/compare/crafty-3-0.0.14...crafty-3-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [crafty-3-0.0.14](https://github.com/truecharts/apps/compare/crafty-3-0.0.13...crafty-3-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/crafty-3/Chart.yaml b/charts/incubator/crafty-3/Chart.yaml index 2f7b3879414..de9ad9b262e 100644 --- a/charts/incubator/crafty-3/Chart.yaml +++ b/charts/incubator/crafty-3/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "An Appication to run all your minecraft servers From without a hustle.\r\ - \n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/crafty-3 -icon: https://truecharts.org/img/chart-icons/crafty-3.png +description: "An Appication to run all your minecraft servers From without a hustle.\r\n" +home: https://truecharts.org/docs/charts/incubator/crafty-3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-3.png keywords: - crafty-3 - GameServers @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: crafty-3 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/crafty-3 - https://gitlab.com/crafty-controller/crafty-web - https://hub.docker.com/r/freddy0/crafty-container type: application diff --git a/charts/incubator/crafty-3/README.md b/charts/incubator/crafty-3/README.md index d67d3ec91ed..867ef6e1e5d 100644 --- a/charts/incubator/crafty-3/README.md +++ b/charts/incubator/crafty-3/README.md @@ -1,6 +1,6 @@ # crafty-3 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) An Appication to run all your minecraft servers From without a hustle. @@ -13,6 +13,7 @@ For more information, please click here: [crafty-3](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `crafty-3` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install crafty-3 TrueCharts/crafty-3 ``` @@ -48,7 +49,7 @@ helm install crafty-3 TrueCharts/crafty-3 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall crafty-3 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install crafty-3 TrueCharts/crafty-3 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/crafty-4/CHANGELOG.md b/charts/incubator/crafty-4/CHANGELOG.md index 28ead76f219..c2e321a9e20 100644 --- a/charts/incubator/crafty-4/CHANGELOG.md +++ b/charts/incubator/crafty-4/CHANGELOG.md @@ -2,6 +2,16 @@ +## [crafty-4-0.0.15](https://github.com/truecharts/charts/compare/crafty-4-0.0.14...crafty-4-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [crafty-4-0.0.14](https://github.com/truecharts/apps/compare/crafty-4-0.0.13...crafty-4-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/crafty-4/Chart.yaml b/charts/incubator/crafty-4/Chart.yaml index 32b80433d1f..0e00e5ea074 100644 --- a/charts/incubator/crafty-4/Chart.yaml +++ b/charts/incubator/crafty-4/Chart.yaml @@ -10,13 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Crafty 4 is the next iteration of our Minecraft Server Wrapper / Controller\ - \ / Launcher. Boasting a clean new look, rebuilt from the ground up. Crafty 4 brings\ - \ a whole host of new features such as Bedrock support. With SteamCMD support on\ - \ the way!\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/crafty-4 -icon: https://truecharts.org/img/chart-icons/crafty-4.png +description: "Crafty 4 is the next iteration of our Minecraft Server Wrapper / Controller / Launcher. Boasting a clean new look, rebuilt from the ground up. Crafty 4 brings a whole host of new features such as Bedrock support. With SteamCMD support on the way!\r\n" +home: https://truecharts.org/docs/charts/incubator/crafty-4 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-4.png keywords: - crafty-4 - GameServers @@ -28,6 +24,7 @@ maintainers: url: https://truecharts.org name: crafty-4 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/crafty-4 - https://craftycontrol.com/ - https://registry.hub.docker.com/r/registry.gitlab.com/crafty-controller/crafty-4 type: application diff --git a/charts/incubator/crafty-4/README.md b/charts/incubator/crafty-4/README.md index ec7324c7291..9e71afcef5a 100644 --- a/charts/incubator/crafty-4/README.md +++ b/charts/incubator/crafty-4/README.md @@ -1,6 +1,6 @@ # crafty-4 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Crafty 4 is the next iteration of our Minecraft Server Wrapper / Controller / Launcher. Boasting a clean new look, rebuilt from the ground up. Crafty 4 brings a whole host of new features such as Bedrock support. With SteamCMD support on the way! @@ -13,6 +13,7 @@ For more information, please click here: [crafty-4](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `crafty-4` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install crafty-4 TrueCharts/crafty-4 ``` @@ -48,7 +49,7 @@ helm install crafty-4 TrueCharts/crafty-4 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall crafty-4 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install crafty-4 TrueCharts/crafty-4 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/crypto-exchanges-gateway/CHANGELOG.md b/charts/incubator/crypto-exchanges-gateway/CHANGELOG.md index c1dc6d62d5f..6790d79867e 100644 --- a/charts/incubator/crypto-exchanges-gateway/CHANGELOG.md +++ b/charts/incubator/crypto-exchanges-gateway/CHANGELOG.md @@ -2,6 +2,16 @@ +## [crypto-exchanges-gateway-0.0.15](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.14...crypto-exchanges-gateway-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [crypto-exchanges-gateway-0.0.14](https://github.com/truecharts/apps/compare/crypto-exchanges-gateway-0.0.13...crypto-exchanges-gateway-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/crypto-exchanges-gateway/Chart.yaml b/charts/incubator/crypto-exchanges-gateway/Chart.yaml index 104c77ae8c5..f6a215238fe 100644 --- a/charts/incubator/crypto-exchanges-gateway/Chart.yaml +++ b/charts/incubator/crypto-exchanges-gateway/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: "<p>Your gateway to the world of crypto !</p>\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/crypto-exchanges-gateway -icon: https://truecharts.org/img/chart-icons/crypto-exchanges-gateway.png +home: https://truecharts.org/docs/charts/incubator/crypto-exchanges-gateway +icon: https://truecharts.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.png keywords: - crypto-exchanges-gateway - Productivity @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: crypto-exchanges-gateway sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/crypto-exchanges-gateway - https://github.com/aloysius-pgast/crypto-exchanges-gateway - https://hub.docker.com/r/apendergast/crypto-exchanges-gateway/ type: application diff --git a/charts/incubator/crypto-exchanges-gateway/README.md b/charts/incubator/crypto-exchanges-gateway/README.md index f45cbbe3625..c40135a4870 100644 --- a/charts/incubator/crypto-exchanges-gateway/README.md +++ b/charts/incubator/crypto-exchanges-gateway/README.md @@ -1,6 +1,6 @@ # crypto-exchanges-gateway -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) <p>Your gateway to the world of crypto !</p> @@ -13,6 +13,7 @@ For more information, please click here: [crypto-exchanges-gateway](https://true ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `crypto-exchanges-gateway` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install crypto-exchanges-gateway TrueCharts/crypto-exchanges-gateway ``` @@ -48,7 +49,7 @@ helm install crypto-exchanges-gateway TrueCharts/crypto-exchanges-gateway **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall crypto-exchanges-gateway Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install crypto-exchanges-gateway TrueCharts/crypto-exchanges-gateway -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/cryptpad/CHANGELOG.md b/charts/incubator/cryptpad/CHANGELOG.md index 842d4a2c396..06de32325c6 100644 --- a/charts/incubator/cryptpad/CHANGELOG.md +++ b/charts/incubator/cryptpad/CHANGELOG.md @@ -2,6 +2,17 @@ +## [cryptpad-0.0.19](https://github.com/truecharts/charts/compare/cryptpad-0.0.17...cryptpad-0.0.19) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cryptpad-0.0.17](https://github.com/truecharts/apps/compare/cryptpad-0.0.16...cryptpad-0.0.17) (2022-07-29) ### Chore diff --git a/charts/incubator/cryptpad/Chart.yaml b/charts/incubator/cryptpad/Chart.yaml index 5af061668d4..5e4160f6c7e 100644 --- a/charts/incubator/cryptpad/Chart.yaml +++ b/charts/incubator/cryptpad/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir - -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js - https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js +description: CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js home: https://truecharts.org/docs/charts/incubator/cryptpad -icon: https://truecharts.org/img/chart-icons/cryptpad.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.png keywords: - cryptpad - Productivity @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: cryptpad sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cryptpad - https://cryptpad.fr/ - https://hub.docker.com/r/promasu/cryptpad/ type: application diff --git a/charts/incubator/cryptpad/README.md b/charts/incubator/cryptpad/README.md index 9a38631c62a..07a991e3abe 100644 --- a/charts/incubator/cryptpad/README.md +++ b/charts/incubator/cryptpad/README.md @@ -1,6 +1,6 @@ # cryptpad -![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js @@ -13,6 +13,7 @@ For more information, please click here: [cryptpad](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cryptpad` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cryptpad TrueCharts/cryptpad ``` @@ -48,7 +49,7 @@ helm install cryptpad TrueCharts/cryptpad **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall cryptpad Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cryptpad TrueCharts/cryptpad -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/csgo/CHANGELOG.md b/charts/incubator/csgo/CHANGELOG.md index 3b76d9671f5..5d0ee4214fd 100644 --- a/charts/incubator/csgo/CHANGELOG.md +++ b/charts/incubator/csgo/CHANGELOG.md @@ -2,6 +2,16 @@ +## [csgo-0.0.15](https://github.com/truecharts/charts/compare/csgo-0.0.14...csgo-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [csgo-0.0.14](https://github.com/truecharts/apps/compare/csgo-0.0.13...csgo-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/csgo/Chart.yaml b/charts/incubator/csgo/Chart.yaml index 6bdcf829526..de6d6be3616 100644 --- a/charts/incubator/csgo/Chart.yaml +++ b/charts/incubator/csgo/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Counter-Strike: GO and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/csgo -icon: https://truecharts.org/img/chart-icons/csgo.png +description: "This Docker will download and install SteamCMD. It will also install Counter-Strike: GO and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/csgo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/csgo.png keywords: - csgo - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: csgo sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/csgo - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/csgo/README.md b/charts/incubator/csgo/README.md index 9598bf8644b..eac7fcf54b6 100644 --- a/charts/incubator/csgo/README.md +++ b/charts/incubator/csgo/README.md @@ -1,6 +1,6 @@ # csgo -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Counter-Strike: GO and run it. @@ -13,6 +13,7 @@ For more information, please click here: [csgo](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `csgo` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install csgo TrueCharts/csgo ``` @@ -48,7 +49,7 @@ helm install csgo TrueCharts/csgo **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall csgo Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install csgo TrueCharts/csgo -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/cssource/CHANGELOG.md b/charts/incubator/cssource/CHANGELOG.md index 0c23d3736a5..11b1c7d82ed 100644 --- a/charts/incubator/cssource/CHANGELOG.md +++ b/charts/incubator/cssource/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cssource-0.0.15](https://github.com/truecharts/charts/compare/cssource-0.0.14...cssource-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cssource-0.0.14](https://github.com/truecharts/apps/compare/cssource-0.0.13...cssource-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/cssource/Chart.yaml b/charts/incubator/cssource/Chart.yaml index fcbce30b71d..2e02fadc502 100644 --- a/charts/incubator/cssource/Chart.yaml +++ b/charts/incubator/cssource/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Counter-Strike: Source and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/cssource -icon: https://truecharts.org/img/chart-icons/cssource.png +description: "This Docker will download and install SteamCMD. It will also install Counter-Strike: Source and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/cssource +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cssource.png keywords: - cssource - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: cssource sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cssource - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/cssource/README.md b/charts/incubator/cssource/README.md index dbd5838a9db..cb682531efe 100644 --- a/charts/incubator/cssource/README.md +++ b/charts/incubator/cssource/README.md @@ -1,6 +1,6 @@ # cssource -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Counter-Strike: Source and run it. @@ -13,6 +13,7 @@ For more information, please click here: [cssource](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cssource` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cssource TrueCharts/cssource ``` @@ -48,7 +49,7 @@ helm install cssource TrueCharts/cssource **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall cssource Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cssource TrueCharts/cssource -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/cstrike1-6/CHANGELOG.md b/charts/incubator/cstrike1-6/CHANGELOG.md index daf8a0bdef1..7cb890bbfc5 100644 --- a/charts/incubator/cstrike1-6/CHANGELOG.md +++ b/charts/incubator/cstrike1-6/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cstrike1-6-0.0.15](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.14...cstrike1-6-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cstrike1-6-0.0.14](https://github.com/truecharts/apps/compare/cstrike1-6-0.0.13...cstrike1-6-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/cstrike1-6/Chart.yaml b/charts/incubator/cstrike1-6/Chart.yaml index db00ee9044a..e798791a41e 100644 --- a/charts/incubator/cstrike1-6/Chart.yaml +++ b/charts/incubator/cstrike1-6/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Counter-Strike 1.6 and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/cstrike1-6 -icon: https://truecharts.org/img/chart-icons/cstrike1-6.png +description: "This Docker will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/cstrike1-6 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrike1-6.png keywords: - cstrike1-6 - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: cstrike1-6 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cstrike1-6 - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/cstrike1-6/README.md b/charts/incubator/cstrike1-6/README.md index 9256239f71d..b1ff5171f75 100644 --- a/charts/incubator/cstrike1-6/README.md +++ b/charts/incubator/cstrike1-6/README.md @@ -1,6 +1,6 @@ # cstrike1-6 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it. @@ -13,6 +13,7 @@ For more information, please click here: [cstrike1-6](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cstrike1-6` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cstrike1-6 TrueCharts/cstrike1-6 ``` @@ -48,7 +49,7 @@ helm install cstrike1-6 TrueCharts/cstrike1-6 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall cstrike1-6 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cstrike1-6 TrueCharts/cstrike1-6 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/cstrikeconditionzero/CHANGELOG.md b/charts/incubator/cstrikeconditionzero/CHANGELOG.md index e1562c1844f..bc74e1a7ede 100644 --- a/charts/incubator/cstrikeconditionzero/CHANGELOG.md +++ b/charts/incubator/cstrikeconditionzero/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cstrikeconditionzero-0.0.15](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.14...cstrikeconditionzero-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cstrikeconditionzero-0.0.14](https://github.com/truecharts/apps/compare/cstrikeconditionzero-0.0.13...cstrikeconditionzero-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/cstrikeconditionzero/Chart.yaml b/charts/incubator/cstrikeconditionzero/Chart.yaml index 1b6f5f0af58..3e738a37058 100644 --- a/charts/incubator/cstrikeconditionzero/Chart.yaml +++ b/charts/incubator/cstrikeconditionzero/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Counter-Strike Condition Zero and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/cstrikeconditionzero -icon: https://truecharts.org/img/chart-icons/cstrikeconditionzero.png +description: "This Docker will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/cstrikeconditionzero +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.png keywords: - cstrikeconditionzero - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: cstrikeconditionzero sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cstrikeconditionzero - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/cstrikeconditionzero/README.md b/charts/incubator/cstrikeconditionzero/README.md index 493a6cc9b2d..6b994adaaf5 100644 --- a/charts/incubator/cstrikeconditionzero/README.md +++ b/charts/incubator/cstrikeconditionzero/README.md @@ -1,6 +1,6 @@ # cstrikeconditionzero -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it. @@ -13,6 +13,7 @@ For more information, please click here: [cstrikeconditionzero](https://truechar ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cstrikeconditionzero` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cstrikeconditionzero TrueCharts/cstrikeconditionzero ``` @@ -48,7 +49,7 @@ helm install cstrikeconditionzero TrueCharts/cstrikeconditionzero **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall cstrikeconditionzero Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cstrikeconditionzero TrueCharts/cstrikeconditionzero -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/cups-server/CHANGELOG.md b/charts/incubator/cups-server/CHANGELOG.md index ae972cdb360..3e0ada3daf5 100644 --- a/charts/incubator/cups-server/CHANGELOG.md +++ b/charts/incubator/cups-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cups-server-1.0.30](https://github.com/truecharts/charts/compare/cups-server-1.0.29...cups-server-1.0.30) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cups-server-1.0.29](https://github.com/truecharts/apps/compare/cups-server-1.0.28...cups-server-1.0.29) (2022-07-27) ### Chore diff --git a/charts/incubator/cups-server/Chart.yaml b/charts/incubator/cups-server/Chart.yaml index 072f9a05d5f..da3801e2037 100644 --- a/charts/incubator/cups-server/Chart.yaml +++ b/charts/incubator/cups-server/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: CUPS printing server -home: https://github.com/truecharts/charts/tree/master/charts/incubator/cups-server -icon: https://truecharts.org/img/chart-icons/cups-server.png +home: https://truecharts.org/docs/charts/incubator/cups-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cups-server.png keywords: - print - cups @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: cups-server sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cups-server - https://hub.docker.com/r/ydkn/cups version: 1.0.30 annotations: diff --git a/charts/incubator/cups-server/README.md b/charts/incubator/cups-server/README.md index 45bbd74a0cd..f54a5c460cc 100644 --- a/charts/incubator/cups-server/README.md +++ b/charts/incubator/cups-server/README.md @@ -1,6 +1,6 @@ # cups-server -![Version: 1.0.29](https://img.shields.io/badge/Version-1.0.29-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.0.30](https://img.shields.io/badge/Version-1.0.30-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) CUPS printing server @@ -13,6 +13,7 @@ For more information, please click here: [cups-server](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cups-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cups-server TrueCharts/cups-server ``` @@ -47,7 +48,7 @@ helm install cups-server TrueCharts/cups-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall cups-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cups-server TrueCharts/cups-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/cura-novnc/CHANGELOG.md b/charts/incubator/cura-novnc/CHANGELOG.md index 7bbf0ebfb86..d7550e0f5e0 100644 --- a/charts/incubator/cura-novnc/CHANGELOG.md +++ b/charts/incubator/cura-novnc/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cura-novnc-0.0.15](https://github.com/truecharts/charts/compare/cura-novnc-0.0.14...cura-novnc-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cura-novnc-0.0.14](https://github.com/truecharts/apps/compare/cura-novnc-0.0.13...cura-novnc-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/cura-novnc/Chart.yaml b/charts/incubator/cura-novnc/Chart.yaml index 1b673e4d6fc..ce3fa20e05c 100644 --- a/charts/incubator/cura-novnc/Chart.yaml +++ b/charts/incubator/cura-novnc/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Enjoy Cura directly in your browser with this easy to use Docker container.\r\ - \n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/cura-novnc -icon: https://truecharts.org/img/chart-icons/cura-novnc.png +description: "Enjoy Cura directly in your browser with this easy to use Docker container.\r\n" +home: https://truecharts.org/docs/charts/incubator/cura-novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.png keywords: - cura-novnc - HomeAutomation @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: cura-novnc sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cura-novnc - https://ultimaker.com/software/ultimaker-cura - https://hub.docker.com/r/mikeah/cura-novnc type: application diff --git a/charts/incubator/cura-novnc/README.md b/charts/incubator/cura-novnc/README.md index 0f209090557..e6aa46747d1 100644 --- a/charts/incubator/cura-novnc/README.md +++ b/charts/incubator/cura-novnc/README.md @@ -1,6 +1,6 @@ # cura-novnc -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Enjoy Cura directly in your browser with this easy to use Docker container. @@ -13,6 +13,7 @@ For more information, please click here: [cura-novnc](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cura-novnc` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cura-novnc TrueCharts/cura-novnc ``` @@ -48,7 +49,7 @@ helm install cura-novnc TrueCharts/cura-novnc **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall cura-novnc Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cura-novnc TrueCharts/cura-novnc -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/dailynotes/CHANGELOG.md b/charts/incubator/dailynotes/CHANGELOG.md index 7e8d6f0c9ac..6fa5abeeb6a 100644 --- a/charts/incubator/dailynotes/CHANGELOG.md +++ b/charts/incubator/dailynotes/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dailynotes-0.0.15](https://github.com/truecharts/charts/compare/dailynotes-0.0.14...dailynotes-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dailynotes-0.0.14](https://github.com/truecharts/apps/compare/dailynotes-0.0.13...dailynotes-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/dailynotes/Chart.yaml b/charts/incubator/dailynotes/Chart.yaml index 6bf03382b87..270b2ad4804 100644 --- a/charts/incubator/dailynotes/Chart.yaml +++ b/charts/incubator/dailynotes/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: "App for taking notes and tracking tasks on a daily basis. - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/dailynotes -icon: https://truecharts.org/img/chart-icons/dailynotes.png +description: "App for taking notes and tracking tasks on a daily basis.\n" +home: https://truecharts.org/docs/charts/incubator/dailynotes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dailynotes.png keywords: - dailynotes - Other @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: dailynotes sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dailynotes - https://hub.docker.com/r/m0ngr31/dailynotes/ type: application version: 0.0.15 diff --git a/charts/incubator/dailynotes/README.md b/charts/incubator/dailynotes/README.md index 014afdd1641..d0d84de1a65 100644 --- a/charts/incubator/dailynotes/README.md +++ b/charts/incubator/dailynotes/README.md @@ -1,6 +1,6 @@ # dailynotes -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) App for taking notes and tracking tasks on a daily basis. @@ -13,6 +13,7 @@ For more information, please click here: [dailynotes](https://truecharts.org/doc ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dailynotes` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dailynotes TrueCharts/dailynotes ``` @@ -47,7 +48,7 @@ helm install dailynotes TrueCharts/dailynotes **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall dailynotes Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dailynotes TrueCharts/dailynotes -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/damselfly/CHANGELOG.md b/charts/incubator/damselfly/CHANGELOG.md index 6cddd2722d1..648d626585a 100644 --- a/charts/incubator/damselfly/CHANGELOG.md +++ b/charts/incubator/damselfly/CHANGELOG.md @@ -2,6 +2,16 @@ +## [damselfly-0.0.15](https://github.com/truecharts/charts/compare/damselfly-0.0.14...damselfly-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [damselfly-0.0.14](https://github.com/truecharts/apps/compare/damselfly-0.0.13...damselfly-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/damselfly/Chart.yaml b/charts/incubator/damselfly/Chart.yaml index b1f87114384..e036686d0e8 100644 --- a/charts/incubator/damselfly/Chart.yaml +++ b/charts/incubator/damselfly/Chart.yaml @@ -9,13 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Damselfly is a server-based Digital Asset Management system. The goal - of Damselfly is to index an extremely large collection of images, and allow easy - search and retrieval of those images, using metadata such as the IPTC keyword tags, - as well as the folder and file names. See https://damselfly.info for more details. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/damselfly -icon: https://truecharts.org/img/chart-icons/damselfly.png +description: Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details. +home: https://truecharts.org/docs/charts/incubator/damselfly +icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.png keywords: - damselfly - MediaApp-Photos @@ -26,6 +22,7 @@ maintainers: url: https://truecharts.org name: damselfly sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/damselfly - https://github.com/Webreaper/Damselfly - https://hub.docker.com/r/webreaper/damselfly/ type: application diff --git a/charts/incubator/damselfly/README.md b/charts/incubator/damselfly/README.md index eba761c3cf4..7d9c7fb62f0 100644 --- a/charts/incubator/damselfly/README.md +++ b/charts/incubator/damselfly/README.md @@ -1,6 +1,6 @@ # damselfly -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details. @@ -13,6 +13,7 @@ For more information, please click here: [damselfly](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `damselfly` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install damselfly TrueCharts/damselfly ``` @@ -48,7 +49,7 @@ helm install damselfly TrueCharts/damselfly **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall damselfly Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install damselfly TrueCharts/damselfly -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/dashmachine/CHANGELOG.md b/charts/incubator/dashmachine/CHANGELOG.md index 2290cc9b1d6..9392c26b941 100644 --- a/charts/incubator/dashmachine/CHANGELOG.md +++ b/charts/incubator/dashmachine/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dashmachine-0.0.15](https://github.com/truecharts/charts/compare/dashmachine-0.0.14...dashmachine-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dashmachine-0.0.14](https://github.com/truecharts/apps/compare/dashmachine-0.0.13...dashmachine-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/dashmachine/Chart.yaml b/charts/incubator/dashmachine/Chart.yaml index 40d7d3030c6..5755c0e36db 100644 --- a/charts/incubator/dashmachine/Chart.yaml +++ b/charts/incubator/dashmachine/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Another web application bookmark dashboard, with fun features.[br][br][b][u][span - style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: - [B][u]admin[/B][/u][/b]" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/dashmachine -icon: https://truecharts.org/img/chart-icons/dashmachine.png +description: "Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" +home: https://truecharts.org/docs/charts/incubator/dashmachine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashmachine.png keywords: - dashmachine - Productivity @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: dashmachine sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dashmachine - https://hub.docker.com/r/rmountjoy/dashmachine/ - https://hub.docker.com/r/rmountjoy/dashmachine/ type: application diff --git a/charts/incubator/dashmachine/README.md b/charts/incubator/dashmachine/README.md index b2e99ed1e5b..4f290e3dae3 100644 --- a/charts/incubator/dashmachine/README.md +++ b/charts/incubator/dashmachine/README.md @@ -1,6 +1,6 @@ # dashmachine -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b] @@ -13,6 +13,7 @@ For more information, please click here: [dashmachine](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dashmachine` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dashmachine TrueCharts/dashmachine ``` @@ -48,7 +49,7 @@ helm install dashmachine TrueCharts/dashmachine **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall dashmachine Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dashmachine TrueCharts/dashmachine -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/dayofdefeatsource/CHANGELOG.md b/charts/incubator/dayofdefeatsource/CHANGELOG.md index 19d951ea3b8..d2294041f17 100644 --- a/charts/incubator/dayofdefeatsource/CHANGELOG.md +++ b/charts/incubator/dayofdefeatsource/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dayofdefeatsource-0.0.15](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.14...dayofdefeatsource-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dayofdefeatsource-0.0.14](https://github.com/truecharts/apps/compare/dayofdefeatsource-0.0.13...dayofdefeatsource-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/dayofdefeatsource/Chart.yaml b/charts/incubator/dayofdefeatsource/Chart.yaml index 8b23fc475be..f543f7cff47 100644 --- a/charts/incubator/dayofdefeatsource/Chart.yaml +++ b/charts/incubator/dayofdefeatsource/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Day of Defeat: Source and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/dayofdefeatsource -icon: https://truecharts.org/img/chart-icons/dayofdefeatsource.png +description: "This Docker will download and install SteamCMD. It will also install Day of Defeat: Source and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/dayofdefeatsource +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayofdefeatsource.png keywords: - dayofdefeatsource - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: dayofdefeatsource sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dayofdefeatsource - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/dayofdefeatsource/README.md b/charts/incubator/dayofdefeatsource/README.md index d00ffe73b9e..9779744bb42 100644 --- a/charts/incubator/dayofdefeatsource/README.md +++ b/charts/incubator/dayofdefeatsource/README.md @@ -1,6 +1,6 @@ # dayofdefeatsource -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Day of Defeat: Source and run it. @@ -13,6 +13,7 @@ For more information, please click here: [dayofdefeatsource](https://truecharts. ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dayofdefeatsource` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dayofdefeatsource TrueCharts/dayofdefeatsource ``` @@ -48,7 +49,7 @@ helm install dayofdefeatsource TrueCharts/dayofdefeatsource **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall dayofdefeatsource Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dayofdefeatsource TrueCharts/dayofdefeatsource -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/daysofwar/CHANGELOG.md b/charts/incubator/daysofwar/CHANGELOG.md index 32cc7cf705f..808a8488d20 100644 --- a/charts/incubator/daysofwar/CHANGELOG.md +++ b/charts/incubator/daysofwar/CHANGELOG.md @@ -2,6 +2,16 @@ +## [daysofwar-0.0.15](https://github.com/truecharts/charts/compare/daysofwar-0.0.14...daysofwar-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [daysofwar-0.0.14](https://github.com/truecharts/apps/compare/daysofwar-0.0.13...daysofwar-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/daysofwar/Chart.yaml b/charts/incubator/daysofwar/Chart.yaml index 5ffc9197dc0..8c81ef18c71 100644 --- a/charts/incubator/daysofwar/Chart.yaml +++ b/charts/incubator/daysofwar/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Days of War and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/daysofwar -icon: https://truecharts.org/img/chart-icons/daysofwar.png +description: "This Docker will download and install SteamCMD. It will also install Days of War and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/daysofwar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/daysofwar.png keywords: - daysofwar - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: daysofwar sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/daysofwar - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/daysofwar/README.md b/charts/incubator/daysofwar/README.md index cc47d39ed2e..bb251b9bc6b 100644 --- a/charts/incubator/daysofwar/README.md +++ b/charts/incubator/daysofwar/README.md @@ -1,6 +1,6 @@ # daysofwar -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Days of War and run it. @@ -13,6 +13,7 @@ For more information, please click here: [daysofwar](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `daysofwar` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install daysofwar TrueCharts/daysofwar ``` @@ -48,7 +49,7 @@ helm install daysofwar TrueCharts/daysofwar **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall daysofwar Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install daysofwar TrueCharts/daysofwar -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/dayz/CHANGELOG.md b/charts/incubator/dayz/CHANGELOG.md index 4382aad637f..a019a143b19 100644 --- a/charts/incubator/dayz/CHANGELOG.md +++ b/charts/incubator/dayz/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dayz-0.0.15](https://github.com/truecharts/charts/compare/dayz-0.0.14...dayz-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dayz-0.0.14](https://github.com/truecharts/apps/compare/dayz-0.0.13...dayz-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/dayz/Chart.yaml b/charts/incubator/dayz/Chart.yaml index 1979e04ae2e..75d8db280b9 100644 --- a/charts/incubator/dayz/Chart.yaml +++ b/charts/incubator/dayz/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ DayZ and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/dayz -icon: https://truecharts.org/img/chart-icons/dayz.png +description: "This Docker will download and install SteamCMD. It will also install DayZ and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/dayz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayz.png keywords: - dayz - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: dayz sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dayz - https://www.bohemia.net/games/dayz - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/dayz/README.md b/charts/incubator/dayz/README.md index 67bc71e4ea5..96158957bb7 100644 --- a/charts/incubator/dayz/README.md +++ b/charts/incubator/dayz/README.md @@ -1,6 +1,6 @@ # dayz -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install DayZ and run it. @@ -13,6 +13,7 @@ For more information, please click here: [dayz](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dayz` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dayz TrueCharts/dayz ``` @@ -48,7 +49,7 @@ helm install dayz TrueCharts/dayz **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall dayz Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dayz TrueCharts/dayz -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ddns-route53/CHANGELOG.md b/charts/incubator/ddns-route53/CHANGELOG.md index bc1d04dc4e8..314ded53fe5 100644 --- a/charts/incubator/ddns-route53/CHANGELOG.md +++ b/charts/incubator/ddns-route53/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ddns-route53-0.0.15](https://github.com/truecharts/charts/compare/ddns-route53-0.0.14...ddns-route53-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ddns-route53-0.0.14](https://github.com/truecharts/apps/compare/ddns-route53-0.0.13...ddns-route53-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/ddns-route53/Chart.yaml b/charts/incubator/ddns-route53/Chart.yaml index 925716f7ad6..fc33526f980 100644 --- a/charts/incubator/ddns-route53/Chart.yaml +++ b/charts/incubator/ddns-route53/Chart.yaml @@ -9,9 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: "Dynamic DNS for Amazon Route 53\u200E on a time-based schedule" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/ddns-route53 -icon: https://truecharts.org/img/chart-icons/ddns-route53.png +description: "Dynamic DNS for Amazon Route 53‎ on a time-based schedule" +home: https://truecharts.org/docs/charts/incubator/ddns-route53 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-route53.png keywords: - ddns-route53 - Network-DNS @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: ddns-route53 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ddns-route53 - https://github.com/crazy-max/ddns-route53 - https://hub.docker.com/r/crazymax/ddns-route53/ type: application diff --git a/charts/incubator/ddns-route53/README.md b/charts/incubator/ddns-route53/README.md index 40ddf4b96d4..722dbb493e5 100644 --- a/charts/incubator/ddns-route53/README.md +++ b/charts/incubator/ddns-route53/README.md @@ -1,6 +1,6 @@ # ddns-route53 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Dynamic DNS for Amazon Route 53‎ on a time-based schedule @@ -13,6 +13,7 @@ For more information, please click here: [ddns-route53](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ddns-route53` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ddns-route53 TrueCharts/ddns-route53 ``` @@ -48,7 +49,7 @@ helm install ddns-route53 TrueCharts/ddns-route53 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ddns-route53 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ddns-route53 TrueCharts/ddns-route53 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/debian-apt-mirror/CHANGELOG.md b/charts/incubator/debian-apt-mirror/CHANGELOG.md index b998fb2f61f..87b9b4d8fdf 100644 --- a/charts/incubator/debian-apt-mirror/CHANGELOG.md +++ b/charts/incubator/debian-apt-mirror/CHANGELOG.md @@ -2,6 +2,16 @@ +## [debian-apt-mirror-0.0.15](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.14...debian-apt-mirror-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [debian-apt-mirror-0.0.14](https://github.com/truecharts/apps/compare/debian-apt-mirror-0.0.13...debian-apt-mirror-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/debian-apt-mirror/Chart.yaml b/charts/incubator/debian-apt-mirror/Chart.yaml index 3bbfeafcc44..37085a43baf 100644 --- a/charts/incubator/debian-apt-mirror/Chart.yaml +++ b/charts/incubator/debian-apt-mirror/Chart.yaml @@ -12,11 +12,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This container will run apt-mirror and Apache2. This allows you to create\ - \ a local apt mirror for Debian packages.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/debian-apt-mirror -icon: https://truecharts.org/img/chart-icons/debian-apt-mirror.png +description: "This container will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages.\r\n" +home: https://truecharts.org/docs/charts/incubator/debian-apt-mirror +icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-apt-mirror.png keywords: - debian-apt-mirror - Network-Other @@ -30,6 +28,7 @@ maintainers: url: https://truecharts.org name: debian-apt-mirror sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/debian-apt-mirror - https://www.debian.org/ - https://hub.docker.com/r/ich777/debian-mirror type: application diff --git a/charts/incubator/debian-apt-mirror/README.md b/charts/incubator/debian-apt-mirror/README.md index 2033e224ce6..f3c44afda78 100644 --- a/charts/incubator/debian-apt-mirror/README.md +++ b/charts/incubator/debian-apt-mirror/README.md @@ -1,6 +1,6 @@ # debian-apt-mirror -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This container will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages. @@ -13,6 +13,7 @@ For more information, please click here: [debian-apt-mirror](https://truecharts. ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `debian-apt-mirror` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install debian-apt-mirror TrueCharts/debian-apt-mirror ``` @@ -48,7 +49,7 @@ helm install debian-apt-mirror TrueCharts/debian-apt-mirror **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall debian-apt-mirror Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install debian-apt-mirror TrueCharts/debian-apt-mirror -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/debian-bullseye/CHANGELOG.md b/charts/incubator/debian-bullseye/CHANGELOG.md index e5c515f1add..819551d326f 100644 --- a/charts/incubator/debian-bullseye/CHANGELOG.md +++ b/charts/incubator/debian-bullseye/CHANGELOG.md @@ -2,6 +2,16 @@ +## [debian-bullseye-0.0.15](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.14...debian-bullseye-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [debian-bullseye-0.0.14](https://github.com/truecharts/apps/compare/debian-bullseye-0.0.13...debian-bullseye-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/debian-bullseye/Chart.yaml b/charts/incubator/debian-bullseye/Chart.yaml index e365c9920fa..3ede3de590c 100644 --- a/charts/incubator/debian-bullseye/Chart.yaml +++ b/charts/incubator/debian-bullseye/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Container is a full Debian Bullseye Xfce4 Desktop environment with\ - \ a noVNC webGUI and all the basic tools pre-installed.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/debian-bullseye -icon: https://truecharts.org/img/chart-icons/debian-bullseye.png +description: "This Container is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed.\r\n" +home: https://truecharts.org/docs/charts/incubator/debian-bullseye +icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-bullseye.png keywords: - debian-bullseye - Productivity @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: debian-bullseye sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/debian-bullseye - https://www.debian.org/ - https://hub.docker.com/r/ich777/debian-bullseye type: application diff --git a/charts/incubator/debian-bullseye/README.md b/charts/incubator/debian-bullseye/README.md index 1b73afe79a4..e6edcf4c8d4 100644 --- a/charts/incubator/debian-bullseye/README.md +++ b/charts/incubator/debian-bullseye/README.md @@ -1,6 +1,6 @@ # debian-bullseye -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Container is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed. @@ -13,6 +13,7 @@ For more information, please click here: [debian-bullseye](https://truecharts.or ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `debian-bullseye` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install debian-bullseye TrueCharts/debian-bullseye ``` @@ -48,7 +49,7 @@ helm install debian-bullseye TrueCharts/debian-bullseye **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall debian-bullseye Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install debian-bullseye TrueCharts/debian-bullseye -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/dispatch/CHANGELOG.md b/charts/incubator/dispatch/CHANGELOG.md index ae70b41b671..3ac8154f7f7 100644 --- a/charts/incubator/dispatch/CHANGELOG.md +++ b/charts/incubator/dispatch/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dispatch-0.0.15](https://github.com/truecharts/charts/compare/dispatch-0.0.14...dispatch-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dispatch-0.0.14](https://github.com/truecharts/apps/compare/dispatch-0.0.13...dispatch-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/dispatch/Chart.yaml b/charts/incubator/dispatch/Chart.yaml index 2dd3df93ef8..7d4f18e870b 100644 --- a/charts/incubator/dispatch/Chart.yaml +++ b/charts/incubator/dispatch/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: Web-based IRC client in Go. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/dispatch -icon: https://truecharts.org/img/chart-icons/dispatch.png +home: https://truecharts.org/docs/charts/incubator/dispatch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatch.png keywords: - dispatch - Network-Messenger @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: dispatch sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dispatch - https://github.com/khlieng/dispatch - https://hub.docker.com/r/khlieng/dispatch/ type: application diff --git a/charts/incubator/dispatch/README.md b/charts/incubator/dispatch/README.md index acc7ec7f379..c8a9a4c9007 100644 --- a/charts/incubator/dispatch/README.md +++ b/charts/incubator/dispatch/README.md @@ -1,6 +1,6 @@ # dispatch -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Web-based IRC client in Go. @@ -13,6 +13,7 @@ For more information, please click here: [dispatch](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dispatch` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dispatch TrueCharts/dispatch ``` @@ -48,7 +49,7 @@ helm install dispatch TrueCharts/dispatch **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall dispatch Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dispatch TrueCharts/dispatch -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/dns-doh-companion/CHANGELOG.md b/charts/incubator/dns-doh-companion/CHANGELOG.md index a2ca21a114f..86e7eadc23a 100644 --- a/charts/incubator/dns-doh-companion/CHANGELOG.md +++ b/charts/incubator/dns-doh-companion/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dns-doh-companion-0.0.15](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.14...dns-doh-companion-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dns-doh-companion-0.0.14](https://github.com/truecharts/apps/compare/dns-doh-companion-0.0.13...dns-doh-companion-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/dns-doh-companion/Chart.yaml b/charts/incubator/dns-doh-companion/Chart.yaml index 6615103250a..14976893d03 100644 --- a/charts/incubator/dns-doh-companion/Chart.yaml +++ b/charts/incubator/dns-doh-companion/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "A very simple DNS server to connect to DNS-over-HTTPS service. This\ - \ is similar to my other Pihole-with-DoH docker, without Pihole.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/dns-doh-companion -icon: https://truecharts.org/img/chart-icons/dns-doh-companion.png +description: "A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH docker, without Pihole.\r\n" +home: https://truecharts.org/docs/charts/incubator/dns-doh-companion +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.png keywords: - dns-doh-companion - Network-DNS @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: dns-doh-companion sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dns-doh-companion - https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/ - https://hub.docker.com/r/testdasi/simple-dns-doh/ type: application diff --git a/charts/incubator/dns-doh-companion/README.md b/charts/incubator/dns-doh-companion/README.md index 9bc43f45b8e..3c274a4bb95 100644 --- a/charts/incubator/dns-doh-companion/README.md +++ b/charts/incubator/dns-doh-companion/README.md @@ -1,6 +1,6 @@ # dns-doh-companion -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH docker, without Pihole. @@ -13,6 +13,7 @@ For more information, please click here: [dns-doh-companion](https://truecharts. ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dns-doh-companion` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dns-doh-companion TrueCharts/dns-doh-companion ``` @@ -48,7 +49,7 @@ helm install dns-doh-companion TrueCharts/dns-doh-companion **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall dns-doh-companion Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dns-doh-companion TrueCharts/dns-doh-companion -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/docker-hub-rss/CHANGELOG.md b/charts/incubator/docker-hub-rss/CHANGELOG.md index 2778d893da0..5a71419d2eb 100644 --- a/charts/incubator/docker-hub-rss/CHANGELOG.md +++ b/charts/incubator/docker-hub-rss/CHANGELOG.md @@ -2,6 +2,16 @@ +## [docker-hub-rss-0.0.15](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.14...docker-hub-rss-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [docker-hub-rss-0.0.14](https://github.com/truecharts/apps/compare/docker-hub-rss-0.0.13...docker-hub-rss-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/docker-hub-rss/Chart.yaml b/charts/incubator/docker-hub-rss/Chart.yaml index b199c49ffa2..b13c71fa050 100644 --- a/charts/incubator/docker-hub-rss/Chart.yaml +++ b/charts/incubator/docker-hub-rss/Chart.yaml @@ -12,8 +12,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/docker-hub-rss -icon: https://truecharts.org/img/chart-icons/docker-hub-rss.png +home: https://truecharts.org/docs/charts/incubator/docker-hub-rss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-hub-rss.png keywords: - docker-hub-rss - Cloud @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: docker-hub-rss sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/docker-hub-rss - https://github.com/TheConnMan/docker-hub-rss - https://hub.docker.com/r/theconnman/docker-hub-rss type: application diff --git a/charts/incubator/docker-hub-rss/README.md b/charts/incubator/docker-hub-rss/README.md index d062e4b5484..b6c3b26744c 100644 --- a/charts/incubator/docker-hub-rss/README.md +++ b/charts/incubator/docker-hub-rss/README.md @@ -1,6 +1,6 @@ # docker-hub-rss -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [docker-hub-rss](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `docker-hub-rss` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install docker-hub-rss TrueCharts/docker-hub-rss ``` @@ -48,7 +49,7 @@ helm install docker-hub-rss TrueCharts/docker-hub-rss **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall docker-hub-rss Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install docker-hub-rss TrueCharts/docker-hub-rss -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/dockerregistry/CHANGELOG.md b/charts/incubator/dockerregistry/CHANGELOG.md index 43315620cf8..b05a6555125 100644 --- a/charts/incubator/dockerregistry/CHANGELOG.md +++ b/charts/incubator/dockerregistry/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dockerregistry-0.0.14](https://github.com/truecharts/charts/compare/dockerregistry-0.0.13...dockerregistry-0.0.14) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dockerregistry-0.0.13](https://github.com/truecharts/apps/compare/dockerregistry-0.0.12...dockerregistry-0.0.13) (2022-07-26) ### Chore diff --git a/charts/incubator/dockerregistry/Chart.yaml b/charts/incubator/dockerregistry/Chart.yaml index a1eb5cc06e8..401dd9bd1e4 100644 --- a/charts/incubator/dockerregistry/Chart.yaml +++ b/charts/incubator/dockerregistry/Chart.yaml @@ -12,14 +12,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Docker Registry is used to store and distribute Docker images using - HTTP API. This allows you host your own private Registry and store your images. - Uses official Docker Registry image @ https://hub.docker.com/_/registry/ - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/dockerregistry -icon: https://truecharts.org/img/chart-icons/dockerregistry.png +description: "Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Docker Registry image @ https://hub.docker.com/_/registry/\n" +home: https://truecharts.org/docs/charts/incubator/dockerregistry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockerregistry.png keywords: - dockerregistry - Cloud @@ -33,6 +28,7 @@ maintainers: url: https://truecharts.org name: dockerregistry sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dockerregistry - https://github.com/distribution/distribution - https://registry.hub.docker.com/_/registry/ type: application diff --git a/charts/incubator/dockerregistry/README.md b/charts/incubator/dockerregistry/README.md index 0707d44831c..b3f0668dfcc 100644 --- a/charts/incubator/dockerregistry/README.md +++ b/charts/incubator/dockerregistry/README.md @@ -1,6 +1,6 @@ # dockerregistry -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2](https://img.shields.io/badge/AppVersion-2-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2](https://img.shields.io/badge/AppVersion-2-informational?style=flat-square) Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Docker Registry image @ https://hub.docker.com/_/registry/ @@ -13,6 +13,7 @@ For more information, please click here: [dockerregistry](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dockerregistry` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dockerregistry TrueCharts/dockerregistry ``` @@ -48,7 +49,7 @@ helm install dockerregistry TrueCharts/dockerregistry **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall dockerregistry Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dockerregistry TrueCharts/dockerregistry -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/dontstarvetogether/CHANGELOG.md b/charts/incubator/dontstarvetogether/CHANGELOG.md index 71652643081..2903ad2a487 100644 --- a/charts/incubator/dontstarvetogether/CHANGELOG.md +++ b/charts/incubator/dontstarvetogether/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dontstarvetogether-0.0.15](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.14...dontstarvetogether-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dontstarvetogether-0.0.14](https://github.com/truecharts/apps/compare/dontstarvetogether-0.0.13...dontstarvetogether-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/dontstarvetogether/Chart.yaml b/charts/incubator/dontstarvetogether/Chart.yaml index 4eeff130d41..247f022ca75 100644 --- a/charts/incubator/dontstarvetogether/Chart.yaml +++ b/charts/incubator/dontstarvetogether/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Don't Starve Together and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/dontstarvetogether -icon: https://truecharts.org/img/chart-icons/dontstarvetogether.png +description: "This Docker will download and install SteamCMD. It will also install Don't Starve Together and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/dontstarvetogether +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dontstarvetogether.png keywords: - dontstarvetogether - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: dontstarvetogether sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dontstarvetogether - https://www.klei.com/games/dont-starve-together - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/dontstarvetogether/README.md b/charts/incubator/dontstarvetogether/README.md index 2805c12ba7e..914deae700d 100644 --- a/charts/incubator/dontstarvetogether/README.md +++ b/charts/incubator/dontstarvetogether/README.md @@ -1,6 +1,6 @@ # dontstarvetogether -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Don't Starve Together and run it. @@ -13,6 +13,7 @@ For more information, please click here: [dontstarvetogether](https://truecharts ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dontstarvetogether` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dontstarvetogether TrueCharts/dontstarvetogether ``` @@ -48,7 +49,7 @@ helm install dontstarvetogether TrueCharts/dontstarvetogether **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall dontstarvetogether Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dontstarvetogether TrueCharts/dontstarvetogether -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/dropbox-by-otherguy/CHANGELOG.md b/charts/incubator/dropbox-by-otherguy/CHANGELOG.md index 669666b72ec..5c7d9090ddf 100644 --- a/charts/incubator/dropbox-by-otherguy/CHANGELOG.md +++ b/charts/incubator/dropbox-by-otherguy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dropbox-by-otherguy-0.0.15](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.14...dropbox-by-otherguy-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dropbox-by-otherguy-0.0.14](https://github.com/truecharts/apps/compare/dropbox-by-otherguy-0.0.13...dropbox-by-otherguy-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/dropbox-by-otherguy/Chart.yaml b/charts/incubator/dropbox-by-otherguy/Chart.yaml index 6775d084381..d5cca2eea32 100644 --- a/charts/incubator/dropbox-by-otherguy/Chart.yaml +++ b/charts/incubator/dropbox-by-otherguy/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "Dropbox client which syncs a local path with your cloud.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/dropbox-by-otherguy -icon: https://truecharts.org/img/chart-icons/dropbox-by-otherguy.png +home: https://truecharts.org/docs/charts/incubator/dropbox-by-otherguy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.png keywords: - dropbox-by-otherguy - Cloud @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: dropbox-by-otherguy sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dropbox-by-otherguy - https://github.com/otherguy/docker-dropbox - https://hub.docker.com/r/otherguy/dropbox type: application diff --git a/charts/incubator/dropbox-by-otherguy/README.md b/charts/incubator/dropbox-by-otherguy/README.md index b8058be41d9..13b31b380b0 100644 --- a/charts/incubator/dropbox-by-otherguy/README.md +++ b/charts/incubator/dropbox-by-otherguy/README.md @@ -1,6 +1,6 @@ # dropbox-by-otherguy -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Dropbox client which syncs a local path with your cloud. @@ -13,6 +13,7 @@ For more information, please click here: [dropbox-by-otherguy](https://truechart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dropbox-by-otherguy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dropbox-by-otherguy TrueCharts/dropbox-by-otherguy ``` @@ -48,7 +49,7 @@ helm install dropbox-by-otherguy TrueCharts/dropbox-by-otherguy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall dropbox-by-otherguy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dropbox-by-otherguy TrueCharts/dropbox-by-otherguy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/duplicacy/CHANGELOG.md b/charts/incubator/duplicacy/CHANGELOG.md index 623e27bb701..ecf13c144e4 100644 --- a/charts/incubator/duplicacy/CHANGELOG.md +++ b/charts/incubator/duplicacy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [duplicacy-0.0.15](https://github.com/truecharts/charts/compare/duplicacy-0.0.14...duplicacy-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [duplicacy-0.0.14](https://github.com/truecharts/apps/compare/duplicacy-0.0.13...duplicacy-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/duplicacy/Chart.yaml b/charts/incubator/duplicacy/Chart.yaml index 52556a9fe1a..0004243afd9 100644 --- a/charts/incubator/duplicacy/Chart.yaml +++ b/charts/incubator/duplicacy/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: A new generation cross-platform cloud backup tool. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/duplicacy -icon: https://truecharts.org/img/chart-icons/duplicacy.png +home: https://truecharts.org/docs/charts/incubator/duplicacy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.png keywords: - duplicacy - Backup @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: duplicacy sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/duplicacy - https://hotio.dev/containers/duplicacy - https://hub.docker.com/r/hotio/duplicacy type: application diff --git a/charts/incubator/duplicacy/README.md b/charts/incubator/duplicacy/README.md index 2ff28326dab..b56030987b9 100644 --- a/charts/incubator/duplicacy/README.md +++ b/charts/incubator/duplicacy/README.md @@ -1,6 +1,6 @@ # duplicacy -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A new generation cross-platform cloud backup tool. @@ -13,6 +13,7 @@ For more information, please click here: [duplicacy](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `duplicacy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install duplicacy TrueCharts/duplicacy ``` @@ -48,7 +49,7 @@ helm install duplicacy TrueCharts/duplicacy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall duplicacy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install duplicacy TrueCharts/duplicacy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/dvblink/CHANGELOG.md b/charts/incubator/dvblink/CHANGELOG.md index 67bc4effe20..c0c5f353e6f 100644 --- a/charts/incubator/dvblink/CHANGELOG.md +++ b/charts/incubator/dvblink/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dvblink-0.0.15](https://github.com/truecharts/charts/compare/dvblink-0.0.14...dvblink-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dvblink-0.0.14](https://github.com/truecharts/apps/compare/dvblink-0.0.13...dvblink-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/dvblink/Chart.yaml b/charts/incubator/dvblink/Chart.yaml index 974673f4c9c..3207af25ef9 100644 --- a/charts/incubator/dvblink/Chart.yaml +++ b/charts/incubator/dvblink/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - DVBLink need to enjoy your favorite channels and recordings within your - home network and on the go! -home: https://github.com/truecharts/charts/tree/master/charts/incubator/dvblink -icon: https://truecharts.org/img/chart-icons/dvblink.png +description: DVBLink need to enjoy your favorite channels and recordings within your home network and on the go! +home: https://truecharts.org/docs/charts/incubator/dvblink +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dvblink.png keywords: - dvblink - MediaServer-Video @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: dvblink sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dvblink - http://dvblogic.com - https://hub.docker.com/r/chvb/docker-dvblink/ type: application diff --git a/charts/incubator/dvblink/README.md b/charts/incubator/dvblink/README.md index 2377a27dfb9..e8bb163c036 100644 --- a/charts/incubator/dvblink/README.md +++ b/charts/incubator/dvblink/README.md @@ -1,6 +1,6 @@ # dvblink -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DVBLink need to enjoy your favorite channels and recordings within your home network and on the go! @@ -13,6 +13,7 @@ For more information, please click here: [dvblink](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dvblink` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dvblink TrueCharts/dvblink ``` @@ -48,7 +49,7 @@ helm install dvblink TrueCharts/dvblink **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall dvblink Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dvblink TrueCharts/dvblink -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/eco/CHANGELOG.md b/charts/incubator/eco/CHANGELOG.md index 1a8b90190a8..4669aa44dfc 100644 --- a/charts/incubator/eco/CHANGELOG.md +++ b/charts/incubator/eco/CHANGELOG.md @@ -2,6 +2,16 @@ +## [eco-0.0.15](https://github.com/truecharts/charts/compare/ecodms-0.0.14...eco-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [eco-0.0.14](https://github.com/truecharts/apps/compare/truecommand-11.0.22...eco-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/eco/Chart.yaml b/charts/incubator/eco/Chart.yaml index 179d018f710..d8c6de578fd 100644 --- a/charts/incubator/eco/Chart.yaml +++ b/charts/incubator/eco/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ ECO and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/eco -icon: https://truecharts.org/img/chart-icons/eco.png +description: "This Docker will download and install SteamCMD. It will also install ECO and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/eco +icon: https://truecharts.org/img/hotlink-ok/chart-icons/eco.png keywords: - eco - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: eco sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/eco - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/eco/README.md b/charts/incubator/eco/README.md index 5ac934bca7c..f21bef1b33b 100644 --- a/charts/incubator/eco/README.md +++ b/charts/incubator/eco/README.md @@ -1,6 +1,6 @@ # eco -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install ECO and run it. @@ -13,6 +13,7 @@ For more information, please click here: [eco](https://truecharts.org/docs/chart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `eco` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install eco TrueCharts/eco ``` @@ -48,7 +49,7 @@ helm install eco TrueCharts/eco **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall eco Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install eco TrueCharts/eco -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ecodms/CHANGELOG.md b/charts/incubator/ecodms/CHANGELOG.md index d3fed8a779a..15ac4d2905e 100644 --- a/charts/incubator/ecodms/CHANGELOG.md +++ b/charts/incubator/ecodms/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ecodms-0.0.15](https://github.com/truecharts/charts/compare/ecodms-0.0.14...ecodms-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ecodms-0.0.14](https://github.com/truecharts/apps/compare/ecodms-0.0.13...ecodms-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/ecodms/Chart.yaml b/charts/incubator/ecodms/Chart.yaml index 25000c73a08..0831562fd9a 100644 --- a/charts/incubator/ecodms/Chart.yaml +++ b/charts/incubator/ecodms/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS)\ - \ - Audit-compliant archive for scanning, archiving, managing and retrieving all\ - \ data and documents.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/ecodms -icon: https://truecharts.org/img/chart-icons/ecodms.png +description: "ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents.\r\n" +home: https://truecharts.org/docs/charts/incubator/ecodms +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ecodms.png keywords: - ecodms - Cloud @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: ecodms sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ecodms - https://www.ecodms.de/index.php/en/ - https://hub.docker.com/r/ecodms/allinone-18.09/ type: application diff --git a/charts/incubator/ecodms/README.md b/charts/incubator/ecodms/README.md index b6d16768bbc..9b20d39b696 100644 --- a/charts/incubator/ecodms/README.md +++ b/charts/incubator/ecodms/README.md @@ -1,6 +1,6 @@ # ecodms -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents. @@ -13,6 +13,7 @@ For more information, please click here: [ecodms](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ecodms` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ecodms TrueCharts/ecodms ``` @@ -48,7 +49,7 @@ helm install ecodms TrueCharts/ecodms **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ecodms Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ecodms TrueCharts/ecodms -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/electrum/CHANGELOG.md b/charts/incubator/electrum/CHANGELOG.md index b36d8adb40c..b7aec34d77e 100644 --- a/charts/incubator/electrum/CHANGELOG.md +++ b/charts/incubator/electrum/CHANGELOG.md @@ -2,6 +2,16 @@ +## [electrum-0.0.15](https://github.com/truecharts/charts/compare/electrum-0.0.14...electrum-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [electrum-0.0.14](https://github.com/truecharts/apps/compare/electrum-0.0.13...electrum-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/electrum/Chart.yaml b/charts/incubator/electrum/Chart.yaml index 22031667c52..b47297ed8b1 100644 --- a/charts/incubator/electrum/Chart.yaml +++ b/charts/incubator/electrum/Chart.yaml @@ -11,13 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Electrum is a Bitcoin wallet focused on speed and simplicity, with low\ - \ resource usage. It uses remote servers that handle the most complicated parts\ - \ of the Bitcoin system, and it allows you to recover your wallet from a secret\ - \ phrase.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/electrum -icon: https://truecharts.org/img/chart-icons/electrum.png +description: "Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase.\r\n" +home: https://truecharts.org/docs/charts/incubator/electrum +icon: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.png keywords: - electrum - Network-Other @@ -30,6 +26,7 @@ maintainers: url: https://truecharts.org name: electrum sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/electrum - https://electrum.org/ - https://hub.docker.com/r/ich777/electrum type: application diff --git a/charts/incubator/electrum/README.md b/charts/incubator/electrum/README.md index 52c612d7f18..7d7fb9c0599 100644 --- a/charts/incubator/electrum/README.md +++ b/charts/incubator/electrum/README.md @@ -1,6 +1,6 @@ # electrum -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase. @@ -13,6 +13,7 @@ For more information, please click here: [electrum](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `electrum` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install electrum TrueCharts/electrum ``` @@ -48,7 +49,7 @@ helm install electrum TrueCharts/electrum **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall electrum Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install electrum TrueCharts/electrum -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/emby-sync/CHANGELOG.md b/charts/incubator/emby-sync/CHANGELOG.md index baad9ae3582..e24c8bae113 100644 --- a/charts/incubator/emby-sync/CHANGELOG.md +++ b/charts/incubator/emby-sync/CHANGELOG.md @@ -2,6 +2,16 @@ +## [emby-sync-0.0.15](https://github.com/truecharts/charts/compare/emby-sync-0.0.14...emby-sync-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [emby-sync-0.0.14](https://github.com/truecharts/apps/compare/emby-sync-0.0.13...emby-sync-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/emby-sync/Chart.yaml b/charts/incubator/emby-sync/Chart.yaml index 509ffbf126d..414165c6dea 100644 --- a/charts/incubator/emby-sync/Chart.yaml +++ b/charts/incubator/emby-sync/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: A small flask based service to sync up Emby clients -home: https://github.com/truecharts/charts/tree/master/charts/incubator/emby-sync -icon: https://truecharts.org/img/chart-icons/emby-sync.png +home: https://truecharts.org/docs/charts/incubator/emby-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby-sync.png keywords: - emby-sync - Tools-Utilities @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: emby-sync sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/emby-sync - https://github.com/cameronurnes/emby-sync - https://hub.docker.com/r/lastelement21/emby-sync/ type: application diff --git a/charts/incubator/emby-sync/README.md b/charts/incubator/emby-sync/README.md index 9a626d75a54..e766caafbd6 100644 --- a/charts/incubator/emby-sync/README.md +++ b/charts/incubator/emby-sync/README.md @@ -1,6 +1,6 @@ # emby-sync -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A small flask based service to sync up Emby clients @@ -13,6 +13,7 @@ For more information, please click here: [emby-sync](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `emby-sync` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install emby-sync TrueCharts/emby-sync ``` @@ -48,7 +49,7 @@ helm install emby-sync TrueCharts/emby-sync **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall emby-sync Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install emby-sync TrueCharts/emby-sync -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/etesync/CHANGELOG.md b/charts/incubator/etesync/CHANGELOG.md index 07cc3ed9aa6..0ccb5f4e211 100644 --- a/charts/incubator/etesync/CHANGELOG.md +++ b/charts/incubator/etesync/CHANGELOG.md @@ -2,6 +2,16 @@ +## [etesync-0.0.21](https://github.com/truecharts/charts/compare/etesync-0.0.20...etesync-0.0.21) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [etesync-0.0.20](https://github.com/truecharts/apps/compare/etesync-0.0.19...etesync-0.0.20) (2022-07-26) ### Chore diff --git a/charts/incubator/etesync/Chart.yaml b/charts/incubator/etesync/Chart.yaml index d46d47fb324..c9ef7415a43 100644 --- a/charts/incubator/etesync/Chart.yaml +++ b/charts/incubator/etesync/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 8.0.50 deprecated: false description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/r/etesync -icon: https://truecharts.org/img/chart-icons/etesync.png +home: https://truecharts.org/docs/charts/incubator/etesync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/etesync.png keywords: - etesync - sync @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: etesync sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/etesync - https://www.etesync.com/ - https://github.com/etesync - https://github.com/victor-rds/docker-etebase diff --git a/charts/incubator/etesync/README.md b/charts/incubator/etesync/README.md index 62513c799e8..84b34313fdf 100644 --- a/charts/incubator/etesync/README.md +++ b/charts/incubator/etesync/README.md @@ -1,6 +1,6 @@ # etesync -![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.1](https://img.shields.io/badge/AppVersion-0.9.1-informational?style=flat-square) +![Version: 0.0.21](https://img.shields.io/badge/Version-0.0.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.1](https://img.shields.io/badge/AppVersion-0.9.1-informational?style=flat-square) Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. @@ -13,6 +13,7 @@ For more information, please click here: [etesync](https://truecharts.org/docs/c ## Source Code +* * * * @@ -26,21 +27,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `etesync` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install etesync TrueCharts/etesync ``` @@ -51,7 +52,7 @@ helm install etesync TrueCharts/etesync **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -70,7 +71,7 @@ helm uninstall etesync Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -88,9 +89,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install etesync TrueCharts/etesync -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ethercalc/CHANGELOG.md b/charts/incubator/ethercalc/CHANGELOG.md index fbaf73a0b67..098a88d2d9f 100644 --- a/charts/incubator/ethercalc/CHANGELOG.md +++ b/charts/incubator/ethercalc/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ethercalc-0.0.15](https://github.com/truecharts/charts/compare/ethercalc-0.0.14...ethercalc-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ethercalc-0.0.14](https://github.com/truecharts/apps/compare/ethercalc-0.0.13...ethercalc-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/ethercalc/Chart.yaml b/charts/incubator/ethercalc/Chart.yaml index ef3b62cf934..9ce084be050 100644 --- a/charts/incubator/ethercalc/Chart.yaml +++ b/charts/incubator/ethercalc/Chart.yaml @@ -12,8 +12,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/ethercalc -icon: https://truecharts.org/img/chart-icons/ethercalc.png +home: https://truecharts.org/docs/charts/incubator/ethercalc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ethercalc.png keywords: - ethercalc - Cloud @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: ethercalc sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ethercalc - https://github.com/audreyt/ethercalc - https://hub.docker.com/r/audreyt/ethercalc type: application diff --git a/charts/incubator/ethercalc/README.md b/charts/incubator/ethercalc/README.md index 7d604078aff..3671977d046 100644 --- a/charts/incubator/ethercalc/README.md +++ b/charts/incubator/ethercalc/README.md @@ -1,6 +1,6 @@ # ethercalc -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [ethercalc](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ethercalc` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ethercalc TrueCharts/ethercalc ``` @@ -48,7 +49,7 @@ helm install ethercalc TrueCharts/ethercalc **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ethercalc Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ethercalc TrueCharts/ethercalc -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/euterpe/CHANGELOG.md b/charts/incubator/euterpe/CHANGELOG.md index 56003c9bd8d..ced6d423a04 100644 --- a/charts/incubator/euterpe/CHANGELOG.md +++ b/charts/incubator/euterpe/CHANGELOG.md @@ -2,6 +2,16 @@ +## [euterpe-0.0.15](https://github.com/truecharts/charts/compare/euterpe-0.0.14...euterpe-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [euterpe-0.0.14](https://github.com/truecharts/apps/compare/euterpe-0.0.13...euterpe-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/euterpe/Chart.yaml b/charts/incubator/euterpe/Chart.yaml index e7d1c6d499b..0d8c058b86c 100644 --- a/charts/incubator/euterpe/Chart.yaml +++ b/charts/incubator/euterpe/Chart.yaml @@ -13,8 +13,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/euterpe -icon: https://truecharts.org/img/chart-icons/euterpe.png +home: https://truecharts.org/docs/charts/incubator/euterpe +icon: https://truecharts.org/img/hotlink-ok/chart-icons/euterpe.png keywords: - euterpe - Productivity @@ -28,6 +28,7 @@ maintainers: url: https://truecharts.org name: euterpe sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/euterpe - https://github.com/ironsmile/euterpe - https://hub.docker.com/r/ironsmile/euterpe type: application diff --git a/charts/incubator/euterpe/README.md b/charts/incubator/euterpe/README.md index 8cfe1f88eb9..cce4ff7138c 100644 --- a/charts/incubator/euterpe/README.md +++ b/charts/incubator/euterpe/README.md @@ -1,6 +1,6 @@ # euterpe -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [euterpe](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `euterpe` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install euterpe TrueCharts/euterpe ``` @@ -48,7 +49,7 @@ helm install euterpe TrueCharts/euterpe **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall euterpe Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install euterpe TrueCharts/euterpe -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/explainshell/CHANGELOG.md b/charts/incubator/explainshell/CHANGELOG.md index 343b294c499..82c50a938c5 100644 --- a/charts/incubator/explainshell/CHANGELOG.md +++ b/charts/incubator/explainshell/CHANGELOG.md @@ -2,6 +2,16 @@ +## [explainshell-0.0.15](https://github.com/truecharts/charts/compare/explainshell-0.0.14...explainshell-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [explainshell-0.0.14](https://github.com/truecharts/apps/compare/explainshell-0.0.13...explainshell-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/explainshell/Chart.yaml b/charts/incubator/explainshell/Chart.yaml index 1204317e503..2f0925815f4 100644 --- a/charts/incubator/explainshell/Chart.yaml +++ b/charts/incubator/explainshell/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Not everyone, especially people new to Linux and Unraid, know what a\ - \ command that they type i will actually do.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/explainshell -icon: https://truecharts.org/img/chart-icons/explainshell.png +description: "Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do.\r\n" +home: https://truecharts.org/docs/charts/incubator/explainshell +icon: https://truecharts.org/img/hotlink-ok/chart-icons/explainshell.png keywords: - explainshell - Tools-Utilities @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: explainshell sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/explainshell - https://github.com/idank/explainshell - https://hub.docker.com/r/spaceinvaderone/explainshell type: application diff --git a/charts/incubator/explainshell/README.md b/charts/incubator/explainshell/README.md index 70aa91c8c34..336ebe3d971 100644 --- a/charts/incubator/explainshell/README.md +++ b/charts/incubator/explainshell/README.md @@ -1,6 +1,6 @@ # explainshell -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do. @@ -13,6 +13,7 @@ For more information, please click here: [explainshell](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `explainshell` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install explainshell TrueCharts/explainshell ``` @@ -48,7 +49,7 @@ helm install explainshell TrueCharts/explainshell **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall explainshell Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install explainshell TrueCharts/explainshell -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/external-ip/CHANGELOG.md b/charts/incubator/external-ip/CHANGELOG.md index f47cf4d1ce4..04344e3d438 100644 --- a/charts/incubator/external-ip/CHANGELOG.md +++ b/charts/incubator/external-ip/CHANGELOG.md @@ -2,6 +2,16 @@ +## [external-ip-0.0.15](https://github.com/truecharts/charts/compare/external-ip-0.0.14...external-ip-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [external-ip-0.0.14](https://github.com/truecharts/apps/compare/external-ip-0.0.13...external-ip-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/external-ip/Chart.yaml b/charts/incubator/external-ip/Chart.yaml index e6c0ecad40b..f75ed075a41 100644 --- a/charts/incubator/external-ip/Chart.yaml +++ b/charts/incubator/external-ip/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on - a scheduled basis that can be customized. Also includes the ability to alert you - via pushover if the IP changes. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/external-ip -icon: https://truecharts.org/img/chart-icons/external-ip.png +description: Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes. +home: https://truecharts.org/docs/charts/incubator/external-ip +icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-ip.png keywords: - external-ip - Network-Management @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: external-ip sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/external-ip - https://github.com/xavier-hernandez/docker-external-ip - https://hub.docker.com/repository/docker/xavierh/external-ip type: application diff --git a/charts/incubator/external-ip/README.md b/charts/incubator/external-ip/README.md index bb6096ac2e0..aba7dc1f114 100644 --- a/charts/incubator/external-ip/README.md +++ b/charts/incubator/external-ip/README.md @@ -1,6 +1,6 @@ # external-ip -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes. @@ -13,6 +13,7 @@ For more information, please click here: [external-ip](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `external-ip` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install external-ip TrueCharts/external-ip ``` @@ -48,7 +49,7 @@ helm install external-ip TrueCharts/external-ip **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall external-ip Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install external-ip TrueCharts/external-ip -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/factorio/CHANGELOG.md b/charts/incubator/factorio/CHANGELOG.md index 1ad76b29fe0..9ef421ed2f7 100644 --- a/charts/incubator/factorio/CHANGELOG.md +++ b/charts/incubator/factorio/CHANGELOG.md @@ -2,6 +2,16 @@ +## [factorio-0.0.17](https://github.com/truecharts/charts/compare/factorio-0.0.16...factorio-0.0.17) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [factorio-0.0.16](https://github.com/truecharts/apps/compare/factorio-0.0.15...factorio-0.0.16) (2022-07-29) ### Chore diff --git a/charts/incubator/factorio/Chart.yaml b/charts/incubator/factorio/Chart.yaml index 7cd509f2658..84318aecda6 100644 --- a/charts/incubator/factorio/Chart.yaml +++ b/charts/incubator/factorio/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker Container will download the latest stable release of the\ - \ game, generate the map and you're ready to play.\r\n" +description: "This Docker Container will download the latest stable release of the game, generate the map and you're ready to play.\r\n" home: https://truecharts.org/docs/charts/incubator/factorio -icon: https://truecharts.org/img/chart-icons/factorio.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png keywords: - factorio - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: factorio sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/factorio - https://www.factorio.com/ - https://hub.docker.com/r/factoriotools/factorio/ type: application diff --git a/charts/incubator/factorio/README.md b/charts/incubator/factorio/README.md index 69ae9098604..0a493a1ed55 100644 --- a/charts/incubator/factorio/README.md +++ b/charts/incubator/factorio/README.md @@ -1,6 +1,6 @@ # factorio -![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square) +![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square) This Docker Container will download the latest stable release of the game, generate the map and you're ready to play. @@ -13,6 +13,7 @@ For more information, please click here: [factorio](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `factorio` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install factorio TrueCharts/factorio ``` @@ -48,7 +49,7 @@ helm install factorio TrueCharts/factorio **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall factorio Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install factorio TrueCharts/factorio -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/factorioservermanager/CHANGELOG.md b/charts/incubator/factorioservermanager/CHANGELOG.md index 2aece865bc2..7b5b0f1f437 100644 --- a/charts/incubator/factorioservermanager/CHANGELOG.md +++ b/charts/incubator/factorioservermanager/CHANGELOG.md @@ -2,6 +2,16 @@ +## [factorioservermanager-0.0.15](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.14...factorioservermanager-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [factorioservermanager-0.0.14](https://github.com/truecharts/apps/compare/factorioservermanager-0.0.13...factorioservermanager-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/factorioservermanager/Chart.yaml b/charts/incubator/factorioservermanager/Chart.yaml index 7be58af9bca..95ed29c28fc 100644 --- a/charts/incubator/factorioservermanager/Chart.yaml +++ b/charts/incubator/factorioservermanager/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "A tool for managing Factorio servers \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/factorioservermanager -icon: https://truecharts.org/img/chart-icons/factorioservermanager.png +home: https://truecharts.org/docs/charts/incubator/factorioservermanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorioservermanager.png keywords: - factorioservermanager - GameServers @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: factorioservermanager sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/factorioservermanager - https://github.com/OpenFactorioServerManager/factorio-server-manager - https://hub.docker.com/r/ofsm/ofsm type: application diff --git a/charts/incubator/factorioservermanager/README.md b/charts/incubator/factorioservermanager/README.md index 4986508c403..38d940ee051 100644 --- a/charts/incubator/factorioservermanager/README.md +++ b/charts/incubator/factorioservermanager/README.md @@ -1,6 +1,6 @@ # factorioservermanager -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A tool for managing Factorio servers @@ -13,6 +13,7 @@ For more information, please click here: [factorioservermanager](https://truecha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `factorioservermanager` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install factorioservermanager TrueCharts/factorioservermanager ``` @@ -48,7 +49,7 @@ helm install factorioservermanager TrueCharts/factorioservermanager **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall factorioservermanager Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install factorioservermanager TrueCharts/factorioservermanager -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/facturascripts/CHANGELOG.md b/charts/incubator/facturascripts/CHANGELOG.md index 1c39874b2dc..c9ba516669f 100644 --- a/charts/incubator/facturascripts/CHANGELOG.md +++ b/charts/incubator/facturascripts/CHANGELOG.md @@ -2,6 +2,16 @@ +## [facturascripts-0.0.15](https://github.com/truecharts/charts/compare/facturascripts-0.0.14...facturascripts-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [facturascripts-0.0.14](https://github.com/truecharts/apps/compare/facturascripts-0.0.13...facturascripts-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/facturascripts/Chart.yaml b/charts/incubator/facturascripts/Chart.yaml index 0d4a21d6e29..672eb6a151d 100644 --- a/charts/incubator/facturascripts/Chart.yaml +++ b/charts/incubator/facturascripts/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "FacturaScripts is an accounting, billing and CRM program with it you\ - \ can manage the day to day of your company: invoices, receipts, expenses, budgets,\ - \ orders, delivery notes, inventory...\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/facturascripts -icon: https://truecharts.org/img/chart-icons/facturascripts.png +description: "FacturaScripts is an accounting, billing and CRM program with it you can manage the day to day of your company: invoices, receipts, expenses, budgets, orders, delivery notes, inventory...\r\n" +home: https://truecharts.org/docs/charts/incubator/facturascripts +icon: https://truecharts.org/img/hotlink-ok/chart-icons/facturascripts.png keywords: - facturascripts - Cloud @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: facturascripts sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/facturascripts - https://facturascripts.com/ - https://hub.docker.com/r/unraides/facturascripts type: application diff --git a/charts/incubator/facturascripts/README.md b/charts/incubator/facturascripts/README.md index c25dc6b6ea5..05a5dacfd1d 100644 --- a/charts/incubator/facturascripts/README.md +++ b/charts/incubator/facturascripts/README.md @@ -1,6 +1,6 @@ # facturascripts -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) FacturaScripts is an accounting, billing and CRM program with it you can manage the day to day of your company: invoices, receipts, expenses, budgets, orders, delivery notes, inventory... @@ -13,6 +13,7 @@ For more information, please click here: [facturascripts](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `facturascripts` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install facturascripts TrueCharts/facturascripts ``` @@ -48,7 +49,7 @@ helm install facturascripts TrueCharts/facturascripts **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall facturascripts Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install facturascripts TrueCharts/facturascripts -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/fancyindex/CHANGELOG.md b/charts/incubator/fancyindex/CHANGELOG.md index f26dd0dd525..fb49b649b5e 100644 --- a/charts/incubator/fancyindex/CHANGELOG.md +++ b/charts/incubator/fancyindex/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fancyindex-1.0.24](https://github.com/truecharts/charts/compare/fancyindex-1.0.23...fancyindex-1.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fancyindex-1.0.23](https://github.com/truecharts/apps/compare/fancyindex-1.0.22...fancyindex-1.0.23) (2022-07-26) ### Chore diff --git a/charts/incubator/fancyindex/Chart.yaml b/charts/incubator/fancyindex/Chart.yaml index 97df0a0105b..95ddc5df8a1 100644 --- a/charts/incubator/fancyindex/Chart.yaml +++ b/charts/incubator/fancyindex/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "latest" description: Fancyindex provides a lightweight nginx directory listing with theming support type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/incubator/fancyindex -icon: https://truecharts.org/img/chart-icons/fancyindex.png +home: https://truecharts.org/docs/charts/incubator/fancyindex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fancyindex.png keywords: - fancyindex sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fancyindex - https://github.com/xal3xhx/fancyindex - https://hub.docker.com/r/xal3xhx/fancy dependencies: diff --git a/charts/incubator/fancyindex/README.md b/charts/incubator/fancyindex/README.md index f1c277cb864..f5f1cdedb04 100644 --- a/charts/incubator/fancyindex/README.md +++ b/charts/incubator/fancyindex/README.md @@ -1,6 +1,6 @@ # fancyindex -![Version: 1.0.23](https://img.shields.io/badge/Version-1.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.0.24](https://img.shields.io/badge/Version-1.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Fancyindex provides a lightweight nginx directory listing with theming support @@ -13,6 +13,7 @@ For more information, please click here: [fancyindex](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fancyindex` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fancyindex TrueCharts/fancyindex ``` @@ -48,7 +49,7 @@ helm install fancyindex TrueCharts/fancyindex **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall fancyindex Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fancyindex TrueCharts/fancyindex -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/farmos/CHANGELOG.md b/charts/incubator/farmos/CHANGELOG.md index 207eca5b465..47c31f95d26 100644 --- a/charts/incubator/farmos/CHANGELOG.md +++ b/charts/incubator/farmos/CHANGELOG.md @@ -2,6 +2,17 @@ +## [farmos-0.0.16](https://github.com/truecharts/charts/compare/farmos-0.0.14...farmos-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [farmos-0.0.14](https://github.com/truecharts/apps/compare/farmos-0.0.13...farmos-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/farmos/Chart.yaml b/charts/incubator/farmos/Chart.yaml index 3e14762a054..e9d6b35e0e4 100644 --- a/charts/incubator/farmos/Chart.yaml +++ b/charts/incubator/farmos/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "farmOS is a web-based application for farm management, planning, and\ - \ record keeping. It is developed by a community of volunteers and aims to provide\ - \ a standard platform for farmers, developers, and researchers to build upon.\r" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/farmos -icon: https://truecharts.org/img/chart-icons/farmos.png +description: "farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon.\r" +home: https://truecharts.org/docs/charts/incubator/farmos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/farmos.png keywords: - farmos - Productivity @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: farmos sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/farmos - https://github.com/farmOS/farmOS - https://hub.docker.com/r/farmos/farmos/ type: application diff --git a/charts/incubator/farmos/README.md b/charts/incubator/farmos/README.md index 2e54454de5d..62954661fb8 100644 --- a/charts/incubator/farmos/README.md +++ b/charts/incubator/farmos/README.md @@ -1,6 +1,6 @@ # farmos -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon. @@ -13,6 +13,7 @@ For more information, please click here: [farmos](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `farmos` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install farmos TrueCharts/farmos ``` @@ -48,7 +49,7 @@ helm install farmos TrueCharts/farmos **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall farmos Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install farmos TrueCharts/farmos -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/fastcom-mqtt/CHANGELOG.md b/charts/incubator/fastcom-mqtt/CHANGELOG.md index f153db0775d..b04a06e453b 100644 --- a/charts/incubator/fastcom-mqtt/CHANGELOG.md +++ b/charts/incubator/fastcom-mqtt/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fastcom-mqtt-0.0.15](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.14...fastcom-mqtt-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fastcom-mqtt-0.0.14](https://github.com/truecharts/apps/compare/fastcom-mqtt-0.0.13...fastcom-mqtt-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/fastcom-mqtt/Chart.yaml b/charts/incubator/fastcom-mqtt/Chart.yaml index 3676991c0b4..d0d08ca3315 100644 --- a/charts/incubator/fastcom-mqtt/Chart.yaml +++ b/charts/incubator/fastcom-mqtt/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Docker Container with Fast.com CLI sending data directly to MQTT Broker - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/fastcom-mqtt -icon: https://truecharts.org/img/chart-icons/fastcom-mqtt.png +description: "Docker Container with Fast.com CLI sending data directly to MQTT Broker\n" +home: https://truecharts.org/docs/charts/incubator/fastcom-mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fastcom-mqtt.png keywords: - fastcom-mqtt - HomeAutomation @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: fastcom-mqtt sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fastcom-mqtt - https://github.com/simonjenny/fastcom-mqtt - https://hub.docker.com/r/simonjenny/fastcom-mqtt/ type: application diff --git a/charts/incubator/fastcom-mqtt/README.md b/charts/incubator/fastcom-mqtt/README.md index fb900487a01..26b6c76ce52 100644 --- a/charts/incubator/fastcom-mqtt/README.md +++ b/charts/incubator/fastcom-mqtt/README.md @@ -1,6 +1,6 @@ # fastcom-mqtt -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Docker Container with Fast.com CLI sending data directly to MQTT Broker @@ -13,6 +13,7 @@ For more information, please click here: [fastcom-mqtt](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fastcom-mqtt` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fastcom-mqtt TrueCharts/fastcom-mqtt ``` @@ -48,7 +49,7 @@ helm install fastcom-mqtt TrueCharts/fastcom-mqtt **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall fastcom-mqtt Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fastcom-mqtt TrueCharts/fastcom-mqtt -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/fenrus/CHANGELOG.md b/charts/incubator/fenrus/CHANGELOG.md index 9d722cfa25e..14c01f29ce8 100644 --- a/charts/incubator/fenrus/CHANGELOG.md +++ b/charts/incubator/fenrus/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fenrus-0.0.15](https://github.com/truecharts/charts/compare/fenrus-0.0.14...fenrus-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fenrus-0.0.14](https://github.com/truecharts/apps/compare/fenrus-0.0.13...fenrus-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/fenrus/Chart.yaml b/charts/incubator/fenrus/Chart.yaml index 285253c82ed..6bbef9cf5a6 100644 --- a/charts/incubator/fenrus/Chart.yaml +++ b/charts/incubator/fenrus/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "Fenrus is a home page / personal dashboard with smart apps. \n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/fenrus -icon: https://truecharts.org/img/chart-icons/fenrus.png +home: https://truecharts.org/docs/charts/incubator/fenrus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fenrus.png keywords: - fenrus - Productivity @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: fenrus sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fenrus - http://fenrus.io - https://hub.docker.com/r/revenz/fenrus/ type: application diff --git a/charts/incubator/fenrus/README.md b/charts/incubator/fenrus/README.md index d5571fe7899..b206cec056b 100644 --- a/charts/incubator/fenrus/README.md +++ b/charts/incubator/fenrus/README.md @@ -1,6 +1,6 @@ # fenrus -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Fenrus is a home page / personal dashboard with smart apps. @@ -13,6 +13,7 @@ For more information, please click here: [fenrus](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fenrus` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fenrus TrueCharts/fenrus ``` @@ -48,7 +49,7 @@ helm install fenrus TrueCharts/fenrus **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall fenrus Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fenrus TrueCharts/fenrus -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ferdi-client/CHANGELOG.md b/charts/incubator/ferdi-client/CHANGELOG.md index 551bdc2ac7a..76dba219b8e 100644 --- a/charts/incubator/ferdi-client/CHANGELOG.md +++ b/charts/incubator/ferdi-client/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ferdi-client-0.0.15](https://github.com/truecharts/charts/compare/ferdi-client-0.0.14...ferdi-client-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ferdi-client-0.0.14](https://github.com/truecharts/apps/compare/ferdi-client-0.0.13...ferdi-client-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/ferdi-client/Chart.yaml b/charts/incubator/ferdi-client/Chart.yaml index 45869b950ba..78bbbc79330 100644 --- a/charts/incubator/ferdi-client/Chart.yaml +++ b/charts/incubator/ferdi-client/Chart.yaml @@ -10,14 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Ferdi is a destkop app that helps you organize how you use your favourite\ - \ apps by combining them into one application. It is based on Franz - a software\ - \ already used by thousands of people - with the difference that Ferdi gives you\ - \ many additional features and doesn't restrict its usage! Ferdi is compatible with\ - \ your existing Franz account so you can continue right where you left off.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/ferdi-client -icon: https://truecharts.org/img/chart-icons/ferdi-client.png +description: "Ferdi is a destkop app that helps you organize how you use your favourite apps by combining them into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdi gives you many additional features and doesn't restrict its usage! Ferdi is compatible with your existing Franz account so you can continue right where you left off.\r\n" +home: https://truecharts.org/docs/charts/incubator/ferdi-client +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-client.png keywords: - ferdi-client - Productivity @@ -29,6 +24,7 @@ maintainers: url: https://truecharts.org name: ferdi-client sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ferdi-client - https://getferdi.com/ - https://hub.docker.com/r/ich777/ferdi-client/ type: application diff --git a/charts/incubator/ferdi-client/README.md b/charts/incubator/ferdi-client/README.md index edc1a4d3cbf..182e060733f 100644 --- a/charts/incubator/ferdi-client/README.md +++ b/charts/incubator/ferdi-client/README.md @@ -1,6 +1,6 @@ # ferdi-client -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Ferdi is a destkop app that helps you organize how you use your favourite apps by combining them into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdi gives you many additional features and doesn't restrict its usage! Ferdi is compatible with your existing Franz account so you can continue right where you left off. @@ -13,6 +13,7 @@ For more information, please click here: [ferdi-client](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ferdi-client` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ferdi-client TrueCharts/ferdi-client ``` @@ -48,7 +49,7 @@ helm install ferdi-client TrueCharts/ferdi-client **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ferdi-client Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ferdi-client TrueCharts/ferdi-client -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ffmpeg-mkvdts2ac3/CHANGELOG.md b/charts/incubator/ffmpeg-mkvdts2ac3/CHANGELOG.md index e8805fb99f4..8c04d2da92e 100644 --- a/charts/incubator/ffmpeg-mkvdts2ac3/CHANGELOG.md +++ b/charts/incubator/ffmpeg-mkvdts2ac3/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ffmpeg-mkvdts2ac3-0.0.15](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.14...ffmpeg-mkvdts2ac3-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ffmpeg-mkvdts2ac3-0.0.14](https://github.com/truecharts/apps/compare/ffmpeg-mkvdts2ac3-0.0.13...ffmpeg-mkvdts2ac3-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/ffmpeg-mkvdts2ac3/Chart.yaml b/charts/incubator/ffmpeg-mkvdts2ac3/Chart.yaml index 607b5a6f4d8..0459527a1d5 100644 --- a/charts/incubator/ffmpeg-mkvdts2ac3/Chart.yaml +++ b/charts/incubator/ffmpeg-mkvdts2ac3/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: A Docker container designed to watch a directory and encode media files. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/ffmpeg-mkvdts2ac3 -icon: https://truecharts.org/img/chart-icons/ffmpeg-mkvdts2ac3.png +home: https://truecharts.org/docs/charts/incubator/ffmpeg-mkvdts2ac3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.png keywords: - ffmpeg-mkvdts2ac3 - Productivity @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: ffmpeg-mkvdts2ac3 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ffmpeg-mkvdts2ac3 - https://registry.hub.docker.com/r/snoopy86/ffmpeg/ type: application version: 0.0.15 diff --git a/charts/incubator/ffmpeg-mkvdts2ac3/README.md b/charts/incubator/ffmpeg-mkvdts2ac3/README.md index f7cf9ef16f3..01507d1df58 100644 --- a/charts/incubator/ffmpeg-mkvdts2ac3/README.md +++ b/charts/incubator/ffmpeg-mkvdts2ac3/README.md @@ -1,6 +1,6 @@ # ffmpeg-mkvdts2ac3 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A Docker container designed to watch a directory and encode media files. @@ -13,6 +13,7 @@ For more information, please click here: [ffmpeg-mkvdts2ac3](https://truecharts. ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ffmpeg-mkvdts2ac3` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ffmpeg-mkvdts2ac3 TrueCharts/ffmpeg-mkvdts2ac3 ``` @@ -47,7 +48,7 @@ helm install ffmpeg-mkvdts2ac3 TrueCharts/ffmpeg-mkvdts2ac3 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall ffmpeg-mkvdts2ac3 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ffmpeg-mkvdts2ac3 TrueCharts/ffmpeg-mkvdts2ac3 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/fileflows-node/CHANGELOG.md b/charts/incubator/fileflows-node/CHANGELOG.md index 804c6e8cb8e..f854eba199e 100644 --- a/charts/incubator/fileflows-node/CHANGELOG.md +++ b/charts/incubator/fileflows-node/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fileflows-node-0.0.15](https://github.com/truecharts/charts/compare/fileflows-node-0.0.14...fileflows-node-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fileflows-node-0.0.14](https://github.com/truecharts/apps/compare/fileflows-node-0.0.13...fileflows-node-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/fileflows-node/Chart.yaml b/charts/incubator/fileflows-node/Chart.yaml index 81c0844ff2f..df51c518383 100644 --- a/charts/incubator/fileflows-node/Chart.yaml +++ b/charts/incubator/fileflows-node/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Additinal processing node for FileFlows. See http://fileflows.com for - more information -home: https://github.com/truecharts/charts/tree/master/charts/incubator/fileflows-node -icon: https://truecharts.org/img/chart-icons/fileflows-node.png +description: Additinal processing node for FileFlows. See http://fileflows.com for more information +home: https://truecharts.org/docs/charts/incubator/fileflows-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows-node.png keywords: - fileflows-node - Productivity @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: fileflows-node sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fileflows-node - https://fileflows.com/ - https://hub.docker.com/r/revenz/fileflows/ type: application diff --git a/charts/incubator/fileflows-node/README.md b/charts/incubator/fileflows-node/README.md index 860c927a55d..26b5b241d2d 100644 --- a/charts/incubator/fileflows-node/README.md +++ b/charts/incubator/fileflows-node/README.md @@ -1,6 +1,6 @@ # fileflows-node -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Additinal processing node for FileFlows. See http://fileflows.com for more information @@ -13,6 +13,7 @@ For more information, please click here: [fileflows-node](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fileflows-node` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fileflows-node TrueCharts/fileflows-node ``` @@ -48,7 +49,7 @@ helm install fileflows-node TrueCharts/fileflows-node **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall fileflows-node Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fileflows-node TrueCharts/fileflows-node -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/filegator/CHANGELOG.md b/charts/incubator/filegator/CHANGELOG.md index 56d67e1d17c..7718b2613b1 100644 --- a/charts/incubator/filegator/CHANGELOG.md +++ b/charts/incubator/filegator/CHANGELOG.md @@ -2,6 +2,16 @@ +## [filegator-0.0.15](https://github.com/truecharts/charts/compare/filegator-0.0.14...filegator-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [filegator-0.0.14](https://github.com/truecharts/apps/compare/filegator-0.0.13...filegator-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/filegator/Chart.yaml b/charts/incubator/filegator/Chart.yaml index 538f00557ca..e8e117ad03f 100644 --- a/charts/incubator/filegator/Chart.yaml +++ b/charts/incubator/filegator/Chart.yaml @@ -13,8 +13,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/filegator -icon: https://truecharts.org/img/chart-icons/filegator.png +home: https://truecharts.org/docs/charts/incubator/filegator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filegator.png keywords: - filegator - Cloud @@ -28,6 +28,7 @@ maintainers: url: https://truecharts.org name: filegator sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/filegator - https://github.com/filegator/filegator - https://hub.docker.com/r/maxime1907/filegator type: application diff --git a/charts/incubator/filegator/README.md b/charts/incubator/filegator/README.md index ca842a43799..e32a0716f51 100644 --- a/charts/incubator/filegator/README.md +++ b/charts/incubator/filegator/README.md @@ -1,6 +1,6 @@ # filegator -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [filegator](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `filegator` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install filegator TrueCharts/filegator ``` @@ -48,7 +49,7 @@ helm install filegator TrueCharts/filegator **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall filegator Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install filegator TrueCharts/filegator -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/filerun/CHANGELOG.md b/charts/incubator/filerun/CHANGELOG.md index e9863a60884..5962fd78a83 100644 --- a/charts/incubator/filerun/CHANGELOG.md +++ b/charts/incubator/filerun/CHANGELOG.md @@ -2,6 +2,16 @@ +## [filerun-2.0.26](https://github.com/truecharts/charts/compare/filerun-2.0.25...filerun-2.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [filerun-2.0.25](https://github.com/truecharts/apps/compare/filerun-2.0.24...filerun-2.0.25) (2022-07-26) ### Chore diff --git a/charts/incubator/filerun/Chart.yaml b/charts/incubator/filerun/Chart.yaml index c7c40fb45b1..904d8d0eb4f 100644 --- a/charts/incubator/filerun/Chart.yaml +++ b/charts/incubator/filerun/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 3.0.49 description: FileRun is a full featured web based file manager with an easy to use user interface -home: https://github.com/truecharts/charts/tree/master/charts/incubator/r/filerun -icon: https://truecharts.org/img/chart-icons/filerun.png +home: https://truecharts.org/docs/charts/incubator/filerun +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filerun.png keywords: - filerun - file @@ -21,6 +21,7 @@ maintainers: url: https://truecharts.org name: filerun sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/filerun - https://hub.docker.com/r/filerun/filerun - https://github.com/filerun/docker version: 2.0.26 diff --git a/charts/incubator/filerun/README.md b/charts/incubator/filerun/README.md index 502156df47f..3974cb36535 100644 --- a/charts/incubator/filerun/README.md +++ b/charts/incubator/filerun/README.md @@ -1,6 +1,6 @@ # filerun -![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) FileRun is a full featured web based file manager with an easy to use user interface @@ -13,6 +13,7 @@ For more information, please click here: [filerun](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `filerun` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install filerun TrueCharts/filerun ``` @@ -49,7 +50,7 @@ helm install filerun TrueCharts/filerun **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall filerun Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install filerun TrueCharts/filerun -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/fileshelter/CHANGELOG.md b/charts/incubator/fileshelter/CHANGELOG.md index 02e45e916bb..89badbfeebd 100644 --- a/charts/incubator/fileshelter/CHANGELOG.md +++ b/charts/incubator/fileshelter/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fileshelter-0.0.15](https://github.com/truecharts/charts/compare/fileshelter-0.0.14...fileshelter-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fileshelter-0.0.14](https://github.com/truecharts/apps/compare/fileshelter-0.0.13...fileshelter-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/fileshelter/Chart.yaml b/charts/incubator/fileshelter/Chart.yaml index 23261cca1ca..18ebd732e80 100644 --- a/charts/incubator/fileshelter/Chart.yaml +++ b/charts/incubator/fileshelter/Chart.yaml @@ -13,8 +13,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/fileshelter -icon: https://truecharts.org/img/chart-icons/fileshelter.png +home: https://truecharts.org/docs/charts/incubator/fileshelter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileshelter.png keywords: - fileshelter - Cloud @@ -28,6 +28,7 @@ maintainers: url: https://truecharts.org name: fileshelter sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fileshelter - https://github.com/epoupon/fileshelter - https://hub.docker.com/r/epoupon/fileshelter type: application diff --git a/charts/incubator/fileshelter/README.md b/charts/incubator/fileshelter/README.md index 2611bb6a33b..f5089b80aa7 100644 --- a/charts/incubator/fileshelter/README.md +++ b/charts/incubator/fileshelter/README.md @@ -1,6 +1,6 @@ # fileshelter -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [fileshelter](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fileshelter` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fileshelter TrueCharts/fileshelter ``` @@ -48,7 +49,7 @@ helm install fileshelter TrueCharts/fileshelter **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall fileshelter Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fileshelter TrueCharts/fileshelter -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/filestash/CHANGELOG.md b/charts/incubator/filestash/CHANGELOG.md index 4beee32f892..a8ca0bfd2bc 100644 --- a/charts/incubator/filestash/CHANGELOG.md +++ b/charts/incubator/filestash/CHANGELOG.md @@ -2,6 +2,16 @@ +## [filestash-0.0.15](https://github.com/truecharts/charts/compare/filestash-0.0.14...filestash-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [filestash-0.0.14](https://github.com/truecharts/apps/compare/filestash-0.0.13...filestash-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/filestash/Chart.yaml b/charts/incubator/filestash/Chart.yaml index 20b5b0f2726..8cbca497ecf 100644 --- a/charts/incubator/filestash/Chart.yaml +++ b/charts/incubator/filestash/Chart.yaml @@ -11,11 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, - CardDAV, Mysql, Backblaze, ... -home: https://github.com/truecharts/charts/tree/master/charts/incubator/filestash -icon: https://truecharts.org/img/chart-icons/filestash.png +description: A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ... +home: https://truecharts.org/docs/charts/incubator/filestash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.png keywords: - filestash - Cloud @@ -28,6 +26,7 @@ maintainers: url: https://truecharts.org name: filestash sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/filestash - https://www.filestash.app/ - https://hub.docker.com/r/machines/filestash/ type: application diff --git a/charts/incubator/filestash/README.md b/charts/incubator/filestash/README.md index 9558b10c282..230d58037b2 100644 --- a/charts/incubator/filestash/README.md +++ b/charts/incubator/filestash/README.md @@ -1,6 +1,6 @@ # filestash -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ... @@ -13,6 +13,7 @@ For more information, please click here: [filestash](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `filestash` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install filestash TrueCharts/filestash ``` @@ -48,7 +49,7 @@ helm install filestash TrueCharts/filestash **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall filestash Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install filestash TrueCharts/filestash -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/firefox-desktop-g3/CHANGELOG.md b/charts/incubator/firefox-desktop-g3/CHANGELOG.md index 6468c0147f0..dc070e6d307 100644 --- a/charts/incubator/firefox-desktop-g3/CHANGELOG.md +++ b/charts/incubator/firefox-desktop-g3/CHANGELOG.md @@ -2,6 +2,16 @@ +## [firefox-desktop-g3-0.0.16](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.15...firefox-desktop-g3-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [firefox-desktop-g3-0.0.15](https://github.com/truecharts/apps/compare/firefox-desktop-g3-0.0.14...firefox-desktop-g3-0.0.15) (2022-07-29) ### Chore diff --git a/charts/incubator/firefox-desktop-g3/Chart.yaml b/charts/incubator/firefox-desktop-g3/Chart.yaml index d4fe53046e7..20cdc4de618 100644 --- a/charts/incubator/firefox-desktop-g3/Chart.yaml +++ b/charts/incubator/firefox-desktop-g3/Chart.yaml @@ -13,7 +13,7 @@ dependencies: deprecated: false description: "DESCRIPTION\r\n" home: https://truecharts.org/docs/charts/incubator/firefox-desktop-g3 -icon: https://truecharts.org/img/chart-icons/firefox-desktop-g3.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.png keywords: - firefox-desktop-g3 - Productivity @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: firefox-desktop-g3 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/firefox-desktop-g3 - https://github.com/accetto/headless-drawing-g3/ - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3 type: application diff --git a/charts/incubator/firefox-desktop-g3/README.md b/charts/incubator/firefox-desktop-g3/README.md index 923343a8b0f..dca21c7e286 100644 --- a/charts/incubator/firefox-desktop-g3/README.md +++ b/charts/incubator/firefox-desktop-g3/README.md @@ -1,6 +1,6 @@ # firefox-desktop-g3 -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [firefox-desktop-g3](https://truecharts ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `firefox-desktop-g3` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install firefox-desktop-g3 TrueCharts/firefox-desktop-g3 ``` @@ -48,7 +49,7 @@ helm install firefox-desktop-g3 TrueCharts/firefox-desktop-g3 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall firefox-desktop-g3 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install firefox-desktop-g3 TrueCharts/firefox-desktop-g3 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/fireshare/CHANGELOG.md b/charts/incubator/fireshare/CHANGELOG.md index dffea5fb39c..6706f6cebef 100644 --- a/charts/incubator/fireshare/CHANGELOG.md +++ b/charts/incubator/fireshare/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fireshare-0.0.17](https://github.com/truecharts/charts/compare/fireshare-0.0.16...fireshare-0.0.17) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fireshare-0.0.16](https://github.com/truecharts/apps/compare/fireshare-0.0.15...fireshare-0.0.16) (2022-07-30) ### Chore diff --git a/charts/incubator/fireshare/Chart.yaml b/charts/incubator/fireshare/Chart.yaml index c2cd2c004e3..194119264bd 100644 --- a/charts/incubator/fireshare/Chart.yaml +++ b/charts/incubator/fireshare/Chart.yaml @@ -9,7 +9,7 @@ description: "Share your game clips, videos, or other media via unique links." version: 0.0.17 deprecated: false home: https://truecharts.org/docs/charts/incubator/fireshare -icon: https://truecharts.org/img/chart-icons/fireshare.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.png keywords: - fireshare maintainers: @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: fireshare sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fireshare - https://github.com/ShaneIsrael/fireshare - https://hub.docker.com/r/shaneisrael/fireshare type: application diff --git a/charts/incubator/fireshare/README.md b/charts/incubator/fireshare/README.md index dbbd441c21b..e112e5635e8 100644 --- a/charts/incubator/fireshare/README.md +++ b/charts/incubator/fireshare/README.md @@ -1,6 +1,6 @@ # fireshare -![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) +![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) Share your game clips, videos, or other media via unique links. @@ -13,6 +13,7 @@ For more information, please click here: [fireshare](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fireshare` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fireshare TrueCharts/fireshare ``` @@ -48,7 +49,7 @@ helm install fireshare TrueCharts/fireshare **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall fireshare Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fireshare TrueCharts/fireshare -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/fistfuloffrags/CHANGELOG.md b/charts/incubator/fistfuloffrags/CHANGELOG.md index c71750aa00b..c766a476eb9 100644 --- a/charts/incubator/fistfuloffrags/CHANGELOG.md +++ b/charts/incubator/fistfuloffrags/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fistfuloffrags-0.0.15](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.14...fistfuloffrags-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fistfuloffrags-0.0.14](https://github.com/truecharts/apps/compare/fistfuloffrags-0.0.13...fistfuloffrags-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/fistfuloffrags/Chart.yaml b/charts/incubator/fistfuloffrags/Chart.yaml index 61eddf3fc84..a97d049b404 100644 --- a/charts/incubator/fistfuloffrags/Chart.yaml +++ b/charts/incubator/fistfuloffrags/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Fistful of Frags and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/fistfuloffrags -icon: https://truecharts.org/img/chart-icons/fistfuloffrags.png +description: "This Docker will download and install SteamCMD. It will also install Fistful of Frags and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/fistfuloffrags +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fistfuloffrags.png keywords: - fistfuloffrags - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: fistfuloffrags sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fistfuloffrags - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/fistfuloffrags/README.md b/charts/incubator/fistfuloffrags/README.md index fbffb6c1d16..5c433f9d32f 100644 --- a/charts/incubator/fistfuloffrags/README.md +++ b/charts/incubator/fistfuloffrags/README.md @@ -1,6 +1,6 @@ # fistfuloffrags -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Fistful of Frags and run it. @@ -13,6 +13,7 @@ For more information, please click here: [fistfuloffrags](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fistfuloffrags` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fistfuloffrags TrueCharts/fistfuloffrags ``` @@ -48,7 +49,7 @@ helm install fistfuloffrags TrueCharts/fistfuloffrags **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall fistfuloffrags Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fistfuloffrags TrueCharts/fistfuloffrags -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/fivem/CHANGELOG.md b/charts/incubator/fivem/CHANGELOG.md index f039f7188a5..492cb1a5848 100644 --- a/charts/incubator/fivem/CHANGELOG.md +++ b/charts/incubator/fivem/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fivem-0.0.15](https://github.com/truecharts/charts/compare/fivem-0.0.14...fivem-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fivem-0.0.14](https://github.com/truecharts/apps/compare/fivem-0.0.13...fivem-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/fivem/Chart.yaml b/charts/incubator/fivem/Chart.yaml index fa361d42844..fecb9651795 100644 --- a/charts/incubator/fivem/Chart.yaml +++ b/charts/incubator/fivem/Chart.yaml @@ -9,16 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "With this Docker you can run FiveM (GTA V MOD SERVER) it will automatically\ - \ download the latest version or if you want to updated it yourself set the \u2018\ - Manual Updates\u2019 (in the 'Show more settings' tab down below) to \u2018true\u2019\ - \ (without quotes). The Docker will automatically extract it and download all other\ - \ required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/\ - \ To run this container you must provide a valid Server Key (you can get them from\ - \ here: https://keymaster.fivem.net/) and your prefered Server Name.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/fivem -icon: https://truecharts.org/img/chart-icons/fivem.png +description: "With this Docker you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the 'Show more settings' tab down below) to ‘true’ (without quotes). The Docker will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this container you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name.\r\n" +home: https://truecharts.org/docs/charts/incubator/fivem +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fivem.png keywords: - fivem - GameServers @@ -29,6 +22,7 @@ maintainers: url: https://truecharts.org name: fivem sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fivem - https://fivem.net/ - https://hub.docker.com/r/ich777/fivemserver/ type: application diff --git a/charts/incubator/fivem/README.md b/charts/incubator/fivem/README.md index 03d07ab6d9a..27a847dca43 100644 --- a/charts/incubator/fivem/README.md +++ b/charts/incubator/fivem/README.md @@ -1,6 +1,6 @@ # fivem -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) With this Docker you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the 'Show more settings' tab down below) to ‘true’ (without quotes). The Docker will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this container you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name. @@ -13,6 +13,7 @@ For more information, please click here: [fivem](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fivem` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fivem TrueCharts/fivem ``` @@ -48,7 +49,7 @@ helm install fivem TrueCharts/fivem **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall fivem Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fivem TrueCharts/fivem -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/flame/CHANGELOG.md b/charts/incubator/flame/CHANGELOG.md index ed451b5dc53..cae13313cc1 100644 --- a/charts/incubator/flame/CHANGELOG.md +++ b/charts/incubator/flame/CHANGELOG.md @@ -2,6 +2,16 @@ +## [flame-0.0.15](https://github.com/truecharts/charts/compare/flame-0.0.14...flame-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [flame-0.0.14](https://github.com/truecharts/apps/compare/flame-0.0.13...flame-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/flame/Chart.yaml b/charts/incubator/flame/Chart.yaml index 3f49037cc45..5aec3e00e18 100644 --- a/charts/incubator/flame/Chart.yaml +++ b/charts/incubator/flame/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Flame is self-hosted startpage for your server. Easily manage your apps - and bookmarks with built-in editors. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/flame -icon: https://truecharts.org/img/chart-icons/flame.png +description: Flame is self-hosted startpage for your server. Easily manage your apps and bookmarks with built-in editors. +home: https://truecharts.org/docs/charts/incubator/flame +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flame.png keywords: - flame - Tools-Utilities @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: flame sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/flame - https://github.com/pawelmalak/flame - https://hub.docker.com/r/pawelmalak/flame type: application diff --git a/charts/incubator/flame/README.md b/charts/incubator/flame/README.md index 38637a542e8..d61e1d2b38e 100644 --- a/charts/incubator/flame/README.md +++ b/charts/incubator/flame/README.md @@ -1,6 +1,6 @@ # flame -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Flame is self-hosted startpage for your server. Easily manage your apps and bookmarks with built-in editors. @@ -13,6 +13,7 @@ For more information, please click here: [flame](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `flame` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install flame TrueCharts/flame ``` @@ -48,7 +49,7 @@ helm install flame TrueCharts/flame **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall flame Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install flame TrueCharts/flame -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/flashpaper/CHANGELOG.md b/charts/incubator/flashpaper/CHANGELOG.md index 210fdcd93b3..c6d2aaf10a1 100644 --- a/charts/incubator/flashpaper/CHANGELOG.md +++ b/charts/incubator/flashpaper/CHANGELOG.md @@ -2,6 +2,16 @@ +## [flashpaper-0.0.15](https://github.com/truecharts/charts/compare/flashpaper-0.0.14...flashpaper-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [flashpaper-0.0.14](https://github.com/truecharts/apps/compare/flashpaper-0.0.13...flashpaper-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/flashpaper/Chart.yaml b/charts/incubator/flashpaper/Chart.yaml index 234707a798e..22cd5f79b42 100644 --- a/charts/incubator/flashpaper/Chart.yaml +++ b/charts/incubator/flashpaper/Chart.yaml @@ -14,8 +14,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/flashpaper -icon: https://truecharts.org/img/chart-icons/flashpaper.png +home: https://truecharts.org/docs/charts/incubator/flashpaper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flashpaper.png keywords: - flashpaper - Cloud @@ -30,6 +30,7 @@ maintainers: url: https://truecharts.org name: flashpaper sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/flashpaper - https://github.com/AndrewPaglusch/FlashPaper - https://hub.docker.com/r/andrewpaglusch/flashpaper type: application diff --git a/charts/incubator/flashpaper/README.md b/charts/incubator/flashpaper/README.md index 7293b7738cd..7b9563fa935 100644 --- a/charts/incubator/flashpaper/README.md +++ b/charts/incubator/flashpaper/README.md @@ -1,6 +1,6 @@ # flashpaper -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [flashpaper](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `flashpaper` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install flashpaper TrueCharts/flashpaper ``` @@ -48,7 +49,7 @@ helm install flashpaper TrueCharts/flashpaper **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall flashpaper Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install flashpaper TrueCharts/flashpaper -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/flextv/CHANGELOG.md b/charts/incubator/flextv/CHANGELOG.md index c69ffeee18e..0cb60ea495c 100644 --- a/charts/incubator/flextv/CHANGELOG.md +++ b/charts/incubator/flextv/CHANGELOG.md @@ -2,6 +2,16 @@ +## [flextv-0.0.15](https://github.com/truecharts/charts/compare/flextv-0.0.14...flextv-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [flextv-0.0.14](https://github.com/truecharts/apps/compare/flextv-0.0.13...flextv-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/flextv/Chart.yaml b/charts/incubator/flextv/Chart.yaml index 5647e400f06..073207e7a08 100644 --- a/charts/incubator/flextv/Chart.yaml +++ b/charts/incubator/flextv/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: A super-sexy voice interface for the Plex HTPC. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/flextv -icon: https://truecharts.org/img/chart-icons/flextv.png +home: https://truecharts.org/docs/charts/incubator/flextv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.png keywords: - flextv - MediaApp @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: flextv sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/flextv - https://github.com/d8ahazard/FlexTV - https://registry.hub.docker.com/r/jcreynolds/flextv/ type: application diff --git a/charts/incubator/flextv/README.md b/charts/incubator/flextv/README.md index 7e127063fcf..0b8360e30ea 100644 --- a/charts/incubator/flextv/README.md +++ b/charts/incubator/flextv/README.md @@ -1,6 +1,6 @@ # flextv -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A super-sexy voice interface for the Plex HTPC. @@ -13,6 +13,7 @@ For more information, please click here: [flextv](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `flextv` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install flextv TrueCharts/flextv ``` @@ -48,7 +49,7 @@ helm install flextv TrueCharts/flextv **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall flextv Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install flextv TrueCharts/flextv -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/fluttercoin-wallet/CHANGELOG.md b/charts/incubator/fluttercoin-wallet/CHANGELOG.md index ca137022825..cffe448119a 100644 --- a/charts/incubator/fluttercoin-wallet/CHANGELOG.md +++ b/charts/incubator/fluttercoin-wallet/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fluttercoin-wallet-0.0.15](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.14...fluttercoin-wallet-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fluttercoin-wallet-0.0.14](https://github.com/truecharts/apps/compare/fluttercoin-wallet-0.0.13...fluttercoin-wallet-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/fluttercoin-wallet/Chart.yaml b/charts/incubator/fluttercoin-wallet/Chart.yaml index f8604a9d228..8e47e074955 100644 --- a/charts/incubator/fluttercoin-wallet/Chart.yaml +++ b/charts/incubator/fluttercoin-wallet/Chart.yaml @@ -12,11 +12,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "FlutterCoin may be a coin with the tried and true algorithm of scrypt,\ - \ but it's definitely anything but ordinary.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/fluttercoin-wallet -icon: https://truecharts.org/img/chart-icons/fluttercoin-wallet.png +description: "FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary.\r\n" +home: https://truecharts.org/docs/charts/incubator/fluttercoin-wallet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.png keywords: - fluttercoin-wallet - Network-Other @@ -30,6 +28,7 @@ maintainers: url: https://truecharts.org name: fluttercoin-wallet sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fluttercoin-wallet - https://fluttercoin.me/ - https://hub.docker.com/r/ich777/fluttercoin type: application diff --git a/charts/incubator/fluttercoin-wallet/README.md b/charts/incubator/fluttercoin-wallet/README.md index 5f0bac96899..acd3fd48fa7 100644 --- a/charts/incubator/fluttercoin-wallet/README.md +++ b/charts/incubator/fluttercoin-wallet/README.md @@ -1,6 +1,6 @@ # fluttercoin-wallet -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary. @@ -13,6 +13,7 @@ For more information, please click here: [fluttercoin-wallet](https://truecharts ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fluttercoin-wallet` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fluttercoin-wallet TrueCharts/fluttercoin-wallet ``` @@ -48,7 +49,7 @@ helm install fluttercoin-wallet TrueCharts/fluttercoin-wallet **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall fluttercoin-wallet Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fluttercoin-wallet TrueCharts/fluttercoin-wallet -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/fmd2-wine/CHANGELOG.md b/charts/incubator/fmd2-wine/CHANGELOG.md index b840e2c7b64..d72626e5dc2 100644 --- a/charts/incubator/fmd2-wine/CHANGELOG.md +++ b/charts/incubator/fmd2-wine/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fmd2-wine-0.0.15](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.14...fmd2-wine-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fmd2-wine-0.0.14](https://github.com/truecharts/apps/compare/fmd2-wine-0.0.13...fmd2-wine-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/fmd2-wine/Chart.yaml b/charts/incubator/fmd2-wine/Chart.yaml index fb41973270d..34fe5365d39 100644 --- a/charts/incubator/fmd2-wine/Chart.yaml +++ b/charts/incubator/fmd2-wine/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "**FMD2:** This is an active fork of the Free Manga Downloader which\ - \ is a free open source application written in Object Pascal for managing and downloading\ - \ manga from various websites. \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/fmd2-wine -icon: https://truecharts.org/img/chart-icons/fmd2-wine.png +description: "**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. \r\n" +home: https://truecharts.org/docs/charts/incubator/fmd2-wine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.png keywords: - fmd2-wine - Downloaders @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: fmd2-wine sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fmd2-wine - https://github.com/Banh-Canh/docker-FMD2 - https://hub.docker.com/r/banhcanh/docker-fmd2/ type: application diff --git a/charts/incubator/fmd2-wine/README.md b/charts/incubator/fmd2-wine/README.md index 4fe62d77d92..fcdb286caec 100644 --- a/charts/incubator/fmd2-wine/README.md +++ b/charts/incubator/fmd2-wine/README.md @@ -1,6 +1,6 @@ # fmd2-wine -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) **FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. @@ -13,6 +13,7 @@ For more information, please click here: [fmd2-wine](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fmd2-wine` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fmd2-wine TrueCharts/fmd2-wine ``` @@ -48,7 +49,7 @@ helm install fmd2-wine TrueCharts/fmd2-wine **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall fmd2-wine Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fmd2-wine TrueCharts/fmd2-wine -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/fogproject/CHANGELOG.md b/charts/incubator/fogproject/CHANGELOG.md index 58cefc050cd..60f432627e2 100644 --- a/charts/incubator/fogproject/CHANGELOG.md +++ b/charts/incubator/fogproject/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fogproject-0.0.15](https://github.com/truecharts/charts/compare/fogproject-0.0.14...fogproject-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fogproject-0.0.14](https://github.com/truecharts/apps/compare/fogproject-0.0.13...fogproject-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/fogproject/Chart.yaml b/charts/incubator/fogproject/Chart.yaml index 389b69c628e..cfefb1dff61 100644 --- a/charts/incubator/fogproject/Chart.yaml +++ b/charts/incubator/fogproject/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "FOG Project can capture, deploy, and manage Windows, Mac OSX, and various\ - \ Linux distributions.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/fogproject -icon: https://truecharts.org/img/chart-icons/fogproject.png +description: "FOG Project can capture, deploy, and manage Windows, Mac OSX, and various Linux distributions.\r\n" +home: https://truecharts.org/docs/charts/incubator/fogproject +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fogproject.png keywords: - fogproject - Backup @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: fogproject sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fogproject - https://github.com/redvex2460/fogproject type: application version: 0.0.15 diff --git a/charts/incubator/fogproject/README.md b/charts/incubator/fogproject/README.md index 59ec8d1e2a1..1e2a9dd4215 100644 --- a/charts/incubator/fogproject/README.md +++ b/charts/incubator/fogproject/README.md @@ -1,6 +1,6 @@ # fogproject -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) FOG Project can capture, deploy, and manage Windows, Mac OSX, and various Linux distributions. @@ -13,6 +13,7 @@ For more information, please click here: [fogproject](https://truecharts.org/doc ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fogproject` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fogproject TrueCharts/fogproject ``` @@ -47,7 +48,7 @@ helm install fogproject TrueCharts/fogproject **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall fogproject Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fogproject TrueCharts/fogproject -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/fotosho/CHANGELOG.md b/charts/incubator/fotosho/CHANGELOG.md index d0e0896c2d6..8367f4008dc 100644 --- a/charts/incubator/fotosho/CHANGELOG.md +++ b/charts/incubator/fotosho/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fotosho-0.0.15](https://github.com/truecharts/charts/compare/fotosho-0.0.14...fotosho-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fotosho-0.0.14](https://github.com/truecharts/apps/compare/fotosho-0.0.13...fotosho-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/fotosho/Chart.yaml b/charts/incubator/fotosho/Chart.yaml index 00c58be4252..0e30a493a0d 100644 --- a/charts/incubator/fotosho/Chart.yaml +++ b/charts/incubator/fotosho/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "*BETA* Fotosho is a photo gallery for your home server. Organize your - photos into albums internally and view as a slideshow. Free and open source. Does - not require a database. Does not move, copy or modify your photos." -home: https://github.com/truecharts/charts/tree/master/charts/incubator/fotosho -icon: https://truecharts.org/img/chart-icons/fotosho.png +description: "*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos." +home: https://truecharts.org/docs/charts/incubator/fotosho +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fotosho.png keywords: - fotosho - MediaApp-Photos @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: fotosho sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fotosho - https://github.com/advplyr/fotosho - https://hub.docker.com/r/advplyr/fotosho/ type: application diff --git a/charts/incubator/fotosho/README.md b/charts/incubator/fotosho/README.md index b58fda67998..2929e708bb4 100644 --- a/charts/incubator/fotosho/README.md +++ b/charts/incubator/fotosho/README.md @@ -1,6 +1,6 @@ # fotosho -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) *BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos. @@ -13,6 +13,7 @@ For more information, please click here: [fotosho](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fotosho` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fotosho TrueCharts/fotosho ``` @@ -48,7 +49,7 @@ helm install fotosho TrueCharts/fotosho **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall fotosho Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fotosho TrueCharts/fotosho -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/freecad-desktop-g3/CHANGELOG.md b/charts/incubator/freecad-desktop-g3/CHANGELOG.md index 974c01a98da..8365c8e2bb2 100644 --- a/charts/incubator/freecad-desktop-g3/CHANGELOG.md +++ b/charts/incubator/freecad-desktop-g3/CHANGELOG.md @@ -2,6 +2,16 @@ +## [freecad-desktop-g3-0.0.15](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.14...freecad-desktop-g3-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [freecad-desktop-g3-0.0.14](https://github.com/truecharts/apps/compare/freecad-desktop-g3-0.0.13...freecad-desktop-g3-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/freecad-desktop-g3/Chart.yaml b/charts/incubator/freecad-desktop-g3/Chart.yaml index 07dda72c742..6666963e778 100644 --- a/charts/incubator/freecad-desktop-g3/Chart.yaml +++ b/charts/incubator/freecad-desktop-g3/Chart.yaml @@ -12,8 +12,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/freecad-desktop-g3 -icon: https://truecharts.org/img/chart-icons/freecad-desktop-g3.png +home: https://truecharts.org/docs/charts/incubator/freecad-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.png keywords: - freecad-desktop-g3 - Productivity @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: freecad-desktop-g3 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/freecad-desktop-g3 - https://github.com/accetto/headless-drawing-g3/ - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3 type: application diff --git a/charts/incubator/freecad-desktop-g3/README.md b/charts/incubator/freecad-desktop-g3/README.md index c217b0cc23f..5794ae2e93b 100644 --- a/charts/incubator/freecad-desktop-g3/README.md +++ b/charts/incubator/freecad-desktop-g3/README.md @@ -1,6 +1,6 @@ # freecad-desktop-g3 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [freecad-desktop-g3](https://truecharts ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `freecad-desktop-g3` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install freecad-desktop-g3 TrueCharts/freecad-desktop-g3 ``` @@ -48,7 +49,7 @@ helm install freecad-desktop-g3 TrueCharts/freecad-desktop-g3 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall freecad-desktop-g3 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install freecad-desktop-g3 TrueCharts/freecad-desktop-g3 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/frigate/CHANGELOG.md b/charts/incubator/frigate/CHANGELOG.md index 01f8fcc1ef8..aaf539e6647 100644 --- a/charts/incubator/frigate/CHANGELOG.md +++ b/charts/incubator/frigate/CHANGELOG.md @@ -2,6 +2,16 @@ +## [frigate-2.0.25](https://github.com/truecharts/charts/compare/frigate-2.0.24...frigate-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [frigate-2.0.24](https://github.com/truecharts/apps/compare/frigate-2.0.23...frigate-2.0.24) (2022-07-27) ### Chore diff --git a/charts/incubator/frigate/Chart.yaml b/charts/incubator/frigate/Chart.yaml index 6c56f6eb44a..837512784be 100644 --- a/charts/incubator/frigate/Chart.yaml +++ b/charts/incubator/frigate/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: NVR With Realtime Object Detection for IP Cameras -home: https://github.com/truecharts/charts/tree/master/charts/incubator/r/frigate -icon: https://truecharts.org/img/chart-icons/frigate.png +home: https://truecharts.org/docs/charts/incubator/frigate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/frigate.png keywords: - encode - nvr @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: frigate sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/frigate - https://github.com/blakeblackshear/frigate - https://hub.docker.com/r/blakeblackshear/frigate type: application diff --git a/charts/incubator/frigate/README.md b/charts/incubator/frigate/README.md index 7f9469541c0..365932a2182 100644 --- a/charts/incubator/frigate/README.md +++ b/charts/incubator/frigate/README.md @@ -1,6 +1,6 @@ # frigate -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) NVR With Realtime Object Detection for IP Cameras @@ -13,6 +13,7 @@ For more information, please click here: [frigate](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `frigate` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install frigate TrueCharts/frigate ``` @@ -48,7 +49,7 @@ helm install frigate TrueCharts/frigate **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall frigate Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install frigate TrueCharts/frigate -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/fsm/CHANGELOG.md b/charts/incubator/fsm/CHANGELOG.md index 4224cb81709..4e1d76e7872 100644 --- a/charts/incubator/fsm/CHANGELOG.md +++ b/charts/incubator/fsm/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fsm-0.0.15](https://github.com/truecharts/charts/compare/fsm-0.0.14...fsm-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fsm-0.0.14](https://github.com/truecharts/apps/compare/fsm-0.0.13...fsm-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/fsm/Chart.yaml b/charts/incubator/fsm/Chart.yaml index 394d6257c9f..c0eaf3bfed9 100644 --- a/charts/incubator/fsm/Chart.yaml +++ b/charts/incubator/fsm/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/fsm -icon: https://truecharts.org/img/chart-icons/fsm.png +home: https://truecharts.org/docs/charts/incubator/fsm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fsm.png keywords: - fsm - Other @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: fsm sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fsm - https://registry.hub.docker.com/r/ofsm/ofsm type: application version: 0.0.15 diff --git a/charts/incubator/fsm/README.md b/charts/incubator/fsm/README.md index 7fb6eb8efe7..9e8b8463f08 100644 --- a/charts/incubator/fsm/README.md +++ b/charts/incubator/fsm/README.md @@ -1,6 +1,6 @@ # fsm -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. @@ -11,6 +11,7 @@ For more information, please click here: [fsm](https://truecharts.org/docs/chart ## Source Code +* * ## Requirements @@ -21,20 +22,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fsm` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fsm TrueCharts/fsm ``` @@ -45,7 +46,7 @@ helm install fsm TrueCharts/fsm **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -64,7 +65,7 @@ helm uninstall fsm Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -82,9 +83,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fsm TrueCharts/fsm -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/funkwhale-all-in-one/CHANGELOG.md b/charts/incubator/funkwhale-all-in-one/CHANGELOG.md index db2564d4f7f..72685397294 100644 --- a/charts/incubator/funkwhale-all-in-one/CHANGELOG.md +++ b/charts/incubator/funkwhale-all-in-one/CHANGELOG.md @@ -2,6 +2,16 @@ +## [funkwhale-all-in-one-0.0.15](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.14...funkwhale-all-in-one-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [funkwhale-all-in-one-0.0.14](https://github.com/truecharts/apps/compare/funkwhale-all-in-one-0.0.13...funkwhale-all-in-one-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/funkwhale-all-in-one/Chart.yaml b/charts/incubator/funkwhale-all-in-one/Chart.yaml index 016ce76a746..03c97caf13e 100644 --- a/charts/incubator/funkwhale-all-in-one/Chart.yaml +++ b/charts/incubator/funkwhale-all-in-one/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Funkwhale is a community-driven project that lets you listen and share\ - \ music and audio within a decentralised, open network.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/funkwhale-all-in-one -icon: https://truecharts.org/img/chart-icons/funkwhale-all-in-one.png +description: "Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralised, open network.\r\n" +home: https://truecharts.org/docs/charts/incubator/funkwhale-all-in-one +icon: https://truecharts.org/img/hotlink-ok/chart-icons/funkwhale-all-in-one.png keywords: - funkwhale-all-in-one - MediaServer-Music @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: funkwhale-all-in-one sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/funkwhale-all-in-one - https://funkwhale.audio/ - https://hub.docker.com/r/funkwhale/all-in-one/ type: application diff --git a/charts/incubator/funkwhale-all-in-one/README.md b/charts/incubator/funkwhale-all-in-one/README.md index 9bde314711b..f6283b9cd8c 100644 --- a/charts/incubator/funkwhale-all-in-one/README.md +++ b/charts/incubator/funkwhale-all-in-one/README.md @@ -1,6 +1,6 @@ # funkwhale-all-in-one -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralised, open network. @@ -13,6 +13,7 @@ For more information, please click here: [funkwhale-all-in-one](https://truechar ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `funkwhale-all-in-one` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install funkwhale-all-in-one TrueCharts/funkwhale-all-in-one ``` @@ -48,7 +49,7 @@ helm install funkwhale-all-in-one TrueCharts/funkwhale-all-in-one **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall funkwhale-all-in-one Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install funkwhale-all-in-one TrueCharts/funkwhale-all-in-one -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/funkwhale/CHANGELOG.md b/charts/incubator/funkwhale/CHANGELOG.md index fa403f7ba19..53507e10c2e 100644 --- a/charts/incubator/funkwhale/CHANGELOG.md +++ b/charts/incubator/funkwhale/CHANGELOG.md @@ -2,6 +2,16 @@ +## [funkwhale-0.0.15](https://github.com/truecharts/charts/compare/funkwhale-0.0.14...funkwhale-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [funkwhale-0.0.14](https://github.com/truecharts/apps/compare/funkwhale-0.0.13...funkwhale-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/funkwhale/Chart.yaml b/charts/incubator/funkwhale/Chart.yaml index d180a0c91af..ff9ff90a7d4 100644 --- a/charts/incubator/funkwhale/Chart.yaml +++ b/charts/incubator/funkwhale/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Funkwhale is designed to make it easy to listen to music you like, and - to discover new artists. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/funkwhale -icon: https://truecharts.org/img/chart-icons/funkwhale.png +description: Funkwhale is designed to make it easy to listen to music you like, and to discover new artists. +home: https://truecharts.org/docs/charts/incubator/funkwhale +icon: https://truecharts.org/img/hotlink-ok/chart-icons/funkwhale.png keywords: - funkwhale - MediaApp-Music @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: funkwhale sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/funkwhale - https://funkwhale.audio/ - https://hub.docker.com/r/thetarkus/funkwhale/ type: application diff --git a/charts/incubator/funkwhale/README.md b/charts/incubator/funkwhale/README.md index f2a97db39f4..d3a9fbc63b7 100644 --- a/charts/incubator/funkwhale/README.md +++ b/charts/incubator/funkwhale/README.md @@ -1,6 +1,6 @@ # funkwhale -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Funkwhale is designed to make it easy to listen to music you like, and to discover new artists. @@ -13,6 +13,7 @@ For more information, please click here: [funkwhale](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `funkwhale` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install funkwhale TrueCharts/funkwhale ``` @@ -48,7 +49,7 @@ helm install funkwhale TrueCharts/funkwhale **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall funkwhale Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install funkwhale TrueCharts/funkwhale -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/garrysmod/CHANGELOG.md b/charts/incubator/garrysmod/CHANGELOG.md index e56cc0f0a77..66bc35f4a4b 100644 --- a/charts/incubator/garrysmod/CHANGELOG.md +++ b/charts/incubator/garrysmod/CHANGELOG.md @@ -2,6 +2,16 @@ +## [garrysmod-0.0.15](https://github.com/truecharts/charts/compare/garrysmod-0.0.14...garrysmod-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [garrysmod-0.0.14](https://github.com/truecharts/apps/compare/garrysmod-0.0.13...garrysmod-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/garrysmod/Chart.yaml b/charts/incubator/garrysmod/Chart.yaml index 101b9ef8050..bb79deb8043 100644 --- a/charts/incubator/garrysmod/Chart.yaml +++ b/charts/incubator/garrysmod/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Garry's Mod and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/garrysmod -icon: https://truecharts.org/img/chart-icons/garrysmod.png +description: "This Docker will download and install SteamCMD. It will also install Garry's Mod and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/garrysmod +icon: https://truecharts.org/img/hotlink-ok/chart-icons/garrysmod.png keywords: - garrysmod - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: garrysmod sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/garrysmod - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/garrysmod/README.md b/charts/incubator/garrysmod/README.md index 47bddf88919..609c29b2ba4 100644 --- a/charts/incubator/garrysmod/README.md +++ b/charts/incubator/garrysmod/README.md @@ -1,6 +1,6 @@ # garrysmod -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Garry's Mod and run it. @@ -13,6 +13,7 @@ For more information, please click here: [garrysmod](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `garrysmod` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install garrysmod TrueCharts/garrysmod ``` @@ -48,7 +49,7 @@ helm install garrysmod TrueCharts/garrysmod **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall garrysmod Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install garrysmod TrueCharts/garrysmod -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/genea/CHANGELOG.md b/charts/incubator/genea/CHANGELOG.md index 07d92707eee..dad70586fe3 100644 --- a/charts/incubator/genea/CHANGELOG.md +++ b/charts/incubator/genea/CHANGELOG.md @@ -2,6 +2,16 @@ +## [genea-0.0.15](https://github.com/truecharts/charts/compare/genea-0.0.14...genea-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [genea-0.0.14](https://github.com/truecharts/apps/compare/genea-0.0.13...genea-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/genea/Chart.yaml b/charts/incubator/genea/Chart.yaml index 2610346f25f..c204e809965 100644 --- a/charts/incubator/genea/Chart.yaml +++ b/charts/incubator/genea/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Genea allows visually building and editing a family tree online. It consumes - and saves genealogy data in the GEDCOM format without any server side components. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/genea -icon: https://truecharts.org/img/chart-icons/genea.png +description: Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components. +home: https://truecharts.org/docs/charts/incubator/genea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/genea.png keywords: - genea - Other @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: genea sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/genea - https://github.com/genea-app/genea-app - https://hub.docker.com/r/biggiesize/genea-app type: application diff --git a/charts/incubator/genea/README.md b/charts/incubator/genea/README.md index e0f50024099..d5cd4611cd3 100644 --- a/charts/incubator/genea/README.md +++ b/charts/incubator/genea/README.md @@ -1,6 +1,6 @@ # genea -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components. @@ -13,6 +13,7 @@ For more information, please click here: [genea](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `genea` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install genea TrueCharts/genea ``` @@ -48,7 +49,7 @@ helm install genea TrueCharts/genea **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall genea Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install genea TrueCharts/genea -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ghost/CHANGELOG.md b/charts/incubator/ghost/CHANGELOG.md index 09c744654ee..d02f23511af 100644 --- a/charts/incubator/ghost/CHANGELOG.md +++ b/charts/incubator/ghost/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ghost-3.0.38](https://github.com/truecharts/charts/compare/ghost-3.0.37...ghost-3.0.38) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ghost-3.0.37](https://github.com/truecharts/apps/compare/ghost-3.0.36...ghost-3.0.37) (2022-07-29) ### Chore diff --git a/charts/incubator/ghost/Chart.yaml b/charts/incubator/ghost/Chart.yaml index 3dbc295aff6..5af7cf5c2fe 100644 --- a/charts/incubator/ghost/Chart.yaml +++ b/charts/incubator/ghost/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 3.0.49 description: Ghost is an open source, professional publishing platform built on a modern Node.js technology stack designed for teams who need power, flexibility and performance. home: https://truecharts.org/docs/charts/incubator/ghost -icon: https://truecharts.org/img/chart-icons/ghost.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghost.png keywords: - ghost - blog @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: ghost sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ghost - https://github.com/TryGhost/Ghost - https://hub.docker.com/_/ghost - https://ghost.org/docs/ diff --git a/charts/incubator/ghost/README.md b/charts/incubator/ghost/README.md index 172c6658711..76907c47465 100644 --- a/charts/incubator/ghost/README.md +++ b/charts/incubator/ghost/README.md @@ -1,6 +1,6 @@ # ghost -![Version: 3.0.37](https://img.shields.io/badge/Version-3.0.37-informational?style=flat-square) ![AppVersion: 5.5.0](https://img.shields.io/badge/AppVersion-5.5.0-informational?style=flat-square) +![Version: 3.0.38](https://img.shields.io/badge/Version-3.0.38-informational?style=flat-square) ![AppVersion: 5.5.0](https://img.shields.io/badge/AppVersion-5.5.0-informational?style=flat-square) Ghost is an open source, professional publishing platform built on a modern Node.js technology stack designed for teams who need power, flexibility and performance. @@ -13,6 +13,7 @@ For more information, please click here: [ghost](https://truecharts.org/docs/cha ## Source Code +* * * * @@ -25,21 +26,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ghost` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ghost TrueCharts/ghost ``` @@ -50,7 +51,7 @@ helm install ghost TrueCharts/ghost **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall ghost Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ghost TrueCharts/ghost -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/github-backup/CHANGELOG.md b/charts/incubator/github-backup/CHANGELOG.md index 921f299ec73..63d0e4dd9e8 100644 --- a/charts/incubator/github-backup/CHANGELOG.md +++ b/charts/incubator/github-backup/CHANGELOG.md @@ -2,6 +2,16 @@ +## [github-backup-0.0.15](https://github.com/truecharts/charts/compare/github-backup-0.0.14...github-backup-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [github-backup-0.0.14](https://github.com/truecharts/apps/compare/github-backup-0.0.13...github-backup-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/github-backup/Chart.yaml b/charts/incubator/github-backup/Chart.yaml index a060018a314..3874b2515af 100644 --- a/charts/incubator/github-backup/Chart.yaml +++ b/charts/incubator/github-backup/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Like to maintain your own data? Automatically backup your github account - to your Unraid server on a schedule. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/github-backup -icon: https://truecharts.org/img/chart-icons/github-backup.png +description: Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule. +home: https://truecharts.org/docs/charts/incubator/github-backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/github-backup.png keywords: - github-backup - Backup @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: github-backup sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/github-backup - https://hub.docker.com/r/lnxd/github-backup type: application version: 0.0.15 diff --git a/charts/incubator/github-backup/README.md b/charts/incubator/github-backup/README.md index 1468e6a83ab..e5f17412f07 100644 --- a/charts/incubator/github-backup/README.md +++ b/charts/incubator/github-backup/README.md @@ -1,6 +1,6 @@ # github-backup -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule. @@ -13,6 +13,7 @@ For more information, please click here: [github-backup](https://truecharts.org/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `github-backup` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install github-backup TrueCharts/github-backup ``` @@ -47,7 +48,7 @@ helm install github-backup TrueCharts/github-backup **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall github-backup Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install github-backup TrueCharts/github-backup -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/glauth/CHANGELOG.md b/charts/incubator/glauth/CHANGELOG.md index 5a7f9dd4061..f0619d6abeb 100644 --- a/charts/incubator/glauth/CHANGELOG.md +++ b/charts/incubator/glauth/CHANGELOG.md @@ -2,6 +2,16 @@ +## [glauth-0.0.15](https://github.com/truecharts/charts/compare/glauth-0.0.14...glauth-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [glauth-0.0.14](https://github.com/truecharts/apps/compare/glauth-0.0.13...glauth-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/glauth/Chart.yaml b/charts/incubator/glauth/Chart.yaml index d810231df7c..dd3a9d7cf71 100644 --- a/charts/incubator/glauth/Chart.yaml +++ b/charts/incubator/glauth/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: GLAuth is a secure, easy-to-use, LDAP server with configurable backends. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/glauth -icon: https://truecharts.org/img/chart-icons/glauth.png +home: https://truecharts.org/docs/charts/incubator/glauth +icon: https://truecharts.org/img/hotlink-ok/chart-icons/glauth.png keywords: - glauth - Security @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: glauth sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/glauth - https://glauth.github.io - https://hub.docker.com/repository/docker/glauth/glauth type: application diff --git a/charts/incubator/glauth/README.md b/charts/incubator/glauth/README.md index f2dc2b42b75..4f82c011a1f 100644 --- a/charts/incubator/glauth/README.md +++ b/charts/incubator/glauth/README.md @@ -1,6 +1,6 @@ # glauth -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) GLAuth is a secure, easy-to-use, LDAP server with configurable backends. @@ -13,6 +13,7 @@ For more information, please click here: [glauth](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `glauth` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install glauth TrueCharts/glauth ``` @@ -48,7 +49,7 @@ helm install glauth TrueCharts/glauth **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall glauth Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install glauth TrueCharts/glauth -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/go-auto-yt/CHANGELOG.md b/charts/incubator/go-auto-yt/CHANGELOG.md index 3800d3091e2..00f8612ec38 100644 --- a/charts/incubator/go-auto-yt/CHANGELOG.md +++ b/charts/incubator/go-auto-yt/CHANGELOG.md @@ -2,6 +2,16 @@ +## [go-auto-yt-0.0.15](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.14...go-auto-yt-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [go-auto-yt-0.0.14](https://github.com/truecharts/apps/compare/go-auto-yt-0.0.13...go-auto-yt-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/go-auto-yt/Chart.yaml b/charts/incubator/go-auto-yt/Chart.yaml index e8348f30f4c..43dcd2d053c 100644 --- a/charts/incubator/go-auto-yt/Chart.yaml +++ b/charts/incubator/go-auto-yt/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "GoAutoYT makes it easy for you to automatically download videos from\ - \ as many YouTube channels as you'd like.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/go-auto-yt -icon: https://truecharts.org/img/chart-icons/go-auto-yt.png +description: "GoAutoYT makes it easy for you to automatically download videos from as many YouTube channels as you'd like.\r\n" +home: https://truecharts.org/docs/charts/incubator/go-auto-yt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-auto-yt.png keywords: - go-auto-yt - Downloaders @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: go-auto-yt sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/go-auto-yt - https://github.com/XiovV/go-auto-yt - https://hub.docker.com/r/xiovv/go-auto-yt type: application diff --git a/charts/incubator/go-auto-yt/README.md b/charts/incubator/go-auto-yt/README.md index 91f3f9f5730..dedf6b033a5 100644 --- a/charts/incubator/go-auto-yt/README.md +++ b/charts/incubator/go-auto-yt/README.md @@ -1,6 +1,6 @@ # go-auto-yt -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square) GoAutoYT makes it easy for you to automatically download videos from as many YouTube channels as you'd like. @@ -13,6 +13,7 @@ For more information, please click here: [go-auto-yt](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `go-auto-yt` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install go-auto-yt TrueCharts/go-auto-yt ``` @@ -48,7 +49,7 @@ helm install go-auto-yt TrueCharts/go-auto-yt **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall go-auto-yt Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install go-auto-yt TrueCharts/go-auto-yt -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/go-playground/CHANGELOG.md b/charts/incubator/go-playground/CHANGELOG.md index bb9fcfca6e4..3a1d0f2ad93 100644 --- a/charts/incubator/go-playground/CHANGELOG.md +++ b/charts/incubator/go-playground/CHANGELOG.md @@ -2,6 +2,16 @@ +## [go-playground-0.0.15](https://github.com/truecharts/charts/compare/go-playground-0.0.14...go-playground-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [go-playground-0.0.14](https://github.com/truecharts/apps/compare/go-playground-0.0.13...go-playground-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/go-playground/Chart.yaml b/charts/incubator/go-playground/Chart.yaml index 83b741f549f..e54495b863a 100644 --- a/charts/incubator/go-playground/Chart.yaml +++ b/charts/incubator/go-playground/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: mproved Go Playground powered by Monaco Editor and React -home: https://github.com/truecharts/charts/tree/master/charts/incubator/go-playground -icon: https://truecharts.org/img/chart-icons/go-playground.png +home: https://truecharts.org/docs/charts/incubator/go-playground +icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-playground.png keywords: - go-playground - Tools-Utilities @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: go-playground sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/go-playground - https://hub.docker.com/r/x1unix/go-playground - https://hub.docker.com/r/x1unix/go-playground type: application diff --git a/charts/incubator/go-playground/README.md b/charts/incubator/go-playground/README.md index d08e3bc29b9..f9a09e8992d 100644 --- a/charts/incubator/go-playground/README.md +++ b/charts/incubator/go-playground/README.md @@ -1,6 +1,6 @@ # go-playground -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) mproved Go Playground powered by Monaco Editor and React @@ -13,6 +13,7 @@ For more information, please click here: [go-playground](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `go-playground` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install go-playground TrueCharts/go-playground ``` @@ -48,7 +49,7 @@ helm install go-playground TrueCharts/go-playground **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall go-playground Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install go-playground TrueCharts/go-playground -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/goaccess-npm-logs/CHANGELOG.md b/charts/incubator/goaccess-npm-logs/CHANGELOG.md index e17bd1ffd6d..912d34f729d 100644 --- a/charts/incubator/goaccess-npm-logs/CHANGELOG.md +++ b/charts/incubator/goaccess-npm-logs/CHANGELOG.md @@ -2,6 +2,16 @@ +## [goaccess-npm-logs-0.0.15](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.14...goaccess-npm-logs-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [goaccess-npm-logs-0.0.14](https://github.com/truecharts/apps/compare/goaccess-npm-logs-0.0.13...goaccess-npm-logs-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/goaccess-npm-logs/Chart.yaml b/charts/incubator/goaccess-npm-logs/Chart.yaml index e3eaa8a9b4e..4eaf7cc06ff 100644 --- a/charts/incubator/goaccess-npm-logs/Chart.yaml +++ b/charts/incubator/goaccess-npm-logs/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: "GoAccess for Nginx Proxy Manager Logs\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/goaccess-npm-logs -icon: https://truecharts.org/img/chart-icons/goaccess-npm-logs.png +home: https://truecharts.org/docs/charts/incubator/goaccess-npm-logs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.png keywords: - goaccess-npm-logs - Tools-Utilities @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: goaccess-npm-logs sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/goaccess-npm-logs - https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager - https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager type: application diff --git a/charts/incubator/goaccess-npm-logs/README.md b/charts/incubator/goaccess-npm-logs/README.md index 95c077b7479..5a8113fc56f 100644 --- a/charts/incubator/goaccess-npm-logs/README.md +++ b/charts/incubator/goaccess-npm-logs/README.md @@ -1,6 +1,6 @@ # goaccess-npm-logs -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) GoAccess for Nginx Proxy Manager Logs @@ -13,6 +13,7 @@ For more information, please click here: [goaccess-npm-logs](https://truecharts. ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `goaccess-npm-logs` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install goaccess-npm-logs TrueCharts/goaccess-npm-logs ``` @@ -48,7 +49,7 @@ helm install goaccess-npm-logs TrueCharts/goaccess-npm-logs **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall goaccess-npm-logs Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install goaccess-npm-logs TrueCharts/goaccess-npm-logs -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/goaccess/CHANGELOG.md b/charts/incubator/goaccess/CHANGELOG.md index d9dbd57728a..0aab3c3abbc 100644 --- a/charts/incubator/goaccess/CHANGELOG.md +++ b/charts/incubator/goaccess/CHANGELOG.md @@ -2,6 +2,16 @@ +## [goaccess-0.0.15](https://github.com/truecharts/charts/compare/goaccess-0.0.14...goaccess-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [goaccess-0.0.14](https://github.com/truecharts/apps/compare/goaccess-0.0.13...goaccess-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/goaccess/Chart.yaml b/charts/incubator/goaccess/Chart.yaml index aeba537627c..0811d572942 100644 --- a/charts/incubator/goaccess/Chart.yaml +++ b/charts/incubator/goaccess/Chart.yaml @@ -9,13 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - GoAccess is an open source real-time web log analyzer and interactive - viewer that runs in a terminal in *nix systems or through your browser. It provides - fast and valuable HTTP statistics for system administrators that require a visual - server report on the fly. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/goaccess -icon: https://truecharts.org/img/chart-icons/goaccess.png +description: GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. +home: https://truecharts.org/docs/charts/incubator/goaccess +icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess.png keywords: - goaccess - Other @@ -26,6 +22,7 @@ maintainers: url: https://truecharts.org name: goaccess sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/goaccess - https://hub.docker.com/r/gregyankovoy/goaccess/dockerfile type: application version: 0.0.15 diff --git a/charts/incubator/goaccess/README.md b/charts/incubator/goaccess/README.md index e4c3a45af93..1cd1b025a2c 100644 --- a/charts/incubator/goaccess/README.md +++ b/charts/incubator/goaccess/README.md @@ -1,6 +1,6 @@ # goaccess -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. @@ -13,6 +13,7 @@ For more information, please click here: [goaccess](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `goaccess` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install goaccess TrueCharts/goaccess ``` @@ -47,7 +48,7 @@ helm install goaccess TrueCharts/goaccess **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall goaccess Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install goaccess TrueCharts/goaccess -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/godaddy-ddns/CHANGELOG.md b/charts/incubator/godaddy-ddns/CHANGELOG.md index 25df140fa95..dcf4e8ebe91 100644 --- a/charts/incubator/godaddy-ddns/CHANGELOG.md +++ b/charts/incubator/godaddy-ddns/CHANGELOG.md @@ -2,6 +2,16 @@ +## [godaddy-ddns-0.0.15](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.14...godaddy-ddns-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [godaddy-ddns-0.0.14](https://github.com/truecharts/apps/compare/godaddy-ddns-0.0.13...godaddy-ddns-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/godaddy-ddns/Chart.yaml b/charts/incubator/godaddy-ddns/Chart.yaml index 0a4b103d29f..6619f489d80 100644 --- a/charts/incubator/godaddy-ddns/Chart.yaml +++ b/charts/incubator/godaddy-ddns/Chart.yaml @@ -9,13 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Docker image to provide a DDNS service for godaddy domains. Uses the - GoDaddy REST API to update the given domain's DNS IP address to the public IP address - of the host it is executing on. Performs a check every 10 minutes, but you can alter - this if you like by modifying /etc/cron.d/godaddy-ddns inside the container. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/godaddy-ddns -icon: https://truecharts.org/img/chart-icons/godaddy-ddns.png +description: Docker image to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the container. +home: https://truecharts.org/docs/charts/incubator/godaddy-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/godaddy-ddns.png keywords: - godaddy-ddns - Network-Web @@ -26,6 +22,7 @@ maintainers: url: https://truecharts.org name: godaddy-ddns sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/godaddy-ddns - https://hub.docker.com/r/jwater7/godaddy-publicip-updater/ type: application version: 0.0.15 diff --git a/charts/incubator/godaddy-ddns/README.md b/charts/incubator/godaddy-ddns/README.md index 99b0dcd90f9..a5be1f4781a 100644 --- a/charts/incubator/godaddy-ddns/README.md +++ b/charts/incubator/godaddy-ddns/README.md @@ -1,6 +1,6 @@ # godaddy-ddns -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Docker image to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the container. @@ -13,6 +13,7 @@ For more information, please click here: [godaddy-ddns](https://truecharts.org/d ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `godaddy-ddns` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install godaddy-ddns TrueCharts/godaddy-ddns ``` @@ -47,7 +48,7 @@ helm install godaddy-ddns TrueCharts/godaddy-ddns **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall godaddy-ddns Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install godaddy-ddns TrueCharts/godaddy-ddns -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/gokapi/CHANGELOG.md b/charts/incubator/gokapi/CHANGELOG.md index d2fe4766e58..bcc7012b7e5 100644 --- a/charts/incubator/gokapi/CHANGELOG.md +++ b/charts/incubator/gokapi/CHANGELOG.md @@ -2,6 +2,16 @@ +## [gokapi-0.0.20](https://github.com/truecharts/charts/compare/gokapi-0.0.19...gokapi-0.0.20) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [gokapi-0.0.19](https://github.com/truecharts/apps/compare/gokapi-0.0.18...gokapi-0.0.19) (2022-07-31) ### Chore diff --git a/charts/incubator/gokapi/Chart.yaml b/charts/incubator/gokapi/Chart.yaml index c21390663e5..44a6dc257d0 100644 --- a/charts/incubator/gokapi/Chart.yaml +++ b/charts/incubator/gokapi/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: "Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days." home: https://truecharts.org/docs/charts/incubator/gokapi -icon: https://truecharts.org/img/chart-icons/gokapi.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gokapi.png keywords: - gokapi - cloud diff --git a/charts/incubator/gokapi/README.md b/charts/incubator/gokapi/README.md index 61f21c6911d..f68060e83ab 100644 --- a/charts/incubator/gokapi/README.md +++ b/charts/incubator/gokapi/README.md @@ -1,6 +1,6 @@ # gokapi -![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.2](https://img.shields.io/badge/AppVersion-1.5.2-informational?style=flat-square) +![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.2](https://img.shields.io/badge/AppVersion-1.5.2-informational?style=flat-square) Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. @@ -25,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `gokapi` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install gokapi TrueCharts/gokapi ``` @@ -49,7 +49,7 @@ helm install gokapi TrueCharts/gokapi **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +68,7 @@ helm uninstall gokapi Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install gokapi TrueCharts/gokapi -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/google-cloud-storage-backup/CHANGELOG.md b/charts/incubator/google-cloud-storage-backup/CHANGELOG.md index a1f4c3e623e..122911a84e3 100644 --- a/charts/incubator/google-cloud-storage-backup/CHANGELOG.md +++ b/charts/incubator/google-cloud-storage-backup/CHANGELOG.md @@ -2,6 +2,16 @@ +## [google-cloud-storage-backup-0.0.15](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.14...google-cloud-storage-backup-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [google-cloud-storage-backup-0.0.14](https://github.com/truecharts/apps/compare/google-cloud-storage-backup-0.0.13...google-cloud-storage-backup-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/google-cloud-storage-backup/Chart.yaml b/charts/incubator/google-cloud-storage-backup/Chart.yaml index 21eef13e393..73e659e8a96 100644 --- a/charts/incubator/google-cloud-storage-backup/Chart.yaml +++ b/charts/incubator/google-cloud-storage-backup/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: "A simple way to backup important files to Google Cloud Storage. - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/google-cloud-storage-backup -icon: https://truecharts.org/img/chart-icons/google-cloud-storage-backup.png +description: "A simple way to backup important files to Google Cloud Storage.\n" +home: https://truecharts.org/docs/charts/incubator/google-cloud-storage-backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/google-cloud-storage-backup.png keywords: - google-cloud-storage-backup - Backup @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: google-cloud-storage-backup sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/google-cloud-storage-backup - https://hub.docker.com/r/vinid223/gcloud-storage-backup type: application version: 0.0.15 diff --git a/charts/incubator/google-cloud-storage-backup/README.md b/charts/incubator/google-cloud-storage-backup/README.md index 234278db5d2..bf460ab677d 100644 --- a/charts/incubator/google-cloud-storage-backup/README.md +++ b/charts/incubator/google-cloud-storage-backup/README.md @@ -1,6 +1,6 @@ # google-cloud-storage-backup -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A simple way to backup important files to Google Cloud Storage. @@ -13,6 +13,7 @@ For more information, please click here: [google-cloud-storage-backup](https://t ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `google-cloud-storage-backup` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install google-cloud-storage-backup TrueCharts/google-cloud-storage-backup ``` @@ -47,7 +48,7 @@ helm install google-cloud-storage-backup TrueCharts/google-cloud-storage-backup **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall google-cloud-storage-backup Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install google-cloud-storage-backup TrueCharts/google-cloud-storage-backup -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/googlephotossync/CHANGELOG.md b/charts/incubator/googlephotossync/CHANGELOG.md index ee934430b85..dc391f1e144 100644 --- a/charts/incubator/googlephotossync/CHANGELOG.md +++ b/charts/incubator/googlephotossync/CHANGELOG.md @@ -2,6 +2,17 @@ +## [googlephotossync-0.0.17](https://github.com/truecharts/charts/compare/googlephotossync-0.0.15...googlephotossync-0.0.17) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [googlephotossync-0.0.15](https://github.com/truecharts/apps/compare/googlephotossync-0.0.14...googlephotossync-0.0.15) (2022-07-28) ### Chore diff --git a/charts/incubator/googlephotossync/Chart.yaml b/charts/incubator/googlephotossync/Chart.yaml index d61e597b313..ed1d3a5dea8 100644 --- a/charts/incubator/googlephotossync/Chart.yaml +++ b/charts/incubator/googlephotossync/Chart.yaml @@ -9,13 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Google Photos Sync downloads your Google Photos to the local file system.\ - \ It will backup all the photos the user uploaded to Google Photos, but also the\ - \ album information and additional Google Photos 'Creations' (animations, panoramas,\ - \ movies, effects and collages).\r\n" -home: "https://truecharts.org/docs/charts/incubator/googlephotossync" -icon: https://truecharts.org/img/chart-icons/googlephotossync.png +description: "Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages).\r\n" +home: https://truecharts.org/docs/charts/incubator/googlephotossync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.png keywords: - googlephotossync - Other @@ -26,6 +22,7 @@ maintainers: url: https://truecharts.org name: googlephotossync sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/googlephotossync - https://hub.docker.com/r/rix1337/docker-gphotos-sync type: application version: 0.0.17 diff --git a/charts/incubator/googlephotossync/README.md b/charts/incubator/googlephotossync/README.md index f37ced312ec..c1055bc0b64 100644 --- a/charts/incubator/googlephotossync/README.md +++ b/charts/incubator/googlephotossync/README.md @@ -1,6 +1,6 @@ # googlephotossync -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages). @@ -13,6 +13,7 @@ For more information, please click here: [googlephotossync](https://truecharts.o ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `googlephotossync` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install googlephotossync TrueCharts/googlephotossync ``` @@ -47,7 +48,7 @@ helm install googlephotossync TrueCharts/googlephotossync **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall googlephotossync Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install googlephotossync TrueCharts/googlephotossync -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/gpodder/CHANGELOG.md b/charts/incubator/gpodder/CHANGELOG.md index e5133ccfc36..a78d48b6116 100644 --- a/charts/incubator/gpodder/CHANGELOG.md +++ b/charts/incubator/gpodder/CHANGELOG.md @@ -2,6 +2,16 @@ +## [gpodder-0.0.15](https://github.com/truecharts/charts/compare/gpodder-0.0.14...gpodder-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [gpodder-0.0.14](https://github.com/truecharts/apps/compare/gpodder-0.0.13...gpodder-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/gpodder/Chart.yaml b/charts/incubator/gpodder/Chart.yaml index a3c00b62dce..b67b6695b4a 100644 --- a/charts/incubator/gpodder/Chart.yaml +++ b/charts/incubator/gpodder/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "gPodder is a simple, open source podcast client written in Python using\ - \ GTK+. In development since 2005 with a proven, mature codebase.&#xD;\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/gpodder -icon: https://truecharts.org/img/chart-icons/gpodder.png +description: "gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.&#xD;\r\n" +home: https://truecharts.org/docs/charts/incubator/gpodder +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gpodder.png keywords: - gpodder - Downloaders @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: gpodder sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/gpodder - https://gpodder.github.io/ - https://hub.docker.com/r/xthursdayx/gpodder-docker/ type: application diff --git a/charts/incubator/gpodder/README.md b/charts/incubator/gpodder/README.md index c0a120b7bdf..bc46d8fb45d 100644 --- a/charts/incubator/gpodder/README.md +++ b/charts/incubator/gpodder/README.md @@ -1,6 +1,6 @@ # gpodder -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.&#xD; @@ -13,6 +13,7 @@ For more information, please click here: [gpodder](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `gpodder` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install gpodder TrueCharts/gpodder ``` @@ -48,7 +49,7 @@ helm install gpodder TrueCharts/gpodder **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall gpodder Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install gpodder TrueCharts/gpodder -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/grafana-image-renderer/CHANGELOG.md b/charts/incubator/grafana-image-renderer/CHANGELOG.md index d7fb6bcd5c3..31a9b8e4f21 100644 --- a/charts/incubator/grafana-image-renderer/CHANGELOG.md +++ b/charts/incubator/grafana-image-renderer/CHANGELOG.md @@ -2,6 +2,16 @@ +## [grafana-image-renderer-0.0.15](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.14...grafana-image-renderer-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [grafana-image-renderer-0.0.14](https://github.com/truecharts/apps/compare/grafana-image-renderer-0.0.13...grafana-image-renderer-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/grafana-image-renderer/Chart.yaml b/charts/incubator/grafana-image-renderer/Chart.yaml index 0be53663ccb..b58a04d6112 100644 --- a/charts/incubator/grafana-image-renderer/Chart.yaml +++ b/charts/incubator/grafana-image-renderer/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "A Grafana remote image renderer that handles rendering panels &\ - \ dashboards to PNGs using headless chrome.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/grafana-image-renderer -icon: https://truecharts.org/img/chart-icons/grafana-image-renderer.png +description: "A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome.\r\n" +home: https://truecharts.org/docs/charts/incubator/grafana-image-renderer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.png keywords: - grafana-image-renderer - Productivity @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: grafana-image-renderer sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/grafana-image-renderer - https://github.com/grafana/grafana-image-renderer/blob/master/docs/remote_rendering_using_docker.md - https://hub.docker.com/r/grafana/grafana-image-renderer type: application diff --git a/charts/incubator/grafana-image-renderer/README.md b/charts/incubator/grafana-image-renderer/README.md index bbabd72de70..2b5793979b5 100644 --- a/charts/incubator/grafana-image-renderer/README.md +++ b/charts/incubator/grafana-image-renderer/README.md @@ -1,6 +1,6 @@ # grafana-image-renderer -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome. @@ -13,6 +13,7 @@ For more information, please click here: [grafana-image-renderer](https://truech ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `grafana-image-renderer` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install grafana-image-renderer TrueCharts/grafana-image-renderer ``` @@ -48,7 +49,7 @@ helm install grafana-image-renderer TrueCharts/grafana-image-renderer **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall grafana-image-renderer Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install grafana-image-renderer TrueCharts/grafana-image-renderer -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/gridcoinwalletgui/CHANGELOG.md b/charts/incubator/gridcoinwalletgui/CHANGELOG.md index 5073302305d..172e6d7c971 100644 --- a/charts/incubator/gridcoinwalletgui/CHANGELOG.md +++ b/charts/incubator/gridcoinwalletgui/CHANGELOG.md @@ -2,6 +2,16 @@ +## [gridcoinwalletgui-0.0.15](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.14...gridcoinwalletgui-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [gridcoinwalletgui-0.0.14](https://github.com/truecharts/apps/compare/gridcoinwalletgui-0.0.13...gridcoinwalletgui-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/gridcoinwalletgui/Chart.yaml b/charts/incubator/gridcoinwalletgui/Chart.yaml index 8dff96a6b4f..b0f456bdf7e 100644 --- a/charts/incubator/gridcoinwalletgui/Chart.yaml +++ b/charts/incubator/gridcoinwalletgui/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "Running Boinc? Get some Gridcoins from your Boinc work!\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/gridcoinwalletgui -icon: https://truecharts.org/img/chart-icons/gridcoinwalletgui.png +home: https://truecharts.org/docs/charts/incubator/gridcoinwalletgui +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.png keywords: - gridcoinwalletgui - Crypto @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: gridcoinwalletgui sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/gridcoinwalletgui - https://gridcoin.us/ - https://hub.docker.com/repository/docker/sublivion/gridcoinwalletgui type: application diff --git a/charts/incubator/gridcoinwalletgui/README.md b/charts/incubator/gridcoinwalletgui/README.md index b3044a857d0..9969d63c116 100644 --- a/charts/incubator/gridcoinwalletgui/README.md +++ b/charts/incubator/gridcoinwalletgui/README.md @@ -1,6 +1,6 @@ # gridcoinwalletgui -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Running Boinc? Get some Gridcoins from your Boinc work! @@ -13,6 +13,7 @@ For more information, please click here: [gridcoinwalletgui](https://truecharts. ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `gridcoinwalletgui` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install gridcoinwalletgui TrueCharts/gridcoinwalletgui ``` @@ -48,7 +49,7 @@ helm install gridcoinwalletgui TrueCharts/gridcoinwalletgui **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall gridcoinwalletgui Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install gridcoinwalletgui TrueCharts/gridcoinwalletgui -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/guide2go/CHANGELOG.md b/charts/incubator/guide2go/CHANGELOG.md index 5e0e799bcf6..a55a532a975 100644 --- a/charts/incubator/guide2go/CHANGELOG.md +++ b/charts/incubator/guide2go/CHANGELOG.md @@ -2,6 +2,16 @@ +## [guide2go-0.0.15](https://github.com/truecharts/charts/compare/guide2go-0.0.14...guide2go-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [guide2go-0.0.14](https://github.com/truecharts/apps/compare/guide2go-0.0.13...guide2go-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/guide2go/Chart.yaml b/charts/incubator/guide2go/Chart.yaml index dbc6db49af9..d9d07f024e3 100644 --- a/charts/incubator/guide2go/Chart.yaml +++ b/charts/incubator/guide2go/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "a xml grabber from schedule direct service\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/guide2go -icon: https://truecharts.org/img/chart-icons/guide2go.png +home: https://truecharts.org/docs/charts/incubator/guide2go +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guide2go.png keywords: - guide2go - Downloaders @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: guide2go sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/guide2go - https://github.com/alturismo/guide2go - https://hub.docker.com/r/alturismo/guide2go type: application diff --git a/charts/incubator/guide2go/README.md b/charts/incubator/guide2go/README.md index 6eb696a5473..5fe24f6ef8e 100644 --- a/charts/incubator/guide2go/README.md +++ b/charts/incubator/guide2go/README.md @@ -1,6 +1,6 @@ # guide2go -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) a xml grabber from schedule direct service @@ -13,6 +13,7 @@ For more information, please click here: [guide2go](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `guide2go` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install guide2go TrueCharts/guide2go ``` @@ -48,7 +49,7 @@ helm install guide2go TrueCharts/guide2go **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall guide2go Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install guide2go TrueCharts/guide2go -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/h5ai/CHANGELOG.md b/charts/incubator/h5ai/CHANGELOG.md index 51aaa2472a3..f309d925285 100644 --- a/charts/incubator/h5ai/CHANGELOG.md +++ b/charts/incubator/h5ai/CHANGELOG.md @@ -2,6 +2,16 @@ +## [h5ai-0.0.15](https://github.com/truecharts/charts/compare/h5ai-0.0.14...h5ai-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [h5ai-0.0.14](https://github.com/truecharts/apps/compare/h5ai-0.0.13...h5ai-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/h5ai/Chart.yaml b/charts/incubator/h5ai/Chart.yaml index f505e15ca1b..c22188ce298 100644 --- a/charts/incubator/h5ai/Chart.yaml +++ b/charts/incubator/h5ai/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/h5ai -icon: https://truecharts.org/img/chart-icons/h5ai.png +home: https://truecharts.org/docs/charts/incubator/h5ai +icon: https://truecharts.org/img/hotlink-ok/chart-icons/h5ai.png keywords: - h5ai - Cloud @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: h5ai sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/h5ai - https://github.com/awesometic/docker-h5ai - https://hub.docker.com/r/awesometic/h5ai type: application diff --git a/charts/incubator/h5ai/README.md b/charts/incubator/h5ai/README.md index 6093f0eba45..6ca874e0254 100644 --- a/charts/incubator/h5ai/README.md +++ b/charts/incubator/h5ai/README.md @@ -1,6 +1,6 @@ # h5ai -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [h5ai](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `h5ai` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install h5ai TrueCharts/h5ai ``` @@ -48,7 +49,7 @@ helm install h5ai TrueCharts/h5ai **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall h5ai Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install h5ai TrueCharts/h5ai -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/halflife2deathmatch/CHANGELOG.md b/charts/incubator/halflife2deathmatch/CHANGELOG.md index 64548becc83..4af91ed6c97 100644 --- a/charts/incubator/halflife2deathmatch/CHANGELOG.md +++ b/charts/incubator/halflife2deathmatch/CHANGELOG.md @@ -2,6 +2,16 @@ +## [halflife2deathmatch-0.0.15](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.14...halflife2deathmatch-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [halflife2deathmatch-0.0.14](https://github.com/truecharts/apps/compare/halflife2deathmatch-0.0.13...halflife2deathmatch-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/halflife2deathmatch/Chart.yaml b/charts/incubator/halflife2deathmatch/Chart.yaml index 76d35104814..07def3676a2 100644 --- a/charts/incubator/halflife2deathmatch/Chart.yaml +++ b/charts/incubator/halflife2deathmatch/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ HalfLife2 DeathMatch and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/halflife2deathmatch -icon: https://truecharts.org/img/chart-icons/halflife2deathmatch.png +description: "This Docker will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/halflife2deathmatch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/halflife2deathmatch.png keywords: - halflife2deathmatch - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: halflife2deathmatch sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/halflife2deathmatch - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/halflife2deathmatch/README.md b/charts/incubator/halflife2deathmatch/README.md index 496a257bc42..6ec3c42a39e 100644 --- a/charts/incubator/halflife2deathmatch/README.md +++ b/charts/incubator/halflife2deathmatch/README.md @@ -1,6 +1,6 @@ # halflife2deathmatch -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it. @@ -13,6 +13,7 @@ For more information, please click here: [halflife2deathmatch](https://truechart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `halflife2deathmatch` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install halflife2deathmatch TrueCharts/halflife2deathmatch ``` @@ -48,7 +49,7 @@ helm install halflife2deathmatch TrueCharts/halflife2deathmatch **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall halflife2deathmatch Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install halflife2deathmatch TrueCharts/halflife2deathmatch -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/hassconfigurator/CHANGELOG.md b/charts/incubator/hassconfigurator/CHANGELOG.md index 2f2b055259c..4ebc3805e4e 100644 --- a/charts/incubator/hassconfigurator/CHANGELOG.md +++ b/charts/incubator/hassconfigurator/CHANGELOG.md @@ -2,6 +2,16 @@ +## [hassconfigurator-0.0.14](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.13...hassconfigurator-0.0.14) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [hassconfigurator-0.0.13](https://github.com/truecharts/apps/compare/hassconfigurator-0.0.12...hassconfigurator-0.0.13) (2022-07-26) ### Chore diff --git a/charts/incubator/hassconfigurator/Chart.yaml b/charts/incubator/hassconfigurator/Chart.yaml index 08f572444b1..df43a718d9d 100644 --- a/charts/incubator/hassconfigurator/Chart.yaml +++ b/charts/incubator/hassconfigurator/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: Home Assistant online configurator container from https://github.com/danielperna84/hass-configurator -home: https://github.com/truecharts/charts/tree/master/charts/incubator/hassconfigurator -icon: https://truecharts.org/img/chart-icons/hassconfigurator.png +home: https://truecharts.org/docs/charts/incubator/hassconfigurator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hassconfigurator.png keywords: - hassconfigurator - HomeAutomation @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: hassconfigurator sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/hassconfigurator - https://github.com/danielperna84/hass-configurator - https://hub.docker.com/r/causticlab/hass-configurator-docker//Dockerfile/ type: application diff --git a/charts/incubator/hassconfigurator/README.md b/charts/incubator/hassconfigurator/README.md index cb28d9c0f68..f39f41a2f05 100644 --- a/charts/incubator/hassconfigurator/README.md +++ b/charts/incubator/hassconfigurator/README.md @@ -1,6 +1,6 @@ # hassconfigurator -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: x86_64](https://img.shields.io/badge/AppVersion-x86_64-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: x86_64](https://img.shields.io/badge/AppVersion-x86_64-informational?style=flat-square) Home Assistant online configurator container from https://github.com/danielperna84/hass-configurator @@ -13,6 +13,7 @@ For more information, please click here: [hassconfigurator](https://truecharts.o ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `hassconfigurator` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install hassconfigurator TrueCharts/hassconfigurator ``` @@ -48,7 +49,7 @@ helm install hassconfigurator TrueCharts/hassconfigurator **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall hassconfigurator Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install hassconfigurator TrueCharts/hassconfigurator -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/hastebin/CHANGELOG.md b/charts/incubator/hastebin/CHANGELOG.md index 1117b1fe120..c2ee81ec4ec 100644 --- a/charts/incubator/hastebin/CHANGELOG.md +++ b/charts/incubator/hastebin/CHANGELOG.md @@ -2,6 +2,16 @@ +## [hastebin-0.0.15](https://github.com/truecharts/charts/compare/hastebin-0.0.14...hastebin-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [hastebin-0.0.14](https://github.com/truecharts/apps/compare/hastebin-0.0.13...hastebin-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/hastebin/Chart.yaml b/charts/incubator/hastebin/Chart.yaml index 41ac598c9e4..5c57f59de9e 100644 --- a/charts/incubator/hastebin/Chart.yaml +++ b/charts/incubator/hastebin/Chart.yaml @@ -12,11 +12,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Alpine-based Docker image for Hastebin, the node.js paste service \r\ - \n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/hastebin -icon: https://truecharts.org/img/chart-icons/hastebin.png +description: "Alpine-based Docker image for Hastebin, the node.js paste service \r\n" +home: https://truecharts.org/docs/charts/incubator/hastebin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hastebin.png keywords: - hastebin - Cloud @@ -30,6 +28,7 @@ maintainers: url: https://truecharts.org name: hastebin sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/hastebin - https://github.com/nzzane/haste-server - https://hub.docker.com/r/flippinturt/hastebin type: application diff --git a/charts/incubator/hastebin/README.md b/charts/incubator/hastebin/README.md index a256b8acd05..1bda3c583bd 100644 --- a/charts/incubator/hastebin/README.md +++ b/charts/incubator/hastebin/README.md @@ -1,6 +1,6 @@ # hastebin -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Alpine-based Docker image for Hastebin, the node.js paste service @@ -13,6 +13,7 @@ For more information, please click here: [hastebin](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `hastebin` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install hastebin TrueCharts/hastebin ``` @@ -48,7 +49,7 @@ helm install hastebin TrueCharts/hastebin **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall hastebin Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install hastebin TrueCharts/hastebin -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/healthchecksdashboard/CHANGELOG.md b/charts/incubator/healthchecksdashboard/CHANGELOG.md index a89e87a0fb2..6290d6a2a51 100644 --- a/charts/incubator/healthchecksdashboard/CHANGELOG.md +++ b/charts/incubator/healthchecksdashboard/CHANGELOG.md @@ -2,6 +2,16 @@ +## [healthchecksdashboard-0.0.15](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.14...healthchecksdashboard-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [healthchecksdashboard-0.0.14](https://github.com/truecharts/apps/compare/healthchecksdashboard-0.0.13...healthchecksdashboard-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/healthchecksdashboard/Chart.yaml b/charts/incubator/healthchecksdashboard/Chart.yaml index 1aa4784f941..8dfdbf5323c 100644 --- a/charts/incubator/healthchecksdashboard/Chart.yaml +++ b/charts/incubator/healthchecksdashboard/Chart.yaml @@ -11,11 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "A standalone dashboard page showing the status of the checks in your\ - \ Healthchecks.io account.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/healthchecksdashboard -icon: https://truecharts.org/img/chart-icons/healthchecksdashboard.png +description: "A standalone dashboard page showing the status of the checks in your Healthchecks.io account.\r\n" +home: https://truecharts.org/docs/charts/incubator/healthchecksdashboard +icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecksdashboard.png keywords: - healthchecksdashboard - Tools-Utilities @@ -28,6 +26,7 @@ maintainers: url: https://truecharts.org name: healthchecksdashboard sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/healthchecksdashboard - https://github.com/healthchecks/dashboard - https://hub.docker.com/r/healthchecks/dashboard type: application diff --git a/charts/incubator/healthchecksdashboard/README.md b/charts/incubator/healthchecksdashboard/README.md index c8b4806e554..d733ae8113c 100644 --- a/charts/incubator/healthchecksdashboard/README.md +++ b/charts/incubator/healthchecksdashboard/README.md @@ -1,6 +1,6 @@ # healthchecksdashboard -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A standalone dashboard page showing the status of the checks in your Healthchecks.io account. @@ -13,6 +13,7 @@ For more information, please click here: [healthchecksdashboard](https://truecha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `healthchecksdashboard` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install healthchecksdashboard TrueCharts/healthchecksdashboard ``` @@ -48,7 +49,7 @@ helm install healthchecksdashboard TrueCharts/healthchecksdashboard **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall healthchecksdashboard Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install healthchecksdashboard TrueCharts/healthchecksdashboard -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/hetzner-ddns/CHANGELOG.md b/charts/incubator/hetzner-ddns/CHANGELOG.md index 41bc7997d46..61614a40ab8 100644 --- a/charts/incubator/hetzner-ddns/CHANGELOG.md +++ b/charts/incubator/hetzner-ddns/CHANGELOG.md @@ -2,6 +2,16 @@ +## [hetzner-ddns-0.0.15](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.14...hetzner-ddns-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [hetzner-ddns-0.0.14](https://github.com/truecharts/apps/compare/hetzner-ddns-0.0.13...hetzner-ddns-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/hetzner-ddns/Chart.yaml b/charts/incubator/hetzner-ddns/Chart.yaml index 3bbfca8d23b..2075a5b60f2 100644 --- a/charts/incubator/hetzner-ddns/Chart.yaml +++ b/charts/incubator/hetzner-ddns/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - This Docker image will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) - as a Dynamic DNS (DDNS) Provider. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/hetzner-ddns -icon: https://truecharts.org/img/chart-icons/hetzner-ddns.png +description: This Docker image will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider. +home: https://truecharts.org/docs/charts/incubator/hetzner-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hetzner-ddns.png keywords: - hetzner-ddns - Network-DNS @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: hetzner-ddns sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/hetzner-ddns - https://github.com/kutzilla/docker-hetzner-ddns - https://hub.docker.com/r/kutzilla/hetzner-ddns type: application diff --git a/charts/incubator/hetzner-ddns/README.md b/charts/incubator/hetzner-ddns/README.md index 474ff69ce6e..cf5945e146d 100644 --- a/charts/incubator/hetzner-ddns/README.md +++ b/charts/incubator/hetzner-ddns/README.md @@ -1,6 +1,6 @@ # hetzner-ddns -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker image will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider. @@ -13,6 +13,7 @@ For more information, please click here: [hetzner-ddns](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `hetzner-ddns` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install hetzner-ddns TrueCharts/hetzner-ddns ``` @@ -48,7 +49,7 @@ helm install hetzner-ddns TrueCharts/hetzner-ddns **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall hetzner-ddns Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install hetzner-ddns TrueCharts/hetzner-ddns -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/hexchat/CHANGELOG.md b/charts/incubator/hexchat/CHANGELOG.md index e49dc2cf9da..556360f4d31 100644 --- a/charts/incubator/hexchat/CHANGELOG.md +++ b/charts/incubator/hexchat/CHANGELOG.md @@ -2,6 +2,16 @@ +## [hexchat-0.0.15](https://github.com/truecharts/charts/compare/hexchat-0.0.14...hexchat-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [hexchat-0.0.14](https://github.com/truecharts/apps/compare/hexchat-0.0.13...hexchat-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/hexchat/Chart.yaml b/charts/incubator/hexchat/Chart.yaml index b1b958854aa..0a8f209a8bf 100644 --- a/charts/incubator/hexchat/Chart.yaml +++ b/charts/incubator/hexchat/Chart.yaml @@ -10,13 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "HexChat is an IRC client based on XChat, but unlike XChat it\u2019s\ - \ completely free for both Windows and Unix-like systems. Since XChat is open source,\ - \ it\u2019s perfectly legal. For more info. HexChat was originally called XChat-WDK\ - \ which in turn was a successor of freakschat." -home: https://github.com/truecharts/charts/tree/master/charts/incubator/hexchat -icon: https://truecharts.org/img/chart-icons/hexchat.png +description: "HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat." +home: https://truecharts.org/docs/charts/incubator/hexchat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexchat.png keywords: - hexchat - Productivity @@ -28,6 +24,7 @@ maintainers: url: https://truecharts.org name: hexchat sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/hexchat - https://hexchat.github.io/ - https://registry.hub.docker.com/r/binhex/arch-hexchat/ - https://github.com/binhex/documentation diff --git a/charts/incubator/hexchat/README.md b/charts/incubator/hexchat/README.md index 6f264cd23f6..6457ba43374 100644 --- a/charts/incubator/hexchat/README.md +++ b/charts/incubator/hexchat/README.md @@ -1,6 +1,6 @@ # hexchat -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat. @@ -13,6 +13,7 @@ For more information, please click here: [hexchat](https://truecharts.org/docs/c ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `hexchat` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install hexchat TrueCharts/hexchat ``` @@ -49,7 +50,7 @@ helm install hexchat TrueCharts/hexchat **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall hexchat Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install hexchat TrueCharts/hexchat -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/hexo-blog/CHANGELOG.md b/charts/incubator/hexo-blog/CHANGELOG.md index 093686f308f..8c506bbbe7d 100644 --- a/charts/incubator/hexo-blog/CHANGELOG.md +++ b/charts/incubator/hexo-blog/CHANGELOG.md @@ -2,6 +2,16 @@ +## [hexo-blog-0.0.15](https://github.com/truecharts/charts/compare/hexo-blog-0.0.14...hexo-blog-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [hexo-blog-0.0.14](https://github.com/truecharts/apps/compare/hexo-blog-0.0.13...hexo-blog-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/hexo-blog/Chart.yaml b/charts/incubator/hexo-blog/Chart.yaml index 08fc6fb4562..ba7822b1a9c 100644 --- a/charts/incubator/hexo-blog/Chart.yaml +++ b/charts/incubator/hexo-blog/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: A self-hosted blogging platform in which posts are written in markdown -home: https://github.com/truecharts/charts/tree/master/charts/incubator/hexo-blog -icon: https://truecharts.org/img/chart-icons/hexo-blog.png +home: https://truecharts.org/docs/charts/incubator/hexo-blog +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexo-blog.png keywords: - hexo-blog - Productivity @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: hexo-blog sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/hexo-blog - https://github.com/fletchto99/hexo-dev-docker - https://hub.docker.com/r/fletchto99/hexo-dev-blog/ type: application diff --git a/charts/incubator/hexo-blog/README.md b/charts/incubator/hexo-blog/README.md index 28e17f6da64..f3d83ae106c 100644 --- a/charts/incubator/hexo-blog/README.md +++ b/charts/incubator/hexo-blog/README.md @@ -1,6 +1,6 @@ # hexo-blog -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A self-hosted blogging platform in which posts are written in markdown @@ -13,6 +13,7 @@ For more information, please click here: [hexo-blog](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `hexo-blog` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install hexo-blog TrueCharts/hexo-blog ``` @@ -48,7 +49,7 @@ helm install hexo-blog TrueCharts/hexo-blog **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall hexo-blog Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install hexo-blog TrueCharts/hexo-blog -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/homebridge/CHANGELOG.md b/charts/incubator/homebridge/CHANGELOG.md index ce270516910..4494bbacefa 100644 --- a/charts/incubator/homebridge/CHANGELOG.md +++ b/charts/incubator/homebridge/CHANGELOG.md @@ -2,6 +2,16 @@ +## [homebridge-1.0.26](https://github.com/truecharts/charts/compare/homebridge-1.0.25...homebridge-1.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [homebridge-1.0.25](https://github.com/truecharts/apps/compare/homebridge-1.0.24...homebridge-1.0.25) (2022-07-26) ### Chore diff --git a/charts/incubator/homebridge/Chart.yaml b/charts/incubator/homebridge/Chart.yaml index 4804f7b6a79..e8075b32471 100644 --- a/charts/incubator/homebridge/Chart.yaml +++ b/charts/incubator/homebridge/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: A lightweight NodeJS server that emulates the iOS HomeKit API -home: https://github.com/truecharts/charts/tree/master/charts/incubator/r/homebridge -icon: https://truecharts.org/img/chart-icons/homebridge.png +home: https://truecharts.org/docs/charts/incubator/homebridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.png keywords: - homebridge - homekit @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: homebridge sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/homebridge - https://homebridge.io/ - https://github.com/oznu/docker-homebridge type: application diff --git a/charts/incubator/homebridge/README.md b/charts/incubator/homebridge/README.md index f00d00c4af0..83277d3f5c0 100644 --- a/charts/incubator/homebridge/README.md +++ b/charts/incubator/homebridge/README.md @@ -1,6 +1,6 @@ # homebridge -![Version: 1.0.25](https://img.shields.io/badge/Version-1.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022](https://img.shields.io/badge/AppVersion-2022-informational?style=flat-square) +![Version: 1.0.26](https://img.shields.io/badge/Version-1.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022](https://img.shields.io/badge/AppVersion-2022-informational?style=flat-square) A lightweight NodeJS server that emulates the iOS HomeKit API @@ -13,6 +13,7 @@ For more information, please click here: [homebridge](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `homebridge` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install homebridge TrueCharts/homebridge ``` @@ -48,7 +49,7 @@ helm install homebridge TrueCharts/homebridge **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall homebridge Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install homebridge TrueCharts/homebridge -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/homelablabelmaker/CHANGELOG.md b/charts/incubator/homelablabelmaker/CHANGELOG.md index e447f942592..2fff3c3075a 100644 --- a/charts/incubator/homelablabelmaker/CHANGELOG.md +++ b/charts/incubator/homelablabelmaker/CHANGELOG.md @@ -2,6 +2,16 @@ +## [homelablabelmaker-0.0.15](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.14...homelablabelmaker-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [homelablabelmaker-0.0.14](https://github.com/truecharts/apps/compare/homelablabelmaker-0.0.13...homelablabelmaker-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/homelablabelmaker/Chart.yaml b/charts/incubator/homelablabelmaker/Chart.yaml index 01e9a35f8d0..92fef6e7861 100644 --- a/charts/incubator/homelablabelmaker/Chart.yaml +++ b/charts/incubator/homelablabelmaker/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - DIY tool to create and print labels for Dell Poweredge and HP Proliant - drive caddies. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/homelablabelmaker -icon: https://truecharts.org/img/chart-icons/homelablabelmaker.png +description: DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies. +home: https://truecharts.org/docs/charts/incubator/homelablabelmaker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homelablabelmaker.png keywords: - homelablabelmaker - Tools-Utilities @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: homelablabelmaker sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/homelablabelmaker - https://github.com/DavidSpek/homelablabelmaker - https://hub.docker.com/r/davidspek/homelablabelmaker/ type: application diff --git a/charts/incubator/homelablabelmaker/README.md b/charts/incubator/homelablabelmaker/README.md index d779a09a645..0afa89dda91 100644 --- a/charts/incubator/homelablabelmaker/README.md +++ b/charts/incubator/homelablabelmaker/README.md @@ -1,6 +1,6 @@ # homelablabelmaker -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies. @@ -13,6 +13,7 @@ For more information, please click here: [homelablabelmaker](https://truecharts. ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `homelablabelmaker` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install homelablabelmaker TrueCharts/homelablabelmaker ``` @@ -48,7 +49,7 @@ helm install homelablabelmaker TrueCharts/homelablabelmaker **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall homelablabelmaker Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install homelablabelmaker TrueCharts/homelablabelmaker -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/hoobs/CHANGELOG.md b/charts/incubator/hoobs/CHANGELOG.md index e15403707a7..8f9f7f41e74 100644 --- a/charts/incubator/hoobs/CHANGELOG.md +++ b/charts/incubator/hoobs/CHANGELOG.md @@ -2,6 +2,16 @@ +## [hoobs-0.0.15](https://github.com/truecharts/charts/compare/hoobs-0.0.14...hoobs-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [hoobs-0.0.14](https://github.com/truecharts/apps/compare/hoobs-0.0.13...hoobs-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/hoobs/Chart.yaml b/charts/incubator/hoobs/Chart.yaml index f391c5a4385..240a402cf5d 100644 --- a/charts/incubator/hoobs/Chart.yaml +++ b/charts/incubator/hoobs/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "HOOBS is a Homebridge stack with a interface that simplifies configuration\ - \ and installing plugins. This adds a process wrapper for Homebridge. \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/hoobs -icon: https://truecharts.org/img/chart-icons/hoobs.png +description: "HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. \r\n" +home: https://truecharts.org/docs/charts/incubator/hoobs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hoobs.png keywords: - hoobs - HomeAutomation @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: hoobs sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/hoobs - https://hub.docker.com/r/hoobs/hoobs type: application version: 0.0.15 diff --git a/charts/incubator/hoobs/README.md b/charts/incubator/hoobs/README.md index 62502495b12..afd019542f1 100644 --- a/charts/incubator/hoobs/README.md +++ b/charts/incubator/hoobs/README.md @@ -1,6 +1,6 @@ # hoobs -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. @@ -13,6 +13,7 @@ For more information, please click here: [hoobs](https://truecharts.org/docs/cha ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `hoobs` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install hoobs TrueCharts/hoobs ``` @@ -47,7 +48,7 @@ helm install hoobs TrueCharts/hoobs **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall hoobs Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install hoobs TrueCharts/hoobs -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/humhub/CHANGELOG.md b/charts/incubator/humhub/CHANGELOG.md index 4b76920ece0..01f1f7b3854 100644 --- a/charts/incubator/humhub/CHANGELOG.md +++ b/charts/incubator/humhub/CHANGELOG.md @@ -2,6 +2,16 @@ +## [humhub-0.0.15](https://github.com/truecharts/charts/compare/humhub-0.0.14...humhub-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [humhub-0.0.14](https://github.com/truecharts/apps/compare/humhub-0.0.13...humhub-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/humhub/Chart.yaml b/charts/incubator/humhub/Chart.yaml index ce1227c05c3..7a066046c3d 100644 --- a/charts/incubator/humhub/Chart.yaml +++ b/charts/incubator/humhub/Chart.yaml @@ -9,13 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - HumHub is a free social network software and framework built to give - you the tools to make communication and collaboration easy and successful. The Database - is at 'localhost', username is 'humhub', the database name is 'humhub', there are - no password (local user) -home: https://github.com/truecharts/charts/tree/master/charts/incubator/humhub -icon: https://truecharts.org/img/chart-icons/humhub.png +description: HumHub is a free social network software and framework built to give you the tools to make communication and collaboration easy and successful. The Database is at 'localhost', username is 'humhub', the database name is 'humhub', there are no password (local user) +home: https://truecharts.org/docs/charts/incubator/humhub +icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.png keywords: - humhub - Network-Web @@ -26,6 +22,7 @@ maintainers: url: https://truecharts.org name: humhub sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/humhub - https://ghcr.io/siwatinc/humhub type: application version: 0.0.15 diff --git a/charts/incubator/humhub/README.md b/charts/incubator/humhub/README.md index 4a3d03bb5ce..97ae9227942 100644 --- a/charts/incubator/humhub/README.md +++ b/charts/incubator/humhub/README.md @@ -1,6 +1,6 @@ # humhub -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) HumHub is a free social network software and framework built to give you the tools to make communication and collaboration easy and successful. The Database is at 'localhost', username is 'humhub', the database name is 'humhub', there are no password (local user) @@ -13,6 +13,7 @@ For more information, please click here: [humhub](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `humhub` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install humhub TrueCharts/humhub ``` @@ -47,7 +48,7 @@ helm install humhub TrueCharts/humhub **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall humhub Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install humhub TrueCharts/humhub -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/hurtworld/CHANGELOG.md b/charts/incubator/hurtworld/CHANGELOG.md index 0f5fc8954ab..aa8e1018815 100644 --- a/charts/incubator/hurtworld/CHANGELOG.md +++ b/charts/incubator/hurtworld/CHANGELOG.md @@ -2,6 +2,16 @@ +## [hurtworld-0.0.15](https://github.com/truecharts/charts/compare/hurtworld-0.0.14...hurtworld-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [hurtworld-0.0.14](https://github.com/truecharts/apps/compare/hurtworld-0.0.13...hurtworld-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/hurtworld/Chart.yaml b/charts/incubator/hurtworld/Chart.yaml index 93e64d13a58..bb49aae5be1 100644 --- a/charts/incubator/hurtworld/Chart.yaml +++ b/charts/incubator/hurtworld/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Hurtworld and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/hurtworld -icon: https://truecharts.org/img/chart-icons/hurtworld.png +description: "This Docker will download and install SteamCMD. It will also install Hurtworld and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/hurtworld +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hurtworld.png keywords: - hurtworld - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: hurtworld sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/hurtworld - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/hurtworld/README.md b/charts/incubator/hurtworld/README.md index 0e24b19bcc0..a9edef639e5 100644 --- a/charts/incubator/hurtworld/README.md +++ b/charts/incubator/hurtworld/README.md @@ -1,6 +1,6 @@ # hurtworld -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Hurtworld and run it. @@ -13,6 +13,7 @@ For more information, please click here: [hurtworld](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `hurtworld` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install hurtworld TrueCharts/hurtworld ``` @@ -48,7 +49,7 @@ helm install hurtworld TrueCharts/hurtworld **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall hurtworld Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install hurtworld TrueCharts/hurtworld -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/icloudpd/CHANGELOG.md b/charts/incubator/icloudpd/CHANGELOG.md index 0133edc5f60..6dad5c409d1 100644 --- a/charts/incubator/icloudpd/CHANGELOG.md +++ b/charts/incubator/icloudpd/CHANGELOG.md @@ -2,6 +2,16 @@ +## [icloudpd-0.0.17](https://github.com/truecharts/charts/compare/icloudpd-0.0.16...icloudpd-0.0.17) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [icloudpd-0.0.16](https://github.com/truecharts/apps/compare/icloudpd-0.0.15...icloudpd-0.0.16) (2022-07-29) ### Chore diff --git a/charts/incubator/icloudpd/Chart.yaml b/charts/incubator/icloudpd/Chart.yaml index d4549d6c217..7a40f51ee40 100644 --- a/charts/incubator/icloudpd/Chart.yaml +++ b/charts/incubator/icloudpd/Chart.yaml @@ -11,15 +11,11 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - 'iCloudPD, Alpine Linux Docker container wrriten by [a href="https://github.com/boredazfcuk"]boredazfcuk[/a], - syncs photos from iDevices to a single directory on TrueNAS. It uses the system keyring - to securely store credentials, has HEIC to JPG conversion capability, and supports - Telegram, Prowl, PushBullet and WebHook notifications. +description: 'iCloudPD, Alpine Linux Docker container wrriten by [a href="https://github.com/boredazfcuk"]boredazfcuk[/a], syncs photos from iDevices to a single directory on TrueNAS. It uses the system keyring to securely store credentials, has HEIC to JPG conversion capability, and supports Telegram, Prowl, PushBullet and WebHook notifications. - ' +' home: https://truecharts.org/docs/charts/incubator/icloudpd -icon: https://truecharts.org/img/chart-icons/icloudpd.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.png keywords: - icloudpd - Backup @@ -32,6 +28,7 @@ maintainers: url: https://truecharts.org name: icloudpd sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/icloudpd - https://github.com/Womabre/-TrueNAS-docker-templates - https://hub.docker.com/r/boredazfcuk/icloudpd/ type: application diff --git a/charts/incubator/icloudpd/README.md b/charts/incubator/icloudpd/README.md index 6fd28c5193d..89974f081b9 100644 --- a/charts/incubator/icloudpd/README.md +++ b/charts/incubator/icloudpd/README.md @@ -1,6 +1,6 @@ # icloudpd -![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) iCloudPD, Alpine Linux Docker container wrriten by [a href="https://github.com/boredazfcuk"]boredazfcuk[/a], syncs photos from iDevices to a single directory on TrueNAS. It uses the system keyring to securely store credentials, has HEIC to JPG conversion capability, and supports Telegram, Prowl, PushBullet and WebHook notifications. @@ -13,6 +13,7 @@ For more information, please click here: [icloudpd](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `icloudpd` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install icloudpd TrueCharts/icloudpd ``` @@ -48,7 +49,7 @@ helm install icloudpd TrueCharts/icloudpd **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall icloudpd Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install icloudpd TrueCharts/icloudpd -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/imgpush/CHANGELOG.md b/charts/incubator/imgpush/CHANGELOG.md index e67cecb0e72..5e5696d315a 100644 --- a/charts/incubator/imgpush/CHANGELOG.md +++ b/charts/incubator/imgpush/CHANGELOG.md @@ -2,6 +2,16 @@ +## [imgpush-0.0.15](https://github.com/truecharts/charts/compare/imgpush-0.0.14...imgpush-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [imgpush-0.0.14](https://github.com/truecharts/apps/compare/imgpush-0.0.13...imgpush-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/imgpush/Chart.yaml b/charts/incubator/imgpush/Chart.yaml index d32e8640980..148bd5f26d4 100644 --- a/charts/incubator/imgpush/Chart.yaml +++ b/charts/incubator/imgpush/Chart.yaml @@ -14,8 +14,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/imgpush -icon: https://truecharts.org/img/chart-icons/imgpush.png +home: https://truecharts.org/docs/charts/incubator/imgpush +icon: https://truecharts.org/img/hotlink-ok/chart-icons/imgpush.png keywords: - imgpush - Cloud @@ -30,6 +30,7 @@ maintainers: url: https://truecharts.org name: imgpush sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/imgpush - https://github.com/hauxir/imgpush - https://hub.docker.com/r/hauxir/imgpush type: application diff --git a/charts/incubator/imgpush/README.md b/charts/incubator/imgpush/README.md index feadd2c0fb4..1bb67f2f9c1 100644 --- a/charts/incubator/imgpush/README.md +++ b/charts/incubator/imgpush/README.md @@ -1,6 +1,6 @@ # imgpush -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [imgpush](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `imgpush` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install imgpush TrueCharts/imgpush ``` @@ -48,7 +49,7 @@ helm install imgpush TrueCharts/imgpush **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall imgpush Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install imgpush TrueCharts/imgpush -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/import-ics/CHANGELOG.md b/charts/incubator/import-ics/CHANGELOG.md index 48d228fe134..c59e6302fde 100644 --- a/charts/incubator/import-ics/CHANGELOG.md +++ b/charts/incubator/import-ics/CHANGELOG.md @@ -2,6 +2,16 @@ +## [import-ics-0.0.15](https://github.com/truecharts/charts/compare/import-ics-0.0.14...import-ics-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [import-ics-0.0.14](https://github.com/truecharts/apps/compare/import-ics-0.0.13...import-ics-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/import-ics/Chart.yaml b/charts/incubator/import-ics/Chart.yaml index 1cae7b6d87a..193bc1ab6a8 100644 --- a/charts/incubator/import-ics/Chart.yaml +++ b/charts/incubator/import-ics/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Runs a python script at a crontab defined interval that downloads/imports\ - \ ics files into a caldav server.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/import-ics -icon: https://truecharts.org/img/chart-icons/import-ics.png +description: "Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server.\r\n" +home: https://truecharts.org/docs/charts/incubator/import-ics +icon: https://truecharts.org/img/hotlink-ok/chart-icons/import-ics.png keywords: - import-ics - Productivity @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: import-ics sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/import-ics - https://github.com/Vilhjalmr26/import_ics - https://hub.docker.com/repository/docker/vilhjalmr26/import_ics type: application diff --git a/charts/incubator/import-ics/README.md b/charts/incubator/import-ics/README.md index 7534253b7af..531e68032d1 100644 --- a/charts/incubator/import-ics/README.md +++ b/charts/incubator/import-ics/README.md @@ -1,6 +1,6 @@ # import-ics -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server. @@ -13,6 +13,7 @@ For more information, please click here: [import-ics](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `import-ics` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install import-ics TrueCharts/import-ics ``` @@ -48,7 +49,7 @@ helm install import-ics TrueCharts/import-ics **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall import-ics Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install import-ics TrueCharts/import-ics -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/inkscape-desktop-g3/CHANGELOG.md b/charts/incubator/inkscape-desktop-g3/CHANGELOG.md index 32b4b365075..85402a1f297 100644 --- a/charts/incubator/inkscape-desktop-g3/CHANGELOG.md +++ b/charts/incubator/inkscape-desktop-g3/CHANGELOG.md @@ -2,6 +2,16 @@ +## [inkscape-desktop-g3-0.0.15](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.14...inkscape-desktop-g3-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [inkscape-desktop-g3-0.0.14](https://github.com/truecharts/apps/compare/inkscape-desktop-g3-0.0.13...inkscape-desktop-g3-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/inkscape-desktop-g3/Chart.yaml b/charts/incubator/inkscape-desktop-g3/Chart.yaml index 9069c2e92b2..734e60e9994 100644 --- a/charts/incubator/inkscape-desktop-g3/Chart.yaml +++ b/charts/incubator/inkscape-desktop-g3/Chart.yaml @@ -12,8 +12,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/inkscape-desktop-g3 -icon: https://truecharts.org/img/chart-icons/inkscape-desktop-g3.png +home: https://truecharts.org/docs/charts/incubator/inkscape-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.png keywords: - inkscape-desktop-g3 - Productivity @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: inkscape-desktop-g3 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/inkscape-desktop-g3 - https://github.com/accetto/headless-drawing-g3/ - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3 type: application diff --git a/charts/incubator/inkscape-desktop-g3/README.md b/charts/incubator/inkscape-desktop-g3/README.md index 0a518f3a251..2f4c8ff9d53 100644 --- a/charts/incubator/inkscape-desktop-g3/README.md +++ b/charts/incubator/inkscape-desktop-g3/README.md @@ -1,6 +1,6 @@ # inkscape-desktop-g3 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [inkscape-desktop-g3](https://truechart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `inkscape-desktop-g3` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install inkscape-desktop-g3 TrueCharts/inkscape-desktop-g3 ``` @@ -48,7 +49,7 @@ helm install inkscape-desktop-g3 TrueCharts/inkscape-desktop-g3 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall inkscape-desktop-g3 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install inkscape-desktop-g3 TrueCharts/inkscape-desktop-g3 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/insurgencysandstorm/CHANGELOG.md b/charts/incubator/insurgencysandstorm/CHANGELOG.md index 8017744edd9..1d178b18b4f 100644 --- a/charts/incubator/insurgencysandstorm/CHANGELOG.md +++ b/charts/incubator/insurgencysandstorm/CHANGELOG.md @@ -2,6 +2,16 @@ +## [insurgencysandstorm-0.0.15](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.14...insurgencysandstorm-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [insurgencysandstorm-0.0.14](https://github.com/truecharts/apps/compare/insurgencysandstorm-0.0.13...insurgencysandstorm-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/insurgencysandstorm/Chart.yaml b/charts/incubator/insurgencysandstorm/Chart.yaml index 48ce6ea16cb..cd3ebded618 100644 --- a/charts/incubator/insurgencysandstorm/Chart.yaml +++ b/charts/incubator/insurgencysandstorm/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Insurgency Sandstorm and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/insurgencysandstorm -icon: https://truecharts.org/img/chart-icons/insurgencysandstorm.png +description: "This Docker will download and install SteamCMD. It will also install Insurgency Sandstorm and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/insurgencysandstorm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/insurgencysandstorm.png keywords: - insurgencysandstorm - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: insurgencysandstorm sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/insurgencysandstorm - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/insurgencysandstorm/README.md b/charts/incubator/insurgencysandstorm/README.md index 6f878cadc5d..4853a2d0326 100644 --- a/charts/incubator/insurgencysandstorm/README.md +++ b/charts/incubator/insurgencysandstorm/README.md @@ -1,6 +1,6 @@ # insurgencysandstorm -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Insurgency Sandstorm and run it. @@ -13,6 +13,7 @@ For more information, please click here: [insurgencysandstorm](https://truechart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `insurgencysandstorm` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install insurgencysandstorm TrueCharts/insurgencysandstorm ``` @@ -48,7 +49,7 @@ helm install insurgencysandstorm TrueCharts/insurgencysandstorm **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall insurgencysandstorm Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install insurgencysandstorm TrueCharts/insurgencysandstorm -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/invitarr/CHANGELOG.md b/charts/incubator/invitarr/CHANGELOG.md index c37f2e72328..8afa522bb70 100644 --- a/charts/incubator/invitarr/CHANGELOG.md +++ b/charts/incubator/invitarr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [invitarr-0.0.15](https://github.com/truecharts/charts/compare/invitarr-0.0.14...invitarr-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [invitarr-0.0.14](https://github.com/truecharts/apps/compare/invitarr-0.0.13...invitarr-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/invitarr/Chart.yaml b/charts/incubator/invitarr/Chart.yaml index 1bcb1bef8aa..24fbaf12d5d 100644 --- a/charts/incubator/invitarr/Chart.yaml +++ b/charts/incubator/invitarr/Chart.yaml @@ -13,12 +13,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Invitarr is a chatbot that invites discord users to plex. You can also - automate this bot to invite discord users to plex once a certain role is given to - a user or the user can also be added manually. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/invitarr -icon: https://truecharts.org/img/chart-icons/invitarr.png +description: Invitarr is a chatbot that invites discord users to plex. You can also automate this bot to invite discord users to plex once a certain role is given to a user or the user can also be added manually. +home: https://truecharts.org/docs/charts/incubator/invitarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/invitarr.png keywords: - invitarr - HomeAutomation @@ -33,6 +30,7 @@ maintainers: url: https://truecharts.org name: invitarr sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/invitarr - https://github.com/Sleepingpirates/Invitarr - https://hub.docker.com/r/piratify/invitarr type: application diff --git a/charts/incubator/invitarr/README.md b/charts/incubator/invitarr/README.md index 8ffcc61fe6f..75263d6c51d 100644 --- a/charts/incubator/invitarr/README.md +++ b/charts/incubator/invitarr/README.md @@ -1,6 +1,6 @@ # invitarr -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Invitarr is a chatbot that invites discord users to plex. You can also automate this bot to invite discord users to plex once a certain role is given to a user or the user can also be added manually. @@ -13,6 +13,7 @@ For more information, please click here: [invitarr](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `invitarr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install invitarr TrueCharts/invitarr ``` @@ -48,7 +49,7 @@ helm install invitarr TrueCharts/invitarr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall invitarr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install invitarr TrueCharts/invitarr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ipmi-tools/CHANGELOG.md b/charts/incubator/ipmi-tools/CHANGELOG.md index 3926e148a39..8a71cdd9e93 100644 --- a/charts/incubator/ipmi-tools/CHANGELOG.md +++ b/charts/incubator/ipmi-tools/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ipmi-tools-0.0.15](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.14...ipmi-tools-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ipmi-tools-0.0.14](https://github.com/truecharts/apps/compare/ipmi-tools-0.0.13...ipmi-tools-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/ipmi-tools/Chart.yaml b/charts/incubator/ipmi-tools/Chart.yaml index d980966dfa9..47c890c53ab 100644 --- a/charts/incubator/ipmi-tools/Chart.yaml +++ b/charts/incubator/ipmi-tools/Chart.yaml @@ -11,12 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - This is a container with a webGUI to manage a Dell servers fan speeds - using IPMI. You must enable IPMI from iDRAC. You can pass credentials through environment - variables or enter them in the webGUI at runtime. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/ipmi-tools -icon: https://truecharts.org/img/chart-icons/ipmi-tools.png +description: This is a container with a webGUI to manage a Dell servers fan speeds using IPMI. You must enable IPMI from iDRAC. You can pass credentials through environment variables or enter them in the webGUI at runtime. +home: https://truecharts.org/docs/charts/incubator/ipmi-tools +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipmi-tools.png keywords: - ipmi-tools - Productivity @@ -29,6 +26,7 @@ maintainers: url: https://truecharts.org name: ipmi-tools sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ipmi-tools - https://github.com/EdwardChamberlain/IPMI-Fan-Controller - https://hub.docker.com/r/edchamberlain/ipmi-tools type: application diff --git a/charts/incubator/ipmi-tools/README.md b/charts/incubator/ipmi-tools/README.md index 6ed4b7ef337..cd84980861e 100644 --- a/charts/incubator/ipmi-tools/README.md +++ b/charts/incubator/ipmi-tools/README.md @@ -1,6 +1,6 @@ # ipmi-tools -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This is a container with a webGUI to manage a Dell servers fan speeds using IPMI. You must enable IPMI from iDRAC. You can pass credentials through environment variables or enter them in the webGUI at runtime. @@ -13,6 +13,7 @@ For more information, please click here: [ipmi-tools](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ipmi-tools` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ipmi-tools TrueCharts/ipmi-tools ``` @@ -48,7 +49,7 @@ helm install ipmi-tools TrueCharts/ipmi-tools **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ipmi-tools Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ipmi-tools TrueCharts/ipmi-tools -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/jelu/CHANGELOG.md b/charts/incubator/jelu/CHANGELOG.md index f36dbed8f99..dfae441b51c 100644 --- a/charts/incubator/jelu/CHANGELOG.md +++ b/charts/incubator/jelu/CHANGELOG.md @@ -2,6 +2,16 @@ +## [jelu-0.0.17](https://github.com/truecharts/charts/compare/jelu-0.0.16...jelu-0.0.17) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [jelu-0.0.16](https://github.com/truecharts/apps/compare/jelu-0.0.15...jelu-0.0.16) (2022-07-29) ### Chore diff --git a/charts/incubator/jelu/Chart.yaml b/charts/incubator/jelu/Chart.yaml index 823c6dc41f6..5e18f7dd7a2 100644 --- a/charts/incubator/jelu/Chart.yaml +++ b/charts/incubator/jelu/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Track what you have read, what you are reading and what you want to\ - \ read.\r\n" +description: "Track what you have read, what you are reading and what you want to read.\r\n" home: https://truecharts.org/docs/charts/incubator/jelu -icon: https://truecharts.org/img/chart-icons/jelu.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.png keywords: - jelu - MediaApp-Books @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: jelu sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/jelu - https://github.com/bayang/jelu - https://hub.docker.com/r/wabayang/jelu type: application diff --git a/charts/incubator/jelu/README.md b/charts/incubator/jelu/README.md index cd70a5e3f92..d6da431c349 100644 --- a/charts/incubator/jelu/README.md +++ b/charts/incubator/jelu/README.md @@ -1,6 +1,6 @@ # jelu -![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Track what you have read, what you are reading and what you want to read. @@ -13,6 +13,7 @@ For more information, please click here: [jelu](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `jelu` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install jelu TrueCharts/jelu ``` @@ -48,7 +49,7 @@ helm install jelu TrueCharts/jelu **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall jelu Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install jelu TrueCharts/jelu -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/jitsi/CHANGELOG.md b/charts/incubator/jitsi/CHANGELOG.md index 9d7ac7d2cc3..6371c4e1312 100644 --- a/charts/incubator/jitsi/CHANGELOG.md +++ b/charts/incubator/jitsi/CHANGELOG.md @@ -2,6 +2,16 @@ +## [jitsi-0.0.20](https://github.com/truecharts/charts/compare/jitsi-0.0.19...jitsi-0.0.20) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [jitsi-0.0.19](https://github.com/truecharts/apps/compare/jitsi-0.0.18...jitsi-0.0.19) (2022-07-27) ### Chore diff --git a/charts/incubator/jitsi/Chart.yaml b/charts/incubator/jitsi/Chart.yaml index 747b65d942c..39bb37b3e87 100644 --- a/charts/incubator/jitsi/Chart.yaml +++ b/charts/incubator/jitsi/Chart.yaml @@ -6,9 +6,10 @@ version: 0.0.20 kubeVersion: ">=1.16.0-0" keywords: - jitsi -home: https://github.com/truecharts/charts/tree/master/charts/incubator/jitsi -icon: https://truecharts.org/img/chart-icons/jitsi.png +home: https://truecharts.org/docs/charts/incubator/jitsi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jitsi.png sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/jitsi - https://jitsi.org - https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-start dependencies: diff --git a/charts/incubator/jitsi/README.md b/charts/incubator/jitsi/README.md index cdd9f5e9fdf..dce477d4f5b 100644 --- a/charts/incubator/jitsi/README.md +++ b/charts/incubator/jitsi/README.md @@ -1,6 +1,6 @@ # jitsi -![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![AppVersion: 7439](https://img.shields.io/badge/AppVersion-7439-informational?style=flat-square) +![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![AppVersion: 7439](https://img.shields.io/badge/AppVersion-7439-informational?style=flat-square) Jitsi is a set of open-source projects that allows you to easily build and deploy secure video conferencing solutions @@ -13,6 +13,7 @@ For more information, please click here: [jitsi](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `jitsi` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install jitsi TrueCharts/jitsi ``` @@ -48,7 +49,7 @@ helm install jitsi TrueCharts/jitsi **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall jitsi Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install jitsi TrueCharts/jitsi -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/jmzhomeproxy/CHANGELOG.md b/charts/incubator/jmzhomeproxy/CHANGELOG.md index 7e367a99c91..0853390693b 100644 --- a/charts/incubator/jmzhomeproxy/CHANGELOG.md +++ b/charts/incubator/jmzhomeproxy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [jmzhomeproxy-0.0.15](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.14...jmzhomeproxy-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [jmzhomeproxy-0.0.14](https://github.com/truecharts/apps/compare/jmzhomeproxy-0.0.13...jmzhomeproxy-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/jmzhomeproxy/Chart.yaml b/charts/incubator/jmzhomeproxy/Chart.yaml index 2b65d3efd6e..7c8540153ae 100644 --- a/charts/incubator/jmzhomeproxy/Chart.yaml +++ b/charts/incubator/jmzhomeproxy/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Proxy is in quotes because I couldn't think of a better name. There\ - \ is nothing overly special about this other than using it as a simple and easy\ - \ to use dashboard for all your self-hosted services.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/jmzhomeproxy -icon: https://truecharts.org/img/chart-icons/jmzhomeproxy.png +description: "Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services.\r\n" +home: https://truecharts.org/docs/charts/incubator/jmzhomeproxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jmzhomeproxy.png keywords: - jmzhomeproxy - Cloud @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: jmzhomeproxy sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/jmzhomeproxy - https://github.com/JmzTaylor/homelab_proxy/ - https://hub.docker.com/u/jmzsoftware type: application diff --git a/charts/incubator/jmzhomeproxy/README.md b/charts/incubator/jmzhomeproxy/README.md index 7fbc56d7163..2cb6c777995 100644 --- a/charts/incubator/jmzhomeproxy/README.md +++ b/charts/incubator/jmzhomeproxy/README.md @@ -1,6 +1,6 @@ # jmzhomeproxy -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services. @@ -13,6 +13,7 @@ For more information, please click here: [jmzhomeproxy](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `jmzhomeproxy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install jmzhomeproxy TrueCharts/jmzhomeproxy ``` @@ -48,7 +49,7 @@ helm install jmzhomeproxy TrueCharts/jmzhomeproxy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall jmzhomeproxy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install jmzhomeproxy TrueCharts/jmzhomeproxy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/jump/CHANGELOG.md b/charts/incubator/jump/CHANGELOG.md index d4eba7c119a..4b85f2eea3e 100644 --- a/charts/incubator/jump/CHANGELOG.md +++ b/charts/incubator/jump/CHANGELOG.md @@ -2,6 +2,16 @@ +## [jump-0.0.27](https://github.com/truecharts/charts/compare/jump-0.0.26...jump-0.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [jump-0.0.26](https://github.com/truecharts/apps/compare/jump-0.0.25...jump-0.0.26) (2022-07-27) ### Chore diff --git a/charts/incubator/jump/Chart.yaml b/charts/incubator/jump/Chart.yaml index ef5d62649ce..151c9cbb5dd 100644 --- a/charts/incubator/jump/Chart.yaml +++ b/charts/incubator/jump/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/jump -icon: https://truecharts.org/img/chart-icons/jump.png +home: https://truecharts.org/docs/charts/incubator/jump +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jump.png keywords: - dashboard - jump @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: jump sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/jump - https://github.com/daledavies/jump - https://hub.docker.com/r/daledavies/jump version: 0.0.27 diff --git a/charts/incubator/jump/README.md b/charts/incubator/jump/README.md index 0c2d8399259..0d85a64c56e 100644 --- a/charts/incubator/jump/README.md +++ b/charts/incubator/jump/README.md @@ -1,6 +1,6 @@ # jump -![Version: 0.0.26](https://img.shields.io/badge/Version-0.0.26-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square) +![Version: 0.0.27](https://img.shields.io/badge/Version-0.0.27-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square) Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure. @@ -13,6 +13,7 @@ For more information, please click here: [jump](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `jump` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install jump TrueCharts/jump ``` @@ -48,7 +49,7 @@ helm install jump TrueCharts/jump **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall jump Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install jump TrueCharts/jump -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/kasm/CHANGELOG.md b/charts/incubator/kasm/CHANGELOG.md index 43ef995de66..4e00d6ed199 100644 --- a/charts/incubator/kasm/CHANGELOG.md +++ b/charts/incubator/kasm/CHANGELOG.md @@ -2,6 +2,17 @@ +## [kasm-0.0.16](https://github.com/truecharts/charts/compare/kasm-0.0.14...kasm-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kasm-0.0.14](https://github.com/truecharts/apps/compare/kasm-0.0.13...kasm-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/kasm/Chart.yaml b/charts/incubator/kasm/Chart.yaml index 0907938916d..33ed97e8ac7 100644 --- a/charts/incubator/kasm/Chart.yaml +++ b/charts/incubator/kasm/Chart.yaml @@ -9,18 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Kasm(https://www.kasmweb.com/) Workspaces is a docker container streaming - platform for delivering browser-based access to desktops, applications, and web - services. Kasm uses devops-enabled Containerized Desktop Infrastructure (CDI) to - create on-demand, disposable, docker containers that are accessible via web browser. - Example use-cases include Remote Browser Isolation (RBI), Data Loss Prevention (DLP), - Desktop as a Service (DaaS), Secure Remote Access Services (RAS), and Open Source - Intelligence (OSINT) collections. - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/kasm -icon: https://truecharts.org/img/chart-icons/kasm.png +description: "Kasm(https://www.kasmweb.com/) Workspaces is a docker container streaming platform for delivering browser-based access to desktops, applications, and web services. Kasm uses devops-enabled Containerized Desktop Infrastructure (CDI) to create on-demand, disposable, docker containers that are accessible via web browser. Example use-cases include Remote Browser Isolation (RBI), Data Loss Prevention (DLP), Desktop as a Service (DaaS), Secure Remote Access Services (RAS), and Open Source Intelligence (OSINT) collections.\n" +home: https://truecharts.org/docs/charts/incubator/kasm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kasm.png keywords: - kasm - Other @@ -31,6 +22,7 @@ maintainers: url: https://truecharts.org name: kasm sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kasm - https://www.kasmweb.com/ - https://github.com/orgs/linuxserver/packages/container/package/kasm - https://github.com/linuxserver/docker-kasm#readme diff --git a/charts/incubator/kasm/README.md b/charts/incubator/kasm/README.md index 1a8b28d895e..257d2ac6ef9 100644 --- a/charts/incubator/kasm/README.md +++ b/charts/incubator/kasm/README.md @@ -1,6 +1,6 @@ # kasm -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Kasm(https://www.kasmweb.com/) Workspaces is a docker container streaming platform for delivering browser-based access to desktops, applications, and web services. Kasm uses devops-enabled Containerized Desktop Infrastructure (CDI) to create on-demand, disposable, docker containers that are accessible via web browser. Example use-cases include Remote Browser Isolation (RBI), Data Loss Prevention (DLP), Desktop as a Service (DaaS), Secure Remote Access Services (RAS), and Open Source Intelligence (OSINT) collections. @@ -13,6 +13,7 @@ For more information, please click here: [kasm](https://truecharts.org/docs/char ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kasm` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kasm TrueCharts/kasm ``` @@ -49,7 +50,7 @@ helm install kasm TrueCharts/kasm **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall kasm Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kasm TrueCharts/kasm -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/kdenlive-vnc/CHANGELOG.md b/charts/incubator/kdenlive-vnc/CHANGELOG.md index c94f0586c3b..6ab4f915792 100644 --- a/charts/incubator/kdenlive-vnc/CHANGELOG.md +++ b/charts/incubator/kdenlive-vnc/CHANGELOG.md @@ -2,6 +2,16 @@ +## [kdenlive-vnc-0.0.15](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.14...kdenlive-vnc-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kdenlive-vnc-0.0.14](https://github.com/truecharts/apps/compare/kdenlive-vnc-0.0.13...kdenlive-vnc-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/kdenlive-vnc/Chart.yaml b/charts/incubator/kdenlive-vnc/Chart.yaml index 7d3472cb4fa..732021d4179 100644 --- a/charts/incubator/kdenlive-vnc/Chart.yaml +++ b/charts/incubator/kdenlive-vnc/Chart.yaml @@ -13,8 +13,8 @@ dependencies: version: 10.4.9 deprecated: false description: An instance of kdenlive accessible through vnc and noVnc (=Web Interface) -home: https://github.com/truecharts/charts/tree/master/charts/incubator/kdenlive-vnc -icon: https://truecharts.org/img/chart-icons/kdenlive-vnc.png +home: https://truecharts.org/docs/charts/incubator/kdenlive-vnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive-vnc.png keywords: - kdenlive-vnc - MediaApp-Video @@ -28,6 +28,7 @@ maintainers: url: https://truecharts.org name: kdenlive-vnc sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kdenlive-vnc - https://github.com/JonathanTreffler/kdenlive-vnc-docker - https://hub.docker.com/r/tessypowder/docker-kdenlive/ type: application diff --git a/charts/incubator/kdenlive-vnc/README.md b/charts/incubator/kdenlive-vnc/README.md index c36b0d077ff..974127006bf 100644 --- a/charts/incubator/kdenlive-vnc/README.md +++ b/charts/incubator/kdenlive-vnc/README.md @@ -1,6 +1,6 @@ # kdenlive-vnc -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) An instance of kdenlive accessible through vnc and noVnc (=Web Interface) @@ -13,6 +13,7 @@ For more information, please click here: [kdenlive-vnc](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kdenlive-vnc` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kdenlive-vnc TrueCharts/kdenlive-vnc ``` @@ -48,7 +49,7 @@ helm install kdenlive-vnc TrueCharts/kdenlive-vnc **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall kdenlive-vnc Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kdenlive-vnc TrueCharts/kdenlive-vnc -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/kdenlive/CHANGELOG.md b/charts/incubator/kdenlive/CHANGELOG.md index 7cc9dca5d4c..b2eb41a022c 100644 --- a/charts/incubator/kdenlive/CHANGELOG.md +++ b/charts/incubator/kdenlive/CHANGELOG.md @@ -2,6 +2,17 @@ +## [kdenlive-0.0.16](https://github.com/truecharts/charts/compare/kdenlive-0.0.14...kdenlive-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kdenlive-0.0.14](https://github.com/truecharts/apps/compare/kdenlive-vnc-0.0.13...kdenlive-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/kdenlive/Chart.yaml b/charts/incubator/kdenlive/Chart.yaml index 09be6091262..998824eb3ef 100644 --- a/charts/incubator/kdenlive/Chart.yaml +++ b/charts/incubator/kdenlive/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform - video editing program made by the KDE community. Feature rich and production ready. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/kdenlive -icon: https://truecharts.org/img/chart-icons/kdenlive.png +description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready. +home: https://truecharts.org/docs/charts/incubator/kdenlive +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png keywords: - kdenlive - Other @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: kdenlive sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kdenlive - https://kdenlive.org/ - https://github.com/orgs/linuxserver/packages/container/package/kdenlive - https://github.com/linuxserver/docker-kdenlive#readme diff --git a/charts/incubator/kdenlive/README.md b/charts/incubator/kdenlive/README.md index 25642b7a910..5ac1a31fa3f 100644 --- a/charts/incubator/kdenlive/README.md +++ b/charts/incubator/kdenlive/README.md @@ -1,6 +1,6 @@ # kdenlive -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready. @@ -13,6 +13,7 @@ For more information, please click here: [kdenlive](https://truecharts.org/docs/ ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kdenlive` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kdenlive TrueCharts/kdenlive ``` @@ -49,7 +50,7 @@ helm install kdenlive TrueCharts/kdenlive **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall kdenlive Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kdenlive TrueCharts/kdenlive -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/keeweb/CHANGELOG.md b/charts/incubator/keeweb/CHANGELOG.md index 0530d08f331..f600f6b1687 100644 --- a/charts/incubator/keeweb/CHANGELOG.md +++ b/charts/incubator/keeweb/CHANGELOG.md @@ -2,6 +2,16 @@ +## [keeweb-0.0.15](https://github.com/truecharts/charts/compare/keeweb-0.0.14...keeweb-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [keeweb-0.0.14](https://github.com/truecharts/apps/compare/keeweb-0.0.13...keeweb-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/keeweb/Chart.yaml b/charts/incubator/keeweb/Chart.yaml index a6b4e480f41..0aa0bc77266 100644 --- a/charts/incubator/keeweb/Chart.yaml +++ b/charts/incubator/keeweb/Chart.yaml @@ -13,8 +13,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/keeweb -icon: https://truecharts.org/img/chart-icons/keeweb.png +home: https://truecharts.org/docs/charts/incubator/keeweb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/keeweb.png keywords: - keeweb - Productivity @@ -28,6 +28,7 @@ maintainers: url: https://truecharts.org name: keeweb sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/keeweb - https://github.com/keeweb/keeweb - https://hub.docker.com/r/antelle/keeweb type: application diff --git a/charts/incubator/keeweb/README.md b/charts/incubator/keeweb/README.md index 1ace4bb623f..cd95f874df0 100644 --- a/charts/incubator/keeweb/README.md +++ b/charts/incubator/keeweb/README.md @@ -1,6 +1,6 @@ # keeweb -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [keeweb](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `keeweb` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install keeweb TrueCharts/keeweb ``` @@ -48,7 +49,7 @@ helm install keeweb TrueCharts/keeweb **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall keeweb Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install keeweb TrueCharts/keeweb -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/kerbalspaceprogram-lmp/CHANGELOG.md b/charts/incubator/kerbalspaceprogram-lmp/CHANGELOG.md index fc1854d9928..939480e9b1e 100644 --- a/charts/incubator/kerbalspaceprogram-lmp/CHANGELOG.md +++ b/charts/incubator/kerbalspaceprogram-lmp/CHANGELOG.md @@ -2,6 +2,16 @@ +## [kerbalspaceprogram-lmp-0.0.15](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.14...kerbalspaceprogram-lmp-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kerbalspaceprogram-lmp-0.0.14](https://github.com/truecharts/apps/compare/kerbalspaceprogram-lmp-0.0.13...kerbalspaceprogram-lmp-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/kerbalspaceprogram-lmp/Chart.yaml b/charts/incubator/kerbalspaceprogram-lmp/Chart.yaml index 6bef5d2cd9c..283843e0e4c 100644 --- a/charts/incubator/kerbalspaceprogram-lmp/Chart.yaml +++ b/charts/incubator/kerbalspaceprogram-lmp/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This container will download and run Luna Multiplayer for Kerbal Space\ - \ Program (KSP).\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/kerbalspaceprogram-lmp -icon: https://truecharts.org/img/chart-icons/kerbalspaceprogram-lmp.png +description: "This container will download and run Luna Multiplayer for Kerbal Space Program (KSP).\r\n" +home: https://truecharts.org/docs/charts/incubator/kerbalspaceprogram-lmp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.png keywords: - kerbalspaceprogram-lmp - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: kerbalspaceprogram-lmp sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kerbalspaceprogram-lmp - https://github.com/LunaMultiplayer/LunaMultiplayer - https://hub.docker.com/r/ich777/lunamultiplayer-ksp/ type: application diff --git a/charts/incubator/kerbalspaceprogram-lmp/README.md b/charts/incubator/kerbalspaceprogram-lmp/README.md index d2a6a9a07d4..a14b8d58211 100644 --- a/charts/incubator/kerbalspaceprogram-lmp/README.md +++ b/charts/incubator/kerbalspaceprogram-lmp/README.md @@ -1,6 +1,6 @@ # kerbalspaceprogram-lmp -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This container will download and run Luna Multiplayer for Kerbal Space Program (KSP). @@ -13,6 +13,7 @@ For more information, please click here: [kerbalspaceprogram-lmp](https://truech ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kerbalspaceprogram-lmp` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kerbalspaceprogram-lmp TrueCharts/kerbalspaceprogram-lmp ``` @@ -48,7 +49,7 @@ helm install kerbalspaceprogram-lmp TrueCharts/kerbalspaceprogram-lmp **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall kerbalspaceprogram-lmp Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kerbalspaceprogram-lmp TrueCharts/kerbalspaceprogram-lmp -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/kerio-connect/CHANGELOG.md b/charts/incubator/kerio-connect/CHANGELOG.md index a8ec781f289..325b3153a1e 100644 --- a/charts/incubator/kerio-connect/CHANGELOG.md +++ b/charts/incubator/kerio-connect/CHANGELOG.md @@ -2,6 +2,16 @@ +## [kerio-connect-0.0.15](https://github.com/truecharts/charts/compare/kerio-connect-0.0.14...kerio-connect-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kerio-connect-0.0.14](https://github.com/truecharts/apps/compare/kerio-connect-0.0.13...kerio-connect-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/kerio-connect/Chart.yaml b/charts/incubator/kerio-connect/Chart.yaml index 86d9253fc8d..fa2efc1bfdc 100644 --- a/charts/incubator/kerio-connect/Chart.yaml +++ b/charts/incubator/kerio-connect/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Kerio Connect is Mail/Groupware like Microsoft Exchange, but running - on Linux. More Informations under www.kerio.com/connect -home: https://github.com/truecharts/charts/tree/master/charts/incubator/kerio-connect -icon: https://truecharts.org/img/chart-icons/kerio-connect.png +description: Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect +home: https://truecharts.org/docs/charts/incubator/kerio-connect +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerio-connect.png keywords: - kerio-connect - Network-Web @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: kerio-connect sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kerio-connect - http://kerio.com - https://hub.docker.com/r/chvb/docker-kerio-connect/ type: application diff --git a/charts/incubator/kerio-connect/README.md b/charts/incubator/kerio-connect/README.md index c9787f812ea..03446b844f9 100644 --- a/charts/incubator/kerio-connect/README.md +++ b/charts/incubator/kerio-connect/README.md @@ -1,6 +1,6 @@ # kerio-connect -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect @@ -13,6 +13,7 @@ For more information, please click here: [kerio-connect](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kerio-connect` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kerio-connect TrueCharts/kerio-connect ``` @@ -48,7 +49,7 @@ helm install kerio-connect TrueCharts/kerio-connect **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall kerio-connect Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kerio-connect TrueCharts/kerio-connect -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/kitana/CHANGELOG.md b/charts/incubator/kitana/CHANGELOG.md index e0cf74c67d3..f7156b992eb 100644 --- a/charts/incubator/kitana/CHANGELOG.md +++ b/charts/incubator/kitana/CHANGELOG.md @@ -2,6 +2,16 @@ +## [kitana-0.0.15](https://github.com/truecharts/charts/compare/kitana-0.0.14...kitana-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kitana-0.0.14](https://github.com/truecharts/apps/compare/kitana-0.0.13...kitana-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/kitana/Chart.yaml b/charts/incubator/kitana/Chart.yaml index a5c780cea4d..1bdf9e5f0f5 100644 --- a/charts/incubator/kitana/Chart.yaml +++ b/charts/incubator/kitana/Chart.yaml @@ -11,14 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Kitana exposes your Plex plugin interfaces \"to the outside world\"\ - . It does that by authenticating against Plex.TV, then connecting to the Plex Media\ - \ Server you tell it to, and essentially proxying the plugin UI. It has full PMS\ - \ connection awareness and allows you to connect locally, remotely, or even via\ - \ relay.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/kitana -icon: https://truecharts.org/img/chart-icons/kitana.png +description: "Kitana exposes your Plex plugin interfaces \"to the outside world\". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay.\r\n" +home: https://truecharts.org/docs/charts/incubator/kitana +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitana.png keywords: - kitana - HomeAutomation @@ -31,6 +26,7 @@ maintainers: url: https://truecharts.org name: kitana sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kitana - https://github.com/pannal/Kitana - https://hub.docker.com/r/pannal/kitana/ type: application diff --git a/charts/incubator/kitana/README.md b/charts/incubator/kitana/README.md index 1531d4e1f36..88020bef604 100644 --- a/charts/incubator/kitana/README.md +++ b/charts/incubator/kitana/README.md @@ -1,6 +1,6 @@ # kitana -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay. @@ -13,6 +13,7 @@ For more information, please click here: [kitana](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kitana` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kitana TrueCharts/kitana ``` @@ -48,7 +49,7 @@ helm install kitana TrueCharts/kitana **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall kitana Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kitana TrueCharts/kitana -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/kitchenowl/CHANGELOG.md b/charts/incubator/kitchenowl/CHANGELOG.md index 15cc5e113e2..d92b51cfb21 100644 --- a/charts/incubator/kitchenowl/CHANGELOG.md +++ b/charts/incubator/kitchenowl/CHANGELOG.md @@ -2,6 +2,17 @@ +## [kitchenowl-0.0.4](https://github.com/truecharts/charts/compare/kitchenowl-0.0.2...kitchenowl-0.0.4) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kitchenowl-0.0.2](https://github.com/truecharts/apps/compare/kitchenowl-0.0.1...kitchenowl-0.0.2) (2022-08-01) ### Chore diff --git a/charts/incubator/kitchenowl/Chart.yaml b/charts/incubator/kitchenowl/Chart.yaml index 31dea208353..a33dd38ba59 100644 --- a/charts/incubator/kitchenowl/Chart.yaml +++ b/charts/incubator/kitchenowl/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: KitchenOwl is a smart self-hosted grocery list and recipe manager. home: https://truecharts.org/docs/charts/incubator/kitchenowl -icon: https://truecharts.org/img/chart-icons/kitchenowl.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.png keywords: - recipes - kitchen diff --git a/charts/incubator/kitchenowl/README.md b/charts/incubator/kitchenowl/README.md index 16b29302a3c..6cd77df9e3e 100644 --- a/charts/incubator/kitchenowl/README.md +++ b/charts/incubator/kitchenowl/README.md @@ -1,6 +1,6 @@ # kitchenowl -![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: beta](https://img.shields.io/badge/AppVersion-beta-informational?style=flat-square) +![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: beta](https://img.shields.io/badge/AppVersion-beta-informational?style=flat-square) KitchenOwl is a smart self-hosted grocery list and recipe manager. @@ -24,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kitchenowl` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kitchenowl TrueCharts/kitchenowl ``` @@ -48,7 +48,7 @@ helm install kitchenowl TrueCharts/kitchenowl **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +67,7 @@ helm uninstall kitchenowl Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kitchenowl TrueCharts/kitchenowl -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/kiwix-serve/CHANGELOG.md b/charts/incubator/kiwix-serve/CHANGELOG.md index e99245baca2..19ef0d1440a 100644 --- a/charts/incubator/kiwix-serve/CHANGELOG.md +++ b/charts/incubator/kiwix-serve/CHANGELOG.md @@ -2,6 +2,16 @@ +## [kiwix-serve-0.0.15](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.14...kiwix-serve-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kiwix-serve-0.0.14](https://github.com/truecharts/apps/compare/kiwix-serve-0.0.13...kiwix-serve-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/kiwix-serve/Chart.yaml b/charts/incubator/kiwix-serve/Chart.yaml index 8f497c3b0e1..6c0bc07ae06 100644 --- a/charts/incubator/kiwix-serve/Chart.yaml +++ b/charts/incubator/kiwix-serve/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Kiwix enables you to have the whole Wikipedia at hand wherever you go! - [br]Remove download link after download complete.[/br] -home: https://github.com/truecharts/charts/tree/master/charts/incubator/kiwix-serve -icon: https://truecharts.org/img/chart-icons/kiwix-serve.png +description: Kiwix enables you to have the whole Wikipedia at hand wherever you go! [br]Remove download link after download complete.[/br] +home: https://truecharts.org/docs/charts/incubator/kiwix-serve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.png keywords: - kiwix-serve - Productivity @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: kiwix-serve sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kiwix-serve - https://www.kiwix.org/ - https://hub.docker.com/r/kiwix/kiwix-serve/ type: application diff --git a/charts/incubator/kiwix-serve/README.md b/charts/incubator/kiwix-serve/README.md index 6f3957aecbf..399bb042c54 100644 --- a/charts/incubator/kiwix-serve/README.md +++ b/charts/incubator/kiwix-serve/README.md @@ -1,6 +1,6 @@ # kiwix-serve -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Kiwix enables you to have the whole Wikipedia at hand wherever you go! [br]Remove download link after download complete.[/br] @@ -13,6 +13,7 @@ For more information, please click here: [kiwix-serve](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kiwix-serve` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kiwix-serve TrueCharts/kiwix-serve ``` @@ -48,7 +49,7 @@ helm install kiwix-serve TrueCharts/kiwix-serve **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall kiwix-serve Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kiwix-serve TrueCharts/kiwix-serve -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/krusader/CHANGELOG.md b/charts/incubator/krusader/CHANGELOG.md index 2ffa98148fa..5dd4c453758 100644 --- a/charts/incubator/krusader/CHANGELOG.md +++ b/charts/incubator/krusader/CHANGELOG.md @@ -2,6 +2,16 @@ +## [krusader-0.0.15](https://github.com/truecharts/charts/compare/krusader-0.0.14...krusader-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [krusader-0.0.14](https://github.com/truecharts/apps/compare/krusader-0.0.13...krusader-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/krusader/Chart.yaml b/charts/incubator/krusader/Chart.yaml index 79cf21e634d..9b5baf09265 100644 --- a/charts/incubator/krusader/Chart.yaml +++ b/charts/incubator/krusader/Chart.yaml @@ -10,16 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Krusader is an advanced orthodox file manager for KDE and other desktops\ - \ in the Unix world. It is similar to the console-based GNU Midnight Commander,\ - \ GNOME Commander for the GNOME desktop environment, or Total Commander for Windows,\ - \ all of which can trace their paradigmatic features to the original Norton Commander\ - \ for DOS. It supports extensive archive handling, mounted filesystem support, FTP,\ - \ advanced search, viewer/editor, directory synchronisation, file content comparisons,\ - \ batch renaming, etc.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/krusader -icon: https://truecharts.org/img/chart-icons/krusader.png +description: "Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc.\r\n" +home: https://truecharts.org/docs/charts/incubator/krusader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/krusader.png keywords: - krusader - Productivity @@ -31,6 +24,7 @@ maintainers: url: https://truecharts.org name: krusader sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/krusader - https://krusader.org/ - https://hub.docker.com/r/ich777/krusader type: application diff --git a/charts/incubator/krusader/README.md b/charts/incubator/krusader/README.md index 14220c68fdd..62a51d4b0d9 100644 --- a/charts/incubator/krusader/README.md +++ b/charts/incubator/krusader/README.md @@ -1,6 +1,6 @@ # krusader -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc. @@ -13,6 +13,7 @@ For more information, please click here: [krusader](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `krusader` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install krusader TrueCharts/krusader ``` @@ -48,7 +49,7 @@ helm install krusader TrueCharts/krusader **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall krusader Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install krusader TrueCharts/krusader -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/lancache-dns/CHANGELOG.md b/charts/incubator/lancache-dns/CHANGELOG.md index 2922ee335ab..8baa94ff2ab 100644 --- a/charts/incubator/lancache-dns/CHANGELOG.md +++ b/charts/incubator/lancache-dns/CHANGELOG.md @@ -2,6 +2,17 @@ +## [lancache-dns-0.0.13](https://github.com/truecharts/charts/compare/lancache-dns-0.0.11...lancache-dns-0.0.13) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [lancache-dns-0.0.11](https://github.com/truecharts/apps/compare/lancache-dns-0.0.10...lancache-dns-0.0.11) (2022-07-26) ### Chore diff --git a/charts/incubator/lancache-dns/Chart.yaml b/charts/incubator/lancache-dns/Chart.yaml index 3b09c931467..7e0ebb5edca 100644 --- a/charts/incubator/lancache-dns/Chart.yaml +++ b/charts/incubator/lancache-dns/Chart.yaml @@ -6,12 +6,13 @@ appVersion: "latest" description: DNS Docker service for a steamcache. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/incubator/lancache-dns -icon: https://truecharts.org/img/chart-icons/lancache-dns.png +home: https://truecharts.org/docs/charts/incubator/lancache-dns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-dns.png keywords: - lancache-dns - dns sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/lancache-dns - https://hub.docker.com/r/lancachenet/lancache-dns - https://github.com/lancachenet/lancache-dns dependencies: diff --git a/charts/incubator/lancache-dns/README.md b/charts/incubator/lancache-dns/README.md index d6075e98f5b..aac9dbc73eb 100644 --- a/charts/incubator/lancache-dns/README.md +++ b/charts/incubator/lancache-dns/README.md @@ -1,6 +1,6 @@ # lancache-dns -![Version: 0.0.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DNS Docker service for a steamcache. @@ -13,6 +13,7 @@ For more information, please click here: [lancache-dns](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `lancache-dns` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install lancache-dns TrueCharts/lancache-dns ``` @@ -48,7 +49,7 @@ helm install lancache-dns TrueCharts/lancache-dns **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall lancache-dns Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install lancache-dns TrueCharts/lancache-dns -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/lancache-monolithic/CHANGELOG.md b/charts/incubator/lancache-monolithic/CHANGELOG.md index 05fb3697381..0a40a8a5503 100644 --- a/charts/incubator/lancache-monolithic/CHANGELOG.md +++ b/charts/incubator/lancache-monolithic/CHANGELOG.md @@ -2,6 +2,16 @@ +## [lancache-monolithic-0.0.16](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.15...lancache-monolithic-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [lancache-monolithic-0.0.15](https://github.com/truecharts/apps/compare/lancache-monolithic-0.0.14...lancache-monolithic-0.0.15) (2022-07-26) ### Chore diff --git a/charts/incubator/lancache-monolithic/Chart.yaml b/charts/incubator/lancache-monolithic/Chart.yaml index b46c829f961..906216acf4a 100644 --- a/charts/incubator/lancache-monolithic/Chart.yaml +++ b/charts/incubator/lancache-monolithic/Chart.yaml @@ -6,12 +6,13 @@ appVersion: "latest" description: A monolithic lancache service capable of caching all CDN's in a single instance. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/incubator/lancache-monolithic -icon: https://truecharts.org/img/chart-icons/lancache-monolithic.png +home: https://truecharts.org/docs/charts/incubator/lancache-monolithic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.png keywords: - monolithic - lancache sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/lancache-monolithic - https://hub.docker.com/r/lancachenet/monolithic - https://github.com/lancachenet/monolithic dependencies: diff --git a/charts/incubator/lancache-monolithic/README.md b/charts/incubator/lancache-monolithic/README.md index a4452b20ee0..1b986a7cd32 100644 --- a/charts/incubator/lancache-monolithic/README.md +++ b/charts/incubator/lancache-monolithic/README.md @@ -1,6 +1,6 @@ # lancache-monolithic -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A monolithic lancache service capable of caching all CDN's in a single instance. @@ -13,6 +13,7 @@ For more information, please click here: [lancache-monolithic](https://truechart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `lancache-monolithic` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install lancache-monolithic TrueCharts/lancache-monolithic ``` @@ -48,7 +49,7 @@ helm install lancache-monolithic TrueCharts/lancache-monolithic **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall lancache-monolithic Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install lancache-monolithic TrueCharts/lancache-monolithic -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/lastoasis/CHANGELOG.md b/charts/incubator/lastoasis/CHANGELOG.md index bf77898f539..f87b10cc8a5 100644 --- a/charts/incubator/lastoasis/CHANGELOG.md +++ b/charts/incubator/lastoasis/CHANGELOG.md @@ -2,6 +2,16 @@ +## [lastoasis-0.0.15](https://github.com/truecharts/charts/compare/lastoasis-0.0.14...lastoasis-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [lastoasis-0.0.14](https://github.com/truecharts/apps/compare/lastoasis-0.0.13...lastoasis-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/lastoasis/Chart.yaml b/charts/incubator/lastoasis/Chart.yaml index 842d91278b5..ca311e063d0 100644 --- a/charts/incubator/lastoasis/Chart.yaml +++ b/charts/incubator/lastoasis/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Last Oasis and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/lastoasis -icon: https://truecharts.org/img/chart-icons/lastoasis.png +description: "This Docker will download and install SteamCMD. It will also install Last Oasis and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/lastoasis +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lastoasis.png keywords: - lastoasis - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: lastoasis sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/lastoasis - https://store.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/lastoasis/README.md b/charts/incubator/lastoasis/README.md index 4956ea590d1..0f0154cae13 100644 --- a/charts/incubator/lastoasis/README.md +++ b/charts/incubator/lastoasis/README.md @@ -1,6 +1,6 @@ # lastoasis -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Last Oasis and run it. @@ -13,6 +13,7 @@ For more information, please click here: [lastoasis](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `lastoasis` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install lastoasis TrueCharts/lastoasis ``` @@ -48,7 +49,7 @@ helm install lastoasis TrueCharts/lastoasis **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall lastoasis Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install lastoasis TrueCharts/lastoasis -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/left4dead/CHANGELOG.md b/charts/incubator/left4dead/CHANGELOG.md index 1090ac5854b..bc4c3490217 100644 --- a/charts/incubator/left4dead/CHANGELOG.md +++ b/charts/incubator/left4dead/CHANGELOG.md @@ -2,6 +2,16 @@ +## [left4dead-0.0.15](https://github.com/truecharts/charts/compare/left4dead-0.0.14...left4dead-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [left4dead-0.0.14](https://github.com/truecharts/apps/compare/left4dead-0.0.13...left4dead-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/left4dead/Chart.yaml b/charts/incubator/left4dead/Chart.yaml index e7f0cb82a91..04af5d27b29 100644 --- a/charts/incubator/left4dead/Chart.yaml +++ b/charts/incubator/left4dead/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Left4Dead and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/left4dead -icon: https://truecharts.org/img/chart-icons/left4dead.png +description: "This Docker will download and install SteamCMD. It will also install Left4Dead and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/left4dead +icon: https://truecharts.org/img/hotlink-ok/chart-icons/left4dead.png keywords: - left4dead - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: left4dead sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/left4dead - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/left4dead/README.md b/charts/incubator/left4dead/README.md index 2d40e19a560..34334c4714a 100644 --- a/charts/incubator/left4dead/README.md +++ b/charts/incubator/left4dead/README.md @@ -1,6 +1,6 @@ # left4dead -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Left4Dead and run it. @@ -13,6 +13,7 @@ For more information, please click here: [left4dead](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `left4dead` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install left4dead TrueCharts/left4dead ``` @@ -48,7 +49,7 @@ helm install left4dead TrueCharts/left4dead **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall left4dead Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install left4dead TrueCharts/left4dead -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/lemur-cfssl/CHANGELOG.md b/charts/incubator/lemur-cfssl/CHANGELOG.md index 9a02ec28689..79de157b031 100644 --- a/charts/incubator/lemur-cfssl/CHANGELOG.md +++ b/charts/incubator/lemur-cfssl/CHANGELOG.md @@ -2,6 +2,16 @@ +## [lemur-cfssl-0.0.15](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.14...lemur-cfssl-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [lemur-cfssl-0.0.14](https://github.com/truecharts/apps/compare/lemur-cfssl-0.0.13...lemur-cfssl-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/lemur-cfssl/Chart.yaml b/charts/incubator/lemur-cfssl/Chart.yaml index 21c57cbe651..48c3428aa13 100644 --- a/charts/incubator/lemur-cfssl/Chart.yaml +++ b/charts/incubator/lemur-cfssl/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Lemur manages TLS certificate creation. While not able to issue certificates\ - \ itself, Lemur acts as a broker between CAs and environments providing a central\ - \ portal for developers to issue TLS certificates with 'sane' defaults.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/lemur-cfssl -icon: https://truecharts.org/img/chart-icons/lemur-cfssl.png +description: "Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults.\r\n" +home: https://truecharts.org/docs/charts/incubator/lemur-cfssl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lemur-cfssl.png keywords: - lemur-cfssl - Tools-Utilities @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: lemur-cfssl sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/lemur-cfssl - https://github.com/Netflix/lemur - https://hub.docker.com/r/halianelf/lemur/ type: application diff --git a/charts/incubator/lemur-cfssl/README.md b/charts/incubator/lemur-cfssl/README.md index 72692c2308c..11cd589448e 100644 --- a/charts/incubator/lemur-cfssl/README.md +++ b/charts/incubator/lemur-cfssl/README.md @@ -1,6 +1,6 @@ # lemur-cfssl -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults. @@ -13,6 +13,7 @@ For more information, please click here: [lemur-cfssl](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `lemur-cfssl` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install lemur-cfssl TrueCharts/lemur-cfssl ``` @@ -48,7 +49,7 @@ helm install lemur-cfssl TrueCharts/lemur-cfssl **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall lemur-cfssl Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install lemur-cfssl TrueCharts/lemur-cfssl -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/lingva/CHANGELOG.md b/charts/incubator/lingva/CHANGELOG.md index 9d4df59cf9a..a89a184acb6 100644 --- a/charts/incubator/lingva/CHANGELOG.md +++ b/charts/incubator/lingva/CHANGELOG.md @@ -2,6 +2,16 @@ +## [lingva-0.0.16](https://github.com/truecharts/charts/compare/lingva-0.0.15...lingva-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [lingva-0.0.15](https://github.com/truecharts/apps/compare/lingva-0.0.14...lingva-0.0.15) (2022-07-29) ### Chore diff --git a/charts/incubator/lingva/Chart.yaml b/charts/incubator/lingva/Chart.yaml index b62b5b8c686..664442294aa 100644 --- a/charts/incubator/lingva/Chart.yaml +++ b/charts/incubator/lingva/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Alternative front-end for Google Translate, serving as a Free and Open - Source translator with over a hundred languages available +description: Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available home: https://truecharts.org/docs/charts/incubator/lingva -icon: https://truecharts.org/img/chart-icons/lingva.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lingva.png keywords: - lingva - Productivity @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: lingva sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/lingva - https://github.com/TheDavidDelta/lingva-translate - https://hub.docker.com/r/thedaviddelta/lingva-translate type: application diff --git a/charts/incubator/lingva/README.md b/charts/incubator/lingva/README.md index 38ebf8e4563..7d8a8b8b85f 100644 --- a/charts/incubator/lingva/README.md +++ b/charts/incubator/lingva/README.md @@ -1,6 +1,6 @@ # lingva -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available @@ -13,6 +13,7 @@ For more information, please click here: [lingva](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `lingva` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install lingva TrueCharts/lingva ``` @@ -48,7 +49,7 @@ helm install lingva TrueCharts/lingva **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall lingva Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install lingva TrueCharts/lingva -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/liquid-dl/CHANGELOG.md b/charts/incubator/liquid-dl/CHANGELOG.md index 851884c13a0..8e231389a61 100644 --- a/charts/incubator/liquid-dl/CHANGELOG.md +++ b/charts/incubator/liquid-dl/CHANGELOG.md @@ -2,6 +2,16 @@ +## [liquid-dl-0.0.15](https://github.com/truecharts/charts/compare/liquid-dl-0.0.14...liquid-dl-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [liquid-dl-0.0.14](https://github.com/truecharts/apps/compare/liquid-dl-0.0.13...liquid-dl-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/liquid-dl/Chart.yaml b/charts/incubator/liquid-dl/Chart.yaml index 46217adeab8..eb2c808a4a6 100644 --- a/charts/incubator/liquid-dl/Chart.yaml +++ b/charts/incubator/liquid-dl/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Liquid-dl is a simple tool for utlities such as FFMPEG, youtube-dl,\ - \ and scdl. It provides a simple framework with simple point and click options allowing\ - \ users\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/liquid-dl -icon: https://truecharts.org/img/chart-icons/liquid-dl.png +description: "Liquid-dl is a simple tool for utlities such as FFMPEG, youtube-dl, and scdl. It provides a simple framework with simple point and click options allowing users\r\n" +home: https://truecharts.org/docs/charts/incubator/liquid-dl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/liquid-dl.png keywords: - liquid-dl - Downloaders @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: liquid-dl sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/liquid-dl - https://github.com/Kthulu120/liquid_dl - https://hub.docker.com/r/kthulu120/liquid_dl/ type: application diff --git a/charts/incubator/liquid-dl/README.md b/charts/incubator/liquid-dl/README.md index 769577edd0a..00e3d8eb3bc 100644 --- a/charts/incubator/liquid-dl/README.md +++ b/charts/incubator/liquid-dl/README.md @@ -1,6 +1,6 @@ # liquid-dl -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Liquid-dl is a simple tool for utlities such as FFMPEG, youtube-dl, and scdl. It provides a simple framework with simple point and click options allowing users @@ -13,6 +13,7 @@ For more information, please click here: [liquid-dl](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `liquid-dl` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install liquid-dl TrueCharts/liquid-dl ``` @@ -48,7 +49,7 @@ helm install liquid-dl TrueCharts/liquid-dl **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall liquid-dl Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install liquid-dl TrueCharts/liquid-dl -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/livebook/CHANGELOG.md b/charts/incubator/livebook/CHANGELOG.md index 6fa00d1166f..b7293300336 100644 --- a/charts/incubator/livebook/CHANGELOG.md +++ b/charts/incubator/livebook/CHANGELOG.md @@ -2,6 +2,16 @@ +## [livebook-0.0.15](https://github.com/truecharts/charts/compare/livebook-0.0.14...livebook-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [livebook-0.0.14](https://github.com/truecharts/apps/compare/livebook-0.0.13...livebook-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/livebook/Chart.yaml b/charts/incubator/livebook/Chart.yaml index 20056af1ce1..1458290c017 100644 --- a/charts/incubator/livebook/Chart.yaml +++ b/charts/incubator/livebook/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Livebook is a web application for writing interactive and collaborative - code notebooks for Elixir -home: https://github.com/truecharts/charts/tree/master/charts/incubator/livebook -icon: https://truecharts.org/img/chart-icons/livebook.png +description: Livebook is a web application for writing interactive and collaborative code notebooks for Elixir +home: https://truecharts.org/docs/charts/incubator/livebook +icon: https://truecharts.org/img/hotlink-ok/chart-icons/livebook.png keywords: - livebook - Tools-Utilities @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: livebook sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/livebook - https://livebook.dev/ - https://hub.docker.com/r/livebook/livebook type: application diff --git a/charts/incubator/livebook/README.md b/charts/incubator/livebook/README.md index 5a8fcf7f2ef..602d954e7dd 100644 --- a/charts/incubator/livebook/README.md +++ b/charts/incubator/livebook/README.md @@ -1,6 +1,6 @@ # livebook -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Livebook is a web application for writing interactive and collaborative code notebooks for Elixir @@ -13,6 +13,7 @@ For more information, please click here: [livebook](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `livebook` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install livebook TrueCharts/livebook ``` @@ -48,7 +49,7 @@ helm install livebook TrueCharts/livebook **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall livebook Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install livebook TrueCharts/livebook -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/livestreamdvr/CHANGELOG.md b/charts/incubator/livestreamdvr/CHANGELOG.md index 02075e098f5..8aeaaefc84b 100644 --- a/charts/incubator/livestreamdvr/CHANGELOG.md +++ b/charts/incubator/livestreamdvr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [livestreamdvr-0.0.14](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.13...livestreamdvr-0.0.14) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [livestreamdvr-0.0.13](https://github.com/truecharts/apps/compare/livestreamdvr-0.0.12...livestreamdvr-0.0.13) (2022-07-26) ### Chore diff --git a/charts/incubator/livestreamdvr/Chart.yaml b/charts/incubator/livestreamdvr/Chart.yaml index 2ef0b1daaa1..ee332f59b10 100644 --- a/charts/incubator/livestreamdvr/Chart.yaml +++ b/charts/incubator/livestreamdvr/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "An automatic twitch recorder.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/livestreamdvr -icon: https://truecharts.org/img/chart-icons/livestreamdvr.png +home: https://truecharts.org/docs/charts/incubator/livestreamdvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/livestreamdvr.png keywords: - livestreamdvr - MediaApp-Video @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: livestreamdvr sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/livestreamdvr - https://github.com/MrBrax/LiveStreamDVR - https://hub.docker.com/r/mrbrax/twitchautomator/ type: application diff --git a/charts/incubator/livestreamdvr/README.md b/charts/incubator/livestreamdvr/README.md index 37fc0ffddfc..947773d2fc8 100644 --- a/charts/incubator/livestreamdvr/README.md +++ b/charts/incubator/livestreamdvr/README.md @@ -1,6 +1,6 @@ # livestreamdvr -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square) An automatic twitch recorder. @@ -13,6 +13,7 @@ For more information, please click here: [livestreamdvr](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `livestreamdvr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install livestreamdvr TrueCharts/livestreamdvr ``` @@ -48,7 +49,7 @@ helm install livestreamdvr TrueCharts/livestreamdvr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall livestreamdvr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install livestreamdvr TrueCharts/livestreamdvr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/llalon-github-backup/CHANGELOG.md b/charts/incubator/llalon-github-backup/CHANGELOG.md index c7ce0bda3da..d30546b86f2 100644 --- a/charts/incubator/llalon-github-backup/CHANGELOG.md +++ b/charts/incubator/llalon-github-backup/CHANGELOG.md @@ -2,6 +2,16 @@ +## [llalon-github-backup-0.0.15](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.14...llalon-github-backup-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [llalon-github-backup-0.0.14](https://github.com/truecharts/apps/compare/llalon-github-backup-0.0.13...llalon-github-backup-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/llalon-github-backup/Chart.yaml b/charts/incubator/llalon-github-backup/Chart.yaml index afac12b28f5..4507c425e86 100644 --- a/charts/incubator/llalon-github-backup/Chart.yaml +++ b/charts/incubator/llalon-github-backup/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Automatically backup github repositories on schedule. Allows for custom - configuration. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/llalon-github-backup -icon: https://truecharts.org/img/chart-icons/llalon-github-backup.png +description: Automatically backup github repositories on schedule. Allows for custom configuration. +home: https://truecharts.org/docs/charts/incubator/llalon-github-backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/llalon-github-backup.png keywords: - llalon-github-backup - Backup @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: llalon-github-backup sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/llalon-github-backup - https://github.com/abusesa/github-backup - https://hub.docker.com/r/llalon/github-backup type: application diff --git a/charts/incubator/llalon-github-backup/README.md b/charts/incubator/llalon-github-backup/README.md index 955f4e9aac2..f2562364e94 100644 --- a/charts/incubator/llalon-github-backup/README.md +++ b/charts/incubator/llalon-github-backup/README.md @@ -1,6 +1,6 @@ # llalon-github-backup -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Automatically backup github repositories on schedule. Allows for custom configuration. @@ -13,6 +13,7 @@ For more information, please click here: [llalon-github-backup](https://truechar ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `llalon-github-backup` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install llalon-github-backup TrueCharts/llalon-github-backup ``` @@ -48,7 +49,7 @@ helm install llalon-github-backup TrueCharts/llalon-github-backup **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall llalon-github-backup Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install llalon-github-backup TrueCharts/llalon-github-backup -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/longvinter/CHANGELOG.md b/charts/incubator/longvinter/CHANGELOG.md index 6fc3ed32553..348f64c828b 100644 --- a/charts/incubator/longvinter/CHANGELOG.md +++ b/charts/incubator/longvinter/CHANGELOG.md @@ -2,6 +2,16 @@ +## [longvinter-0.0.15](https://github.com/truecharts/charts/compare/longvinter-0.0.14...longvinter-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [longvinter-0.0.14](https://github.com/truecharts/apps/compare/longvinter-0.0.13...longvinter-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/longvinter/Chart.yaml b/charts/incubator/longvinter/Chart.yaml index 8624f1a548c..243d6c9881c 100644 --- a/charts/incubator/longvinter/Chart.yaml +++ b/charts/incubator/longvinter/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Longvinter and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/longvinter -icon: https://truecharts.org/img/chart-icons/longvinter.png +description: "This Docker will download and install SteamCMD. It will also install Longvinter and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/longvinter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/longvinter.png keywords: - longvinter - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: longvinter sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/longvinter - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/longvinter/README.md b/charts/incubator/longvinter/README.md index 95aa9f87b95..3280fa81a02 100644 --- a/charts/incubator/longvinter/README.md +++ b/charts/incubator/longvinter/README.md @@ -1,6 +1,6 @@ # longvinter -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Longvinter and run it. @@ -13,6 +13,7 @@ For more information, please click here: [longvinter](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `longvinter` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install longvinter TrueCharts/longvinter ``` @@ -48,7 +49,7 @@ helm install longvinter TrueCharts/longvinter **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall longvinter Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install longvinter TrueCharts/longvinter -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/magnetico-environment/CHANGELOG.md b/charts/incubator/magnetico-environment/CHANGELOG.md index ed7b377e6c9..8b1d0adbea9 100644 --- a/charts/incubator/magnetico-environment/CHANGELOG.md +++ b/charts/incubator/magnetico-environment/CHANGELOG.md @@ -2,6 +2,16 @@ +## [magnetico-environment-0.0.15](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.14...magnetico-environment-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [magnetico-environment-0.0.14](https://github.com/truecharts/apps/compare/magnetico-environment-0.0.13...magnetico-environment-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/magnetico-environment/Chart.yaml b/charts/incubator/magnetico-environment/Chart.yaml index 8a28db5cdeb..73ffa3e7736 100644 --- a/charts/incubator/magnetico-environment/Chart.yaml +++ b/charts/incubator/magnetico-environment/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - magnetico is an autonomous (self-hosted) BitTorrent DHT indexer / crawler - / search engine suite. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/magnetico-environment -icon: https://truecharts.org/img/chart-icons/magnetico-environment.png +description: magnetico is an autonomous (self-hosted) BitTorrent DHT indexer / crawler / search engine suite. +home: https://truecharts.org/docs/charts/incubator/magnetico-environment +icon: https://truecharts.org/img/hotlink-ok/chart-icons/magnetico-environment.png keywords: - magnetico-environment - Downloaders @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: magnetico-environment sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/magnetico-environment - https://github.com/boramalper/magnetico - https://hub.docker.com/r/dyonr/magnetico-environment type: application diff --git a/charts/incubator/magnetico-environment/README.md b/charts/incubator/magnetico-environment/README.md index cbad9f1910f..b2c6e7a1e10 100644 --- a/charts/incubator/magnetico-environment/README.md +++ b/charts/incubator/magnetico-environment/README.md @@ -1,6 +1,6 @@ # magnetico-environment -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) magnetico is an autonomous (self-hosted) BitTorrent DHT indexer / crawler / search engine suite. @@ -13,6 +13,7 @@ For more information, please click here: [magnetico-environment](https://truecha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `magnetico-environment` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install magnetico-environment TrueCharts/magnetico-environment ``` @@ -48,7 +49,7 @@ helm install magnetico-environment TrueCharts/magnetico-environment **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall magnetico-environment Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install magnetico-environment TrueCharts/magnetico-environment -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/mailpile/CHANGELOG.md b/charts/incubator/mailpile/CHANGELOG.md index 3b0decec30d..f0501097dfe 100644 --- a/charts/incubator/mailpile/CHANGELOG.md +++ b/charts/incubator/mailpile/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mailpile-0.0.15](https://github.com/truecharts/charts/compare/mailpile-0.0.14...mailpile-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mailpile-0.0.14](https://github.com/truecharts/apps/compare/mailpile-0.0.13...mailpile-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/mailpile/Chart.yaml b/charts/incubator/mailpile/Chart.yaml index 9f3ef31e4ba..da8a8261e69 100644 --- a/charts/incubator/mailpile/Chart.yaml +++ b/charts/incubator/mailpile/Chart.yaml @@ -11,12 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Mailpile is software, an e-mail client. It runs on your desktop or laptop - computer and you interact with it by using your web browser. The goal of Mailpile - is to allow people to send e-mail in a more secure and private manner than before. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/mailpile -icon: https://truecharts.org/img/chart-icons/mailpile.png +description: Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before. +home: https://truecharts.org/docs/charts/incubator/mailpile +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mailpile.png keywords: - mailpile - Productivity @@ -29,6 +26,7 @@ maintainers: url: https://truecharts.org name: mailpile sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mailpile - https://www.mailpile.is/ - https://hub.docker.com/r/rroemhild/mailpile/ type: application diff --git a/charts/incubator/mailpile/README.md b/charts/incubator/mailpile/README.md index e631889667a..8ff810719ea 100644 --- a/charts/incubator/mailpile/README.md +++ b/charts/incubator/mailpile/README.md @@ -1,6 +1,6 @@ # mailpile -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before. @@ -13,6 +13,7 @@ For more information, please click here: [mailpile](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mailpile` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mailpile TrueCharts/mailpile ``` @@ -48,7 +49,7 @@ helm install mailpile TrueCharts/mailpile **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall mailpile Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mailpile TrueCharts/mailpile -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/maloja/CHANGELOG.md b/charts/incubator/maloja/CHANGELOG.md index 2d9e3d69632..65e7510924c 100644 --- a/charts/incubator/maloja/CHANGELOG.md +++ b/charts/incubator/maloja/CHANGELOG.md @@ -2,6 +2,16 @@ +## [maloja-0.0.15](https://github.com/truecharts/charts/compare/maloja-0.0.14...maloja-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [maloja-0.0.14](https://github.com/truecharts/apps/compare/maloja-0.0.13...maloja-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/maloja/Chart.yaml b/charts/incubator/maloja/Chart.yaml index bd39a1c78c3..1665e94cf65 100644 --- a/charts/incubator/maloja/Chart.yaml +++ b/charts/incubator/maloja/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Self-hosted music scrobble database to create personal listening statistics\ - \ and charts as a substitute for Last.fm / Libre.fm / GNU FM.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/maloja -icon: https://truecharts.org/img/chart-icons/maloja.png +description: "Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM.\r\n" +home: https://truecharts.org/docs/charts/incubator/maloja +icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.png keywords: - maloja - MediaServer-Music @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: maloja sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/maloja - https://maloja.krateng.ch/ - https://hub.docker.com/r/krateng/maloja type: application diff --git a/charts/incubator/maloja/README.md b/charts/incubator/maloja/README.md index 3010d0f6863..88790473775 100644 --- a/charts/incubator/maloja/README.md +++ b/charts/incubator/maloja/README.md @@ -1,6 +1,6 @@ # maloja -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM. @@ -13,6 +13,7 @@ For more information, please click here: [maloja](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `maloja` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install maloja TrueCharts/maloja ``` @@ -48,7 +49,7 @@ helm install maloja TrueCharts/maloja **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall maloja Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install maloja TrueCharts/maloja -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/mango/CHANGELOG.md b/charts/incubator/mango/CHANGELOG.md index daeb10307fd..4881cf49ad5 100644 --- a/charts/incubator/mango/CHANGELOG.md +++ b/charts/incubator/mango/CHANGELOG.md @@ -2,6 +2,17 @@ +## [mango-0.0.16](https://github.com/truecharts/charts/compare/mango-0.0.14...mango-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mango-0.0.14](https://github.com/truecharts/apps/compare/mango-0.0.13...mango-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/mango/Chart.yaml b/charts/incubator/mango/Chart.yaml index d963911bd2f..5d85b93df8d 100644 --- a/charts/incubator/mango/Chart.yaml +++ b/charts/incubator/mango/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Mango is a self-hosted manga server and reader. Its features include[br] - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/mango -icon: https://truecharts.org/img/chart-icons/mango.png +description: "Mango is a self-hosted manga server and reader. Its features include[br]\n" +home: https://truecharts.org/docs/charts/incubator/mango +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mango.png keywords: - mango - MediaApp-Books @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: mango sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mango - https://github.com/hkalexling/mango - https://hub.docker.com/r/hkalexling/mango type: application diff --git a/charts/incubator/mango/README.md b/charts/incubator/mango/README.md index 41d7ed2c5ea..ec0f6c2b1d2 100644 --- a/charts/incubator/mango/README.md +++ b/charts/incubator/mango/README.md @@ -1,6 +1,6 @@ # mango -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Mango is a self-hosted manga server and reader. Its features include[br] @@ -13,6 +13,7 @@ For more information, please click here: [mango](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mango` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mango TrueCharts/mango ``` @@ -48,7 +49,7 @@ helm install mango TrueCharts/mango **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall mango Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mango TrueCharts/mango -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/media-roller/CHANGELOG.md b/charts/incubator/media-roller/CHANGELOG.md index 0e8ff8d1895..0c51ede4ade 100644 --- a/charts/incubator/media-roller/CHANGELOG.md +++ b/charts/incubator/media-roller/CHANGELOG.md @@ -2,6 +2,16 @@ +## [media-roller-0.0.15](https://github.com/truecharts/charts/compare/media-roller-0.0.14...media-roller-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [media-roller-0.0.14](https://github.com/truecharts/apps/compare/media-roller-0.0.13...media-roller-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/media-roller/Chart.yaml b/charts/incubator/media-roller/Chart.yaml index 112e3d5d1bf..9919f429e66 100644 --- a/charts/incubator/media-roller/Chart.yaml +++ b/charts/incubator/media-roller/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: "Mobile friendly tool for downloading videos from social media.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/media-roller -icon: https://truecharts.org/img/chart-icons/media-roller.png +home: https://truecharts.org/docs/charts/incubator/media-roller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/media-roller.png keywords: - media-roller - Tools-Utilities @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: media-roller sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/media-roller - https://github.com/rroller/media-roller - https://hub.docker.com/repository/docker/ronnieroller/media-roller type: application diff --git a/charts/incubator/media-roller/README.md b/charts/incubator/media-roller/README.md index 52fc69b4914..63bd52b10ac 100644 --- a/charts/incubator/media-roller/README.md +++ b/charts/incubator/media-roller/README.md @@ -1,6 +1,6 @@ # media-roller -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Mobile friendly tool for downloading videos from social media. @@ -13,6 +13,7 @@ For more information, please click here: [media-roller](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `media-roller` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install media-roller TrueCharts/media-roller ``` @@ -48,7 +49,7 @@ helm install media-roller TrueCharts/media-roller **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall media-roller Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install media-roller TrueCharts/media-roller -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/mediaelch/CHANGELOG.md b/charts/incubator/mediaelch/CHANGELOG.md index 07ae2373976..bdf2cc7b058 100644 --- a/charts/incubator/mediaelch/CHANGELOG.md +++ b/charts/incubator/mediaelch/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mediaelch-0.0.15](https://github.com/truecharts/charts/compare/mediaelch-0.0.14...mediaelch-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mediaelch-0.0.14](https://github.com/truecharts/apps/compare/mediaelch-0.0.13...mediaelch-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/mediaelch/Chart.yaml b/charts/incubator/mediaelch/Chart.yaml index e2e0739cbac..962f7a78525 100644 --- a/charts/incubator/mediaelch/Chart.yaml +++ b/charts/incubator/mediaelch/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Mediaelch is a Tool to manage your movie and show libary regarding the - metadata and artwork. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/mediaelch -icon: https://truecharts.org/img/chart-icons/mediaelch.png +description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork. +home: https://truecharts.org/docs/charts/incubator/mediaelch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediaelch.png keywords: - mediaelch - Tools @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: mediaelch sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mediaelch - https://github.com/Komet/MediaElch - https://hub.docker.com/repository/docker/masonxx/mediaelch type: application diff --git a/charts/incubator/mediaelch/README.md b/charts/incubator/mediaelch/README.md index 43341367374..a5c43a00144 100644 --- a/charts/incubator/mediaelch/README.md +++ b/charts/incubator/mediaelch/README.md @@ -1,6 +1,6 @@ # mediaelch -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork. @@ -13,6 +13,7 @@ For more information, please click here: [mediaelch](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mediaelch` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mediaelch TrueCharts/mediaelch ``` @@ -48,7 +49,7 @@ helm install mediaelch TrueCharts/mediaelch **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall mediaelch Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mediaelch TrueCharts/mediaelch -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/mediagoblin/CHANGELOG.md b/charts/incubator/mediagoblin/CHANGELOG.md index 2868f483eb0..d5b429ac5da 100644 --- a/charts/incubator/mediagoblin/CHANGELOG.md +++ b/charts/incubator/mediagoblin/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mediagoblin-0.0.15](https://github.com/truecharts/charts/compare/mediagoblin-0.0.14...mediagoblin-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mediagoblin-0.0.14](https://github.com/truecharts/apps/compare/mediagoblin-0.0.13...mediagoblin-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/mediagoblin/Chart.yaml b/charts/incubator/mediagoblin/Chart.yaml index e4c932fd12d..4b470aeccb6 100644 --- a/charts/incubator/mediagoblin/Chart.yaml +++ b/charts/incubator/mediagoblin/Chart.yaml @@ -9,13 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "MediaGoblin is a free software media publishing platform that anyone - can run. You can think of it as a decentralized alternative to Flickr, YouTube, - SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: - [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/mediagoblin -icon: https://truecharts.org/img/chart-icons/mediagoblin.png +description: "MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" +home: https://truecharts.org/docs/charts/incubator/mediagoblin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediagoblin.png keywords: - mediagoblin - MediaApp-Photos @@ -26,6 +22,7 @@ maintainers: url: https://truecharts.org name: mediagoblin sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mediagoblin - https://mediagoblin.org/ - https://hub.docker.com/r/mtlynch/mediagoblin/ type: application diff --git a/charts/incubator/mediagoblin/README.md b/charts/incubator/mediagoblin/README.md index b425ffd641f..b2f07d2b423 100644 --- a/charts/incubator/mediagoblin/README.md +++ b/charts/incubator/mediagoblin/README.md @@ -1,6 +1,6 @@ # mediagoblin -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b] @@ -13,6 +13,7 @@ For more information, please click here: [mediagoblin](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mediagoblin` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mediagoblin TrueCharts/mediagoblin ``` @@ -48,7 +49,7 @@ helm install mediagoblin TrueCharts/mediagoblin **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall mediagoblin Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mediagoblin TrueCharts/mediagoblin -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/megasync/CHANGELOG.md b/charts/incubator/megasync/CHANGELOG.md index 09a76df00ab..dc57fa3dd4f 100644 --- a/charts/incubator/megasync/CHANGELOG.md +++ b/charts/incubator/megasync/CHANGELOG.md @@ -2,6 +2,16 @@ +## [megasync-0.0.15](https://github.com/truecharts/charts/compare/megasync-0.0.14...megasync-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [megasync-0.0.14](https://github.com/truecharts/apps/compare/megasync-0.0.13...megasync-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/megasync/Chart.yaml b/charts/incubator/megasync/Chart.yaml index f03711a4ef4..54921e87520 100644 --- a/charts/incubator/megasync/Chart.yaml +++ b/charts/incubator/megasync/Chart.yaml @@ -12,13 +12,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "MEGAsync is an intuitive application that enables you to effortlessly\ - \ synchronize folders on several computers. You simply need to upload data in the\ - \ cloud and, within seconds, you can explore the same documents on your own PC.\r\ - \n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/megasync -icon: https://truecharts.org/img/chart-icons/megasync.png +description: "MEGAsync is an intuitive application that enables you to effortlessly synchronize folders on several computers. You simply need to upload data in the cloud and, within seconds, you can explore the same documents on your own PC.\r\n" +home: https://truecharts.org/docs/charts/incubator/megasync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/megasync.png keywords: - megasync - Network-Other @@ -32,6 +28,7 @@ maintainers: url: https://truecharts.org name: megasync sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/megasync - https://hub.docker.com/r/ich777/doh-server - https://hub.docker.com/r/ich777/megasync type: application diff --git a/charts/incubator/megasync/README.md b/charts/incubator/megasync/README.md index 62995f8247d..b5aadfbf2dc 100644 --- a/charts/incubator/megasync/README.md +++ b/charts/incubator/megasync/README.md @@ -1,6 +1,6 @@ # megasync -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) MEGAsync is an intuitive application that enables you to effortlessly synchronize folders on several computers. You simply need to upload data in the cloud and, within seconds, you can explore the same documents on your own PC. @@ -13,6 +13,7 @@ For more information, please click here: [megasync](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `megasync` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install megasync TrueCharts/megasync ``` @@ -48,7 +49,7 @@ helm install megasync TrueCharts/megasync **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall megasync Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install megasync TrueCharts/megasync -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/memories-of-mars/CHANGELOG.md b/charts/incubator/memories-of-mars/CHANGELOG.md index 35dd72db8f1..39b97f17b48 100644 --- a/charts/incubator/memories-of-mars/CHANGELOG.md +++ b/charts/incubator/memories-of-mars/CHANGELOG.md @@ -2,6 +2,16 @@ +## [memories-of-mars-0.0.15](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.14...memories-of-mars-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [memories-of-mars-0.0.14](https://github.com/truecharts/apps/compare/memories-of-mars-0.0.13...memories-of-mars-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/memories-of-mars/Chart.yaml b/charts/incubator/memories-of-mars/Chart.yaml index 79c5e39b4ef..24784bae64c 100644 --- a/charts/incubator/memories-of-mars/Chart.yaml +++ b/charts/incubator/memories-of-mars/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Memories of Mars and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/memories-of-mars -icon: https://truecharts.org/img/chart-icons/memories-of-mars.png +description: "This Docker will download and install SteamCMD. It will also install Memories of Mars and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/memories-of-mars +icon: https://truecharts.org/img/hotlink-ok/chart-icons/memories-of-mars.png keywords: - memories-of-mars - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: memories-of-mars sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/memories-of-mars - https://memoriesofmars.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/memories-of-mars/README.md b/charts/incubator/memories-of-mars/README.md index bc79937a25c..f4eaaaddf85 100644 --- a/charts/incubator/memories-of-mars/README.md +++ b/charts/incubator/memories-of-mars/README.md @@ -1,6 +1,6 @@ # memories-of-mars -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Memories of Mars and run it. @@ -13,6 +13,7 @@ For more information, please click here: [memories-of-mars](https://truecharts.o ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `memories-of-mars` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install memories-of-mars TrueCharts/memories-of-mars ``` @@ -48,7 +49,7 @@ helm install memories-of-mars TrueCharts/memories-of-mars **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall memories-of-mars Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install memories-of-mars TrueCharts/memories-of-mars -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/meshcentral/CHANGELOG.md b/charts/incubator/meshcentral/CHANGELOG.md index effb9dbe0f0..dfe680b2858 100644 --- a/charts/incubator/meshcentral/CHANGELOG.md +++ b/charts/incubator/meshcentral/CHANGELOG.md @@ -2,6 +2,17 @@ +## [meshcentral-3.0.31](https://github.com/truecharts/charts/compare/meshcentral-3.0.29...meshcentral-3.0.31) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [meshcentral-3.0.29](https://github.com/truecharts/apps/compare/meshcentral-3.0.28...meshcentral-3.0.29) (2022-07-26) ### Chore diff --git a/charts/incubator/meshcentral/Chart.yaml b/charts/incubator/meshcentral/Chart.yaml index a07d38cd894..133cceb48f5 100644 --- a/charts/incubator/meshcentral/Chart.yaml +++ b/charts/incubator/meshcentral/Chart.yaml @@ -2,17 +2,18 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: meshcentral version: 3.0.31 -appVersion: "1.0.50" +appVersion: "1.0.61" description: MeshCentral is a full computer management web site type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/incubator/meshcentral -icon: https://truecharts.org/img/chart-icons/meshcentral.png +home: https://truecharts.org/docs/charts/incubator/meshcentral +icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshcentral.png keywords: - meshcentral - teamviewer - rdp sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/meshcentral - https://github.com/Ylianst/MeshCentral dependencies: - name: common diff --git a/charts/incubator/meshcentral/README.md b/charts/incubator/meshcentral/README.md index 2bd82da5f3a..8d7b41e56bd 100644 --- a/charts/incubator/meshcentral/README.md +++ b/charts/incubator/meshcentral/README.md @@ -1,6 +1,6 @@ # meshcentral -![Version: 3.0.29](https://img.shields.io/badge/Version-3.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.50](https://img.shields.io/badge/AppVersion-1.0.50-informational?style=flat-square) +![Version: 3.0.31](https://img.shields.io/badge/Version-3.0.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.61](https://img.shields.io/badge/AppVersion-1.0.61-informational?style=flat-square) MeshCentral is a full computer management web site @@ -13,6 +13,7 @@ For more information, please click here: [meshcentral](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mongodb | 1.0.47 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mongodb | 1.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `meshcentral` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install meshcentral TrueCharts/meshcentral ``` @@ -48,7 +49,7 @@ helm install meshcentral TrueCharts/meshcentral **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall meshcentral Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install meshcentral TrueCharts/meshcentral -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/metatube/CHANGELOG.md b/charts/incubator/metatube/CHANGELOG.md index 24951d16625..b26bfe99420 100644 --- a/charts/incubator/metatube/CHANGELOG.md +++ b/charts/incubator/metatube/CHANGELOG.md @@ -2,6 +2,16 @@ +## [metatube-0.0.15](https://github.com/truecharts/charts/compare/metatube-0.0.14...metatube-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [metatube-0.0.14](https://github.com/truecharts/apps/compare/metatube-0.0.13...metatube-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/metatube/Chart.yaml b/charts/incubator/metatube/Chart.yaml index 7ec8c7e321f..d9709ba8c5d 100644 --- a/charts/incubator/metatube/Chart.yaml +++ b/charts/incubator/metatube/Chart.yaml @@ -12,8 +12,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/metatube -icon: https://truecharts.org/img/chart-icons/metatube.png +home: https://truecharts.org/docs/charts/incubator/metatube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metatube.png keywords: - metatube - Downloaders @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: metatube sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/metatube - https://github.com/JVT038/MetaTube - https://hub.docker.com/r/jvt038/metatube type: application diff --git a/charts/incubator/metatube/README.md b/charts/incubator/metatube/README.md index 30396c6edd2..e647d77a660 100644 --- a/charts/incubator/metatube/README.md +++ b/charts/incubator/metatube/README.md @@ -1,6 +1,6 @@ # metatube -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [metatube](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `metatube` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install metatube TrueCharts/metatube ``` @@ -48,7 +49,7 @@ helm install metatube TrueCharts/metatube **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall metatube Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install metatube TrueCharts/metatube -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/mindustry/CHANGELOG.md b/charts/incubator/mindustry/CHANGELOG.md index b68fba09d69..c937eb46616 100644 --- a/charts/incubator/mindustry/CHANGELOG.md +++ b/charts/incubator/mindustry/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mindustry-0.0.15](https://github.com/truecharts/charts/compare/mindustry-0.0.14...mindustry-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mindustry-0.0.14](https://github.com/truecharts/apps/compare/mindustry-0.0.13...mindustry-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/mindustry/Chart.yaml b/charts/incubator/mindustry/Chart.yaml index e2583cb6882..ce94319acfd 100644 --- a/charts/incubator/mindustry/Chart.yaml +++ b/charts/incubator/mindustry/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This is a Basic Mindustry Server. It will download the preferred version\ - \ of Mindustry and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/mindustry -icon: https://truecharts.org/img/chart-icons/mindustry.png +description: "This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/mindustry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mindustry.png keywords: - mindustry - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: mindustry sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mindustry - https://anuke.itch.io/mindustry - https://hub.docker.com/r/ich777/mindustry-server/ type: application diff --git a/charts/incubator/mindustry/README.md b/charts/incubator/mindustry/README.md index af4468690ce..b82c89ed364 100644 --- a/charts/incubator/mindustry/README.md +++ b/charts/incubator/mindustry/README.md @@ -1,6 +1,6 @@ # mindustry -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it. @@ -13,6 +13,7 @@ For more information, please click here: [mindustry](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mindustry` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mindustry TrueCharts/mindustry ``` @@ -48,7 +49,7 @@ helm install mindustry TrueCharts/mindustry **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall mindustry Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mindustry TrueCharts/mindustry -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/minecraft-bungeecord/CHANGELOG.md b/charts/incubator/minecraft-bungeecord/CHANGELOG.md index 18066d63651..143cba11dba 100644 --- a/charts/incubator/minecraft-bungeecord/CHANGELOG.md +++ b/charts/incubator/minecraft-bungeecord/CHANGELOG.md @@ -2,6 +2,16 @@ +## [minecraft-bungeecord-0.0.9](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.8...minecraft-bungeecord-0.0.9) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [minecraft-bungeecord-0.0.8](https://github.com/truecharts/apps/compare/minecraft-bungeecord-0.0.7...minecraft-bungeecord-0.0.8) (2022-07-26) ### Chore diff --git a/charts/incubator/minecraft-bungeecord/Chart.yaml b/charts/incubator/minecraft-bungeecord/Chart.yaml index 8789fbf1886..40440460aee 100644 --- a/charts/incubator/minecraft-bungeecord/Chart.yaml +++ b/charts/incubator/minecraft-bungeecord/Chart.yaml @@ -6,12 +6,13 @@ appVersion: "2022.4.1" description: A Spigot BungeeCord server. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/incubator/minecraft-bungeecord -icon: https://truecharts.org/img/chart-icons/minecraft-bungeecord.png +home: https://truecharts.org/docs/charts/incubator/minecraft-bungeecord +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bungeecord.png keywords: - gameserver - minecraft sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/minecraft-bungeecord - https://hub.docker.com/r/itzg/bungeecord - https://github.com/itzg/docker-bungeecord dependencies: diff --git a/charts/incubator/minecraft-bungeecord/README.md b/charts/incubator/minecraft-bungeecord/README.md index 436c29d81ec..4ba5da2c3d8 100644 --- a/charts/incubator/minecraft-bungeecord/README.md +++ b/charts/incubator/minecraft-bungeecord/README.md @@ -1,6 +1,6 @@ # minecraft-bungeecord -![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.4.1](https://img.shields.io/badge/AppVersion-2022.4.1-informational?style=flat-square) +![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.4.1](https://img.shields.io/badge/AppVersion-2022.4.1-informational?style=flat-square) A Spigot BungeeCord server. @@ -13,6 +13,7 @@ For more information, please click here: [minecraft-bungeecord](https://truechar ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `minecraft-bungeecord` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install minecraft-bungeecord TrueCharts/minecraft-bungeecord ``` @@ -48,7 +49,7 @@ helm install minecraft-bungeecord TrueCharts/minecraft-bungeecord **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall minecraft-bungeecord Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install minecraft-bungeecord TrueCharts/minecraft-bungeecord -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/mineos/CHANGELOG.md b/charts/incubator/mineos/CHANGELOG.md index d91c64646c4..768394196ab 100644 --- a/charts/incubator/mineos/CHANGELOG.md +++ b/charts/incubator/mineos/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mineos-0.0.16](https://github.com/truecharts/charts/compare/mineos-0.0.15...mineos-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mineos-0.0.15](https://github.com/truecharts/apps/compare/mineos-0.0.14...mineos-0.0.15) (2022-07-26) ### Chore diff --git a/charts/incubator/mineos/Chart.yaml b/charts/incubator/mineos/Chart.yaml index 0eca1ced243..d2afbefab00 100644 --- a/charts/incubator/mineos/Chart.yaml +++ b/charts/incubator/mineos/Chart.yaml @@ -6,12 +6,13 @@ appVersion: "latest" description: MineOS is a server front-end to ease managing Minecraft administrative tasks. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/incubator/mineos -icon: https://truecharts.org/img/chart-icons/mineos.png +home: https://truecharts.org/docs/charts/incubator/mineos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mineos.png keywords: - gameserver - minecraft sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mineos - https://hub.docker.com/r/hexparrot/mineos - https://github.com/hexparrot/mineos-node dependencies: diff --git a/charts/incubator/mineos/README.md b/charts/incubator/mineos/README.md index 89899cc4e14..de7e626e45a 100644 --- a/charts/incubator/mineos/README.md +++ b/charts/incubator/mineos/README.md @@ -1,6 +1,6 @@ # mineos -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) MineOS is a server front-end to ease managing Minecraft administrative tasks. @@ -13,6 +13,7 @@ For more information, please click here: [mineos](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mineos` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mineos TrueCharts/mineos ``` @@ -48,7 +49,7 @@ helm install mineos TrueCharts/mineos **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall mineos Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mineos TrueCharts/mineos -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/minimal-ics-hoster/CHANGELOG.md b/charts/incubator/minimal-ics-hoster/CHANGELOG.md index 2dfbe79feb1..7a1831ceb46 100644 --- a/charts/incubator/minimal-ics-hoster/CHANGELOG.md +++ b/charts/incubator/minimal-ics-hoster/CHANGELOG.md @@ -2,6 +2,16 @@ +## [minimal-ics-hoster-0.0.15](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.14...minimal-ics-hoster-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [minimal-ics-hoster-0.0.14](https://github.com/truecharts/apps/compare/minimal-ics-hoster-0.0.13...minimal-ics-hoster-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/minimal-ics-hoster/Chart.yaml b/charts/incubator/minimal-ics-hoster/Chart.yaml index f6a21e1aa23..efbb8175282 100644 --- a/charts/incubator/minimal-ics-hoster/Chart.yaml +++ b/charts/incubator/minimal-ics-hoster/Chart.yaml @@ -13,8 +13,8 @@ dependencies: version: 10.4.9 deprecated: false description: "minimal ics / iCal / Calendar hoster, \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/minimal-ics-hoster -icon: https://truecharts.org/img/chart-icons/minimal-ics-hoster.png +home: https://truecharts.org/docs/charts/incubator/minimal-ics-hoster +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minimal-ics-hoster.png keywords: - minimal-ics-hoster - HomeAutomation @@ -28,6 +28,7 @@ maintainers: url: https://truecharts.org name: minimal-ics-hoster sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/minimal-ics-hoster - https://github.com/patrickstigler/minimal-ics-host/tree/master - https://hub.docker.com/r/patrickstigler/minimal-ics-hoster type: application diff --git a/charts/incubator/minimal-ics-hoster/README.md b/charts/incubator/minimal-ics-hoster/README.md index 8058ea56d86..95e2ddbed74 100644 --- a/charts/incubator/minimal-ics-hoster/README.md +++ b/charts/incubator/minimal-ics-hoster/README.md @@ -1,6 +1,6 @@ # minimal-ics-hoster -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) minimal ics / iCal / Calendar hoster, @@ -13,6 +13,7 @@ For more information, please click here: [minimal-ics-hoster](https://truecharts ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `minimal-ics-hoster` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install minimal-ics-hoster TrueCharts/minimal-ics-hoster ``` @@ -48,7 +49,7 @@ helm install minimal-ics-hoster TrueCharts/minimal-ics-hoster **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall minimal-ics-hoster Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install minimal-ics-hoster TrueCharts/minimal-ics-hoster -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/mininote/CHANGELOG.md b/charts/incubator/mininote/CHANGELOG.md index e0523de2d71..89bce741871 100644 --- a/charts/incubator/mininote/CHANGELOG.md +++ b/charts/incubator/mininote/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mininote-0.0.15](https://github.com/truecharts/charts/compare/mininote-0.0.14...mininote-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mininote-0.0.14](https://github.com/truecharts/apps/compare/mininote-0.0.13...mininote-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/mininote/Chart.yaml b/charts/incubator/mininote/Chart.yaml index d3608c0d17e..71864185b6b 100644 --- a/charts/incubator/mininote/Chart.yaml +++ b/charts/incubator/mininote/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/mininote -icon: https://truecharts.org/img/chart-icons/mininote.png +home: https://truecharts.org/docs/charts/incubator/mininote +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mininote.png keywords: - mininote - Productivity @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: mininote sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mininote - https://github.com/muety/mininote - https://hub.docker.com/r/n1try/mininote type: application diff --git a/charts/incubator/mininote/README.md b/charts/incubator/mininote/README.md index 94537786662..33ecd19fa24 100644 --- a/charts/incubator/mininote/README.md +++ b/charts/incubator/mininote/README.md @@ -1,6 +1,6 @@ # mininote -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [mininote](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mininote` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mininote TrueCharts/mininote ``` @@ -48,7 +49,7 @@ helm install mininote TrueCharts/mininote **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall mininote Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mininote TrueCharts/mininote -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/mocodo-mcd/CHANGELOG.md b/charts/incubator/mocodo-mcd/CHANGELOG.md index 6017a3a2e51..8c583a8e4f0 100644 --- a/charts/incubator/mocodo-mcd/CHANGELOG.md +++ b/charts/incubator/mocodo-mcd/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mocodo-mcd-0.0.15](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.14...mocodo-mcd-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mocodo-mcd-0.0.14](https://github.com/truecharts/apps/compare/mocodo-mcd-0.0.13...mocodo-mcd-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/mocodo-mcd/Chart.yaml b/charts/incubator/mocodo-mcd/Chart.yaml index 6338f853cd9..62a0fba8252 100644 --- a/charts/incubator/mocodo-mcd/Chart.yaml +++ b/charts/incubator/mocodo-mcd/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Mocodo est un logiciel d'aide l'enseignement et la conception des\ - \ bases de donnes relationnelles.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/mocodo-mcd -icon: https://truecharts.org/img/chart-icons/mocodo-mcd.png +description: "Mocodo est un logiciel d'aide l'enseignement et la conception des bases de donnes relationnelles.\r\n" +home: https://truecharts.org/docs/charts/incubator/mocodo-mcd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mocodo-mcd.png keywords: - mocodo-mcd - Productivity @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: mocodo-mcd sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mocodo-mcd - https://rawgit.com/laowantong/mocodo/master/doc/fr_refman.html#utiliser_mocodo_en_ligne_de_commande - https://hub.docker.com/r/olprog/mocodo type: application diff --git a/charts/incubator/mocodo-mcd/README.md b/charts/incubator/mocodo-mcd/README.md index 806fd5c9018..f31d64ea1d8 100644 --- a/charts/incubator/mocodo-mcd/README.md +++ b/charts/incubator/mocodo-mcd/README.md @@ -1,6 +1,6 @@ # mocodo-mcd -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Mocodo est un logiciel d'aide l'enseignement et la conception des bases de donnes relationnelles. @@ -13,6 +13,7 @@ For more information, please click here: [mocodo-mcd](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mocodo-mcd` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mocodo-mcd TrueCharts/mocodo-mcd ``` @@ -48,7 +49,7 @@ helm install mocodo-mcd TrueCharts/mocodo-mcd **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall mocodo-mcd Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mocodo-mcd TrueCharts/mocodo-mcd -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/mojopaste/CHANGELOG.md b/charts/incubator/mojopaste/CHANGELOG.md index cce0f9a750b..e55d5acaf9c 100644 --- a/charts/incubator/mojopaste/CHANGELOG.md +++ b/charts/incubator/mojopaste/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mojopaste-0.0.15](https://github.com/truecharts/charts/compare/mojopaste-0.0.14...mojopaste-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mojopaste-0.0.14](https://github.com/truecharts/apps/compare/mojopaste-0.0.13...mojopaste-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/mojopaste/Chart.yaml b/charts/incubator/mojopaste/Chart.yaml index 1df02c07236..287c700c961 100644 --- a/charts/incubator/mojopaste/Chart.yaml +++ b/charts/incubator/mojopaste/Chart.yaml @@ -13,8 +13,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/mojopaste -icon: https://truecharts.org/img/chart-icons/mojopaste.png +home: https://truecharts.org/docs/charts/incubator/mojopaste +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mojopaste.png keywords: - mojopaste - Cloud @@ -28,6 +28,7 @@ maintainers: url: https://truecharts.org name: mojopaste sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mojopaste - https://github.com/jhthorsen/app-mojopaste - https://hub.docker.com/r/jhthorsen/mojopaste type: application diff --git a/charts/incubator/mojopaste/README.md b/charts/incubator/mojopaste/README.md index 99de1e743b8..194c68aff18 100644 --- a/charts/incubator/mojopaste/README.md +++ b/charts/incubator/mojopaste/README.md @@ -1,6 +1,6 @@ # mojopaste -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [mojopaste](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mojopaste` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mojopaste TrueCharts/mojopaste ``` @@ -48,7 +49,7 @@ helm install mojopaste TrueCharts/mojopaste **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall mojopaste Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mojopaste TrueCharts/mojopaste -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/monero-node/CHANGELOG.md b/charts/incubator/monero-node/CHANGELOG.md index 141b48fb1e6..520cf9648ca 100644 --- a/charts/incubator/monero-node/CHANGELOG.md +++ b/charts/incubator/monero-node/CHANGELOG.md @@ -2,6 +2,16 @@ +## [monero-node-0.0.15](https://github.com/truecharts/charts/compare/monero-node-0.0.14...monero-node-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [monero-node-0.0.14](https://github.com/truecharts/apps/compare/monero-node-0.0.13...monero-node-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/monero-node/Chart.yaml b/charts/incubator/monero-node/Chart.yaml index 3c27197d56f..e5ab7812fac 100644 --- a/charts/incubator/monero-node/Chart.yaml +++ b/charts/incubator/monero-node/Chart.yaml @@ -12,8 +12,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/monero-node -icon: https://truecharts.org/img/chart-icons/monero-node.png +home: https://truecharts.org/docs/charts/incubator/monero-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.png keywords: - monero-node - Crypto @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: monero-node sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/monero-node - https://github.com/kannix/monero-full-node - https://hub.docker.com/r/kannix/monero-full-node type: application diff --git a/charts/incubator/monero-node/README.md b/charts/incubator/monero-node/README.md index 97f72e95059..3f9da1fd570 100644 --- a/charts/incubator/monero-node/README.md +++ b/charts/incubator/monero-node/README.md @@ -1,6 +1,6 @@ # monero-node -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [monero-node](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `monero-node` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install monero-node TrueCharts/monero-node ``` @@ -48,7 +49,7 @@ helm install monero-node TrueCharts/monero-node **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall monero-node Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install monero-node TrueCharts/monero-node -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/mordhau/CHANGELOG.md b/charts/incubator/mordhau/CHANGELOG.md index d9684d82c94..998ef49130e 100644 --- a/charts/incubator/mordhau/CHANGELOG.md +++ b/charts/incubator/mordhau/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mordhau-0.0.15](https://github.com/truecharts/charts/compare/mordhau-0.0.14...mordhau-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mordhau-0.0.14](https://github.com/truecharts/apps/compare/mordhau-0.0.13...mordhau-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/mordhau/Chart.yaml b/charts/incubator/mordhau/Chart.yaml index 0ba8425f256..7d9357707cf 100644 --- a/charts/incubator/mordhau/Chart.yaml +++ b/charts/incubator/mordhau/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Docker\ - \ ADMINPASSWORD adminDocker\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/mordhau -icon: https://truecharts.org/img/chart-icons/mordhau.png +description: "This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Docker ADMINPASSWORD adminDocker\r\n" +home: https://truecharts.org/docs/charts/incubator/mordhau +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mordhau.png keywords: - mordhau - GameServers @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: mordhau sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mordhau - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/mordhau/README.md b/charts/incubator/mordhau/README.md index c85724f38ff..271056e98ae 100644 --- a/charts/incubator/mordhau/README.md +++ b/charts/incubator/mordhau/README.md @@ -1,6 +1,6 @@ # mordhau -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Docker ADMINPASSWORD adminDocker @@ -13,6 +13,7 @@ For more information, please click here: [mordhau](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mordhau` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mordhau TrueCharts/mordhau ``` @@ -48,7 +49,7 @@ helm install mordhau TrueCharts/mordhau **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall mordhau Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mordhau TrueCharts/mordhau -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/moviegrabber/CHANGELOG.md b/charts/incubator/moviegrabber/CHANGELOG.md index 9ed0dce9551..147c38d3476 100644 --- a/charts/incubator/moviegrabber/CHANGELOG.md +++ b/charts/incubator/moviegrabber/CHANGELOG.md @@ -2,6 +2,16 @@ +## [moviegrabber-0.0.15](https://github.com/truecharts/charts/compare/moviegrabber-0.0.14...moviegrabber-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [moviegrabber-0.0.14](https://github.com/truecharts/apps/compare/moviegrabber-0.0.13...moviegrabber-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/moviegrabber/Chart.yaml b/charts/incubator/moviegrabber/Chart.yaml index ef81535a11d..464e62e7f35 100644 --- a/charts/incubator/moviegrabber/Chart.yaml +++ b/charts/incubator/moviegrabber/Chart.yaml @@ -9,15 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - MovieGrabber is a fully automated way of downloading movie from usenet, - it supports any nzb client that has a "watched" or "monitor" folder facility such - as Sabnzbd+, Grabit and Newsbin. MovieGrabber works by checking imdb for matching - criteria and if a match is found the nzb will be downloaded and stored in either - a specified queued folder for user review or sent to the watched folder for processing - and automatic downloading via your usenet binary client. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/moviegrabber -icon: https://truecharts.org/img/chart-icons/moviegrabber.png +description: MovieGrabber is a fully automated way of downloading movie from usenet, it supports any nzb client that has a "watched" or "monitor" folder facility such as Sabnzbd+, Grabit and Newsbin. MovieGrabber works by checking imdb for matching criteria and if a match is found the nzb will be downloaded and stored in either a specified queued folder for user review or sent to the watched folder for processing and automatic downloading via your usenet binary client. +home: https://truecharts.org/docs/charts/incubator/moviegrabber +icon: https://truecharts.org/img/hotlink-ok/chart-icons/moviegrabber.png keywords: - moviegrabber - Downloaders @@ -28,6 +22,7 @@ maintainers: url: https://truecharts.org name: moviegrabber sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/moviegrabber - https://github.com/binhex/moviegrabber - https://registry.hub.docker.com/r/binhex/arch-moviegrabber/ - https://github.com/binhex/documentation diff --git a/charts/incubator/moviegrabber/README.md b/charts/incubator/moviegrabber/README.md index 33dea4a6265..4fdb21e1f70 100644 --- a/charts/incubator/moviegrabber/README.md +++ b/charts/incubator/moviegrabber/README.md @@ -1,6 +1,6 @@ # moviegrabber -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) MovieGrabber is a fully automated way of downloading movie from usenet, it supports any nzb client that has a "watched" or "monitor" folder facility such as Sabnzbd+, Grabit and Newsbin. MovieGrabber works by checking imdb for matching criteria and if a match is found the nzb will be downloaded and stored in either a specified queued folder for user review or sent to the watched folder for processing and automatic downloading via your usenet binary client. @@ -13,6 +13,7 @@ For more information, please click here: [moviegrabber](https://truecharts.org/d ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `moviegrabber` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install moviegrabber TrueCharts/moviegrabber ``` @@ -49,7 +50,7 @@ helm install moviegrabber TrueCharts/moviegrabber **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall moviegrabber Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install moviegrabber TrueCharts/moviegrabber -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/multi-scrobbler/CHANGELOG.md b/charts/incubator/multi-scrobbler/CHANGELOG.md index 38945915ebe..c555ef5df88 100644 --- a/charts/incubator/multi-scrobbler/CHANGELOG.md +++ b/charts/incubator/multi-scrobbler/CHANGELOG.md @@ -2,6 +2,16 @@ +## [multi-scrobbler-0.0.15](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.14...multi-scrobbler-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [multi-scrobbler-0.0.14](https://github.com/truecharts/apps/compare/multi-scrobbler-0.0.13...multi-scrobbler-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/multi-scrobbler/Chart.yaml b/charts/incubator/multi-scrobbler/Chart.yaml index df1a3836872..a02cb52a3ee 100644 --- a/charts/incubator/multi-scrobbler/Chart.yaml +++ b/charts/incubator/multi-scrobbler/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Track your music listening history from many sources and record to many\ - \ scrobble clients.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/multi-scrobbler -icon: https://truecharts.org/img/chart-icons/multi-scrobbler.png +description: "Track your music listening history from many sources and record to many scrobble clients.\r\n" +home: https://truecharts.org/docs/charts/incubator/multi-scrobbler +icon: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.png keywords: - multi-scrobbler - Network-Web @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: multi-scrobbler sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/multi-scrobbler - https://hub.docker.com/repository/docker/foxxmd/multi-scrobbler type: application version: 0.0.15 diff --git a/charts/incubator/multi-scrobbler/README.md b/charts/incubator/multi-scrobbler/README.md index 8967182bcba..9a004558d4e 100644 --- a/charts/incubator/multi-scrobbler/README.md +++ b/charts/incubator/multi-scrobbler/README.md @@ -1,6 +1,6 @@ # multi-scrobbler -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Track your music listening history from many sources and record to many scrobble clients. @@ -13,6 +13,7 @@ For more information, please click here: [multi-scrobbler](https://truecharts.or ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `multi-scrobbler` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install multi-scrobbler TrueCharts/multi-scrobbler ``` @@ -47,7 +48,7 @@ helm install multi-scrobbler TrueCharts/multi-scrobbler **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall multi-scrobbler Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install multi-scrobbler TrueCharts/multi-scrobbler -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/namecheap-ddns/CHANGELOG.md b/charts/incubator/namecheap-ddns/CHANGELOG.md index 3eb6dcc74d8..a8873215090 100644 --- a/charts/incubator/namecheap-ddns/CHANGELOG.md +++ b/charts/incubator/namecheap-ddns/CHANGELOG.md @@ -2,6 +2,16 @@ +## [namecheap-ddns-0.0.15](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.14...namecheap-ddns-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [namecheap-ddns-0.0.14](https://github.com/truecharts/apps/compare/namecheap-ddns-0.0.13...namecheap-ddns-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/namecheap-ddns/Chart.yaml b/charts/incubator/namecheap-ddns/Chart.yaml index 505d2d7bb5e..02a9b80cec8 100644 --- a/charts/incubator/namecheap-ddns/Chart.yaml +++ b/charts/incubator/namecheap-ddns/Chart.yaml @@ -11,12 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This simple container will update a namecheap dynamic dns domain. You\ - \ must set an 'A + Dynamic DNS Record' for the host and enable Dynamic DNS in the\ - \ manage page for your domain. \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/namecheap-ddns -icon: https://truecharts.org/img/chart-icons/namecheap-ddns.png +description: "This simple container will update a namecheap dynamic dns domain. You must set an 'A + Dynamic DNS Record' for the host and enable Dynamic DNS in the manage page for your domain. \r\n" +home: https://truecharts.org/docs/charts/incubator/namecheap-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/namecheap-ddns.png keywords: - namecheap-ddns - Tools-Utilities @@ -29,6 +26,7 @@ maintainers: url: https://truecharts.org name: namecheap-ddns sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/namecheap-ddns - https://github.com/EdwardChamberlain/namecheap_ddns - https://hub.docker.com/r/edchamberlain/namecheap_ddns type: application diff --git a/charts/incubator/namecheap-ddns/README.md b/charts/incubator/namecheap-ddns/README.md index 8f4e2168eb5..a1fa2727827 100644 --- a/charts/incubator/namecheap-ddns/README.md +++ b/charts/incubator/namecheap-ddns/README.md @@ -1,6 +1,6 @@ # namecheap-ddns -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This simple container will update a namecheap dynamic dns domain. You must set an 'A + Dynamic DNS Record' for the host and enable Dynamic DNS in the manage page for your domain. @@ -13,6 +13,7 @@ For more information, please click here: [namecheap-ddns](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `namecheap-ddns` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install namecheap-ddns TrueCharts/namecheap-ddns ``` @@ -48,7 +49,7 @@ helm install namecheap-ddns TrueCharts/namecheap-ddns **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall namecheap-ddns Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install namecheap-ddns TrueCharts/namecheap-ddns -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/necesse/CHANGELOG.md b/charts/incubator/necesse/CHANGELOG.md index 368d349ad57..a632ebc0bb6 100644 --- a/charts/incubator/necesse/CHANGELOG.md +++ b/charts/incubator/necesse/CHANGELOG.md @@ -2,6 +2,16 @@ +## [necesse-0.0.15](https://github.com/truecharts/charts/compare/necesse-0.0.14...necesse-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [necesse-0.0.14](https://github.com/truecharts/apps/compare/necesse-0.0.13...necesse-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/necesse/Chart.yaml b/charts/incubator/necesse/Chart.yaml index 1b6bcc0dbab..64e9ae4f1d6 100644 --- a/charts/incubator/necesse/Chart.yaml +++ b/charts/incubator/necesse/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Necesse and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/necesse -icon: https://truecharts.org/img/chart-icons/necesse.png +description: "This Docker will download and install SteamCMD. It will also install Necesse and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/necesse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/necesse.png keywords: - necesse - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: necesse sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/necesse - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/necesse/README.md b/charts/incubator/necesse/README.md index 44cc44b7dcb..c68ebd82f16 100644 --- a/charts/incubator/necesse/README.md +++ b/charts/incubator/necesse/README.md @@ -1,6 +1,6 @@ # necesse -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Necesse and run it. @@ -13,6 +13,7 @@ For more information, please click here: [necesse](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `necesse` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install necesse TrueCharts/necesse ``` @@ -48,7 +49,7 @@ helm install necesse TrueCharts/necesse **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall necesse Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install necesse TrueCharts/necesse -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/neko/CHANGELOG.md b/charts/incubator/neko/CHANGELOG.md index 632ad4daf19..9360472022a 100644 --- a/charts/incubator/neko/CHANGELOG.md +++ b/charts/incubator/neko/CHANGELOG.md @@ -2,6 +2,17 @@ +## [neko-0.0.16](https://github.com/truecharts/charts/compare/neko-0.0.14...neko-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [neko-0.0.14](https://github.com/truecharts/apps/compare/neko-0.0.13...neko-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/neko/Chart.yaml b/charts/incubator/neko/Chart.yaml index a85eba34048..b91685097ae 100644 --- a/charts/incubator/neko/Chart.yaml +++ b/charts/incubator/neko/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Neko is an Open-Source self-hosted alternative to rabb.it(deprecated).\r\ - \n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/neko -icon: https://truecharts.org/img/chart-icons/neko.png +description: "Neko is an Open-Source self-hosted alternative to rabb.it(deprecated).\r\n" +home: https://truecharts.org/docs/charts/incubator/neko +icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.png keywords: - neko - MediaApp-Video @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: neko sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/neko - https://hub.docker.com/r/m1k1o/neko/ type: application version: 0.0.16 diff --git a/charts/incubator/neko/README.md b/charts/incubator/neko/README.md index fc632454d5a..a88be57b327 100644 --- a/charts/incubator/neko/README.md +++ b/charts/incubator/neko/README.md @@ -1,6 +1,6 @@ # neko -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Neko is an Open-Source self-hosted alternative to rabb.it(deprecated). @@ -13,6 +13,7 @@ For more information, please click here: [neko](https://truecharts.org/docs/char ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `neko` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install neko TrueCharts/neko ``` @@ -47,7 +48,7 @@ helm install neko TrueCharts/neko **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall neko Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install neko TrueCharts/neko -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/neverwinternights-ee/CHANGELOG.md b/charts/incubator/neverwinternights-ee/CHANGELOG.md index 7d3595c2c66..fb12d6bb92d 100644 --- a/charts/incubator/neverwinternights-ee/CHANGELOG.md +++ b/charts/incubator/neverwinternights-ee/CHANGELOG.md @@ -2,6 +2,16 @@ +## [neverwinternights-ee-0.0.15](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.14...neverwinternights-ee-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [neverwinternights-ee-0.0.14](https://github.com/truecharts/apps/compare/neverwinternights-ee-0.0.13...neverwinternights-ee-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/neverwinternights-ee/Chart.yaml b/charts/incubator/neverwinternights-ee/Chart.yaml index 71afb34f413..ee6d55cabbd 100644 --- a/charts/incubator/neverwinternights-ee/Chart.yaml +++ b/charts/incubator/neverwinternights-ee/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install Neverwinter Nights: Enhanced Edition\ - \ and run it (by default this container has a MariaDB and Redis Server integrated).\r\ - \n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/neverwinternights-ee -icon: https://truecharts.org/img/chart-icons/neverwinternights-ee.png +description: "This Docker will download and install Neverwinter Nights: Enhanced Edition and run it (by default this container has a MariaDB and Redis Server integrated).\r\n" +home: https://truecharts.org/docs/charts/incubator/neverwinternights-ee +icon: https://truecharts.org/img/hotlink-ok/chart-icons/neverwinternights-ee.png keywords: - neverwinternights-ee - GameServers @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: neverwinternights-ee sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/neverwinternights-ee - https://www.beamdog.com/games/neverwinter-nights-enhanced/ - https://hub.docker.com/r/ich777/nwnee-server/ type: application diff --git a/charts/incubator/neverwinternights-ee/README.md b/charts/incubator/neverwinternights-ee/README.md index d02957a2c6c..77deffa6b72 100644 --- a/charts/incubator/neverwinternights-ee/README.md +++ b/charts/incubator/neverwinternights-ee/README.md @@ -1,6 +1,6 @@ # neverwinternights-ee -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install Neverwinter Nights: Enhanced Edition and run it (by default this container has a MariaDB and Redis Server integrated). @@ -13,6 +13,7 @@ For more information, please click here: [neverwinternights-ee](https://truechar ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `neverwinternights-ee` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install neverwinternights-ee TrueCharts/neverwinternights-ee ``` @@ -48,7 +49,7 @@ helm install neverwinternights-ee TrueCharts/neverwinternights-ee **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall neverwinternights-ee Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install neverwinternights-ee TrueCharts/neverwinternights-ee -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/newyearcountdownclock/CHANGELOG.md b/charts/incubator/newyearcountdownclock/CHANGELOG.md index 46c9497b679..8cb1cfa707d 100644 --- a/charts/incubator/newyearcountdownclock/CHANGELOG.md +++ b/charts/incubator/newyearcountdownclock/CHANGELOG.md @@ -2,6 +2,16 @@ +## [newyearcountdownclock-0.0.16](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.15...newyearcountdownclock-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [gokapi-0.0.17](https://github.com/truecharts/apps/compare/gokapi-0.0.16...gokapi-0.0.17) (2022-07-30) ### Chore diff --git a/charts/incubator/newyearcountdownclock/Chart.yaml b/charts/incubator/newyearcountdownclock/Chart.yaml index efe75403ccd..9995c1f772d 100644 --- a/charts/incubator/newyearcountdownclock/Chart.yaml +++ b/charts/incubator/newyearcountdownclock/Chart.yaml @@ -12,7 +12,7 @@ dependencies: deprecated: false description: "DESCRIPTION\r\n" home: https://truecharts.org/docs/charts/incubator/newyearcountdownclock -icon: https://truecharts.org/img/chart-icons/newyearcountdownclock.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/newyearcountdownclock.png keywords: - newyearcountdownclock - Tools-Utilities @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: newyearcountdownclock sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/newyearcountdownclock - https://github.com/modem7/Docker-NewYearCountdown - https://hub.docker.com/r/modem7/newyearcountdown type: application diff --git a/charts/incubator/newyearcountdownclock/README.md b/charts/incubator/newyearcountdownclock/README.md index ddec97ffe9b..27cfa0a692a 100644 --- a/charts/incubator/newyearcountdownclock/README.md +++ b/charts/incubator/newyearcountdownclock/README.md @@ -1,6 +1,6 @@ # newyearcountdownclock -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [newyearcountdownclock](https://truecha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `newyearcountdownclock` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install newyearcountdownclock TrueCharts/newyearcountdownclock ``` @@ -48,7 +49,7 @@ helm install newyearcountdownclock TrueCharts/newyearcountdownclock **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall newyearcountdownclock Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install newyearcountdownclock TrueCharts/newyearcountdownclock -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/nexus-oss/CHANGELOG.md b/charts/incubator/nexus-oss/CHANGELOG.md index 154fa217ded..5b7d59d43be 100644 --- a/charts/incubator/nexus-oss/CHANGELOG.md +++ b/charts/incubator/nexus-oss/CHANGELOG.md @@ -2,6 +2,16 @@ +## [nexus-oss-0.0.2](https://github.com/truecharts/charts/compare/nexus-oss-0.0.1...nexus-oss-0.0.2) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [nexus-oss-0.0.1]nexus-oss-0.0.1 (2022-08-01) ### Feat diff --git a/charts/incubator/nexus-oss/Chart.yaml b/charts/incubator/nexus-oss/Chart.yaml index bcf892879bc..c2970fa49cb 100644 --- a/charts/incubator/nexus-oss/Chart.yaml +++ b/charts/incubator/nexus-oss/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: "Sonatype Nexus open source is a artifact repository manager" home: https://truecharts.org/docs/charts/incubator/nexus-oss -icon: https://truecharts.org/img/chart-icons/nexus-oss.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nexus-oss.png keywords: - nexus-oss - productivity diff --git a/charts/incubator/nexus-oss/README.md b/charts/incubator/nexus-oss/README.md index 35c3e9870a3..041c07c10a4 100644 --- a/charts/incubator/nexus-oss/README.md +++ b/charts/incubator/nexus-oss/README.md @@ -1,6 +1,6 @@ # nexus-oss -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.41.0](https://img.shields.io/badge/AppVersion-3.41.0-informational?style=flat-square) +![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.41.0](https://img.shields.io/badge/AppVersion-3.41.0-informational?style=flat-square) Sonatype Nexus open source is a artifact repository manager @@ -24,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `nexus-oss` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install nexus-oss TrueCharts/nexus-oss ``` @@ -48,7 +48,7 @@ helm install nexus-oss TrueCharts/nexus-oss **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +67,7 @@ helm uninstall nexus-oss Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install nexus-oss TrueCharts/nexus-oss -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/nightscout/CHANGELOG.md b/charts/incubator/nightscout/CHANGELOG.md index bc0459f80b7..7a44d2354aa 100644 --- a/charts/incubator/nightscout/CHANGELOG.md +++ b/charts/incubator/nightscout/CHANGELOG.md @@ -2,6 +2,16 @@ +## [nightscout-0.0.15](https://github.com/truecharts/charts/compare/nightscout-0.0.14...nightscout-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [nightscout-0.0.14](https://github.com/truecharts/apps/compare/nightscout-0.0.13...nightscout-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/nightscout/Chart.yaml b/charts/incubator/nightscout/Chart.yaml index d0993ce2e81..ffba0b48812 100644 --- a/charts/incubator/nightscout/Chart.yaml +++ b/charts/incubator/nightscout/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Allows the installation of Nightscout, a remote CGM monitoring system.\ - \ It allows the upload and display of blood glucous values and can be configuered\ - \ to issue warnings etc. This is mainly useful to diabetics.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/nightscout -icon: https://truecharts.org/img/chart-icons/nightscout.png +description: "Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics.\r\n" +home: https://truecharts.org/docs/charts/incubator/nightscout +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nightscout.png keywords: - nightscout - Cloud @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: nightscout sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/nightscout - https://github.com/nightscout/cgm-remote-monitor - https://registry.hub.docker.com/r/nightscout/cgm-remote-monitor-travis type: application diff --git a/charts/incubator/nightscout/README.md b/charts/incubator/nightscout/README.md index 8c5cc2d822f..c459a2d2441 100644 --- a/charts/incubator/nightscout/README.md +++ b/charts/incubator/nightscout/README.md @@ -1,6 +1,6 @@ # nightscout -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics. @@ -13,6 +13,7 @@ For more information, please click here: [nightscout](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `nightscout` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install nightscout TrueCharts/nightscout ``` @@ -48,7 +49,7 @@ helm install nightscout TrueCharts/nightscout **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall nightscout Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install nightscout TrueCharts/nightscout -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/nosqlclient/CHANGELOG.md b/charts/incubator/nosqlclient/CHANGELOG.md index 199416fe593..1eb5c29996d 100644 --- a/charts/incubator/nosqlclient/CHANGELOG.md +++ b/charts/incubator/nosqlclient/CHANGELOG.md @@ -2,6 +2,16 @@ +## [nosqlclient-0.0.15](https://github.com/truecharts/charts/compare/nosqlclient-0.0.14...nosqlclient-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [nosqlclient-0.0.14](https://github.com/truecharts/apps/compare/nosqlclient-0.0.13...nosqlclient-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/nosqlclient/Chart.yaml b/charts/incubator/nosqlclient/Chart.yaml index fba920dbafa..746d28a006f 100644 --- a/charts/incubator/nosqlclient/Chart.yaml +++ b/charts/incubator/nosqlclient/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Cross-platform and self hosted, easy to use, intuitive mongodb management - tool - Formerly Mongoclient -home: https://github.com/truecharts/charts/tree/master/charts/incubator/nosqlclient -icon: https://truecharts.org/img/chart-icons/nosqlclient.png +description: Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient +home: https://truecharts.org/docs/charts/incubator/nosqlclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nosqlclient.png keywords: - nosqlclient - Tools-Utilities @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: nosqlclient sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/nosqlclient - https://github.com/nosqlclient/nosqlclient - https://hub.docker.com/r/mongoclient/mongoclient/ type: application diff --git a/charts/incubator/nosqlclient/README.md b/charts/incubator/nosqlclient/README.md index 9714c2493ac..53037e2def8 100644 --- a/charts/incubator/nosqlclient/README.md +++ b/charts/incubator/nosqlclient/README.md @@ -1,6 +1,6 @@ # nosqlclient -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient @@ -13,6 +13,7 @@ For more information, please click here: [nosqlclient](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `nosqlclient` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install nosqlclient TrueCharts/nosqlclient ``` @@ -48,7 +49,7 @@ helm install nosqlclient TrueCharts/nosqlclient **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall nosqlclient Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install nosqlclient TrueCharts/nosqlclient -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/notarius/CHANGELOG.md b/charts/incubator/notarius/CHANGELOG.md index ab404099aa0..9f2e82efce5 100644 --- a/charts/incubator/notarius/CHANGELOG.md +++ b/charts/incubator/notarius/CHANGELOG.md @@ -2,6 +2,16 @@ +## [notarius-0.0.15](https://github.com/truecharts/charts/compare/notarius-0.0.14...notarius-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [notarius-0.0.14](https://github.com/truecharts/apps/compare/notarius-0.0.13...notarius-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/notarius/Chart.yaml b/charts/incubator/notarius/Chart.yaml index e875000c5cc..f7fbea37e0b 100644 --- a/charts/incubator/notarius/Chart.yaml +++ b/charts/incubator/notarius/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/notarius -icon: https://truecharts.org/img/chart-icons/notarius.png +home: https://truecharts.org/docs/charts/incubator/notarius +icon: https://truecharts.org/img/hotlink-ok/chart-icons/notarius.png keywords: - notarius - Other @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: notarius sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/notarius - https://github.com/agusalex/Notarius - https://hub.docker.com/r/agusalex/Notarius type: application diff --git a/charts/incubator/notarius/README.md b/charts/incubator/notarius/README.md index 1a81dacf0a2..1868ddbe4a4 100644 --- a/charts/incubator/notarius/README.md +++ b/charts/incubator/notarius/README.md @@ -1,6 +1,6 @@ # notarius -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. @@ -11,6 +11,7 @@ For more information, please click here: [notarius](https://truecharts.org/docs/ ## Source Code +* * * @@ -22,20 +23,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `notarius` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install notarius TrueCharts/notarius ``` @@ -46,7 +47,7 @@ helm install notarius TrueCharts/notarius **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -65,7 +66,7 @@ helm uninstall notarius Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -83,9 +84,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install notarius TrueCharts/notarius -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/notea/CHANGELOG.md b/charts/incubator/notea/CHANGELOG.md index 7a290a791cb..0119e909b8d 100644 --- a/charts/incubator/notea/CHANGELOG.md +++ b/charts/incubator/notea/CHANGELOG.md @@ -2,6 +2,16 @@ +## [notea-0.0.15](https://github.com/truecharts/charts/compare/notea-0.0.14...notea-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [notea-0.0.14](https://github.com/truecharts/apps/compare/notea-0.0.13...notea-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/notea/Chart.yaml b/charts/incubator/notea/Chart.yaml index f0b90148c44..68821ae5b82 100644 --- a/charts/incubator/notea/Chart.yaml +++ b/charts/incubator/notea/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: Self hosted note taking, alternative to Notions. Look at Github for config -home: https://github.com/truecharts/charts/tree/master/charts/incubator/notea -icon: https://truecharts.org/img/chart-icons/notea.png +home: https://truecharts.org/docs/charts/incubator/notea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/notea.png keywords: - notea - Productivity @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: notea sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/notea - https://github.com/diamkil/docker-notea - https://registry.hub.docker.com/r/diamkil/notea/ type: application diff --git a/charts/incubator/notea/README.md b/charts/incubator/notea/README.md index ecb44837169..9d812d6525e 100644 --- a/charts/incubator/notea/README.md +++ b/charts/incubator/notea/README.md @@ -1,6 +1,6 @@ # notea -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Self hosted note taking, alternative to Notions. Look at Github for config @@ -13,6 +13,7 @@ For more information, please click here: [notea](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `notea` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install notea TrueCharts/notea ``` @@ -48,7 +49,7 @@ helm install notea TrueCharts/notea **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall notea Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install notea TrueCharts/notea -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/obs-ndi/CHANGELOG.md b/charts/incubator/obs-ndi/CHANGELOG.md index ef211773743..fe36b5163e6 100644 --- a/charts/incubator/obs-ndi/CHANGELOG.md +++ b/charts/incubator/obs-ndi/CHANGELOG.md @@ -2,6 +2,17 @@ +## [obs-ndi-0.0.16](https://github.com/truecharts/charts/compare/obs-ndi-0.0.14...obs-ndi-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [obs-ndi-0.0.14](https://github.com/truecharts/apps/compare/obs-ndi-0.0.13...obs-ndi-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/obs-ndi/Chart.yaml b/charts/incubator/obs-ndi/Chart.yaml index b22f5151401..92f45d7ed8e 100644 --- a/charts/incubator/obs-ndi/Chart.yaml +++ b/charts/incubator/obs-ndi/Chart.yaml @@ -12,13 +12,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This container is based on bb12489/gui-docker &amp;amp; bb12489/docker-obs.\ - \ The OBS with NDI is incorporated into the container and can be used to stream\ - \ your desktop. The main reason for this fork is to update the container and add\ - \ it to the TrueNAS app store.&#xD;\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/obs-ndi -icon: https://truecharts.org/img/chart-icons/obs-ndi.png +description: "This container is based on bb12489/gui-docker &amp;amp; bb12489/docker-obs. The OBS with NDI is incorporated into the container and can be used to stream your desktop. The main reason for this fork is to update the container and add it to the TrueNAS app store.&#xD;\r\n" +home: https://truecharts.org/docs/charts/incubator/obs-ndi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/obs-ndi.png keywords: - obs-ndi - GameServers @@ -32,6 +28,7 @@ maintainers: url: https://truecharts.org name: obs-ndi sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/obs-ndi - https://github.com/patrickstigler/docker-obs-ndi - https://hub.docker.com/r/patrickstigler/obs-ndi type: application diff --git a/charts/incubator/obs-ndi/README.md b/charts/incubator/obs-ndi/README.md index fea38982bc1..1327a466f8f 100644 --- a/charts/incubator/obs-ndi/README.md +++ b/charts/incubator/obs-ndi/README.md @@ -1,6 +1,6 @@ # obs-ndi -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This container is based on bb12489/gui-docker &amp;amp; bb12489/docker-obs. The OBS with NDI is incorporated into the container and can be used to stream your desktop. The main reason for this fork is to update the container and add it to the TrueNAS app store.&#xD; @@ -13,6 +13,7 @@ For more information, please click here: [obs-ndi](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `obs-ndi` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install obs-ndi TrueCharts/obs-ndi ``` @@ -48,7 +49,7 @@ helm install obs-ndi TrueCharts/obs-ndi **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall obs-ndi Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install obs-ndi TrueCharts/obs-ndi -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/observium/CHANGELOG.md b/charts/incubator/observium/CHANGELOG.md index d4425c58638..676f1ae0158 100644 --- a/charts/incubator/observium/CHANGELOG.md +++ b/charts/incubator/observium/CHANGELOG.md @@ -2,6 +2,16 @@ +## [observium-0.0.15](https://github.com/truecharts/charts/compare/observium-0.0.14...observium-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [observium-0.0.14](https://github.com/truecharts/apps/compare/observium-0.0.13...observium-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/observium/Chart.yaml b/charts/incubator/observium/Chart.yaml index 22d22e0dfe6..2931283b429 100644 --- a/charts/incubator/observium/Chart.yaml +++ b/charts/incubator/observium/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Observium is an autodiscovering network monitoring platform supporting\ - \ a wide range of hardware platforms and operating systems.[br][br]\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/observium -icon: https://truecharts.org/img/chart-icons/observium.png +description: "Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br]\r\n" +home: https://truecharts.org/docs/charts/incubator/observium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/observium.png keywords: - observium - Network-Management @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: observium sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/observium - https://www.observium.org/ - https://hub.docker.com/r/uberchuckie/observium/ type: application diff --git a/charts/incubator/observium/README.md b/charts/incubator/observium/README.md index bc8f123054c..7f315e24e65 100644 --- a/charts/incubator/observium/README.md +++ b/charts/incubator/observium/README.md @@ -1,6 +1,6 @@ # observium -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br] @@ -13,6 +13,7 @@ For more information, please click here: [observium](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `observium` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install observium TrueCharts/observium ``` @@ -48,7 +49,7 @@ helm install observium TrueCharts/observium **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall observium Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install observium TrueCharts/observium -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/obsidian/CHANGELOG.md b/charts/incubator/obsidian/CHANGELOG.md index 9cd6dce50b6..63d79000355 100644 --- a/charts/incubator/obsidian/CHANGELOG.md +++ b/charts/incubator/obsidian/CHANGELOG.md @@ -2,6 +2,16 @@ +## [obsidian-0.0.15](https://github.com/truecharts/charts/compare/obsidian-0.0.14...obsidian-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [obsidian-0.0.14](https://github.com/truecharts/apps/compare/obsidian-0.0.13...obsidian-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/obsidian/Chart.yaml b/charts/incubator/obsidian/Chart.yaml index 1761131b81d..56b36b753d9 100644 --- a/charts/incubator/obsidian/Chart.yaml +++ b/charts/incubator/obsidian/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/obsidian -icon: https://truecharts.org/img/chart-icons/obsidian.png +home: https://truecharts.org/docs/charts/incubator/obsidian +icon: https://truecharts.org/img/hotlink-ok/chart-icons/obsidian.png keywords: - obsidian - Productivity @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: obsidian sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/obsidian - https://github.com/sytone/obsidian-remote - https://github.com/sytone/obsidian-remote/pkgs/container/obsidian-remote type: application diff --git a/charts/incubator/obsidian/README.md b/charts/incubator/obsidian/README.md index 491ead8fcc3..0300d40d76c 100644 --- a/charts/incubator/obsidian/README.md +++ b/charts/incubator/obsidian/README.md @@ -1,6 +1,6 @@ # obsidian -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [obsidian](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `obsidian` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install obsidian TrueCharts/obsidian ``` @@ -48,7 +49,7 @@ helm install obsidian TrueCharts/obsidian **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall obsidian Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install obsidian TrueCharts/obsidian -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/onlinecheckyourserver/CHANGELOG.md b/charts/incubator/onlinecheckyourserver/CHANGELOG.md index 2309f4a3aad..f4f5751ffe8 100644 --- a/charts/incubator/onlinecheckyourserver/CHANGELOG.md +++ b/charts/incubator/onlinecheckyourserver/CHANGELOG.md @@ -2,6 +2,16 @@ +## [onlinecheckyourserver-0.0.15](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.14...onlinecheckyourserver-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [onlinecheckyourserver-0.0.14](https://github.com/truecharts/apps/compare/onlinecheckyourserver-0.0.13...onlinecheckyourserver-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/onlinecheckyourserver/Chart.yaml b/charts/incubator/onlinecheckyourserver/Chart.yaml index e0eea05e0a8..92f31198326 100644 --- a/charts/incubator/onlinecheckyourserver/Chart.yaml +++ b/charts/incubator/onlinecheckyourserver/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This is a simple container that will check if a domain name or IP address\ - \ is pingable and send you a message with Pushover if it goes offline.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/onlinecheckyourserver -icon: https://truecharts.org/img/chart-icons/onlinecheckyourserver.png +description: "This is a simple container that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline.\r\n" +home: https://truecharts.org/docs/charts/incubator/onlinecheckyourserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.png keywords: - onlinecheckyourserver - Tools-Utilities @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: onlinecheckyourserver sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/onlinecheckyourserver - https://hub.docker.com/r/ich777/online-check-pushover - https://hub.docker.com/r/ich777/online-check-pushover type: application diff --git a/charts/incubator/onlinecheckyourserver/README.md b/charts/incubator/onlinecheckyourserver/README.md index e48036456c4..c89fc0c83a4 100644 --- a/charts/incubator/onlinecheckyourserver/README.md +++ b/charts/incubator/onlinecheckyourserver/README.md @@ -1,6 +1,6 @@ # onlinecheckyourserver -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This is a simple container that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline. @@ -13,6 +13,7 @@ For more information, please click here: [onlinecheckyourserver](https://truecha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `onlinecheckyourserver` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install onlinecheckyourserver TrueCharts/onlinecheckyourserver ``` @@ -48,7 +49,7 @@ helm install onlinecheckyourserver TrueCharts/onlinecheckyourserver **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall onlinecheckyourserver Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install onlinecheckyourserver TrueCharts/onlinecheckyourserver -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/opengl-desktop-g3/CHANGELOG.md b/charts/incubator/opengl-desktop-g3/CHANGELOG.md index 16c513acb59..bf7cb0715b6 100644 --- a/charts/incubator/opengl-desktop-g3/CHANGELOG.md +++ b/charts/incubator/opengl-desktop-g3/CHANGELOG.md @@ -2,6 +2,16 @@ +## [opengl-desktop-g3-0.0.15](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.14...opengl-desktop-g3-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [opengl-desktop-g3-0.0.14](https://github.com/truecharts/apps/compare/opengl-desktop-g3-0.0.13...opengl-desktop-g3-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/opengl-desktop-g3/Chart.yaml b/charts/incubator/opengl-desktop-g3/Chart.yaml index 94b61ca5067..9f181682f0c 100644 --- a/charts/incubator/opengl-desktop-g3/Chart.yaml +++ b/charts/incubator/opengl-desktop-g3/Chart.yaml @@ -13,8 +13,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/opengl-desktop-g3 -icon: https://truecharts.org/img/chart-icons/opengl-desktop-g3.png +home: https://truecharts.org/docs/charts/incubator/opengl-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.png keywords: - opengl-desktop-g3 - Productivity @@ -28,6 +28,7 @@ maintainers: url: https://truecharts.org name: opengl-desktop-g3 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/opengl-desktop-g3 - https://github.com/accetto/headless-drawing-g3/ - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3 type: application diff --git a/charts/incubator/opengl-desktop-g3/README.md b/charts/incubator/opengl-desktop-g3/README.md index d94880c14a7..59dc040d05e 100644 --- a/charts/incubator/opengl-desktop-g3/README.md +++ b/charts/incubator/opengl-desktop-g3/README.md @@ -1,6 +1,6 @@ # opengl-desktop-g3 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [opengl-desktop-g3](https://truecharts. ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `opengl-desktop-g3` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install opengl-desktop-g3 TrueCharts/opengl-desktop-g3 ``` @@ -48,7 +49,7 @@ helm install opengl-desktop-g3 TrueCharts/opengl-desktop-g3 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall opengl-desktop-g3 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install opengl-desktop-g3 TrueCharts/opengl-desktop-g3 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/openproject/CHANGELOG.md b/charts/incubator/openproject/CHANGELOG.md index 697b068deb3..e8bc6601f55 100644 --- a/charts/incubator/openproject/CHANGELOG.md +++ b/charts/incubator/openproject/CHANGELOG.md @@ -2,6 +2,16 @@ +## [openproject-0.0.16](https://github.com/truecharts/charts/compare/openproject-0.0.15...openproject-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [openproject-0.0.15](https://github.com/truecharts/apps/compare/openproject-0.0.14...openproject-0.0.15) (2022-08-01) diff --git a/charts/incubator/openproject/Chart.yaml b/charts/incubator/openproject/Chart.yaml index fc220929a0c..4e82a68c256 100644 --- a/charts/incubator/openproject/Chart.yaml +++ b/charts/incubator/openproject/Chart.yaml @@ -11,7 +11,7 @@ dependencies: deprecated: false description: OpenProject is a web-based project management system for location-independent team collaboration. home: https://truecharts.org/docs/charts/incubator/openproject -icon: https://truecharts.org/img/chart-icons/openproject.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openproject.png keywords: - openproject - Productivity diff --git a/charts/incubator/openproject/README.md b/charts/incubator/openproject/README.md index a7a5db432e5..de982c6442e 100644 --- a/charts/incubator/openproject/README.md +++ b/charts/incubator/openproject/README.md @@ -1,6 +1,6 @@ # openproject -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 12](https://img.shields.io/badge/AppVersion-12-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 12](https://img.shields.io/badge/AppVersion-12-informational?style=flat-square) OpenProject is a web-based project management system for location-independent team collaboration. @@ -25,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `openproject` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install openproject TrueCharts/openproject ``` @@ -50,7 +50,7 @@ helm install openproject TrueCharts/openproject **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +69,7 @@ helm uninstall openproject Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install openproject TrueCharts/openproject -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/openra/CHANGELOG.md b/charts/incubator/openra/CHANGELOG.md index 256c9415fa7..29ebec78692 100644 --- a/charts/incubator/openra/CHANGELOG.md +++ b/charts/incubator/openra/CHANGELOG.md @@ -2,6 +2,16 @@ +## [openra-0.0.15](https://github.com/truecharts/charts/compare/openra-0.0.14...openra-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [openra-0.0.14](https://github.com/truecharts/apps/compare/openra-0.0.13...openra-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/openra/Chart.yaml b/charts/incubator/openra/Chart.yaml index 7b14ce4ab3f..1f418680b10 100644 --- a/charts/incubator/openra/Chart.yaml +++ b/charts/incubator/openra/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Mudislanders Template for mounting OpenRA's dedicated server by rmoriz\ - \ [br][br]\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/openra -icon: https://truecharts.org/img/chart-icons/openra.png +description: "Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br]\r\n" +home: https://truecharts.org/docs/charts/incubator/openra +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openra.png keywords: - openra - Network-Other @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: openra sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/openra - http://openra.net/ - https://hub.docker.com/r/rmoriz/openra type: application diff --git a/charts/incubator/openra/README.md b/charts/incubator/openra/README.md index 0c09c798927..b98aaadd380 100644 --- a/charts/incubator/openra/README.md +++ b/charts/incubator/openra/README.md @@ -1,6 +1,6 @@ # openra -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br] @@ -13,6 +13,7 @@ For more information, please click here: [openra](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `openra` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install openra TrueCharts/openra ``` @@ -48,7 +49,7 @@ helm install openra TrueCharts/openra **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall openra Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install openra TrueCharts/openra -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/openttd/CHANGELOG.md b/charts/incubator/openttd/CHANGELOG.md index 78bf60f9c23..686605fc8ff 100644 --- a/charts/incubator/openttd/CHANGELOG.md +++ b/charts/incubator/openttd/CHANGELOG.md @@ -2,6 +2,16 @@ +## [openttd-0.0.15](https://github.com/truecharts/charts/compare/openttd-0.0.14...openttd-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [openttd-0.0.14](https://github.com/truecharts/apps/compare/openttd-0.0.13...openttd-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/openttd/Chart.yaml b/charts/incubator/openttd/Chart.yaml index ed77b489670..347fe0095a6 100644 --- a/charts/incubator/openttd/Chart.yaml +++ b/charts/incubator/openttd/Chart.yaml @@ -9,13 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install the version of OpenTTD that you\ - \ enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull\ - \ the latest build, if you define 'testing' it will always pull down the latest\ - \ testing build).\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/openttd -icon: https://truecharts.org/img/chart-icons/openttd.png +description: "This Docker will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build).\r\n" +home: https://truecharts.org/docs/charts/incubator/openttd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openttd.png keywords: - openttd - GameServers @@ -26,6 +22,7 @@ maintainers: url: https://truecharts.org name: openttd sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/openttd - https://www.openttd.org/ - https://hub.docker.com/r/ich777/openttdserver type: application diff --git a/charts/incubator/openttd/README.md b/charts/incubator/openttd/README.md index 367bc7bf3ed..1ae94d2f165 100644 --- a/charts/incubator/openttd/README.md +++ b/charts/incubator/openttd/README.md @@ -1,6 +1,6 @@ # openttd -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build). @@ -13,6 +13,7 @@ For more information, please click here: [openttd](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `openttd` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install openttd TrueCharts/openttd ``` @@ -48,7 +49,7 @@ helm install openttd TrueCharts/openttd **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall openttd Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install openttd TrueCharts/openttd -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/owi2plex/CHANGELOG.md b/charts/incubator/owi2plex/CHANGELOG.md index 43899fd9081..6de2a2e61db 100644 --- a/charts/incubator/owi2plex/CHANGELOG.md +++ b/charts/incubator/owi2plex/CHANGELOG.md @@ -2,6 +2,16 @@ +## [owi2plex-0.0.15](https://github.com/truecharts/charts/compare/owi2plex-0.0.14...owi2plex-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [owi2plex-0.0.14](https://github.com/truecharts/apps/compare/owi2plex-0.0.13...owi2plex-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/owi2plex/Chart.yaml b/charts/incubator/owi2plex/Chart.yaml index 837f7e14a81..7f13935d095 100644 --- a/charts/incubator/owi2plex/Chart.yaml +++ b/charts/incubator/owi2plex/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "a xml grabber for enigma with open webif\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/owi2plex -icon: https://truecharts.org/img/chart-icons/owi2plex.png +home: https://truecharts.org/docs/charts/incubator/owi2plex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/owi2plex.png keywords: - owi2plex - Downloaders @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: owi2plex sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/owi2plex - https://github.com/alturismo/owi2plex - https://hub.docker.com/r/alturismo/owi2plex type: application diff --git a/charts/incubator/owi2plex/README.md b/charts/incubator/owi2plex/README.md index 083fca89852..703eea3bd07 100644 --- a/charts/incubator/owi2plex/README.md +++ b/charts/incubator/owi2plex/README.md @@ -1,6 +1,6 @@ # owi2plex -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) a xml grabber for enigma with open webif @@ -13,6 +13,7 @@ For more information, please click here: [owi2plex](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `owi2plex` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install owi2plex TrueCharts/owi2plex ``` @@ -48,7 +49,7 @@ helm install owi2plex TrueCharts/owi2plex **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall owi2plex Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install owi2plex TrueCharts/owi2plex -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/passwordpusherephemeral/CHANGELOG.md b/charts/incubator/passwordpusherephemeral/CHANGELOG.md index db2340476f0..bf456d345bd 100644 --- a/charts/incubator/passwordpusherephemeral/CHANGELOG.md +++ b/charts/incubator/passwordpusherephemeral/CHANGELOG.md @@ -2,6 +2,17 @@ +## [passwordpusherephemeral-0.0.16](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.14...passwordpusherephemeral-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [passwordpusherephemeral-0.0.14](https://github.com/truecharts/apps/compare/passwordpusherephemeral-0.0.13...passwordpusherephemeral-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/passwordpusherephemeral/Chart.yaml b/charts/incubator/passwordpusherephemeral/Chart.yaml index 0b28bddd5c7..f55e6bcad27 100644 --- a/charts/incubator/passwordpusherephemeral/Chart.yaml +++ b/charts/incubator/passwordpusherephemeral/Chart.yaml @@ -11,12 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Ephemeral version requires no other database container! PasswordPusher - or PWPush is an opensource application to communicate passwords over the web. Links - to passwords expire after a certain number of views and/or time has passed. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/passwordpusherephemeral -icon: https://truecharts.org/img/chart-icons/passwordpusherephemeral.png +description: Ephemeral version requires no other database container! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. +home: https://truecharts.org/docs/charts/incubator/passwordpusherephemeral +icon: https://truecharts.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.png keywords: - passwordpusherephemeral - Productivity @@ -29,6 +26,7 @@ maintainers: url: https://truecharts.org name: passwordpusherephemeral sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/passwordpusherephemeral - https://github.com/pglombardo/PasswordPusher - https://hub.docker.com/r/pglombardo/pwpush-ephemeral/ type: application diff --git a/charts/incubator/passwordpusherephemeral/README.md b/charts/incubator/passwordpusherephemeral/README.md index c1d6b4c621c..33e575853c3 100644 --- a/charts/incubator/passwordpusherephemeral/README.md +++ b/charts/incubator/passwordpusherephemeral/README.md @@ -1,6 +1,6 @@ # passwordpusherephemeral -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Ephemeral version requires no other database container! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. @@ -13,6 +13,7 @@ For more information, please click here: [passwordpusherephemeral](https://truec ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `passwordpusherephemeral` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install passwordpusherephemeral TrueCharts/passwordpusherephemeral ``` @@ -48,7 +49,7 @@ helm install passwordpusherephemeral TrueCharts/passwordpusherephemeral **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall passwordpusherephemeral Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install passwordpusherephemeral TrueCharts/passwordpusherephemeral -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/pasta/CHANGELOG.md b/charts/incubator/pasta/CHANGELOG.md index f58666e59b0..08abbb0d939 100644 --- a/charts/incubator/pasta/CHANGELOG.md +++ b/charts/incubator/pasta/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pasta-0.0.15](https://github.com/truecharts/charts/compare/pasta-0.0.14...pasta-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pasta-0.0.14](https://github.com/truecharts/apps/compare/pasta-0.0.13...pasta-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/pasta/Chart.yaml b/charts/incubator/pasta/Chart.yaml index 1d6cd2ada69..52165c335fe 100644 --- a/charts/incubator/pasta/Chart.yaml +++ b/charts/incubator/pasta/Chart.yaml @@ -11,11 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: "PASTA - Audio and Subtitle Track Changer for Plex [br] - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/pasta -icon: https://truecharts.org/img/chart-icons/pasta.png +description: "PASTA - Audio and Subtitle Track Changer for Plex [br]\n" +home: https://truecharts.org/docs/charts/incubator/pasta +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pasta.png keywords: - pasta - MediaApp-Other @@ -28,6 +26,7 @@ maintainers: url: https://truecharts.org name: pasta sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pasta - https://github.com/cglatot/pasta - https://hub.docker.com/r/cglatot/pasta type: application diff --git a/charts/incubator/pasta/README.md b/charts/incubator/pasta/README.md index d8f4696ed7c..d099623dbb4 100644 --- a/charts/incubator/pasta/README.md +++ b/charts/incubator/pasta/README.md @@ -1,6 +1,6 @@ # pasta -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) PASTA - Audio and Subtitle Track Changer for Plex [br] @@ -13,6 +13,7 @@ For more information, please click here: [pasta](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pasta` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pasta TrueCharts/pasta ``` @@ -48,7 +49,7 @@ helm install pasta TrueCharts/pasta **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall pasta Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pasta TrueCharts/pasta -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/pastey/CHANGELOG.md b/charts/incubator/pastey/CHANGELOG.md index a2dfc43a20a..03b7501f1de 100644 --- a/charts/incubator/pastey/CHANGELOG.md +++ b/charts/incubator/pastey/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pastey-0.0.15](https://github.com/truecharts/charts/compare/pastey-0.0.14...pastey-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pastey-0.0.14](https://github.com/truecharts/apps/compare/pastey-0.0.13...pastey-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/pastey/Chart.yaml b/charts/incubator/pastey/Chart.yaml index 691818ea386..625bde0edb0 100644 --- a/charts/incubator/pastey/Chart.yaml +++ b/charts/incubator/pastey/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - A lightweight, self-hosted paste platform (Pastebin alternative) with - language detection and on-disk encryption. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/pastey -icon: https://truecharts.org/img/chart-icons/pastey.png +description: A lightweight, self-hosted paste platform (Pastebin alternative) with language detection and on-disk encryption. +home: https://truecharts.org/docs/charts/incubator/pastey +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pastey.png keywords: - pastey - Productivity @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: pastey sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pastey - https://github.com/Cesura/pastey - https://hub.docker.com/r/cesura/pastey/ type: application diff --git a/charts/incubator/pastey/README.md b/charts/incubator/pastey/README.md index dffdf1cda29..d15de58792e 100644 --- a/charts/incubator/pastey/README.md +++ b/charts/incubator/pastey/README.md @@ -1,6 +1,6 @@ # pastey -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A lightweight, self-hosted paste platform (Pastebin alternative) with language detection and on-disk encryption. @@ -13,6 +13,7 @@ For more information, please click here: [pastey](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pastey` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pastey TrueCharts/pastey ``` @@ -48,7 +49,7 @@ helm install pastey TrueCharts/pastey **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall pastey Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pastey TrueCharts/pastey -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/pavlovvr/CHANGELOG.md b/charts/incubator/pavlovvr/CHANGELOG.md index 52b163f082c..062edca1581 100644 --- a/charts/incubator/pavlovvr/CHANGELOG.md +++ b/charts/incubator/pavlovvr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pavlovvr-0.0.15](https://github.com/truecharts/charts/compare/pavlovvr-0.0.14...pavlovvr-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pavlovvr-0.0.14](https://github.com/truecharts/apps/compare/pavlovvr-0.0.13...pavlovvr-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/pavlovvr/Chart.yaml b/charts/incubator/pavlovvr/Chart.yaml index 91566ad7091..b0196f78238 100644 --- a/charts/incubator/pavlovvr/Chart.yaml +++ b/charts/incubator/pavlovvr/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Pavlov VR and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/pavlovvr -icon: https://truecharts.org/img/chart-icons/pavlovvr.png +description: "This Docker will download and install SteamCMD. It will also install Pavlov VR and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/pavlovvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pavlovvr.png keywords: - pavlovvr - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: pavlovvr sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pavlovvr - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/pavlovvr/README.md b/charts/incubator/pavlovvr/README.md index e982d143827..b2445c28739 100644 --- a/charts/incubator/pavlovvr/README.md +++ b/charts/incubator/pavlovvr/README.md @@ -1,6 +1,6 @@ # pavlovvr -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Pavlov VR and run it. @@ -13,6 +13,7 @@ For more information, please click here: [pavlovvr](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pavlovvr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pavlovvr TrueCharts/pavlovvr ``` @@ -48,7 +49,7 @@ helm install pavlovvr TrueCharts/pavlovvr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall pavlovvr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pavlovvr TrueCharts/pavlovvr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/phoenixstats/CHANGELOG.md b/charts/incubator/phoenixstats/CHANGELOG.md index 218109ccd72..2bbb9d9c7b1 100644 --- a/charts/incubator/phoenixstats/CHANGELOG.md +++ b/charts/incubator/phoenixstats/CHANGELOG.md @@ -2,6 +2,16 @@ +## [phoenixstats-0.0.15](https://github.com/truecharts/charts/compare/phoenixstats-0.0.14...phoenixstats-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [phoenixstats-0.0.14](https://github.com/truecharts/apps/compare/phoenixstats-0.0.13...phoenixstats-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/phoenixstats/Chart.yaml b/charts/incubator/phoenixstats/Chart.yaml index 444315bf939..0b910c6a794 100644 --- a/charts/incubator/phoenixstats/Chart.yaml +++ b/charts/incubator/phoenixstats/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Simple container for displaying stats from any PhoenixMiner instance. - Made to go with PhoenixMiner-AMD. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/phoenixstats -icon: https://truecharts.org/img/chart-icons/phoenixstats.png +description: Simple container for displaying stats from any PhoenixMiner instance. Made to go with PhoenixMiner-AMD. +home: https://truecharts.org/docs/charts/incubator/phoenixstats +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoenixstats.png keywords: - phoenixstats - Crypto @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: phoenixstats sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/phoenixstats - https://hub.docker.com/r/lnxd/phoenixstats type: application version: 0.0.15 diff --git a/charts/incubator/phoenixstats/README.md b/charts/incubator/phoenixstats/README.md index 21e151a0b49..65c4e014d5d 100644 --- a/charts/incubator/phoenixstats/README.md +++ b/charts/incubator/phoenixstats/README.md @@ -1,6 +1,6 @@ # phoenixstats -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Simple container for displaying stats from any PhoenixMiner instance. Made to go with PhoenixMiner-AMD. @@ -13,6 +13,7 @@ For more information, please click here: [phoenixstats](https://truecharts.org/d ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `phoenixstats` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install phoenixstats TrueCharts/phoenixstats ``` @@ -47,7 +48,7 @@ helm install phoenixstats TrueCharts/phoenixstats **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall phoenixstats Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install phoenixstats TrueCharts/phoenixstats -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/phoronix-test-suite/CHANGELOG.md b/charts/incubator/phoronix-test-suite/CHANGELOG.md index 23a99e1c7b3..ffb45627311 100644 --- a/charts/incubator/phoronix-test-suite/CHANGELOG.md +++ b/charts/incubator/phoronix-test-suite/CHANGELOG.md @@ -2,6 +2,16 @@ +## [phoronix-test-suite-0.0.15](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.14...phoronix-test-suite-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [phoronix-test-suite-0.0.14](https://github.com/truecharts/apps/compare/phoronix-test-suite-0.0.13...phoronix-test-suite-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/phoronix-test-suite/Chart.yaml b/charts/incubator/phoronix-test-suite/Chart.yaml index 82d2cbfc44f..9c83fb86361 100644 --- a/charts/incubator/phoronix-test-suite/Chart.yaml +++ b/charts/incubator/phoronix-test-suite/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "The Phoronix Test Suite is the most comprehensive testing and benchmarking\ - \ platform available that provides an extensible framework for which new tests can\ - \ be easily added.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/phoronix-test-suite -icon: https://truecharts.org/img/chart-icons/phoronix-test-suite.png +description: "The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added.\r\n" +home: https://truecharts.org/docs/charts/incubator/phoronix-test-suite +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoronix-test-suite.png keywords: - phoronix-test-suite - Tools-Utilities @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: phoronix-test-suite sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/phoronix-test-suite - https://github.com/phoronix-test-suite/phoronix-test-suite - https://hub.docker.com/r/phoronix/pts/ type: application diff --git a/charts/incubator/phoronix-test-suite/README.md b/charts/incubator/phoronix-test-suite/README.md index 7135d24f8dd..649da1e4f1b 100644 --- a/charts/incubator/phoronix-test-suite/README.md +++ b/charts/incubator/phoronix-test-suite/README.md @@ -1,6 +1,6 @@ # phoronix-test-suite -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added. @@ -13,6 +13,7 @@ For more information, please click here: [phoronix-test-suite](https://truechart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `phoronix-test-suite` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install phoronix-test-suite TrueCharts/phoronix-test-suite ``` @@ -48,7 +49,7 @@ helm install phoronix-test-suite TrueCharts/phoronix-test-suite **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall phoronix-test-suite Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install phoronix-test-suite TrueCharts/phoronix-test-suite -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/photo-stream/CHANGELOG.md b/charts/incubator/photo-stream/CHANGELOG.md index 1976789e600..3d88c2b3a8f 100644 --- a/charts/incubator/photo-stream/CHANGELOG.md +++ b/charts/incubator/photo-stream/CHANGELOG.md @@ -2,6 +2,16 @@ +## [photo-stream-0.0.15](https://github.com/truecharts/charts/compare/photo-stream-0.0.14...photo-stream-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [photo-stream-0.0.14](https://github.com/truecharts/apps/compare/photo-stream-0.0.13...photo-stream-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/photo-stream/Chart.yaml b/charts/incubator/photo-stream/Chart.yaml index e3a2e9979f7..76e08bb1cec 100644 --- a/charts/incubator/photo-stream/Chart.yaml +++ b/charts/incubator/photo-stream/Chart.yaml @@ -13,8 +13,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/photo-stream -icon: https://truecharts.org/img/chart-icons/photo-stream.png +home: https://truecharts.org/docs/charts/incubator/photo-stream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.png keywords: - photo-stream - Productivity @@ -28,6 +28,7 @@ maintainers: url: https://truecharts.org name: photo-stream sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/photo-stream - https://github.com/waschinski/photo-stream - https://hub.docker.com/r/waschinski/photo-stream type: application diff --git a/charts/incubator/photo-stream/README.md b/charts/incubator/photo-stream/README.md index 2f9ca0a7585..c4d135b1035 100644 --- a/charts/incubator/photo-stream/README.md +++ b/charts/incubator/photo-stream/README.md @@ -1,6 +1,6 @@ # photo-stream -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [photo-stream](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `photo-stream` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install photo-stream TrueCharts/photo-stream ``` @@ -48,7 +49,7 @@ helm install photo-stream TrueCharts/photo-stream **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall photo-stream Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install photo-stream TrueCharts/photo-stream -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/photostructure/CHANGELOG.md b/charts/incubator/photostructure/CHANGELOG.md index a8f25551bea..360d38825b0 100644 --- a/charts/incubator/photostructure/CHANGELOG.md +++ b/charts/incubator/photostructure/CHANGELOG.md @@ -2,6 +2,16 @@ +## [photostructure-0.0.15](https://github.com/truecharts/charts/compare/photostructure-0.0.14...photostructure-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [photostructure-0.0.14](https://github.com/truecharts/apps/compare/photostructure-0.0.13...photostructure-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/photostructure/Chart.yaml b/charts/incubator/photostructure/Chart.yaml index 63bbacb4f32..d35c4ac8091 100644 --- a/charts/incubator/photostructure/Chart.yaml +++ b/charts/incubator/photostructure/Chart.yaml @@ -11,12 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "[b]PhotoStructure is your new home for all your photos and videos.[/b] - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/photostructure -icon: https://truecharts.org/img/chart-icons/photostructure.png +description: "[b]PhotoStructure is your new home for all your photos and videos.[/b]\n" +home: https://truecharts.org/docs/charts/incubator/photostructure +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photostructure.png keywords: - photostructure - MediaApp-Photos @@ -29,6 +26,7 @@ maintainers: url: https://truecharts.org name: photostructure sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/photostructure - https://photostructure.com/ - https://hub.docker.com/r/photostructure/server/ type: application diff --git a/charts/incubator/photostructure/README.md b/charts/incubator/photostructure/README.md index 7648f44d049..fdfb4b08553 100644 --- a/charts/incubator/photostructure/README.md +++ b/charts/incubator/photostructure/README.md @@ -1,6 +1,6 @@ # photostructure -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square) [b]PhotoStructure is your new home for all your photos and videos.[/b] @@ -13,6 +13,7 @@ For more information, please click here: [photostructure](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `photostructure` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install photostructure TrueCharts/photostructure ``` @@ -48,7 +49,7 @@ helm install photostructure TrueCharts/photostructure **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall photostructure Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install photostructure TrueCharts/photostructure -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/phpmyadmin/CHANGELOG.md b/charts/incubator/phpmyadmin/CHANGELOG.md index 8ee311952b5..368b10c9500 100644 --- a/charts/incubator/phpmyadmin/CHANGELOG.md +++ b/charts/incubator/phpmyadmin/CHANGELOG.md @@ -2,6 +2,16 @@ +## [phpmyadmin-0.0.15](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.14...phpmyadmin-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [phpmyadmin-0.0.14](https://github.com/truecharts/apps/compare/phpmyadmin-0.0.13...phpmyadmin-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/phpmyadmin/Chart.yaml b/charts/incubator/phpmyadmin/Chart.yaml index 8fc368aee19..74cd35fdfa4 100644 --- a/charts/incubator/phpmyadmin/Chart.yaml +++ b/charts/incubator/phpmyadmin/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: A web interface for MySQL and MariaDB. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/phpmyadmin -icon: https://truecharts.org/img/chart-icons/phpmyadmin.png +home: https://truecharts.org/docs/charts/incubator/phpmyadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpmyadmin.png keywords: - phpmyadmin - Tools-Utilities @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: phpmyadmin sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/phpmyadmin - https://hub.docker.com/r/phpmyadmin/phpmyadmin/ type: application version: 0.0.15 diff --git a/charts/incubator/phpmyadmin/README.md b/charts/incubator/phpmyadmin/README.md index b764fd89de9..3bb3bd5fec6 100644 --- a/charts/incubator/phpmyadmin/README.md +++ b/charts/incubator/phpmyadmin/README.md @@ -1,6 +1,6 @@ # phpmyadmin -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A web interface for MySQL and MariaDB. @@ -13,6 +13,7 @@ For more information, please click here: [phpmyadmin](https://truecharts.org/doc ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `phpmyadmin` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install phpmyadmin TrueCharts/phpmyadmin ``` @@ -47,7 +48,7 @@ helm install phpmyadmin TrueCharts/phpmyadmin **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall phpmyadmin Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install phpmyadmin TrueCharts/phpmyadmin -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/pigallery2/CHANGELOG.md b/charts/incubator/pigallery2/CHANGELOG.md index 3a0d43d8709..f52a8c8d8c5 100644 --- a/charts/incubator/pigallery2/CHANGELOG.md +++ b/charts/incubator/pigallery2/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pigallery2-0.0.15](https://github.com/truecharts/charts/compare/pigallery2-0.0.14...pigallery2-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pigallery2-0.0.14](https://github.com/truecharts/apps/compare/pigallery2-0.0.13...pigallery2-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/pigallery2/Chart.yaml b/charts/incubator/pigallery2/Chart.yaml index 50ec7a25c30..f6a3b89a3d8 100644 --- a/charts/incubator/pigallery2/Chart.yaml +++ b/charts/incubator/pigallery2/Chart.yaml @@ -16,8 +16,8 @@ dependencies: version: 10.4.9 deprecated: false description: "Homepage: http://bpatrik.github.io/pigallery2/\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/pigallery2 -icon: https://truecharts.org/img/chart-icons/pigallery2.png +home: https://truecharts.org/docs/charts/incubator/pigallery2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pigallery2.png keywords: - pigallery2 - Cloud @@ -34,6 +34,7 @@ maintainers: url: https://truecharts.org name: pigallery2 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pigallery2 - https://github.com/bpatrik/pigallery2 - https://hub.docker.com/r/bpatrik/pigallery2 type: application diff --git a/charts/incubator/pigallery2/README.md b/charts/incubator/pigallery2/README.md index d6a8479a2cc..c2fc50cfe32 100644 --- a/charts/incubator/pigallery2/README.md +++ b/charts/incubator/pigallery2/README.md @@ -1,6 +1,6 @@ # pigallery2 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Homepage: http://bpatrik.github.io/pigallery2/ @@ -13,6 +13,7 @@ For more information, please click here: [pigallery2](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pigallery2` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pigallery2 TrueCharts/pigallery2 ``` @@ -48,7 +49,7 @@ helm install pigallery2 TrueCharts/pigallery2 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall pigallery2 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pigallery2 TrueCharts/pigallery2 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/piwigo/CHANGELOG.md b/charts/incubator/piwigo/CHANGELOG.md index c65fc5ab985..bfb768265d7 100644 --- a/charts/incubator/piwigo/CHANGELOG.md +++ b/charts/incubator/piwigo/CHANGELOG.md @@ -2,6 +2,16 @@ +## [piwigo-3.0.23](https://github.com/truecharts/charts/compare/piwigo-3.0.22...piwigo-3.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [piwigo-3.0.22](https://github.com/truecharts/apps/compare/piwigo-3.0.21...piwigo-3.0.22) (2022-07-26) ### Chore diff --git a/charts/incubator/piwigo/Chart.yaml b/charts/incubator/piwigo/Chart.yaml index 91b793503ed..8b7c6590b1e 100644 --- a/charts/incubator/piwigo/Chart.yaml +++ b/charts/incubator/piwigo/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - A is photo gallery software for the web, built by an active community - of users and developers. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/r/piwigo -icon: https://truecharts.org/img/chart-icons/piwigo.png +description: A is photo gallery software for the web, built by an active community of users and developers. +home: https://truecharts.org/docs/charts/incubator/piwigo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.png keywords: - piwigo - gallery @@ -21,6 +19,7 @@ maintainers: url: https://truecharts.org name: piwigo sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/piwigo - http://piwigo.org/ - https://github.com/linuxserver/docker-piwigo type: application diff --git a/charts/incubator/piwigo/README.md b/charts/incubator/piwigo/README.md index c1c21479ede..bd86ee609af 100644 --- a/charts/incubator/piwigo/README.md +++ b/charts/incubator/piwigo/README.md @@ -1,6 +1,6 @@ # piwigo -![Version: 3.0.22](https://img.shields.io/badge/Version-3.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.5.0](https://img.shields.io/badge/AppVersion-11.5.0-informational?style=flat-square) +![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.5.0](https://img.shields.io/badge/AppVersion-11.5.0-informational?style=flat-square) A is photo gallery software for the web, built by an active community of users and developers. @@ -13,6 +13,7 @@ For more information, please click here: [piwigo](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `piwigo` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install piwigo TrueCharts/piwigo ``` @@ -48,7 +49,7 @@ helm install piwigo TrueCharts/piwigo **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall piwigo Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install piwigo TrueCharts/piwigo -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/pixark/CHANGELOG.md b/charts/incubator/pixark/CHANGELOG.md index 499eeedecb3..e3c4cdefec5 100644 --- a/charts/incubator/pixark/CHANGELOG.md +++ b/charts/incubator/pixark/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pixark-0.0.15](https://github.com/truecharts/charts/compare/pixark-0.0.14...pixark-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pixark-0.0.14](https://github.com/truecharts/apps/compare/pixark-0.0.13...pixark-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/pixark/Chart.yaml b/charts/incubator/pixark/Chart.yaml index 8763976ed0b..5067c18ad02 100644 --- a/charts/incubator/pixark/Chart.yaml +++ b/charts/incubator/pixark/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ PIXARK and run it (a normal server startup of PIXARK can take a long time!).\r\ - \n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/pixark -icon: https://truecharts.org/img/chart-icons/pixark.png +description: "This Docker will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!).\r\n" +home: https://truecharts.org/docs/charts/incubator/pixark +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixark.png keywords: - pixark - GameServers @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: pixark sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pixark - https://pixark.snail.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/pixark/README.md b/charts/incubator/pixark/README.md index 93b339d4ac4..03cab9bb024 100644 --- a/charts/incubator/pixark/README.md +++ b/charts/incubator/pixark/README.md @@ -1,6 +1,6 @@ # pixark -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!). @@ -13,6 +13,7 @@ For more information, please click here: [pixark](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pixark` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pixark TrueCharts/pixark ``` @@ -48,7 +49,7 @@ helm install pixark TrueCharts/pixark **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall pixark Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pixark TrueCharts/pixark -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/pixelserv-tls/CHANGELOG.md b/charts/incubator/pixelserv-tls/CHANGELOG.md index 1f128c4e793..afb029f2813 100644 --- a/charts/incubator/pixelserv-tls/CHANGELOG.md +++ b/charts/incubator/pixelserv-tls/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pixelserv-tls-0.0.15](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.14...pixelserv-tls-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pixelserv-tls-0.0.14](https://github.com/truecharts/apps/compare/pixelserv-tls-0.0.13...pixelserv-tls-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/pixelserv-tls/Chart.yaml b/charts/incubator/pixelserv-tls/Chart.yaml index 77f617ac075..c370821fa0f 100644 --- a/charts/incubator/pixelserv-tls/Chart.yaml +++ b/charts/incubator/pixelserv-tls/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "pixelserv-tls is a tiny bespoke HTTP/1.1 webserver with HTTPS and SNI\ - \ support. It acts on behalf of hundreds of thousands of advert/tracker servers\ - \ and responds to all requests with nothing to speed up web browsing.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/pixelserv-tls -icon: https://truecharts.org/img/chart-icons/pixelserv-tls.png +description: "pixelserv-tls is a tiny bespoke HTTP/1.1 webserver with HTTPS and SNI support. It acts on behalf of hundreds of thousands of advert/tracker servers and responds to all requests with nothing to speed up web browsing.\r\n" +home: https://truecharts.org/docs/charts/incubator/pixelserv-tls +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixelserv-tls.png keywords: - pixelserv-tls - Tools-Utilities @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: pixelserv-tls sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pixelserv-tls - https://github.com/imTHAI/docker-pixelserv-tls - https://hub.docker.com/r/imthai/pixelserv-tls/ type: application diff --git a/charts/incubator/pixelserv-tls/README.md b/charts/incubator/pixelserv-tls/README.md index a71ca245435..95b8ad921ad 100644 --- a/charts/incubator/pixelserv-tls/README.md +++ b/charts/incubator/pixelserv-tls/README.md @@ -1,6 +1,6 @@ # pixelserv-tls -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) pixelserv-tls is a tiny bespoke HTTP/1.1 webserver with HTTPS and SNI support. It acts on behalf of hundreds of thousands of advert/tracker servers and responds to all requests with nothing to speed up web browsing. @@ -13,6 +13,7 @@ For more information, please click here: [pixelserv-tls](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pixelserv-tls` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pixelserv-tls TrueCharts/pixelserv-tls ``` @@ -48,7 +49,7 @@ helm install pixelserv-tls TrueCharts/pixelserv-tls **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall pixelserv-tls Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pixelserv-tls TrueCharts/pixelserv-tls -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/plausible/CHANGELOG.md b/charts/incubator/plausible/CHANGELOG.md index d857a4bf1ec..4db05c7eb88 100644 --- a/charts/incubator/plausible/CHANGELOG.md +++ b/charts/incubator/plausible/CHANGELOG.md @@ -2,6 +2,16 @@ +## [plausible-1.0.6](https://github.com/truecharts/charts/compare/plausible-1.0.5...plausible-1.0.6) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [plausible-1.0.5](https://github.com/truecharts/apps/compare/plausible-1.0.4...plausible-1.0.5) (2022-07-26) ### Chore diff --git a/charts/incubator/plausible/Chart.yaml b/charts/incubator/plausible/Chart.yaml index 12e72817117..04f1b45f5fa 100644 --- a/charts/incubator/plausible/Chart.yaml +++ b/charts/incubator/plausible/Chart.yaml @@ -14,8 +14,8 @@ dependencies: version: 1.0.5 deprecated: false description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/r/plausible -icon: https://truecharts.org/img/chart-icons/plausible.png +home: https://truecharts.org/docs/charts/incubator/plausible +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.png keywords: - analytics - plausible @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: plausible sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/plausible - https://plausible.io/ - https://plausible.io/docs/self-hosting - https://github.com/plausible/analytics diff --git a/charts/incubator/plausible/README.md b/charts/incubator/plausible/README.md index fe5c5b5370d..eda2ec3829e 100644 --- a/charts/incubator/plausible/README.md +++ b/charts/incubator/plausible/README.md @@ -1,6 +1,6 @@ # plausible -![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.4](https://img.shields.io/badge/AppVersion-1.4.4-informational?style=flat-square) +![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.4](https://img.shields.io/badge/AppVersion-1.4.4-informational?style=flat-square) Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. @@ -13,6 +13,7 @@ For more information, please click here: [plausible](https://truecharts.org/docs ## Source Code +* * * * @@ -27,22 +28,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | clickhouse | 1.0.4 | -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | clickhouse | 1.0.5 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `plausible` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install plausible TrueCharts/plausible ``` @@ -53,7 +54,7 @@ helm install plausible TrueCharts/plausible **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -72,7 +73,7 @@ helm uninstall plausible Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -90,9 +91,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install plausible TrueCharts/plausible -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/plaxt/CHANGELOG.md b/charts/incubator/plaxt/CHANGELOG.md index 1e60282c0ed..f67d62af5ff 100644 --- a/charts/incubator/plaxt/CHANGELOG.md +++ b/charts/incubator/plaxt/CHANGELOG.md @@ -2,6 +2,16 @@ +## [plaxt-0.0.15](https://github.com/truecharts/charts/compare/plaxt-0.0.14...plaxt-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [plaxt-0.0.14](https://github.com/truecharts/apps/compare/plaxt-0.0.13...plaxt-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/plaxt/Chart.yaml b/charts/incubator/plaxt/Chart.yaml index 44300380862..45c178318a9 100644 --- a/charts/incubator/plaxt/Chart.yaml +++ b/charts/incubator/plaxt/Chart.yaml @@ -11,13 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Tools provides a way to keep your watched history synced FROM Plex\ - \ Server To Trakt.tv (IT will not do history prior to tool Installation) it uses\ - \ WebHooks to Accomplish this so a PLEX PASS Subscription is needed to use WebHooks.\r\ - \n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/plaxt -icon: https://truecharts.org/img/chart-icons/plaxt.png +description: "This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv (IT will not do history prior to tool Installation) it uses WebHooks to Accomplish this so a PLEX PASS Subscription is needed to use WebHooks.\r\n" +home: https://truecharts.org/docs/charts/incubator/plaxt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plaxt.png keywords: - plaxt - Other @@ -30,6 +26,7 @@ maintainers: url: https://truecharts.org name: plaxt sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/plaxt - https://github.com/XanderStrike/goplaxt - https://hub.docker.com/r/xanderstrike/goplaxt type: application diff --git a/charts/incubator/plaxt/README.md b/charts/incubator/plaxt/README.md index 19ddbb87414..f9dbeb95699 100644 --- a/charts/incubator/plaxt/README.md +++ b/charts/incubator/plaxt/README.md @@ -1,6 +1,6 @@ # plaxt -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv (IT will not do history prior to tool Installation) it uses WebHooks to Accomplish this so a PLEX PASS Subscription is needed to use WebHooks. @@ -13,6 +13,7 @@ For more information, please click here: [plaxt](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `plaxt` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install plaxt TrueCharts/plaxt ``` @@ -48,7 +49,7 @@ helm install plaxt TrueCharts/plaxt **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall plaxt Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install plaxt TrueCharts/plaxt -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/plex-auto-languages/CHANGELOG.md b/charts/incubator/plex-auto-languages/CHANGELOG.md index fe86f903c79..4cd76f00f8b 100644 --- a/charts/incubator/plex-auto-languages/CHANGELOG.md +++ b/charts/incubator/plex-auto-languages/CHANGELOG.md @@ -2,6 +2,16 @@ +## [plex-auto-languages-0.0.15](https://github.com/truecharts/charts/compare/plex-auto-languages-0.0.14...plex-auto-languages-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [plex-auto-languages-0.0.14](https://github.com/truecharts/apps/compare/plex-auto-languages-0.0.13...plex-auto-languages-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/plex-auto-languages/Chart.yaml b/charts/incubator/plex-auto-languages/Chart.yaml index 493797c9ae3..0461bc7a03d 100644 --- a/charts/incubator/plex-auto-languages/Chart.yaml +++ b/charts/incubator/plex-auto-languages/Chart.yaml @@ -12,11 +12,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Mes vidos sur TrueNAS disponibles sur : https://www.youtube.com/superboki\r\ - \n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/plex-auto-languages -icon: https://truecharts.org/img/chart-icons/plex-auto-languages.png +description: "Mes vidos sur TrueNAS disponibles sur : https://www.youtube.com/superboki\r\n" +home: https://truecharts.org/docs/charts/incubator/plex-auto-languages +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-auto-languages.png keywords: - plex-auto-languages - Tools-Utilities @@ -30,6 +28,7 @@ maintainers: url: https://truecharts.org name: plex-auto-languages sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/plex-auto-languages - https://github.com/remirigal/plex-auto-languages - https://hub.docker.com/r/remirigal/plex-auto-languages type: application diff --git a/charts/incubator/plex-auto-languages/README.md b/charts/incubator/plex-auto-languages/README.md index 27d374183fa..ff539504085 100644 --- a/charts/incubator/plex-auto-languages/README.md +++ b/charts/incubator/plex-auto-languages/README.md @@ -1,6 +1,6 @@ # plex-auto-languages -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Mes vidos sur TrueNAS disponibles sur : https://www.youtube.com/superboki @@ -13,6 +13,7 @@ For more information, please click here: [plex-auto-languages](https://truechart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `plex-auto-languages` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install plex-auto-languages TrueCharts/plex-auto-languages ``` @@ -48,7 +49,7 @@ helm install plex-auto-languages TrueCharts/plex-auto-languages **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall plex-auto-languages Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install plex-auto-languages TrueCharts/plex-auto-languages -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/plex-meta-manager/CHANGELOG.md b/charts/incubator/plex-meta-manager/CHANGELOG.md index a5e9a99874c..a70c821b414 100644 --- a/charts/incubator/plex-meta-manager/CHANGELOG.md +++ b/charts/incubator/plex-meta-manager/CHANGELOG.md @@ -2,6 +2,16 @@ +## [plex-meta-manager-0.0.13](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.12...plex-meta-manager-0.0.13) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [plex-meta-manager-0.0.12](https://github.com/truecharts/apps/compare/plex-meta-manager-0.0.11...plex-meta-manager-0.0.12) (2022-07-26) ### Chore diff --git a/charts/incubator/plex-meta-manager/Chart.yaml b/charts/incubator/plex-meta-manager/Chart.yaml index e35354548ff..ea4dd177936 100644 --- a/charts/incubator/plex-meta-manager/Chart.yaml +++ b/charts/incubator/plex-meta-manager/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "1.17.2" description: Python script to update metadata and automatically build collections. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/incubator/plex-meta-manager -icon: https://truecharts.org/img/chart-icons/plex-meta-manager.png +home: https://truecharts.org/docs/charts/incubator/plex-meta-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.png keywords: - plex-meta-manager sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/plex-meta-manager - https://hub.docker.com/r/meisnate12/Plex-Meta-Manager - https://github.com/meisnate12/Plex-Meta-Manager dependencies: diff --git a/charts/incubator/plex-meta-manager/README.md b/charts/incubator/plex-meta-manager/README.md index 4448c1f7e92..1009f25c06f 100644 --- a/charts/incubator/plex-meta-manager/README.md +++ b/charts/incubator/plex-meta-manager/README.md @@ -1,6 +1,6 @@ # plex-meta-manager -![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.2](https://img.shields.io/badge/AppVersion-1.17.2-informational?style=flat-square) +![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.2](https://img.shields.io/badge/AppVersion-1.17.2-informational?style=flat-square) Python script to update metadata and automatically build collections. @@ -13,6 +13,7 @@ For more information, please click here: [plex-meta-manager](https://truecharts. ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `plex-meta-manager` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install plex-meta-manager TrueCharts/plex-meta-manager ``` @@ -48,7 +49,7 @@ helm install plex-meta-manager TrueCharts/plex-meta-manager **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall plex-meta-manager Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install plex-meta-manager TrueCharts/plex-meta-manager -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/plex-utills/CHANGELOG.md b/charts/incubator/plex-utills/CHANGELOG.md index a535546a36b..bc988a21c59 100644 --- a/charts/incubator/plex-utills/CHANGELOG.md +++ b/charts/incubator/plex-utills/CHANGELOG.md @@ -2,6 +2,16 @@ +## [plex-utills-0.0.15](https://github.com/truecharts/charts/compare/plex-utills-0.0.14...plex-utills-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [plex-utills-0.0.14](https://github.com/truecharts/apps/compare/plex-utills-0.0.13...plex-utills-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/plex-utills/Chart.yaml b/charts/incubator/plex-utills/Chart.yaml index 02a88959e9d..5141b626abf 100644 --- a/charts/incubator/plex-utills/Chart.yaml +++ b/charts/incubator/plex-utills/Chart.yaml @@ -10,13 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - A utility to help manage your library. Options include adding 4k banners - and HDR banners to your poster art automactically, auto collections for Disney and - Pixar Studios and hiding/auto optimising media files where there is only a 4k version - available. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/plex-utills -icon: https://truecharts.org/img/chart-icons/plex-utills.png +description: A utility to help manage your library. Options include adding 4k banners and HDR banners to your poster art automactically, auto collections for Disney and Pixar Studios and hiding/auto optimising media files where there is only a 4k version available. +home: https://truecharts.org/docs/charts/incubator/plex-utills +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.png keywords: - plex-utills - Tools-Utilities @@ -28,6 +24,7 @@ maintainers: url: https://truecharts.org name: plex-utills sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/plex-utills - https://github.com/jkirkcaldy/plex-utills - https://hub.docker.com/r/jkirkcaldy/plex-utills/ type: application diff --git a/charts/incubator/plex-utills/README.md b/charts/incubator/plex-utills/README.md index b34733f1365..62fe3171706 100644 --- a/charts/incubator/plex-utills/README.md +++ b/charts/incubator/plex-utills/README.md @@ -1,6 +1,6 @@ # plex-utills -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A utility to help manage your library. Options include adding 4k banners and HDR banners to your poster art automactically, auto collections for Disney and Pixar Studios and hiding/auto optimising media files where there is only a 4k version available. @@ -13,6 +13,7 @@ For more information, please click here: [plex-utills](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `plex-utills` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install plex-utills TrueCharts/plex-utills ``` @@ -48,7 +49,7 @@ helm install plex-utills TrueCharts/plex-utills **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall plex-utills Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install plex-utills TrueCharts/plex-utills -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/plexripper/CHANGELOG.md b/charts/incubator/plexripper/CHANGELOG.md index a351ea0f8e4..458b2855245 100644 --- a/charts/incubator/plexripper/CHANGELOG.md +++ b/charts/incubator/plexripper/CHANGELOG.md @@ -2,6 +2,16 @@ +## [plexripper-0.0.15](https://github.com/truecharts/charts/compare/plexripper-0.0.14...plexripper-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [plexripper-0.0.14](https://github.com/truecharts/apps/compare/plexripper-0.0.13...plexripper-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/plexripper/Chart.yaml b/charts/incubator/plexripper/Chart.yaml index 25c0e5a7822..1b257063036 100644 --- a/charts/incubator/plexripper/Chart.yaml +++ b/charts/incubator/plexripper/Chart.yaml @@ -14,13 +14,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Tired of searching for media on different torrent websites or paying - for Usenet server access? Well look no further! You can now use PlexRipper to download - "everything" from the Plex servers you have access to and expand your collection - that way! Let others collect media for you and then just download everything! -home: https://github.com/truecharts/charts/tree/master/charts/incubator/plexripper -icon: https://truecharts.org/img/chart-icons/plexripper.png +description: Tired of searching for media on different torrent websites or paying for Usenet server access? Well look no further! You can now use PlexRipper to download "everything" from the Plex servers you have access to and expand your collection that way! Let others collect media for you and then just download everything! +home: https://truecharts.org/docs/charts/incubator/plexripper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.png keywords: - plexripper - Backup @@ -36,6 +32,7 @@ maintainers: url: https://truecharts.org name: plexripper sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/plexripper - https://github.com/PlexRipper/PlexRipper/ - https://hub.docker.com/r/plexripper/plexripper/ type: application diff --git a/charts/incubator/plexripper/README.md b/charts/incubator/plexripper/README.md index b9686d8d9b1..e6674d409fa 100644 --- a/charts/incubator/plexripper/README.md +++ b/charts/incubator/plexripper/README.md @@ -1,6 +1,6 @@ # plexripper -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Tired of searching for media on different torrent websites or paying for Usenet server access? Well look no further! You can now use PlexRipper to download "everything" from the Plex servers you have access to and expand your collection that way! Let others collect media for you and then just download everything! @@ -13,6 +13,7 @@ For more information, please click here: [plexripper](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `plexripper` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install plexripper TrueCharts/plexripper ``` @@ -48,7 +49,7 @@ helm install plexripper TrueCharts/plexripper **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall plexripper Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install plexripper TrueCharts/plexripper -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/plextraktsync/CHANGELOG.md b/charts/incubator/plextraktsync/CHANGELOG.md index 1b3bef2b0ad..54654a7f0b8 100644 --- a/charts/incubator/plextraktsync/CHANGELOG.md +++ b/charts/incubator/plextraktsync/CHANGELOG.md @@ -2,6 +2,16 @@ +## [plextraktsync-0.0.16](https://github.com/truecharts/charts/compare/plextraktsync-0.0.15...plextraktsync-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [plextraktsync-0.0.15](https://github.com/truecharts/apps/compare/plextraktsync-0.0.14...plextraktsync-0.0.15) (2022-07-27) ### Chore diff --git a/charts/incubator/plextraktsync/Chart.yaml b/charts/incubator/plextraktsync/Chart.yaml index 7ad7206ea54..0af0140b555 100644 --- a/charts/incubator/plextraktsync/Chart.yaml +++ b/charts/incubator/plextraktsync/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Cette app permet de synchroniser le contenu de votre bibliotheque plex\ - \ (pas de plexpass obligatoire) avec le site trakt.tv .\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/plextraktsync -icon: https://truecharts.org/img/chart-icons/plextraktsync.png +description: "Cette app permet de synchroniser le contenu de votre bibliotheque plex (pas de plexpass obligatoire) avec le site trakt.tv .\r\n" +home: https://truecharts.org/docs/charts/incubator/plextraktsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.png keywords: - plextraktsync - Tools-Utilities @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: plextraktsync sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/plextraktsync - https://github.com/Taxel/PlexTraktSync - https://ghcr.io/taxel/plextraktsync type: application diff --git a/charts/incubator/plextraktsync/README.md b/charts/incubator/plextraktsync/README.md index 9b85c40efce..51f14279879 100644 --- a/charts/incubator/plextraktsync/README.md +++ b/charts/incubator/plextraktsync/README.md @@ -1,6 +1,6 @@ # plextraktsync -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Cette app permet de synchroniser le contenu de votre bibliotheque plex (pas de plexpass obligatoire) avec le site trakt.tv . @@ -13,6 +13,7 @@ For more information, please click here: [plextraktsync](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `plextraktsync` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install plextraktsync TrueCharts/plextraktsync ``` @@ -48,7 +49,7 @@ helm install plextraktsync TrueCharts/plextraktsync **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall plextraktsync Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install plextraktsync TrueCharts/plextraktsync -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/post-recording/CHANGELOG.md b/charts/incubator/post-recording/CHANGELOG.md index de141a77eb4..018cc4ee74d 100644 --- a/charts/incubator/post-recording/CHANGELOG.md +++ b/charts/incubator/post-recording/CHANGELOG.md @@ -2,6 +2,16 @@ +## [post-recording-0.0.15](https://github.com/truecharts/charts/compare/post-recording-0.0.14...post-recording-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [post-recording-0.0.14](https://github.com/truecharts/apps/compare/post-recording-0.0.13...post-recording-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/post-recording/Chart.yaml b/charts/incubator/post-recording/Chart.yaml index d7ff36c26f9..f5274d34b9b 100644 --- a/charts/incubator/post-recording/Chart.yaml +++ b/charts/incubator/post-recording/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Watches for .ts files made by Live TV recordings, convert them to a\ - \ friendly format, extract .srt file, add chapters with comchap or remove them with\ - \ comcut. Tested with Emby recordings.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/post-recording -icon: https://truecharts.org/img/chart-icons/post-recording.png +description: "Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings.\r\n" +home: https://truecharts.org/docs/charts/incubator/post-recording +icon: https://truecharts.org/img/hotlink-ok/chart-icons/post-recording.png keywords: - post-recording - MediaApp-Video @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: post-recording sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/post-recording - https://github.com/chacawaca/docker-post-recording - https://hub.docker.com/r/chacawaca/post-recording type: application diff --git a/charts/incubator/post-recording/README.md b/charts/incubator/post-recording/README.md index 0b56e492316..0f3930d4322 100644 --- a/charts/incubator/post-recording/README.md +++ b/charts/incubator/post-recording/README.md @@ -1,6 +1,6 @@ # post-recording -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings. @@ -13,6 +13,7 @@ For more information, please click here: [post-recording](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `post-recording` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install post-recording TrueCharts/post-recording ``` @@ -48,7 +49,7 @@ helm install post-recording TrueCharts/post-recording **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall post-recording Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install post-recording TrueCharts/post-recording -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/poste/CHANGELOG.md b/charts/incubator/poste/CHANGELOG.md index 9682daae5e5..f4e00282012 100644 --- a/charts/incubator/poste/CHANGELOG.md +++ b/charts/incubator/poste/CHANGELOG.md @@ -2,6 +2,16 @@ +## [poste-0.0.15](https://github.com/truecharts/charts/compare/poste-0.0.14...poste-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [poste-0.0.14](https://github.com/truecharts/apps/compare/poste-0.0.13...poste-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/poste/Chart.yaml b/charts/incubator/poste/Chart.yaml index 22074ff93a8..3b4e77ea587 100644 --- a/charts/incubator/poste/Chart.yaml +++ b/charts/incubator/poste/Chart.yaml @@ -14,11 +14,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "FREE version of Poste.io, full mail server solution. POP3, SMTP, IMAP,\ - \ Spamassassin, WebMail, WebAdmin. \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/poste -icon: https://truecharts.org/img/chart-icons/poste.png +description: "FREE version of Poste.io, full mail server solution. POP3, SMTP, IMAP, Spamassassin, WebMail, WebAdmin. \r\n" +home: https://truecharts.org/docs/charts/incubator/poste +icon: https://truecharts.org/img/hotlink-ok/chart-icons/poste.png keywords: - poste - Cloud @@ -34,6 +32,7 @@ maintainers: url: https://truecharts.org name: poste sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/poste - https://poste.io/ - https://hub.docker.com/r/analogic/poste.io/ type: application diff --git a/charts/incubator/poste/README.md b/charts/incubator/poste/README.md index db3654d9f33..b13c77a2aef 100644 --- a/charts/incubator/poste/README.md +++ b/charts/incubator/poste/README.md @@ -1,6 +1,6 @@ # poste -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) FREE version of Poste.io, full mail server solution. POP3, SMTP, IMAP, Spamassassin, WebMail, WebAdmin. @@ -13,6 +13,7 @@ For more information, please click here: [poste](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `poste` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install poste TrueCharts/poste ``` @@ -48,7 +49,7 @@ helm install poste TrueCharts/poste **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall poste Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install poste TrueCharts/poste -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/posterr/CHANGELOG.md b/charts/incubator/posterr/CHANGELOG.md index 82912602db9..c0afdf98799 100644 --- a/charts/incubator/posterr/CHANGELOG.md +++ b/charts/incubator/posterr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [posterr-0.0.15](https://github.com/truecharts/charts/compare/posterr-0.0.14...posterr-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [posterr-0.0.14](https://github.com/truecharts/apps/compare/posterr-0.0.13...posterr-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/posterr/Chart.yaml b/charts/incubator/posterr/Chart.yaml index 88717f09c90..58792e648f8 100644 --- a/charts/incubator/posterr/Chart.yaml +++ b/charts/incubator/posterr/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: Media display for Plex, sonarr and radarr -home: https://github.com/truecharts/charts/tree/master/charts/incubator/posterr -icon: https://truecharts.org/img/chart-icons/posterr.png +home: https://truecharts.org/docs/charts/incubator/posterr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.png keywords: - posterr - MediaServer-Other @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: posterr sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/posterr - https://github.com/petersem/posterr - https://hub.docker.com/r/petersem/posterr/ type: application diff --git a/charts/incubator/posterr/README.md b/charts/incubator/posterr/README.md index 338c6eb03d3..105428d45ca 100644 --- a/charts/incubator/posterr/README.md +++ b/charts/incubator/posterr/README.md @@ -1,6 +1,6 @@ # posterr -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Media display for Plex, sonarr and radarr @@ -13,6 +13,7 @@ For more information, please click here: [posterr](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `posterr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install posterr TrueCharts/posterr ``` @@ -48,7 +49,7 @@ helm install posterr TrueCharts/posterr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall posterr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install posterr TrueCharts/posterr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/postscriptum/CHANGELOG.md b/charts/incubator/postscriptum/CHANGELOG.md index 400fa1ed449..f838ec67f69 100644 --- a/charts/incubator/postscriptum/CHANGELOG.md +++ b/charts/incubator/postscriptum/CHANGELOG.md @@ -2,6 +2,16 @@ +## [postscriptum-0.0.15](https://github.com/truecharts/charts/compare/postscriptum-0.0.14...postscriptum-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [postscriptum-0.0.14](https://github.com/truecharts/apps/compare/postscriptum-0.0.13...postscriptum-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/postscriptum/Chart.yaml b/charts/incubator/postscriptum/Chart.yaml index e470c1bf0b1..ccfa3c2855b 100644 --- a/charts/incubator/postscriptum/Chart.yaml +++ b/charts/incubator/postscriptum/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ PostScriptum and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/postscriptum -icon: https://truecharts.org/img/chart-icons/postscriptum.png +description: "This Docker will download and install SteamCMD. It will also install PostScriptum and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/postscriptum +icon: https://truecharts.org/img/hotlink-ok/chart-icons/postscriptum.png keywords: - postscriptum - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: postscriptum sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/postscriptum - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/postscriptum/README.md b/charts/incubator/postscriptum/README.md index 981de5313ae..9c0e2d8348a 100644 --- a/charts/incubator/postscriptum/README.md +++ b/charts/incubator/postscriptum/README.md @@ -1,6 +1,6 @@ # postscriptum -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install PostScriptum and run it. @@ -13,6 +13,7 @@ For more information, please click here: [postscriptum](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `postscriptum` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install postscriptum TrueCharts/postscriptum ``` @@ -48,7 +49,7 @@ helm install postscriptum TrueCharts/postscriptum **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall postscriptum Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install postscriptum TrueCharts/postscriptum -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/preclear/CHANGELOG.md b/charts/incubator/preclear/CHANGELOG.md index de30f94cc54..4a297d4a81b 100644 --- a/charts/incubator/preclear/CHANGELOG.md +++ b/charts/incubator/preclear/CHANGELOG.md @@ -2,6 +2,16 @@ +## [preclear-0.0.15](https://github.com/truecharts/charts/compare/preclear-0.0.14...preclear-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [preclear-0.0.14](https://github.com/truecharts/apps/compare/preclear-0.0.13...preclear-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/preclear/Chart.yaml b/charts/incubator/preclear/Chart.yaml index 9b6c49286ce..a55556338f3 100644 --- a/charts/incubator/preclear/Chart.yaml +++ b/charts/incubator/preclear/Chart.yaml @@ -10,13 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - A utility to "burn-in" a new disk, before adding it to your array has - been requested several times. Also requested is a process to "pre-clear" a hard - disk before adding it to your array. When a special "signature" is detected, the - lengthy "clearing" step otherwise performed by TrueNAS is skipped. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/preclear -icon: https://truecharts.org/img/chart-icons/preclear.png +description: A utility to "burn-in" a new disk, before adding it to your array has been requested several times. Also requested is a process to "pre-clear" a hard disk before adding it to your array. When a special "signature" is detected, the lengthy "clearing" step otherwise performed by TrueNAS is skipped. +home: https://truecharts.org/docs/charts/incubator/preclear +icon: https://truecharts.org/img/hotlink-ok/chart-icons/preclear.png keywords: - preclear - Productivity @@ -28,6 +24,7 @@ maintainers: url: https://truecharts.org name: preclear sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/preclear - https://forums.TrueNAS.net/topic/2732-preclear_disksh-a-new-utility-to-burn-in-and-pre-clear-disks-for-quick-add/ - https://registry.hub.docker.com/r/binhex/arch-preclear/ - https://github.com/binhex/documentation diff --git a/charts/incubator/preclear/README.md b/charts/incubator/preclear/README.md index 39d1a8ee864..186f4baa97c 100644 --- a/charts/incubator/preclear/README.md +++ b/charts/incubator/preclear/README.md @@ -1,6 +1,6 @@ # preclear -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A utility to "burn-in" a new disk, before adding it to your array has been requested several times. Also requested is a process to "pre-clear" a hard disk before adding it to your array. When a special "signature" is detected, the lengthy "clearing" step otherwise performed by TrueNAS is skipped. @@ -13,6 +13,7 @@ For more information, please click here: [preclear](https://truecharts.org/docs/ ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `preclear` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install preclear TrueCharts/preclear ``` @@ -49,7 +50,7 @@ helm install preclear TrueCharts/preclear **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall preclear Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install preclear TrueCharts/preclear -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/pritunl/CHANGELOG.md b/charts/incubator/pritunl/CHANGELOG.md index e99528ac665..f22be9acde0 100644 --- a/charts/incubator/pritunl/CHANGELOG.md +++ b/charts/incubator/pritunl/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pritunl-0.0.15](https://github.com/truecharts/charts/compare/pritunl-0.0.14...pritunl-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pritunl-0.0.14](https://github.com/truecharts/apps/compare/pritunl-0.0.13...pritunl-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/pritunl/Chart.yaml b/charts/incubator/pritunl/Chart.yaml index 1e84d91f292..7f20e2328d7 100644 --- a/charts/incubator/pritunl/Chart.yaml +++ b/charts/incubator/pritunl/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: "Run a Pritunl VPN Server [br][br] - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/pritunl -icon: https://truecharts.org/img/chart-icons/pritunl.png +description: "Run a Pritunl VPN Server [br][br]\n" +home: https://truecharts.org/docs/charts/incubator/pritunl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pritunl.png keywords: - pritunl - Network-Other @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: pritunl sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pritunl - https://pritunl.com/ - https://hub.docker.com/r/bashninja/docker-pritunl/ type: application diff --git a/charts/incubator/pritunl/README.md b/charts/incubator/pritunl/README.md index bd63650b317..5b7c2bb62e5 100644 --- a/charts/incubator/pritunl/README.md +++ b/charts/incubator/pritunl/README.md @@ -1,6 +1,6 @@ # pritunl -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Run a Pritunl VPN Server [br][br] @@ -13,6 +13,7 @@ For more information, please click here: [pritunl](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pritunl` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pritunl TrueCharts/pritunl ``` @@ -48,7 +49,7 @@ helm install pritunl TrueCharts/pritunl **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall pritunl Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pritunl TrueCharts/pritunl -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/privatebin/CHANGELOG.md b/charts/incubator/privatebin/CHANGELOG.md index f5451cf1072..aa8476d25ce 100644 --- a/charts/incubator/privatebin/CHANGELOG.md +++ b/charts/incubator/privatebin/CHANGELOG.md @@ -2,6 +2,16 @@ +## [privatebin-0.0.25](https://github.com/truecharts/charts/compare/privatebin-0.0.24...privatebin-0.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [privatebin-0.0.24](https://github.com/truecharts/apps/compare/privatebin-0.0.23...privatebin-0.0.24) (2022-07-26) ### Chore diff --git a/charts/incubator/privatebin/Chart.yaml b/charts/incubator/privatebin/Chart.yaml index 282e71f5cd3..05204a8591a 100644 --- a/charts/incubator/privatebin/Chart.yaml +++ b/charts/incubator/privatebin/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 8.0.50 deprecated: false description: PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/privatebin -icon: https://truecharts.org/img/chart-icons/privatebin.png +home: https://truecharts.org/docs/charts/incubator/privatebin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/privatebin.png keywords: - privatebin - pastebin @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: privatebin sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/privatebin - https://privatebin.info/ - https://github.com/PrivateBin/PrivateBin - https://hub.docker.com/r/privatebin/pdo diff --git a/charts/incubator/privatebin/README.md b/charts/incubator/privatebin/README.md index fc10cfc2741..b58befa6e97 100644 --- a/charts/incubator/privatebin/README.md +++ b/charts/incubator/privatebin/README.md @@ -1,6 +1,6 @@ # privatebin -![Version: 0.0.24](https://img.shields.io/badge/Version-0.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) +![Version: 0.0.25](https://img.shields.io/badge/Version-0.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. @@ -13,6 +13,7 @@ For more information, please click here: [privatebin](https://truecharts.org/doc ## Source Code +* * * * @@ -25,21 +26,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `privatebin` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install privatebin TrueCharts/privatebin ``` @@ -50,7 +51,7 @@ helm install privatebin TrueCharts/privatebin **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall privatebin Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install privatebin TrueCharts/privatebin -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/projectzomboidreporter-frontend/CHANGELOG.md b/charts/incubator/projectzomboidreporter-frontend/CHANGELOG.md index 421a4e07d84..1132b3a18b8 100644 --- a/charts/incubator/projectzomboidreporter-frontend/CHANGELOG.md +++ b/charts/incubator/projectzomboidreporter-frontend/CHANGELOG.md @@ -2,6 +2,16 @@ +## [projectzomboidreporter-frontend-0.0.15](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.14...projectzomboidreporter-frontend-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [projectzomboidreporter-frontend-0.0.14](https://github.com/truecharts/apps/compare/projectzomboidreporter-frontend-0.0.13...projectzomboidreporter-frontend-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/projectzomboidreporter-frontend/Chart.yaml b/charts/incubator/projectzomboidreporter-frontend/Chart.yaml index 02d5d3ac112..d98bce25bab 100644 --- a/charts/incubator/projectzomboidreporter-frontend/Chart.yaml +++ b/charts/incubator/projectzomboidreporter-frontend/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - This is the frontend template used in the Project Zomboid Reporter. All - visuals used in the final Reporter are pulled from here. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/projectzomboidreporter-frontend -icon: https://truecharts.org/img/chart-icons/projectzomboidreporter-frontend.png +description: This is the frontend template used in the Project Zomboid Reporter. All visuals used in the final Reporter are pulled from here. +home: https://truecharts.org/docs/charts/incubator/projectzomboidreporter-frontend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectzomboidreporter-frontend.png keywords: - projectzomboidreporter-frontend - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: projectzomboidreporter-frontend sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/projectzomboidreporter-frontend - https://github.com/ChrisAshtear/Zomboid-Server-Stats-Reporter/ - https://hub.docker.com/r/chrisashtear/zomboid-reporter-frontend/ type: application diff --git a/charts/incubator/projectzomboidreporter-frontend/README.md b/charts/incubator/projectzomboidreporter-frontend/README.md index dc7f58fbf5e..b2c62a99d97 100644 --- a/charts/incubator/projectzomboidreporter-frontend/README.md +++ b/charts/incubator/projectzomboidreporter-frontend/README.md @@ -1,6 +1,6 @@ # projectzomboidreporter-frontend -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This is the frontend template used in the Project Zomboid Reporter. All visuals used in the final Reporter are pulled from here. @@ -13,6 +13,7 @@ For more information, please click here: [projectzomboidreporter-frontend](https ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `projectzomboidreporter-frontend` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install projectzomboidreporter-frontend TrueCharts/projectzomboidreporter-frontend ``` @@ -48,7 +49,7 @@ helm install projectzomboidreporter-frontend TrueCharts/projectzomboidreporter-f **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall projectzomboidreporter-frontend Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install projectzomboidreporter-frontend TrueCharts/projectzomboidreporter-frontend -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/prpdf/CHANGELOG.md b/charts/incubator/prpdf/CHANGELOG.md index 898cc195de9..116bdabc114 100644 --- a/charts/incubator/prpdf/CHANGELOG.md +++ b/charts/incubator/prpdf/CHANGELOG.md @@ -2,6 +2,16 @@ +## [prpdf-0.0.15](https://github.com/truecharts/charts/compare/prpdf-0.0.14...prpdf-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [prpdf-0.0.14](https://github.com/truecharts/apps/compare/prpdf-0.0.13...prpdf-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/prpdf/Chart.yaml b/charts/incubator/prpdf/Chart.yaml index c13cdbe0dfa..890935b2dd2 100644 --- a/charts/incubator/prpdf/Chart.yaml +++ b/charts/incubator/prpdf/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This tool is for Preview and Rename scanned PDF-Documents. Rulebased\ - \ autoscan with OCR. Merge etc. \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/prpdf -icon: https://truecharts.org/img/chart-icons/prpdf.png +description: "This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc. \r\n" +home: https://truecharts.org/docs/charts/incubator/prpdf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prpdf.png keywords: - prpdf - Productivity @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: prpdf sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/prpdf - https://github.com/maschhoff/prpdf - https://hub.docker.com/r/knex666/prpdf type: application diff --git a/charts/incubator/prpdf/README.md b/charts/incubator/prpdf/README.md index cb2fcf3f783..635d17af6a2 100644 --- a/charts/incubator/prpdf/README.md +++ b/charts/incubator/prpdf/README.md @@ -1,6 +1,6 @@ # prpdf -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc. @@ -13,6 +13,7 @@ For more information, please click here: [prpdf](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `prpdf` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install prpdf TrueCharts/prpdf ``` @@ -48,7 +49,7 @@ helm install prpdf TrueCharts/prpdf **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall prpdf Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install prpdf TrueCharts/prpdf -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/prusaslicer-novnc/CHANGELOG.md b/charts/incubator/prusaslicer-novnc/CHANGELOG.md index e90414f457e..8c3d88cdc8b 100644 --- a/charts/incubator/prusaslicer-novnc/CHANGELOG.md +++ b/charts/incubator/prusaslicer-novnc/CHANGELOG.md @@ -2,6 +2,16 @@ +## [prusaslicer-novnc-0.0.16](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.15...prusaslicer-novnc-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [prusaslicer-novnc-0.0.15](https://github.com/truecharts/apps/compare/prusaslicer-novnc-0.0.14...prusaslicer-novnc-0.0.15) (2022-07-29) ### Chore diff --git a/charts/incubator/prusaslicer-novnc/Chart.yaml b/charts/incubator/prusaslicer-novnc/Chart.yaml index 51d84abab48..1d3844cae41 100644 --- a/charts/incubator/prusaslicer-novnc/Chart.yaml +++ b/charts/incubator/prusaslicer-novnc/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Enjoy Prusaslicer directly in your browser with this easy to use Docker\ - \ container.\r\n" +description: "Enjoy Prusaslicer directly in your browser with this easy to use Docker container.\r\n" home: https://truecharts.org/docs/charts/incubator/prusaslicer-novnc -icon: https://truecharts.org/img/chart-icons/prusaslicer-novnc.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png keywords: - prusaslicer-novnc - HomeAutomation @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: prusaslicer-novnc sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/prusaslicer-novnc - https://www.prusa3d.com/prusaslicer/ - https://hub.docker.com/r/mikeah/prusaslicer-novnc type: application diff --git a/charts/incubator/prusaslicer-novnc/README.md b/charts/incubator/prusaslicer-novnc/README.md index f3e41e3c2b1..26d418e979b 100644 --- a/charts/incubator/prusaslicer-novnc/README.md +++ b/charts/incubator/prusaslicer-novnc/README.md @@ -1,6 +1,6 @@ # prusaslicer-novnc -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Enjoy Prusaslicer directly in your browser with this easy to use Docker container. @@ -13,6 +13,7 @@ For more information, please click here: [prusaslicer-novnc](https://truecharts. ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `prusaslicer-novnc` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install prusaslicer-novnc TrueCharts/prusaslicer-novnc ``` @@ -48,7 +49,7 @@ helm install prusaslicer-novnc TrueCharts/prusaslicer-novnc **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall prusaslicer-novnc Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install prusaslicer-novnc TrueCharts/prusaslicer-novnc -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ps3netsrv/CHANGELOG.md b/charts/incubator/ps3netsrv/CHANGELOG.md index 0ea5b55cf17..f2c67f3e86c 100644 --- a/charts/incubator/ps3netsrv/CHANGELOG.md +++ b/charts/incubator/ps3netsrv/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ps3netsrv-0.0.15](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.14...ps3netsrv-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ps3netsrv-0.0.14](https://github.com/truecharts/apps/compare/ps3netsrv-0.0.13...ps3netsrv-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/ps3netsrv/Chart.yaml b/charts/incubator/ps3netsrv/Chart.yaml index 32c3b0e664d..7d0914ae10c 100644 --- a/charts/incubator/ps3netsrv/Chart.yaml +++ b/charts/incubator/ps3netsrv/Chart.yaml @@ -9,14 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "PS3netsrv is a program that allows Multiman or Webman to play game backups - that are stored on your TrueNAS server. [span style='color: #E80000;']THIS IS IN - BETA AND HAS REPORTED ISSUES with TrueNAS 6.8.0 and higher.[/span][br][br] - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/ps3netsrv -icon: https://truecharts.org/img/chart-icons/ps3netsrv.png +description: "PS3netsrv is a program that allows Multiman or Webman to play game backups that are stored on your TrueNAS server. [span style='color: #E80000;']THIS IS IN BETA AND HAS REPORTED ISSUES with TrueNAS 6.8.0 and higher.[/span][br][br]\n" +home: https://truecharts.org/docs/charts/incubator/ps3netsrv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ps3netsrv.png keywords: - ps3netsrv - Network-Other @@ -27,6 +22,7 @@ maintainers: url: https://truecharts.org name: ps3netsrv sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ps3netsrv - https://github.com/aldostools/webMAN-MOD/tree/master/_Projects_/ps3netsrv - https://hub.docker.com/r/shawly/ps3netsrv type: application diff --git a/charts/incubator/ps3netsrv/README.md b/charts/incubator/ps3netsrv/README.md index ea7b950867e..df108714303 100644 --- a/charts/incubator/ps3netsrv/README.md +++ b/charts/incubator/ps3netsrv/README.md @@ -1,6 +1,6 @@ # ps3netsrv -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) PS3netsrv is a program that allows Multiman or Webman to play game backups that are stored on your TrueNAS server. [span style='color: #E80000;']THIS IS IN BETA AND HAS REPORTED ISSUES with TrueNAS 6.8.0 and higher.[/span][br][br] @@ -13,6 +13,7 @@ For more information, please click here: [ps3netsrv](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ps3netsrv` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ps3netsrv TrueCharts/ps3netsrv ``` @@ -48,7 +49,7 @@ helm install ps3netsrv TrueCharts/ps3netsrv **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ps3netsrv Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ps3netsrv TrueCharts/ps3netsrv -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/pt-helper/CHANGELOG.md b/charts/incubator/pt-helper/CHANGELOG.md index cc806f6c622..5a9d2a4a4e5 100644 --- a/charts/incubator/pt-helper/CHANGELOG.md +++ b/charts/incubator/pt-helper/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pt-helper-0.0.15](https://github.com/truecharts/charts/compare/pt-helper-0.0.14...pt-helper-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pt-helper-0.0.14](https://github.com/truecharts/apps/compare/pt-helper-0.0.13...pt-helper-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/pt-helper/Chart.yaml b/charts/incubator/pt-helper/Chart.yaml index 8767d3a85a9..53e45dd05e9 100644 --- a/charts/incubator/pt-helper/Chart.yaml +++ b/charts/incubator/pt-helper/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - A tool that can automatically download free seeds and delete them after - the free time expires. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/pt-helper -icon: https://truecharts.org/img/chart-icons/pt-helper.png +description: A tool that can automatically download free seeds and delete them after the free time expires. +home: https://truecharts.org/docs/charts/incubator/pt-helper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pt-helper.png keywords: - pt-helper - Tools-Utilities @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: pt-helper sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pt-helper - https://hub.docker.com/r/crazyq/pt_helper type: application version: 0.0.15 diff --git a/charts/incubator/pt-helper/README.md b/charts/incubator/pt-helper/README.md index d80943159d1..83e41978b92 100644 --- a/charts/incubator/pt-helper/README.md +++ b/charts/incubator/pt-helper/README.md @@ -1,6 +1,6 @@ # pt-helper -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A tool that can automatically download free seeds and delete them after the free time expires. @@ -13,6 +13,7 @@ For more information, please click here: [pt-helper](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pt-helper` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pt-helper TrueCharts/pt-helper ``` @@ -47,7 +48,7 @@ helm install pt-helper TrueCharts/pt-helper **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall pt-helper Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pt-helper TrueCharts/pt-helper -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/pure-ftpd/CHANGELOG.md b/charts/incubator/pure-ftpd/CHANGELOG.md index cdc2f0b370a..62fda0b5c80 100644 --- a/charts/incubator/pure-ftpd/CHANGELOG.md +++ b/charts/incubator/pure-ftpd/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pure-ftpd-0.0.15](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.14...pure-ftpd-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pure-ftpd-0.0.14](https://github.com/truecharts/apps/compare/pure-ftpd-0.0.13...pure-ftpd-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/pure-ftpd/Chart.yaml b/charts/incubator/pure-ftpd/Chart.yaml index 1cd9a2f794e..45da89dcafa 100644 --- a/charts/incubator/pure-ftpd/Chart.yaml +++ b/charts/incubator/pure-ftpd/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant - FTP server. [br]Creating user by using console "pure-pw useradd admin -u 99 -g 100 - -d /home/admin -m"[/br] -home: https://github.com/truecharts/charts/tree/master/charts/incubator/pure-ftpd -icon: https://truecharts.org/img/chart-icons/pure-ftpd.png +description: Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. [br]Creating user by using console "pure-pw useradd admin -u 99 -g 100 -d /home/admin -m"[/br] +home: https://truecharts.org/docs/charts/incubator/pure-ftpd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pure-ftpd.png keywords: - pure-ftpd - Tools-Utilities @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: pure-ftpd sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pure-ftpd - https://www.pureftpd.org/project/pure-ftpd/ - https://hub.docker.com/r/crazymax/pure-ftpd/ type: application diff --git a/charts/incubator/pure-ftpd/README.md b/charts/incubator/pure-ftpd/README.md index 103e6af020f..a5f81868a5c 100644 --- a/charts/incubator/pure-ftpd/README.md +++ b/charts/incubator/pure-ftpd/README.md @@ -1,6 +1,6 @@ # pure-ftpd -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. [br]Creating user by using console "pure-pw useradd admin -u 99 -g 100 -d /home/admin -m"[/br] @@ -13,6 +13,7 @@ For more information, please click here: [pure-ftpd](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pure-ftpd` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pure-ftpd TrueCharts/pure-ftpd ``` @@ -48,7 +49,7 @@ helm install pure-ftpd TrueCharts/pure-ftpd **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall pure-ftpd Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pure-ftpd TrueCharts/pure-ftpd -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/pvk-ii/CHANGELOG.md b/charts/incubator/pvk-ii/CHANGELOG.md index ce1815205f8..e212b634535 100644 --- a/charts/incubator/pvk-ii/CHANGELOG.md +++ b/charts/incubator/pvk-ii/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pvk-ii-0.0.15](https://github.com/truecharts/charts/compare/pvk-ii-0.0.14...pvk-ii-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pvk-ii-0.0.14](https://github.com/truecharts/apps/compare/pvk-ii-0.0.13...pvk-ii-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/pvk-ii/Chart.yaml b/charts/incubator/pvk-ii/Chart.yaml index 81bbaa76e60..59e17dec71c 100644 --- a/charts/incubator/pvk-ii/Chart.yaml +++ b/charts/incubator/pvk-ii/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Pirates, Vikings & Knights 2 and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/pvk-ii -icon: https://truecharts.org/img/chart-icons/pvk-ii.png +description: "This Docker will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/pvk-ii +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pvk-ii.png keywords: - pvk-ii - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: pvk-ii sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pvk-ii - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/pvk-ii/README.md b/charts/incubator/pvk-ii/README.md index d0057b7ecac..dbf2f6bd2c2 100644 --- a/charts/incubator/pvk-ii/README.md +++ b/charts/incubator/pvk-ii/README.md @@ -1,6 +1,6 @@ # pvk-ii -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it. @@ -13,6 +13,7 @@ For more information, please click here: [pvk-ii](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pvk-ii` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pvk-ii TrueCharts/pvk-ii ``` @@ -48,7 +49,7 @@ helm install pvk-ii TrueCharts/pvk-ii **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall pvk-ii Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pvk-ii TrueCharts/pvk-ii -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/pwm/CHANGELOG.md b/charts/incubator/pwm/CHANGELOG.md index eb8033b84aa..ebe8dc66a9f 100644 --- a/charts/incubator/pwm/CHANGELOG.md +++ b/charts/incubator/pwm/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pwm-0.0.15](https://github.com/truecharts/charts/compare/pwm-0.0.14...pwm-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pwm-0.0.14](https://github.com/truecharts/apps/compare/pwm-0.0.13...pwm-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/pwm/Chart.yaml b/charts/incubator/pwm/Chart.yaml index f34a8bdec85..dd6f44b8415 100644 --- a/charts/incubator/pwm/Chart.yaml +++ b/charts/incubator/pwm/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - PWM is a free and opensource password self-service application enabling - end-users to reset their enterprise password themselves. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/pwm -icon: https://truecharts.org/img/chart-icons/pwm.png +description: PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves. +home: https://truecharts.org/docs/charts/incubator/pwm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwm.png keywords: - pwm - Security @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: pwm sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pwm - https://github.com/pwm-project/pwm - https://hub.docker.com/r/fjudith/pwm type: application diff --git a/charts/incubator/pwm/README.md b/charts/incubator/pwm/README.md index 99f9dccc38d..c4636830c93 100644 --- a/charts/incubator/pwm/README.md +++ b/charts/incubator/pwm/README.md @@ -1,6 +1,6 @@ # pwm -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves. @@ -13,6 +13,7 @@ For more information, please click here: [pwm](https://truecharts.org/docs/chart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pwm` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pwm TrueCharts/pwm ``` @@ -48,7 +49,7 @@ helm install pwm TrueCharts/pwm **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall pwm Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pwm TrueCharts/pwm -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/pyload-ng/CHANGELOG.md b/charts/incubator/pyload-ng/CHANGELOG.md index ae519827a9d..8e20b9d63e3 100644 --- a/charts/incubator/pyload-ng/CHANGELOG.md +++ b/charts/incubator/pyload-ng/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pyload-ng-0.0.16](https://github.com/truecharts/charts/compare/pyload-ng-0.0.15...pyload-ng-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pyload-ng-0.0.15](https://github.com/truecharts/apps/compare/pyload-ng-0.0.14...pyload-ng-0.0.15) (2022-07-27) ### Chore diff --git a/charts/incubator/pyload-ng/Chart.yaml b/charts/incubator/pyload-ng/Chart.yaml index b3bb97c2ca1..604333cb2c4 100644 --- a/charts/incubator/pyload-ng/Chart.yaml +++ b/charts/incubator/pyload-ng/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - pyLoad(https://pyload.net/) is a Free and Open Source download manager - written in Python and designed to be extremely lightweight, easily extensible and - fully manageable via web. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/pyload-ng -icon: https://truecharts.org/img/chart-icons/pyload-ng.png +description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. +home: https://truecharts.org/docs/charts/incubator/pyload-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.png keywords: - pyload-ng - Other @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: pyload-ng sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pyload-ng - https://pyload.net/ - https://github.com/orgs/linuxserver/packages/container/package/pyload-ng - https://github.com/linuxserver/docker-pyload-ng#readme diff --git a/charts/incubator/pyload-ng/README.md b/charts/incubator/pyload-ng/README.md index 6908c8956bf..19ef667b52c 100644 --- a/charts/incubator/pyload-ng/README.md +++ b/charts/incubator/pyload-ng/README.md @@ -1,6 +1,6 @@ # pyload-ng -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. @@ -13,6 +13,7 @@ For more information, please click here: [pyload-ng](https://truecharts.org/docs ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pyload-ng` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pyload-ng TrueCharts/pyload-ng ``` @@ -49,7 +50,7 @@ helm install pyload-ng TrueCharts/pyload-ng **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall pyload-ng Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pyload-ng TrueCharts/pyload-ng -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/qbitmanage/CHANGELOG.md b/charts/incubator/qbitmanage/CHANGELOG.md index bd42d8b7ea5..2cb9d73cc52 100644 --- a/charts/incubator/qbitmanage/CHANGELOG.md +++ b/charts/incubator/qbitmanage/CHANGELOG.md @@ -2,6 +2,16 @@ +## [qbitmanage-0.0.15](https://github.com/truecharts/charts/compare/qbitmanage-0.0.14...qbitmanage-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [qbitmanage-0.0.14](https://github.com/truecharts/apps/compare/qbitmanage-0.0.13...qbitmanage-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/qbitmanage/Chart.yaml b/charts/incubator/qbitmanage/Chart.yaml index 8ca4be0342a..f8744948a0f 100644 --- a/charts/incubator/qbitmanage/Chart.yaml +++ b/charts/incubator/qbitmanage/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - This tool will help manage tedious tasks in qBittorrent and automate - them. Tag, categorize, remove orphaned data, remove unregistered torrents and much - much more. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/qbitmanage -icon: https://truecharts.org/img/chart-icons/qbitmanage.png +description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. +home: https://truecharts.org/docs/charts/incubator/qbitmanage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitmanage.png keywords: - qbitmanage - Downloaders @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: qbitmanage sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/qbitmanage - https://hotio.dev/containers/qbitmanage - https://hub.docker.com/r/hotio/qbitmanage type: application diff --git a/charts/incubator/qbitmanage/README.md b/charts/incubator/qbitmanage/README.md index 0da3a98c3bc..21a9a16f5b9 100644 --- a/charts/incubator/qbitmanage/README.md +++ b/charts/incubator/qbitmanage/README.md @@ -1,6 +1,6 @@ # qbitmanage -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. @@ -13,6 +13,7 @@ For more information, please click here: [qbitmanage](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `qbitmanage` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install qbitmanage TrueCharts/qbitmanage ``` @@ -48,7 +49,7 @@ helm install qbitmanage TrueCharts/qbitmanage **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall qbitmanage Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install qbitmanage TrueCharts/qbitmanage -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/qflood/CHANGELOG.md b/charts/incubator/qflood/CHANGELOG.md index a2c0edbd3fc..13404c477b8 100644 --- a/charts/incubator/qflood/CHANGELOG.md +++ b/charts/incubator/qflood/CHANGELOG.md @@ -2,6 +2,16 @@ +## [qflood-0.0.15](https://github.com/truecharts/charts/compare/qflood-0.0.14...qflood-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [qflood-0.0.14](https://github.com/truecharts/apps/compare/qflood-0.0.13...qflood-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/qflood/Chart.yaml b/charts/incubator/qflood/Chart.yaml index 31d8a895322..85543909710 100644 --- a/charts/incubator/qflood/Chart.yaml +++ b/charts/incubator/qflood/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: Docker image with qBittorrent and the Flood UI. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/qflood -icon: https://truecharts.org/img/chart-icons/qflood.png +home: https://truecharts.org/docs/charts/incubator/qflood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qflood.png keywords: - qflood - Downloaders @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: qflood sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/qflood - https://hotio.dev/containers/qflood - https://hub.docker.com/r/hotio/qflood type: application diff --git a/charts/incubator/qflood/README.md b/charts/incubator/qflood/README.md index ae18cf03250..74c90b2c5e1 100644 --- a/charts/incubator/qflood/README.md +++ b/charts/incubator/qflood/README.md @@ -1,6 +1,6 @@ # qflood -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Docker image with qBittorrent and the Flood UI. @@ -13,6 +13,7 @@ For more information, please click here: [qflood](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `qflood` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install qflood TrueCharts/qflood ``` @@ -48,7 +49,7 @@ helm install qflood TrueCharts/qflood **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall qflood Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install qflood TrueCharts/qflood -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/quake3/CHANGELOG.md b/charts/incubator/quake3/CHANGELOG.md index 2969c3d8e42..7d2731a04eb 100644 --- a/charts/incubator/quake3/CHANGELOG.md +++ b/charts/incubator/quake3/CHANGELOG.md @@ -2,6 +2,16 @@ +## [quake3-0.0.15](https://github.com/truecharts/charts/compare/quake3-0.0.14...quake3-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [quake3-0.0.14](https://github.com/truecharts/apps/compare/quake3-0.0.13...quake3-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/quake3/Chart.yaml b/charts/incubator/quake3/Chart.yaml index 2545650cfe9..be7e9f5242d 100644 --- a/charts/incubator/quake3/Chart.yaml +++ b/charts/incubator/quake3/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install Quake III Server (You have to\ - \ copy your .pk3 files from your game directory to your server).\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/quake3 -icon: https://truecharts.org/img/chart-icons/quake3.png +description: "This Docker will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server).\r\n" +home: https://truecharts.org/docs/charts/incubator/quake3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quake3.png keywords: - quake3 - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: quake3 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/quake3 - https://www.idsoftware.com/ - https://hub.docker.com/r/ich777/quake3 type: application diff --git a/charts/incubator/quake3/README.md b/charts/incubator/quake3/README.md index b26609578b0..ab77b54a6fe 100644 --- a/charts/incubator/quake3/README.md +++ b/charts/incubator/quake3/README.md @@ -1,6 +1,6 @@ # quake3 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server). @@ -13,6 +13,7 @@ For more information, please click here: [quake3](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `quake3` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install quake3 TrueCharts/quake3 ``` @@ -48,7 +49,7 @@ helm install quake3 TrueCharts/quake3 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall quake3 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install quake3 TrueCharts/quake3 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/quickshare/CHANGELOG.md b/charts/incubator/quickshare/CHANGELOG.md index 9e66c0bb0a7..f57faa5d991 100644 --- a/charts/incubator/quickshare/CHANGELOG.md +++ b/charts/incubator/quickshare/CHANGELOG.md @@ -2,6 +2,16 @@ +## [quickshare-0.0.15](https://github.com/truecharts/charts/compare/quickshare-0.0.14...quickshare-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [quickshare-0.0.14](https://github.com/truecharts/apps/compare/quickshare-0.0.13...quickshare-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/quickshare/Chart.yaml b/charts/incubator/quickshare/Chart.yaml index 8b72b471a52..8ceada0b805 100644 --- a/charts/incubator/quickshare/Chart.yaml +++ b/charts/incubator/quickshare/Chart.yaml @@ -13,8 +13,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/quickshare -icon: https://truecharts.org/img/chart-icons/quickshare.png +home: https://truecharts.org/docs/charts/incubator/quickshare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quickshare.png keywords: - quickshare - Cloud @@ -28,6 +28,7 @@ maintainers: url: https://truecharts.org name: quickshare sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/quickshare - https://github.com/ihexxa/quickshare - https://hub.docker.com/r/hexxa/quickshare type: application diff --git a/charts/incubator/quickshare/README.md b/charts/incubator/quickshare/README.md index 9c4efd476de..2320941138e 100644 --- a/charts/incubator/quickshare/README.md +++ b/charts/incubator/quickshare/README.md @@ -1,6 +1,6 @@ # quickshare -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [quickshare](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `quickshare` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install quickshare TrueCharts/quickshare ``` @@ -48,7 +49,7 @@ helm install quickshare TrueCharts/quickshare **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall quickshare Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install quickshare TrueCharts/quickshare -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/quiz-game/CHANGELOG.md b/charts/incubator/quiz-game/CHANGELOG.md index 9844a13dfbe..94cbffb3187 100644 --- a/charts/incubator/quiz-game/CHANGELOG.md +++ b/charts/incubator/quiz-game/CHANGELOG.md @@ -2,6 +2,16 @@ +## [quiz-game-0.0.15](https://github.com/truecharts/charts/compare/quiz-game-0.0.14...quiz-game-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [quiz-game-0.0.14](https://github.com/truecharts/apps/compare/quiz-game-0.0.13...quiz-game-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/quiz-game/Chart.yaml b/charts/incubator/quiz-game/Chart.yaml index 4aa587baeaa..79c5d380093 100644 --- a/charts/incubator/quiz-game/Chart.yaml +++ b/charts/incubator/quiz-game/Chart.yaml @@ -11,15 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Test your General Knowledge in different types of topics. This game is - inspired on the show "who wants to be a millionaire?". You must answer correctly - 15 questions to become a millionaire. Difficulty ascends as you progress in the - game and questions and their categories are randomized each time you start a new - match. At the end of your playthrough you can optionally register your score in - the ranking, however only the top 10 results will be displayed -home: https://github.com/truecharts/charts/tree/master/charts/incubator/quiz-game -icon: https://truecharts.org/img/chart-icons/quiz-game.png +description: Test your General Knowledge in different types of topics. This game is inspired on the show "who wants to be a millionaire?". You must answer correctly 15 questions to become a millionaire. Difficulty ascends as you progress in the game and questions and their categories are randomized each time you start a new match. At the end of your playthrough you can optionally register your score in the ranking, however only the top 10 results will be displayed +home: https://truecharts.org/docs/charts/incubator/quiz-game +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quiz-game.png keywords: - quiz-game - GameServers @@ -32,6 +26,7 @@ maintainers: url: https://truecharts.org name: quiz-game sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/quiz-game - https://github.com/ASKJR/quiz-game - https://registry.hub.docker.com/r/patrickstigler/quiz-game type: application diff --git a/charts/incubator/quiz-game/README.md b/charts/incubator/quiz-game/README.md index 9d0b6cbb7f3..9ba1c46d186 100644 --- a/charts/incubator/quiz-game/README.md +++ b/charts/incubator/quiz-game/README.md @@ -1,6 +1,6 @@ # quiz-game -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Test your General Knowledge in different types of topics. This game is inspired on the show "who wants to be a millionaire?". You must answer correctly 15 questions to become a millionaire. Difficulty ascends as you progress in the game and questions and their categories are randomized each time you start a new match. At the end of your playthrough you can optionally register your score in the ranking, however only the top 10 results will be displayed @@ -13,6 +13,7 @@ For more information, please click here: [quiz-game](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `quiz-game` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install quiz-game TrueCharts/quiz-game ``` @@ -48,7 +49,7 @@ helm install quiz-game TrueCharts/quiz-game **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall quiz-game Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install quiz-game TrueCharts/quiz-game -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ra-rom-processor/CHANGELOG.md b/charts/incubator/ra-rom-processor/CHANGELOG.md index 0df0e60ead2..1570a2f917e 100644 --- a/charts/incubator/ra-rom-processor/CHANGELOG.md +++ b/charts/incubator/ra-rom-processor/CHANGELOG.md @@ -2,6 +2,17 @@ +## [ra-rom-processor-0.0.17](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.15...ra-rom-processor-0.0.17) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ra-rom-processor-0.0.15](https://github.com/truecharts/apps/compare/ra-rom-processor-0.0.14...ra-rom-processor-0.0.15) (2022-07-28) ### Chore diff --git a/charts/incubator/ra-rom-processor/Chart.yaml b/charts/incubator/ra-rom-processor/Chart.yaml index 231fdb21cae..d5f8112cd1b 100644 --- a/charts/incubator/ra-rom-processor/Chart.yaml +++ b/charts/incubator/ra-rom-processor/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - RA ROM Processor is a Docker container that is used to download/orgainze/process/verify/dedupe/scrape - a ROMs library automatically by matching ROMs to the RetroAchievement.org website - Hash database. -home: "https://truecharts.org/docs/charts/incubator/ra-rom-processor" -icon: https://truecharts.org/img/chart-icons/ra-rom-processor.png +description: RA ROM Processor is a Docker container that is used to download/orgainze/process/verify/dedupe/scrape a ROMs library automatically by matching ROMs to the RetroAchievement.org website Hash database. +home: https://truecharts.org/docs/charts/incubator/ra-rom-processor +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ra-rom-processor.png keywords: - ra-rom-processor - MediaApp-Other @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: ra-rom-processor sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ra-rom-processor - https://github.com/RandomNinjaAtk/docker-raromprocessor - https://hub.docker.com/r/randomninjaatk/raromprocessor - https://github.com/RandomNinjaAtk/docker-raromprocessor#instructionsusage-guidelines diff --git a/charts/incubator/ra-rom-processor/README.md b/charts/incubator/ra-rom-processor/README.md index 43be0cac491..49c1e991a45 100644 --- a/charts/incubator/ra-rom-processor/README.md +++ b/charts/incubator/ra-rom-processor/README.md @@ -1,6 +1,6 @@ # ra-rom-processor -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) RA ROM Processor is a Docker container that is used to download/orgainze/process/verify/dedupe/scrape a ROMs library automatically by matching ROMs to the RetroAchievement.org website Hash database. @@ -13,6 +13,7 @@ For more information, please click here: [ra-rom-processor](https://truecharts.o ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ra-rom-processor` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ra-rom-processor TrueCharts/ra-rom-processor ``` @@ -49,7 +50,7 @@ helm install ra-rom-processor TrueCharts/ra-rom-processor **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall ra-rom-processor Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ra-rom-processor TrueCharts/ra-rom-processor -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/radarrsync/CHANGELOG.md b/charts/incubator/radarrsync/CHANGELOG.md index fe0a9e0bb24..b4e6f1cc091 100644 --- a/charts/incubator/radarrsync/CHANGELOG.md +++ b/charts/incubator/radarrsync/CHANGELOG.md @@ -2,6 +2,16 @@ +## [radarrsync-0.0.15](https://github.com/truecharts/charts/compare/radarrsync-0.0.14...radarrsync-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [radarrsync-0.0.14](https://github.com/truecharts/apps/compare/radarrsync-0.0.13...radarrsync-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/radarrsync/Chart.yaml b/charts/incubator/radarrsync/Chart.yaml index ee0d4f590eb..a315448238d 100644 --- a/charts/incubator/radarrsync/Chart.yaml +++ b/charts/incubator/radarrsync/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "RadarrSync Syncs two Radarr servers through web API. This is a modified\ - \ version designed to be run in a docker container. This version supports only two\ - \ servers.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/radarrsync -icon: https://truecharts.org/img/chart-icons/radarrsync.png +description: "RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a docker container. This version supports only two servers.\r\n" +home: https://truecharts.org/docs/charts/incubator/radarrsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarrsync.png keywords: - radarrsync - Downloaders @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: radarrsync sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/radarrsync - https://github.com/dairefinn/RadarrSync - https://hub.docker.com/r/dmanius/radarrsync-docker/ type: application diff --git a/charts/incubator/radarrsync/README.md b/charts/incubator/radarrsync/README.md index 2361e2cfe0f..073be8e3055 100644 --- a/charts/incubator/radarrsync/README.md +++ b/charts/incubator/radarrsync/README.md @@ -1,6 +1,6 @@ # radarrsync -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a docker container. This version supports only two servers. @@ -13,6 +13,7 @@ For more information, please click here: [radarrsync](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `radarrsync` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install radarrsync TrueCharts/radarrsync ``` @@ -48,7 +49,7 @@ helm install radarrsync TrueCharts/radarrsync **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall radarrsync Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install radarrsync TrueCharts/radarrsync -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/radicale/CHANGELOG.md b/charts/incubator/radicale/CHANGELOG.md index 99bf18b9296..ed28de24918 100644 --- a/charts/incubator/radicale/CHANGELOG.md +++ b/charts/incubator/radicale/CHANGELOG.md @@ -2,6 +2,16 @@ +## [radicale-0.0.23](https://github.com/truecharts/charts/compare/radicale-0.0.22...radicale-0.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [radicale-0.0.22](https://github.com/truecharts/apps/compare/radicale-0.0.21...radicale-0.0.22) (2022-07-26) ### Chore diff --git a/charts/incubator/radicale/Chart.yaml b/charts/incubator/radicale/Chart.yaml index 84dc5112139..76999ff9f40 100644 --- a/charts/incubator/radicale/Chart.yaml +++ b/charts/incubator/radicale/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/radicale -icon: https://truecharts.org/img/chart-icons/radicale.png +home: https://truecharts.org/docs/charts/incubator/radicale +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radicale.png keywords: - radicale - CalDAV @@ -23,6 +23,7 @@ maintainers: url: https://truecharts.org name: radicale sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/radicale - https://radicale.org/ - https://github.com/Kozea/Radicale - https://github.com/tomsquest/docker-radicale diff --git a/charts/incubator/radicale/README.md b/charts/incubator/radicale/README.md index 7720a6c69de..47448aafc13 100644 --- a/charts/incubator/radicale/README.md +++ b/charts/incubator/radicale/README.md @@ -1,6 +1,6 @@ # radicale -![Version: 0.0.22](https://img.shields.io/badge/Version-0.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.8.0](https://img.shields.io/badge/AppVersion-3.1.8.0-informational?style=flat-square) +![Version: 0.0.23](https://img.shields.io/badge/Version-0.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.8.0](https://img.shields.io/badge/AppVersion-3.1.8.0-informational?style=flat-square) Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. @@ -13,6 +13,7 @@ For more information, please click here: [radicale](https://truecharts.org/docs/ ## Source Code +* * * * @@ -26,20 +27,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `radicale` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install radicale TrueCharts/radicale ``` @@ -50,7 +51,7 @@ helm install radicale TrueCharts/radicale **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall radicale Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install radicale TrueCharts/radicale -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/raneto/CHANGELOG.md b/charts/incubator/raneto/CHANGELOG.md index 85bd3159dc4..fc8dcf82af3 100644 --- a/charts/incubator/raneto/CHANGELOG.md +++ b/charts/incubator/raneto/CHANGELOG.md @@ -2,6 +2,16 @@ +## [raneto-0.0.16](https://github.com/truecharts/charts/compare/raneto-0.0.15...raneto-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [raneto-0.0.15](https://github.com/truecharts/apps/compare/raneto-0.0.14...raneto-0.0.15) (2022-07-27) ### Chore diff --git a/charts/incubator/raneto/Chart.yaml b/charts/incubator/raneto/Chart.yaml index 799f01b5dd8..3367f79d7d9 100644 --- a/charts/incubator/raneto/Chart.yaml +++ b/charts/incubator/raneto/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Raneto(http://raneto.com/) - is an open source Knowledgebase platform - that uses static Markdown files to power your Knowledgebase. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/raneto -icon: https://truecharts.org/img/chart-icons/raneto.png +description: Raneto(http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase. +home: https://truecharts.org/docs/charts/incubator/raneto +icon: https://truecharts.org/img/hotlink-ok/chart-icons/raneto.png keywords: - raneto - Productivity @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: raneto sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/raneto - http://raneto.com/ - https://github.com/orgs/linuxserver/packages/container/package/raneto - https://github.com/linuxserver/docker-raneto#readme diff --git a/charts/incubator/raneto/README.md b/charts/incubator/raneto/README.md index 6092a134ff9..6781dde216e 100644 --- a/charts/incubator/raneto/README.md +++ b/charts/incubator/raneto/README.md @@ -1,6 +1,6 @@ # raneto -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Raneto(http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase. @@ -13,6 +13,7 @@ For more information, please click here: [raneto](https://truecharts.org/docs/ch ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `raneto` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install raneto TrueCharts/raneto ``` @@ -49,7 +50,7 @@ helm install raneto TrueCharts/raneto **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall raneto Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install raneto TrueCharts/raneto -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/rapidphotodownloader/CHANGELOG.md b/charts/incubator/rapidphotodownloader/CHANGELOG.md index 3a4e0ca4119..2535bcf7fda 100644 --- a/charts/incubator/rapidphotodownloader/CHANGELOG.md +++ b/charts/incubator/rapidphotodownloader/CHANGELOG.md @@ -2,6 +2,16 @@ +## [rapidphotodownloader-0.0.15](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.14...rapidphotodownloader-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rapidphotodownloader-0.0.14](https://github.com/truecharts/apps/compare/rapidphotodownloader-0.0.13...rapidphotodownloader-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/rapidphotodownloader/Chart.yaml b/charts/incubator/rapidphotodownloader/Chart.yaml index d62c60dceff..e4c438eb406 100644 --- a/charts/incubator/rapidphotodownloader/Chart.yaml +++ b/charts/incubator/rapidphotodownloader/Chart.yaml @@ -13,8 +13,8 @@ dependencies: version: 10.4.9 deprecated: false description: "This Docker will download and install Rapid Photo Downloader.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/rapidphotodownloader -icon: https://truecharts.org/img/chart-icons/rapidphotodownloader.png +home: https://truecharts.org/docs/charts/incubator/rapidphotodownloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rapidphotodownloader.png keywords: - rapidphotodownloader - MediaApp-Photos @@ -28,6 +28,7 @@ maintainers: url: https://truecharts.org name: rapidphotodownloader sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rapidphotodownloader - https://www.damonlynch.net/rapid/ - https://hub.docker.com/r/ich777/rapidphotodownloader/ type: application diff --git a/charts/incubator/rapidphotodownloader/README.md b/charts/incubator/rapidphotodownloader/README.md index 4ef05670285..04aa897f470 100644 --- a/charts/incubator/rapidphotodownloader/README.md +++ b/charts/incubator/rapidphotodownloader/README.md @@ -1,6 +1,6 @@ # rapidphotodownloader -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install Rapid Photo Downloader. @@ -13,6 +13,7 @@ For more information, please click here: [rapidphotodownloader](https://truechar ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rapidphotodownloader` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rapidphotodownloader TrueCharts/rapidphotodownloader ``` @@ -48,7 +49,7 @@ helm install rapidphotodownloader TrueCharts/rapidphotodownloader **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall rapidphotodownloader Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rapidphotodownloader TrueCharts/rapidphotodownloader -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/rcon-webadmin/CHANGELOG.md b/charts/incubator/rcon-webadmin/CHANGELOG.md index 442c91bef06..a8c54ce87d8 100644 --- a/charts/incubator/rcon-webadmin/CHANGELOG.md +++ b/charts/incubator/rcon-webadmin/CHANGELOG.md @@ -2,6 +2,16 @@ +## [rcon-webadmin-0.0.15](https://github.com/truecharts/charts/compare/rcon-webadmin-0.0.14...rcon-webadmin-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rcon-webadmin-0.0.14](https://github.com/truecharts/apps/compare/rcon-webadmin-0.0.13...rcon-webadmin-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/rcon-webadmin/Chart.yaml b/charts/incubator/rcon-webadmin/Chart.yaml index a1829c8138f..1311fcc1a01 100644 --- a/charts/incubator/rcon-webadmin/Chart.yaml +++ b/charts/incubator/rcon-webadmin/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Out of the box, RCON Web Admin can check users for high ping, VAC status,\ - \ or filter the chat for you around the clock.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/rcon-webadmin -icon: https://truecharts.org/img/chart-icons/rcon-webadmin.png +description: "Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock.\r\n" +home: https://truecharts.org/docs/charts/incubator/rcon-webadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rcon-webadmin.png keywords: - rcon-webadmin - GameServers @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: rcon-webadmin sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rcon-webadmin - https://github.com/rcon-web-admin/rcon-web-admin - https://hub.docker.com/r/itzg/rcon/ type: application diff --git a/charts/incubator/rcon-webadmin/README.md b/charts/incubator/rcon-webadmin/README.md index fd365bafcb5..65292208ce4 100644 --- a/charts/incubator/rcon-webadmin/README.md +++ b/charts/incubator/rcon-webadmin/README.md @@ -1,6 +1,6 @@ # rcon-webadmin -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock. @@ -13,6 +13,7 @@ For more information, please click here: [rcon-webadmin](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rcon-webadmin` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rcon-webadmin TrueCharts/rcon-webadmin ``` @@ -48,7 +49,7 @@ helm install rcon-webadmin TrueCharts/rcon-webadmin **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall rcon-webadmin Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rcon-webadmin TrueCharts/rcon-webadmin -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/rdesktop/CHANGELOG.md b/charts/incubator/rdesktop/CHANGELOG.md index 5ce1e261746..36edbd38d55 100644 --- a/charts/incubator/rdesktop/CHANGELOG.md +++ b/charts/incubator/rdesktop/CHANGELOG.md @@ -2,6 +2,17 @@ +## [rdesktop-0.0.16](https://github.com/truecharts/charts/compare/rdesktop-0.0.14...rdesktop-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rdesktop-0.0.14](https://github.com/truecharts/apps/compare/rdesktop-0.0.13...rdesktop-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/rdesktop/Chart.yaml b/charts/incubator/rdesktop/Chart.yaml index 8e3698a42b1..f497dd4b307 100644 --- a/charts/incubator/rdesktop/Chart.yaml +++ b/charts/incubator/rdesktop/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Rdesktop(http://xrdp.org/) - Containers containing full desktop environments - in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/rdesktop -icon: https://truecharts.org/img/chart-icons/rdesktop.png +description: Rdesktop(http://xrdp.org/) - Containers containing full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. +home: https://truecharts.org/docs/charts/incubator/rdesktop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png keywords: - rdesktop - Other @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: rdesktop sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rdesktop - http://xrdp.org/ - https://github.com/orgs/linuxserver/packages/container/package/rdesktop - https://github.com/linuxserver/docker-rdesktop#readme diff --git a/charts/incubator/rdesktop/README.md b/charts/incubator/rdesktop/README.md index eb1ed5ec9bd..099172ead28 100644 --- a/charts/incubator/rdesktop/README.md +++ b/charts/incubator/rdesktop/README.md @@ -1,6 +1,6 @@ # rdesktop -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Rdesktop(http://xrdp.org/) - Containers containing full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. @@ -13,6 +13,7 @@ For more information, please click here: [rdesktop](https://truecharts.org/docs/ ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rdesktop` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rdesktop TrueCharts/rdesktop ``` @@ -49,7 +50,7 @@ helm install rdesktop TrueCharts/rdesktop **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall rdesktop Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rdesktop TrueCharts/rdesktop -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/reactive-resume/CHANGELOG.md b/charts/incubator/reactive-resume/CHANGELOG.md index 5e3f3a863ab..71978c9735a 100644 --- a/charts/incubator/reactive-resume/CHANGELOG.md +++ b/charts/incubator/reactive-resume/CHANGELOG.md @@ -2,6 +2,16 @@ +## [reactive-resume-0.0.14](https://github.com/truecharts/charts/compare/reactive-resume-0.0.13...reactive-resume-0.0.14) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [reactive-resume-0.0.13](https://github.com/truecharts/apps/compare/reactive-resume-0.0.12...reactive-resume-0.0.13) (2022-07-26) ### Chore diff --git a/charts/incubator/reactive-resume/Chart.yaml b/charts/incubator/reactive-resume/Chart.yaml index 16027d4fbbf..f0e466d2402 100644 --- a/charts/incubator/reactive-resume/Chart.yaml +++ b/charts/incubator/reactive-resume/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: A one-of-a-kind resume builder that keeps your privacy in mind. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/reactive-resume -icon: https://truecharts.org/img/chart-icons/reactive-resume.png +home: https://truecharts.org/docs/charts/incubator/reactive-resume +icon: https://truecharts.org/img/hotlink-ok/chart-icons/reactive-resume.png keywords: - reactive-resume - Productivity @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: reactive-resume sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/reactive-resume - https://rxresu.me/ - https://hub.docker.com/r/amruthpillai/reactive-resume/ type: application diff --git a/charts/incubator/reactive-resume/README.md b/charts/incubator/reactive-resume/README.md index 029bcbda9b6..48592cf383a 100644 --- a/charts/incubator/reactive-resume/README.md +++ b/charts/incubator/reactive-resume/README.md @@ -1,6 +1,6 @@ # reactive-resume -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square) A one-of-a-kind resume builder that keeps your privacy in mind. @@ -13,6 +13,7 @@ For more information, please click here: [reactive-resume](https://truecharts.or ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `reactive-resume` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install reactive-resume TrueCharts/reactive-resume ``` @@ -48,7 +49,7 @@ helm install reactive-resume TrueCharts/reactive-resume **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall reactive-resume Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install reactive-resume TrueCharts/reactive-resume -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/recyclarr/CHANGELOG.md b/charts/incubator/recyclarr/CHANGELOG.md index 8130084fce5..1333af407e2 100644 --- a/charts/incubator/recyclarr/CHANGELOG.md +++ b/charts/incubator/recyclarr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [recyclarr-0.0.15](https://github.com/truecharts/charts/compare/recyclarr-0.0.14...recyclarr-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [recyclarr-0.0.14](https://github.com/truecharts/apps/compare/recyclarr-0.0.13...recyclarr-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/recyclarr/Chart.yaml b/charts/incubator/recyclarr/Chart.yaml index 1246123ec09..4641ca818fd 100644 --- a/charts/incubator/recyclarr/Chart.yaml +++ b/charts/incubator/recyclarr/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "A command-line application that will automatically synchronize recommended\ - \ settings from TRaSH guides to your Sonarr/Radarr instances.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/recyclarr -icon: https://truecharts.org/img/chart-icons/recyclarr.png +description: "A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances.\r\n" +home: https://truecharts.org/docs/charts/incubator/recyclarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.png keywords: - recyclarr - Tools-Utilities @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: recyclarr sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/recyclarr - https://github.com/recyclarr/recyclarr - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr type: application diff --git a/charts/incubator/recyclarr/README.md b/charts/incubator/recyclarr/README.md index 906c07519c3..272e502e36d 100644 --- a/charts/incubator/recyclarr/README.md +++ b/charts/incubator/recyclarr/README.md @@ -1,6 +1,6 @@ # recyclarr -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances. @@ -13,6 +13,7 @@ For more information, please click here: [recyclarr](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `recyclarr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install recyclarr TrueCharts/recyclarr ``` @@ -48,7 +49,7 @@ helm install recyclarr TrueCharts/recyclarr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall recyclarr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install recyclarr TrueCharts/recyclarr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/red-discordbot/CHANGELOG.md b/charts/incubator/red-discordbot/CHANGELOG.md index 33f9f5b0311..cb7d77a92a9 100644 --- a/charts/incubator/red-discordbot/CHANGELOG.md +++ b/charts/incubator/red-discordbot/CHANGELOG.md @@ -2,6 +2,16 @@ +## [red-discordbot-0.0.14](https://github.com/truecharts/charts/compare/red-discordbot-0.0.13...red-discordbot-0.0.14) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [red-discordbot-0.0.13](https://github.com/truecharts/apps/compare/red-discordbot-0.0.12...red-discordbot-0.0.13) (2022-07-26) ### Chore diff --git a/charts/incubator/red-discordbot/Chart.yaml b/charts/incubator/red-discordbot/Chart.yaml index caf1113403f..8877e3b41a7 100644 --- a/charts/incubator/red-discordbot/Chart.yaml +++ b/charts/incubator/red-discordbot/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "The newest Red-Discordbot in a convenient multi-arch container \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/red-discordbot -icon: https://truecharts.org/img/chart-icons/red-discordbot.png +home: https://truecharts.org/docs/charts/incubator/red-discordbot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/red-discordbot.png keywords: - red-discordbot - Tools-Utilities @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: red-discordbot sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/red-discordbot - https://github.com/PhasecoreX/docker-red-discordbot - https://hub.docker.com/r/phasecorex/red-discordbot/ type: application diff --git a/charts/incubator/red-discordbot/README.md b/charts/incubator/red-discordbot/README.md index 1cd9ec0b1a9..0e7ace3d7ef 100644 --- a/charts/incubator/red-discordbot/README.md +++ b/charts/incubator/red-discordbot/README.md @@ -1,6 +1,6 @@ # red-discordbot -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: full](https://img.shields.io/badge/AppVersion-full-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: full](https://img.shields.io/badge/AppVersion-full-informational?style=flat-square) The newest Red-Discordbot in a convenient multi-arch container @@ -13,6 +13,7 @@ For more information, please click here: [red-discordbot](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `red-discordbot` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install red-discordbot TrueCharts/red-discordbot ``` @@ -48,7 +49,7 @@ helm install red-discordbot TrueCharts/red-discordbot **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall red-discordbot Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install red-discordbot TrueCharts/red-discordbot -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/redisinsight/CHANGELOG.md b/charts/incubator/redisinsight/CHANGELOG.md index 98cca27ecba..fd8f484f724 100644 --- a/charts/incubator/redisinsight/CHANGELOG.md +++ b/charts/incubator/redisinsight/CHANGELOG.md @@ -2,6 +2,16 @@ +## [redisinsight-0.0.15](https://github.com/truecharts/charts/compare/redisinsight-0.0.14...redisinsight-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [redisinsight-0.0.14](https://github.com/truecharts/apps/compare/redisinsight-0.0.13...redisinsight-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/redisinsight/Chart.yaml b/charts/incubator/redisinsight/Chart.yaml index fda420ed13c..f833a298635 100644 --- a/charts/incubator/redisinsight/Chart.yaml +++ b/charts/incubator/redisinsight/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: RedisInsight - The GUI for Redis. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/redisinsight -icon: https://truecharts.org/img/chart-icons/redisinsight.png +home: https://truecharts.org/docs/charts/incubator/redisinsight +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.png keywords: - redisinsight - Tools-Utilities @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: redisinsight sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/redisinsight - https://redis.com/redis-enterprise/redis-insight/ - https://hub.docker.com/r/redislabs/redisinsight type: application diff --git a/charts/incubator/redisinsight/README.md b/charts/incubator/redisinsight/README.md index e1b6bd8d358..71794ad7ffc 100644 --- a/charts/incubator/redisinsight/README.md +++ b/charts/incubator/redisinsight/README.md @@ -1,6 +1,6 @@ # redisinsight -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) RedisInsight - The GUI for Redis. @@ -13,6 +13,7 @@ For more information, please click here: [redisinsight](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `redisinsight` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install redisinsight TrueCharts/redisinsight ``` @@ -48,7 +49,7 @@ helm install redisinsight TrueCharts/redisinsight **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall redisinsight Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install redisinsight TrueCharts/redisinsight -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/redm/CHANGELOG.md b/charts/incubator/redm/CHANGELOG.md index 8ba92983ef5..09a177e260b 100644 --- a/charts/incubator/redm/CHANGELOG.md +++ b/charts/incubator/redm/CHANGELOG.md @@ -2,6 +2,16 @@ +## [redm-0.0.15](https://github.com/truecharts/charts/compare/redmine-3.0.30...redm-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [redm-0.0.14](https://github.com/truecharts/apps/compare/redm-0.0.13...redm-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/redm/Chart.yaml b/charts/incubator/redm/Chart.yaml index 0c2f65f498d..b8e7d6008b3 100644 --- a/charts/incubator/redm/Chart.yaml +++ b/charts/incubator/redm/Chart.yaml @@ -9,17 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "With this Docker you can run RedM (Red Dead Redemption 2 MOD SERVER)\ - \ it will automatically download the latest version or if you want to updated it\ - \ yourself set the Manual Updates (in the 'Show more settings' tab down below) to\ - \ true (without quotes). The Docker will automatically extract it and download all\ - \ other required files (resources, server.cfg). You can get fx.tar.xz from here:\ - \ https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this\ - \ container you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/)\ - \ and your prefered Server Name.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/redm -icon: https://truecharts.org/img/chart-icons/redm.png +description: "With this Docker you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the 'Show more settings' tab down below) to true (without quotes). The Docker will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this container you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name.\r\n" +home: https://truecharts.org/docs/charts/incubator/redm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redm.png keywords: - redm - GameServers @@ -30,6 +22,7 @@ maintainers: url: https://truecharts.org name: redm sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/redm - https://redm.gg/ - https://hub.docker.com/r/ich777/redmserver/ type: application diff --git a/charts/incubator/redm/README.md b/charts/incubator/redm/README.md index fd3df5d902a..a23e6493990 100644 --- a/charts/incubator/redm/README.md +++ b/charts/incubator/redm/README.md @@ -1,6 +1,6 @@ # redm -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) With this Docker you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the 'Show more settings' tab down below) to true (without quotes). The Docker will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this container you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name. @@ -13,6 +13,7 @@ For more information, please click here: [redm](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `redm` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install redm TrueCharts/redm ``` @@ -48,7 +49,7 @@ helm install redm TrueCharts/redm **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall redm Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install redm TrueCharts/redm -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/remotely/CHANGELOG.md b/charts/incubator/remotely/CHANGELOG.md index 46153c5730c..6dbbf406b0f 100644 --- a/charts/incubator/remotely/CHANGELOG.md +++ b/charts/incubator/remotely/CHANGELOG.md @@ -2,6 +2,16 @@ +## [remotely-0.0.15](https://github.com/truecharts/charts/compare/remotely-0.0.14...remotely-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [remotely-0.0.14](https://github.com/truecharts/apps/compare/remotely-0.0.13...remotely-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/remotely/Chart.yaml b/charts/incubator/remotely/Chart.yaml index 1808eac0bac..edfefeb7603 100644 --- a/charts/incubator/remotely/Chart.yaml +++ b/charts/incubator/remotely/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - A remote control and remote scripting solution, built with .NET 5, Blazor, - SignalR Core, and WebRTC. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/remotely -icon: https://truecharts.org/img/chart-icons/remotely.png +description: A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC. +home: https://truecharts.org/docs/charts/incubator/remotely +icon: https://truecharts.org/img/hotlink-ok/chart-icons/remotely.png keywords: - remotely - Tools-Utilities @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: remotely sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/remotely - https://remotely.one/ - https://hub.docker.com/r/translucency/remotely/ type: application diff --git a/charts/incubator/remotely/README.md b/charts/incubator/remotely/README.md index 89e85f5e54c..b8e85dfbed0 100644 --- a/charts/incubator/remotely/README.md +++ b/charts/incubator/remotely/README.md @@ -1,6 +1,6 @@ # remotely -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC. @@ -13,6 +13,7 @@ For more information, please click here: [remotely](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `remotely` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install remotely TrueCharts/remotely ``` @@ -48,7 +49,7 @@ helm install remotely TrueCharts/remotely **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall remotely Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install remotely TrueCharts/remotely -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/restic-rest-server/CHANGELOG.md b/charts/incubator/restic-rest-server/CHANGELOG.md index 1d7698f6e48..6db4480fa9c 100644 --- a/charts/incubator/restic-rest-server/CHANGELOG.md +++ b/charts/incubator/restic-rest-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [restic-rest-server-0.0.15](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.14...restic-rest-server-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [restic-rest-server-0.0.14](https://github.com/truecharts/apps/compare/restic-rest-server-0.0.13...restic-rest-server-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/restic-rest-server/Chart.yaml b/charts/incubator/restic-rest-server/Chart.yaml index 60fb46db7ba..a2f8eb56518 100644 --- a/charts/incubator/restic-rest-server/Chart.yaml +++ b/charts/incubator/restic-rest-server/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Rest Server is a high performance HTTP server that implements restic's - REST backend API. It provides secure and efficient way to backup data remotely, - using restic backup client via the rest: URL." -home: https://github.com/truecharts/charts/tree/master/charts/incubator/restic-rest-server -icon: https://truecharts.org/img/chart-icons/restic-rest-server.png +description: "Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL." +home: https://truecharts.org/docs/charts/incubator/restic-rest-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/restic-rest-server.png keywords: - restic-rest-server - Backup @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: restic-rest-server sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/restic-rest-server - https://github.com/restic/rest-server - https://hub.docker.com/r/restic/rest-server type: application diff --git a/charts/incubator/restic-rest-server/README.md b/charts/incubator/restic-rest-server/README.md index b2b491e04c1..29138e66d0b 100644 --- a/charts/incubator/restic-rest-server/README.md +++ b/charts/incubator/restic-rest-server/README.md @@ -1,6 +1,6 @@ # restic-rest-server -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL. @@ -13,6 +13,7 @@ For more information, please click here: [restic-rest-server](https://truecharts ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `restic-rest-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install restic-rest-server TrueCharts/restic-rest-server ``` @@ -48,7 +49,7 @@ helm install restic-rest-server TrueCharts/restic-rest-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall restic-rest-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install restic-rest-server TrueCharts/restic-rest-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/restreamer/CHANGELOG.md b/charts/incubator/restreamer/CHANGELOG.md index 20b17fe37ed..4123bd4a242 100644 --- a/charts/incubator/restreamer/CHANGELOG.md +++ b/charts/incubator/restreamer/CHANGELOG.md @@ -2,6 +2,16 @@ +## [restreamer-0.0.15](https://github.com/truecharts/charts/compare/restreamer-0.0.14...restreamer-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [restreamer-0.0.14](https://github.com/truecharts/apps/compare/restreamer-0.0.13...restreamer-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/restreamer/Chart.yaml b/charts/incubator/restreamer/Chart.yaml index e2ccca8da70..f8eb5d5c88f 100644 --- a/charts/incubator/restreamer/Chart.yaml +++ b/charts/incubator/restreamer/Chart.yaml @@ -11,15 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Datarhei/Restreamer allows smart free video streaming in real time.\ - \ Stream H.264 video of IP cameras live to your website. Pump your live video to\ - \ YouTube-Live, Ustream, Twitch, Livestream.com or any other streaming-solutions\ - \ e.g. Wowza-Streaming-Engine. Our Docker-Image is easy to install and runs on Linux,\ - \ MacOS and Windows. Datarhei/Restreamer can be perfectly combined with single-board\ - \ computers like Raspberry Pi and Odroid.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/restreamer -icon: https://truecharts.org/img/chart-icons/restreamer.png +description: "Datarhei/Restreamer allows smart free video streaming in real time. Stream H.264 video of IP cameras live to your website. Pump your live video to YouTube-Live, Ustream, Twitch, Livestream.com or any other streaming-solutions e.g. Wowza-Streaming-Engine. Our Docker-Image is easy to install and runs on Linux, MacOS and Windows. Datarhei/Restreamer can be perfectly combined with single-board computers like Raspberry Pi and Odroid.\r\n" +home: https://truecharts.org/docs/charts/incubator/restreamer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/restreamer.png keywords: - restreamer - Network-Other @@ -32,6 +26,7 @@ maintainers: url: https://truecharts.org name: restreamer sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/restreamer - https://datarhei.github.io/restreamer/ - https://hub.docker.com/r/datarhei/restreamer type: application diff --git a/charts/incubator/restreamer/README.md b/charts/incubator/restreamer/README.md index 33ac1b31ad4..6bc93dc7f46 100644 --- a/charts/incubator/restreamer/README.md +++ b/charts/incubator/restreamer/README.md @@ -1,6 +1,6 @@ # restreamer -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Datarhei/Restreamer allows smart free video streaming in real time. Stream H.264 video of IP cameras live to your website. Pump your live video to YouTube-Live, Ustream, Twitch, Livestream.com or any other streaming-solutions e.g. Wowza-Streaming-Engine. Our Docker-Image is easy to install and runs on Linux, MacOS and Windows. Datarhei/Restreamer can be perfectly combined with single-board computers like Raspberry Pi and Odroid. @@ -13,6 +13,7 @@ For more information, please click here: [restreamer](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `restreamer` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install restreamer TrueCharts/restreamer ``` @@ -48,7 +49,7 @@ helm install restreamer TrueCharts/restreamer **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall restreamer Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install restreamer TrueCharts/restreamer -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/rflood/CHANGELOG.md b/charts/incubator/rflood/CHANGELOG.md index 485a19c8da1..3c5f9754525 100644 --- a/charts/incubator/rflood/CHANGELOG.md +++ b/charts/incubator/rflood/CHANGELOG.md @@ -2,6 +2,16 @@ +## [rflood-0.0.15](https://github.com/truecharts/charts/compare/rflood-0.0.14...rflood-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rflood-0.0.14](https://github.com/truecharts/apps/compare/rflood-0.0.13...rflood-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/rflood/Chart.yaml b/charts/incubator/rflood/Chart.yaml index c2b4ac26b06..df5db40c0ce 100644 --- a/charts/incubator/rflood/Chart.yaml +++ b/charts/incubator/rflood/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: Docker image with rTorrent and the Flood UI. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/rflood -icon: https://truecharts.org/img/chart-icons/rflood.png +home: https://truecharts.org/docs/charts/incubator/rflood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.png keywords: - rflood - Downloaders @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: rflood sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rflood - https://hotio.dev/containers/rflood - https://hub.docker.com/r/hotio/rflood type: application diff --git a/charts/incubator/rflood/README.md b/charts/incubator/rflood/README.md index e9eccc053f3..820f21e67bf 100644 --- a/charts/incubator/rflood/README.md +++ b/charts/incubator/rflood/README.md @@ -1,6 +1,6 @@ # rflood -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Docker image with rTorrent and the Flood UI. @@ -13,6 +13,7 @@ For more information, please click here: [rflood](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rflood` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rflood TrueCharts/rflood ``` @@ -48,7 +49,7 @@ helm install rflood TrueCharts/rflood **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall rflood Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rflood TrueCharts/rflood -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/rickroll/CHANGELOG.md b/charts/incubator/rickroll/CHANGELOG.md index 63413f0a175..190a035dcba 100644 --- a/charts/incubator/rickroll/CHANGELOG.md +++ b/charts/incubator/rickroll/CHANGELOG.md @@ -2,6 +2,16 @@ +## [rickroll-0.0.16](https://github.com/truecharts/charts/compare/rickroll-0.0.15...rickroll-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rickroll-0.0.15](https://github.com/truecharts/apps/compare/rickroll-0.0.14...rickroll-0.0.15) (2022-07-30) ### Chore diff --git a/charts/incubator/rickroll/Chart.yaml b/charts/incubator/rickroll/Chart.yaml index 519bd7334ce..dc91a7fd6af 100644 --- a/charts/incubator/rickroll/Chart.yaml +++ b/charts/incubator/rickroll/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Self-hosted Rickrolls. Image is based on Nginx stable alpine, and all - the content is local to the container. +description: Self-hosted Rickrolls. Image is based on Nginx stable alpine, and all the content is local to the container. home: https://truecharts.org/docs/charts/incubator/rickroll -icon: https://truecharts.org/img/chart-icons/rickroll.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.png keywords: - rickroll - Other @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: rickroll sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rickroll - https://github.com/modem7/docker-rickroll - https://hub.docker.com/r/modem7/docker-rickroll type: application diff --git a/charts/incubator/rickroll/README.md b/charts/incubator/rickroll/README.md index a5479ee8af1..80aa6d5e861 100644 --- a/charts/incubator/rickroll/README.md +++ b/charts/incubator/rickroll/README.md @@ -1,6 +1,6 @@ # rickroll -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Self-hosted Rickrolls. Image is based on Nginx stable alpine, and all the content is local to the container. @@ -13,6 +13,7 @@ For more information, please click here: [rickroll](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rickroll` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rickroll TrueCharts/rickroll ``` @@ -48,7 +49,7 @@ helm install rickroll TrueCharts/rickroll **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall rickroll Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rickroll TrueCharts/rickroll -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/rimgo/CHANGELOG.md b/charts/incubator/rimgo/CHANGELOG.md index 5173fec89f8..a22db2eed44 100644 --- a/charts/incubator/rimgo/CHANGELOG.md +++ b/charts/incubator/rimgo/CHANGELOG.md @@ -2,6 +2,17 @@ +## [rimgo-0.0.20](https://github.com/truecharts/charts/compare/rimgo-0.0.18...rimgo-0.0.20) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rimgo-0.0.18](https://github.com/truecharts/apps/compare/rimgo-0.0.17...rimgo-0.0.18) (2022-07-30) ### Chore diff --git a/charts/incubator/rimgo/Chart.yaml b/charts/incubator/rimgo/Chart.yaml index 70caeb17b76..b9383a60220 100644 --- a/charts/incubator/rimgo/Chart.yaml +++ b/charts/incubator/rimgo/Chart.yaml @@ -11,7 +11,7 @@ dependencies: deprecated: false description: "Alternative Imgur front-end\r\n" home: https://truecharts.org/docs/charts/incubator/rimgo -icon: https://truecharts.org/img/chart-icons/rimgo.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.png keywords: - rimgo - Network-Web @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: rimgo sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rimgo - https://quay.io/repository/pussthecatorg/rimgo type: application version: 0.0.20 diff --git a/charts/incubator/rimgo/README.md b/charts/incubator/rimgo/README.md index 826d41081d6..8e4f5f12bb1 100644 --- a/charts/incubator/rimgo/README.md +++ b/charts/incubator/rimgo/README.md @@ -1,6 +1,6 @@ # rimgo -![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Alternative Imgur front-end @@ -13,6 +13,7 @@ For more information, please click here: [rimgo](https://truecharts.org/docs/cha ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rimgo` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rimgo TrueCharts/rimgo ``` @@ -47,7 +48,7 @@ helm install rimgo TrueCharts/rimgo **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall rimgo Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rimgo TrueCharts/rimgo -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ring-mqtt/CHANGELOG.md b/charts/incubator/ring-mqtt/CHANGELOG.md index 21a412e011a..67ed08fda3b 100644 --- a/charts/incubator/ring-mqtt/CHANGELOG.md +++ b/charts/incubator/ring-mqtt/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ring-mqtt-0.0.15](https://github.com/truecharts/charts/compare/ring-mqtt-0.0.14...ring-mqtt-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ring-mqtt-0.0.14](https://github.com/truecharts/apps/compare/ring-mqtt-0.0.13...ring-mqtt-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/ring-mqtt/Chart.yaml b/charts/incubator/ring-mqtt/Chart.yaml index f01eb6d892f..b5aaf49f57a 100644 --- a/charts/incubator/ring-mqtt/Chart.yaml +++ b/charts/incubator/ring-mqtt/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT - - See the project page for token auth procedure - https://github.com/tsightler/ring-mqtt#authentication -home: https://github.com/truecharts/charts/tree/master/charts/incubator/ring-mqtt -icon: https://truecharts.org/img/chart-icons/ring-mqtt.png +description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT - See the project page for token auth procedure - https://github.com/tsightler/ring-mqtt#authentication +home: https://truecharts.org/docs/charts/incubator/ring-mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ring-mqtt.png keywords: - ring-mqtt - HomeAutomation @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: ring-mqtt sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ring-mqtt - https://github.com/tsightler/ring-mqtt - https://hub.docker.com/r/tsightler/ring-mqtt/ type: application diff --git a/charts/incubator/ring-mqtt/README.md b/charts/incubator/ring-mqtt/README.md index b0158a2c3b6..2ea5836fc97 100644 --- a/charts/incubator/ring-mqtt/README.md +++ b/charts/incubator/ring-mqtt/README.md @@ -1,6 +1,6 @@ # ring-mqtt -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT - See the project page for token auth procedure - https://github.com/tsightler/ring-mqtt#authentication @@ -13,6 +13,7 @@ For more information, please click here: [ring-mqtt](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ring-mqtt` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ring-mqtt TrueCharts/ring-mqtt ``` @@ -48,7 +49,7 @@ helm install ring-mqtt TrueCharts/ring-mqtt **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ring-mqtt Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ring-mqtt TrueCharts/ring-mqtt -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/rmlint/CHANGELOG.md b/charts/incubator/rmlint/CHANGELOG.md index 738887024a0..ba5f0058928 100644 --- a/charts/incubator/rmlint/CHANGELOG.md +++ b/charts/incubator/rmlint/CHANGELOG.md @@ -2,6 +2,16 @@ +## [rmlint-0.0.15](https://github.com/truecharts/charts/compare/rmlint-0.0.14...rmlint-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rmlint-0.0.14](https://github.com/truecharts/apps/compare/rmlint-0.0.13...rmlint-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/rmlint/Chart.yaml b/charts/incubator/rmlint/Chart.yaml index fcaeacb6580..4f3191ab83c 100644 --- a/charts/incubator/rmlint/Chart.yaml +++ b/charts/incubator/rmlint/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "rmlint finds space waste and other broken things on your filesystem\ - \ and offers to remove it.[br][br]\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/rmlint -icon: https://truecharts.org/img/chart-icons/rmlint.png +description: "rmlint finds space waste and other broken things on your filesystem and offers to remove it.[br][br]\r\n" +home: https://truecharts.org/docs/charts/incubator/rmlint +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rmlint.png keywords: - rmlint - Tools-Utilities @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: rmlint sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rmlint - https://github.com/sahib/rmlint - https://hub.docker.com/r/bobbintb/docker-rmlint-TrueNAS type: application diff --git a/charts/incubator/rmlint/README.md b/charts/incubator/rmlint/README.md index 23463b8c902..6407eb2f697 100644 --- a/charts/incubator/rmlint/README.md +++ b/charts/incubator/rmlint/README.md @@ -1,6 +1,6 @@ # rmlint -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) rmlint finds space waste and other broken things on your filesystem and offers to remove it.[br][br] @@ -13,6 +13,7 @@ For more information, please click here: [rmlint](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rmlint` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rmlint TrueCharts/rmlint ``` @@ -48,7 +49,7 @@ helm install rmlint TrueCharts/rmlint **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall rmlint Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rmlint TrueCharts/rmlint -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/rollarr/CHANGELOG.md b/charts/incubator/rollarr/CHANGELOG.md index bf69bc97d11..b91f2b6921a 100644 --- a/charts/incubator/rollarr/CHANGELOG.md +++ b/charts/incubator/rollarr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [rollarr-0.0.15](https://github.com/truecharts/charts/compare/rollarr-0.0.14...rollarr-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rollarr-0.0.14](https://github.com/truecharts/apps/compare/rollarr-0.0.13...rollarr-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/rollarr/Chart.yaml b/charts/incubator/rollarr/Chart.yaml index ad341c4450f..482b0524c4a 100644 --- a/charts/incubator/rollarr/Chart.yaml +++ b/charts/incubator/rollarr/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "A automated pre-roll program for your plex pre-roll needs.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/rollarr -icon: https://truecharts.org/img/chart-icons/rollarr.png +home: https://truecharts.org/docs/charts/incubator/rollarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rollarr.png keywords: - rollarr - Tools-Utilities @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: rollarr sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rollarr - https://github.com/TheHumanRobot/Rollarr - https://hub.docker.com/r/thehumanrobot/rollarr/ type: application diff --git a/charts/incubator/rollarr/README.md b/charts/incubator/rollarr/README.md index 958aa3f62d5..db90579157e 100644 --- a/charts/incubator/rollarr/README.md +++ b/charts/incubator/rollarr/README.md @@ -1,6 +1,6 @@ # rollarr -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A automated pre-roll program for your plex pre-roll needs. @@ -13,6 +13,7 @@ For more information, please click here: [rollarr](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rollarr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rollarr TrueCharts/rollarr ``` @@ -48,7 +49,7 @@ helm install rollarr TrueCharts/rollarr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall rollarr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rollarr TrueCharts/rollarr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/root/CHANGELOG.md b/charts/incubator/root/CHANGELOG.md index f7c4cac22e1..0c6af1b2c8f 100644 --- a/charts/incubator/root/CHANGELOG.md +++ b/charts/incubator/root/CHANGELOG.md @@ -2,6 +2,16 @@ +## [root-0.0.15](https://github.com/truecharts/charts/compare/root-0.0.14...root-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [root-0.0.14](https://github.com/truecharts/apps/compare/root-0.0.13...root-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/root/Chart.yaml b/charts/incubator/root/Chart.yaml index 1cd8f3cd7f9..52460dd5021 100644 --- a/charts/incubator/root/Chart.yaml +++ b/charts/incubator/root/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - ROOT is a framework for data processing, born at CERN, at the heart of - the research on high-energy physics. Every day, thousands of physicists use ROOT - applications to analyze their data or to perform simulations. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/root -icon: https://truecharts.org/img/chart-icons/root.png +description: ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations. +home: https://truecharts.org/docs/charts/incubator/root +icon: https://truecharts.org/img/hotlink-ok/chart-icons/root.png keywords: - root - Productivity @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: root sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/root - https://root.cern/ - https://hub.docker.com/repository/docker/bgameiro/arch-cern-root type: application diff --git a/charts/incubator/root/README.md b/charts/incubator/root/README.md index 369b24fdcff..d6d543a7592 100644 --- a/charts/incubator/root/README.md +++ b/charts/incubator/root/README.md @@ -1,6 +1,6 @@ # root -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations. @@ -13,6 +13,7 @@ For more information, please click here: [root](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `root` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install root TrueCharts/root ``` @@ -48,7 +49,7 @@ helm install root TrueCharts/root **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall root Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install root TrueCharts/root -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/rss-proxy/CHANGELOG.md b/charts/incubator/rss-proxy/CHANGELOG.md index 71459f0a62a..1f7ccfd9d75 100644 --- a/charts/incubator/rss-proxy/CHANGELOG.md +++ b/charts/incubator/rss-proxy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [rss-proxy-0.0.15](https://github.com/truecharts/charts/compare/rss-proxy-0.0.14...rss-proxy-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rss-proxy-0.0.14](https://github.com/truecharts/apps/compare/rss-proxy-0.0.13...rss-proxy-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/rss-proxy/Chart.yaml b/charts/incubator/rss-proxy/Chart.yaml index aaa7551ca32..9d45bd7869f 100644 --- a/charts/incubator/rss-proxy/Chart.yaml +++ b/charts/incubator/rss-proxy/Chart.yaml @@ -12,8 +12,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/rss-proxy -icon: https://truecharts.org/img/chart-icons/rss-proxy.png +home: https://truecharts.org/docs/charts/incubator/rss-proxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-proxy.png keywords: - rss-proxy - Cloud @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: rss-proxy sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rss-proxy - https://github.com/damoeb/rss-proxy - https://hub.docker.com/r/damoeb/rss-proxy type: application diff --git a/charts/incubator/rss-proxy/README.md b/charts/incubator/rss-proxy/README.md index bdd31119ffc..44b780ea296 100644 --- a/charts/incubator/rss-proxy/README.md +++ b/charts/incubator/rss-proxy/README.md @@ -1,6 +1,6 @@ # rss-proxy -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [rss-proxy](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rss-proxy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rss-proxy TrueCharts/rss-proxy ``` @@ -48,7 +49,7 @@ helm install rss-proxy TrueCharts/rss-proxy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall rss-proxy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rss-proxy TrueCharts/rss-proxy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/rss-to-telegram/CHANGELOG.md b/charts/incubator/rss-to-telegram/CHANGELOG.md index 3b3d3786aad..79d6a00e4b6 100644 --- a/charts/incubator/rss-to-telegram/CHANGELOG.md +++ b/charts/incubator/rss-to-telegram/CHANGELOG.md @@ -2,6 +2,16 @@ +## [rss-to-telegram-0.0.15](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.14...rss-to-telegram-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rss-to-telegram-0.0.14](https://github.com/truecharts/apps/compare/rss-to-telegram-0.0.13...rss-to-telegram-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/rss-to-telegram/Chart.yaml b/charts/incubator/rss-to-telegram/Chart.yaml index 86afbe9783c..7d4c6c472eb 100644 --- a/charts/incubator/rss-to-telegram/Chart.yaml +++ b/charts/incubator/rss-to-telegram/Chart.yaml @@ -11,12 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a - telegram chat. This script was created because all the third party services were - unreliable, slow. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/rss-to-telegram -icon: https://truecharts.org/img/chart-icons/rss-to-telegram.png +description: A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow. +home: https://truecharts.org/docs/charts/incubator/rss-to-telegram +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-to-telegram.png keywords: - rss-to-telegram - Network-Other @@ -29,6 +26,7 @@ maintainers: url: https://truecharts.org name: rss-to-telegram sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rss-to-telegram - https://github.com/BoKKeR/RSS-to-Telegram-Bot - https://hub.docker.com/r/bokker/rss.to.telegram type: application diff --git a/charts/incubator/rss-to-telegram/README.md b/charts/incubator/rss-to-telegram/README.md index d2184afa2f8..aad542496e6 100644 --- a/charts/incubator/rss-to-telegram/README.md +++ b/charts/incubator/rss-to-telegram/README.md @@ -1,6 +1,6 @@ # rss-to-telegram -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow. @@ -13,6 +13,7 @@ For more information, please click here: [rss-to-telegram](https://truecharts.or ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rss-to-telegram` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rss-to-telegram TrueCharts/rss-to-telegram ``` @@ -48,7 +49,7 @@ helm install rss-to-telegram TrueCharts/rss-to-telegram **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall rss-to-telegram Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rss-to-telegram TrueCharts/rss-to-telegram -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/rstudio/CHANGELOG.md b/charts/incubator/rstudio/CHANGELOG.md index ec948259e2f..a7d54af1e49 100644 --- a/charts/incubator/rstudio/CHANGELOG.md +++ b/charts/incubator/rstudio/CHANGELOG.md @@ -2,6 +2,16 @@ +## [rstudio-0.0.16](https://github.com/truecharts/charts/compare/rstudio-0.0.15...rstudio-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rstudio-0.0.15](https://github.com/truecharts/apps/compare/rstudio-0.0.14...rstudio-0.0.15) (2022-07-27) ### Chore diff --git a/charts/incubator/rstudio/Chart.yaml b/charts/incubator/rstudio/Chart.yaml index c23d19a551e..24fa4ed0701 100644 --- a/charts/incubator/rstudio/Chart.yaml +++ b/charts/incubator/rstudio/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "***NOTE*** First run is slow.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/rstudio -icon: https://truecharts.org/img/chart-icons/rstudio.png +home: https://truecharts.org/docs/charts/incubator/rstudio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.png keywords: - rstudio - Productivity @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: rstudio sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rstudio - https://github.com/rocker-org/rocker-versioned - https://hub.docker.com/r/rocker/rstudio/ type: application diff --git a/charts/incubator/rstudio/README.md b/charts/incubator/rstudio/README.md index 86916c972b7..ce93c781a3b 100644 --- a/charts/incubator/rstudio/README.md +++ b/charts/incubator/rstudio/README.md @@ -1,6 +1,6 @@ # rstudio -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ***NOTE*** First run is slow. @@ -13,6 +13,7 @@ For more information, please click here: [rstudio](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rstudio` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rstudio TrueCharts/rstudio ``` @@ -48,7 +49,7 @@ helm install rstudio TrueCharts/rstudio **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall rstudio Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rstudio TrueCharts/rstudio -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/rtmpserver/CHANGELOG.md b/charts/incubator/rtmpserver/CHANGELOG.md index 7a07dff80e9..91582114063 100644 --- a/charts/incubator/rtmpserver/CHANGELOG.md +++ b/charts/incubator/rtmpserver/CHANGELOG.md @@ -2,6 +2,16 @@ +## [rtmpserver-0.0.15](https://github.com/truecharts/charts/compare/rtmpserver-0.0.14...rtmpserver-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rtmpserver-0.0.14](https://github.com/truecharts/apps/compare/rtmpserver-0.0.13...rtmpserver-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/rtmpserver/Chart.yaml b/charts/incubator/rtmpserver/Chart.yaml index 3b2d8f5a40a..7516cddb505 100644 --- a/charts/incubator/rtmpserver/Chart.yaml +++ b/charts/incubator/rtmpserver/Chart.yaml @@ -10,13 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker image can be used to create a video streaming server that\ - \ supports RTMP, HLS, DASH out of the box. It also allows adaptive streaming and\ - \ custom transcoding of video streams. All modules are built from source on Debian\ - \ and Alpine Linux base images.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/rtmpserver -icon: https://truecharts.org/img/chart-icons/rtmpserver.png +description: "This Docker image can be used to create a video streaming server that supports RTMP, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images.\r\n" +home: https://truecharts.org/docs/charts/incubator/rtmpserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtmpserver.png keywords: - rtmpserver - GameServers @@ -28,6 +24,7 @@ maintainers: url: https://truecharts.org name: rtmpserver sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rtmpserver - https://github.com/TareqAlqutami/rtmp-hls-server - https://hub.docker.com/r/alqutami/rtmp-hls type: application diff --git a/charts/incubator/rtmpserver/README.md b/charts/incubator/rtmpserver/README.md index 094a51b79e5..27f8d103ef9 100644 --- a/charts/incubator/rtmpserver/README.md +++ b/charts/incubator/rtmpserver/README.md @@ -1,6 +1,6 @@ # rtmpserver -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker image can be used to create a video streaming server that supports RTMP, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images. @@ -13,6 +13,7 @@ For more information, please click here: [rtmpserver](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rtmpserver` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rtmpserver TrueCharts/rtmpserver ``` @@ -48,7 +49,7 @@ helm install rtmpserver TrueCharts/rtmpserver **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall rtmpserver Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rtmpserver TrueCharts/rtmpserver -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/rust/CHANGELOG.md b/charts/incubator/rust/CHANGELOG.md index 6ef3cd4a02c..6389de1383f 100644 --- a/charts/incubator/rust/CHANGELOG.md +++ b/charts/incubator/rust/CHANGELOG.md @@ -2,6 +2,16 @@ +## [rust-0.0.15](https://github.com/truecharts/charts/compare/rust-0.0.14...rust-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rust-0.0.14](https://github.com/truecharts/apps/compare/rustpad-0.0.13...rust-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/rust/Chart.yaml b/charts/incubator/rust/Chart.yaml index 7d6006817b1..c6fcd1eaedc 100644 --- a/charts/incubator/rust/Chart.yaml +++ b/charts/incubator/rust/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ RUST and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/rust -icon: https://truecharts.org/img/chart-icons/rust.png +description: "This Docker will download and install SteamCMD. It will also install RUST and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/rust +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rust.png keywords: - rust - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: rust sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rust - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/rust/README.md b/charts/incubator/rust/README.md index ec529f9943d..00a4910c1d5 100644 --- a/charts/incubator/rust/README.md +++ b/charts/incubator/rust/README.md @@ -1,6 +1,6 @@ # rust -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install RUST and run it. @@ -13,6 +13,7 @@ For more information, please click here: [rust](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rust` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rust TrueCharts/rust ``` @@ -48,7 +49,7 @@ helm install rust TrueCharts/rust **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall rust Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rust TrueCharts/rust -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/rustpad/CHANGELOG.md b/charts/incubator/rustpad/CHANGELOG.md index bb35cfb0502..be30ed105e7 100644 --- a/charts/incubator/rustpad/CHANGELOG.md +++ b/charts/incubator/rustpad/CHANGELOG.md @@ -2,6 +2,16 @@ +## [rustpad-0.0.15](https://github.com/truecharts/charts/compare/rustpad-0.0.14...rustpad-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rustpad-0.0.14](https://github.com/truecharts/apps/compare/rustpad-0.0.13...rustpad-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/rustpad/Chart.yaml b/charts/incubator/rustpad/Chart.yaml index e08bc8cd65a..b521b78e327 100644 --- a/charts/incubator/rustpad/Chart.yaml +++ b/charts/incubator/rustpad/Chart.yaml @@ -12,8 +12,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/rustpad -icon: https://truecharts.org/img/chart-icons/rustpad.png +home: https://truecharts.org/docs/charts/incubator/rustpad +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustpad.png keywords: - rustpad - Cloud @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: rustpad sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rustpad - https://github.com/ekzhang/rustpad - https://hub.docker.com/r/ekzhang/rustpad type: application diff --git a/charts/incubator/rustpad/README.md b/charts/incubator/rustpad/README.md index 92bb4c6e60c..82ad54d9ef6 100644 --- a/charts/incubator/rustpad/README.md +++ b/charts/incubator/rustpad/README.md @@ -1,6 +1,6 @@ # rustpad -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [rustpad](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rustpad` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rustpad TrueCharts/rustpad ``` @@ -48,7 +49,7 @@ helm install rustpad TrueCharts/rustpad **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall rustpad Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rustpad TrueCharts/rustpad -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/s3backup/CHANGELOG.md b/charts/incubator/s3backup/CHANGELOG.md index c8fa76e7a2f..fcdd530e3f2 100644 --- a/charts/incubator/s3backup/CHANGELOG.md +++ b/charts/incubator/s3backup/CHANGELOG.md @@ -2,6 +2,16 @@ +## [s3backup-0.0.15](https://github.com/truecharts/charts/compare/s3backup-0.0.14...s3backup-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [s3backup-0.0.14](https://github.com/truecharts/apps/compare/s3backup-0.0.13...s3backup-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/s3backup/Chart.yaml b/charts/incubator/s3backup/Chart.yaml index 21b1d63b419..18b1faf6965 100644 --- a/charts/incubator/s3backup/Chart.yaml +++ b/charts/incubator/s3backup/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: A simple way to backup important files to Amazon S3 and Glacier. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/s3backup -icon: https://truecharts.org/img/chart-icons/s3backup.png +home: https://truecharts.org/docs/charts/incubator/s3backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3backup.png keywords: - s3backup - Backup @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: s3backup sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/s3backup - https://registry.hub.docker.com/r/joch/s3backup/ type: application version: 0.0.15 diff --git a/charts/incubator/s3backup/README.md b/charts/incubator/s3backup/README.md index f49eef11782..5a44f98476c 100644 --- a/charts/incubator/s3backup/README.md +++ b/charts/incubator/s3backup/README.md @@ -1,6 +1,6 @@ # s3backup -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A simple way to backup important files to Amazon S3 and Glacier. @@ -13,6 +13,7 @@ For more information, please click here: [s3backup](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `s3backup` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install s3backup TrueCharts/s3backup ``` @@ -47,7 +48,7 @@ helm install s3backup TrueCharts/s3backup **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall s3backup Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install s3backup TrueCharts/s3backup -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/s3sync/CHANGELOG.md b/charts/incubator/s3sync/CHANGELOG.md index 28eb13adcdb..0e29a2b0415 100644 --- a/charts/incubator/s3sync/CHANGELOG.md +++ b/charts/incubator/s3sync/CHANGELOG.md @@ -2,6 +2,16 @@ +## [s3sync-0.0.15](https://github.com/truecharts/charts/compare/s3sync-0.0.14...s3sync-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [s3sync-0.0.14](https://github.com/truecharts/apps/compare/s3sync-0.0.13...s3sync-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/s3sync/Chart.yaml b/charts/incubator/s3sync/Chart.yaml index 1485647be97..c9ec353cc29 100644 --- a/charts/incubator/s3sync/Chart.yaml +++ b/charts/incubator/s3sync/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This application backs up every folder mounted at `/data/` to a given\ - \ AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access\ - \ and Secret Keys.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/s3sync -icon: https://truecharts.org/img/chart-icons/s3sync.png +description: "This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys.\r\n" +home: https://truecharts.org/docs/charts/incubator/s3sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3sync.png keywords: - s3sync - Backup @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: s3sync sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/s3sync - https://github.com/what-name/docker-s3sync - https://hub.docker.com/repository/docker/whatname/docker-s3sync type: application diff --git a/charts/incubator/s3sync/README.md b/charts/incubator/s3sync/README.md index 1d20c0b69d5..7188dcbf6c9 100644 --- a/charts/incubator/s3sync/README.md +++ b/charts/incubator/s3sync/README.md @@ -1,6 +1,6 @@ # s3sync -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys. @@ -13,6 +13,7 @@ For more information, please click here: [s3sync](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `s3sync` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install s3sync TrueCharts/s3sync ``` @@ -48,7 +49,7 @@ helm install s3sync TrueCharts/s3sync **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall s3sync Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install s3sync TrueCharts/s3sync -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/satisfactory-server/CHANGELOG.md b/charts/incubator/satisfactory-server/CHANGELOG.md index d1f8101ce0e..adfe8b13cda 100644 --- a/charts/incubator/satisfactory-server/CHANGELOG.md +++ b/charts/incubator/satisfactory-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [satisfactory-server-0.0.15](https://github.com/truecharts/charts/compare/satisfactory-server-0.0.14...satisfactory-server-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [satisfactory-server-0.0.14](https://github.com/truecharts/apps/compare/satisfactory-server-0.0.13...satisfactory-server-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/satisfactory-server/Chart.yaml b/charts/incubator/satisfactory-server/Chart.yaml index 0c30c1f788c..9039ba5ca31 100644 --- a/charts/incubator/satisfactory-server/Chart.yaml +++ b/charts/incubator/satisfactory-server/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: This is a Dockerized version of the Satisfactory dedicated server. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/satisfactory-server -icon: https://truecharts.org/img/chart-icons/satisfactory-server.png +home: https://truecharts.org/docs/charts/incubator/satisfactory-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory-server.png keywords: - satisfactory-server - GameServers @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: satisfactory-server sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/satisfactory-server - https://hub.docker.com/r/wolveix/satisfactory-server - https://hub.docker.com/r/wolveix/satisfactory-server type: application diff --git a/charts/incubator/satisfactory-server/README.md b/charts/incubator/satisfactory-server/README.md index 4fac22518d9..c1de69598d6 100644 --- a/charts/incubator/satisfactory-server/README.md +++ b/charts/incubator/satisfactory-server/README.md @@ -1,6 +1,6 @@ # satisfactory-server -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This is a Dockerized version of the Satisfactory dedicated server. @@ -13,6 +13,7 @@ For more information, please click here: [satisfactory-server](https://truechart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `satisfactory-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install satisfactory-server TrueCharts/satisfactory-server ``` @@ -48,7 +49,7 @@ helm install satisfactory-server TrueCharts/satisfactory-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall satisfactory-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install satisfactory-server TrueCharts/satisfactory-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/scprime/CHANGELOG.md b/charts/incubator/scprime/CHANGELOG.md index 70017058766..9ace5126ba1 100644 --- a/charts/incubator/scprime/CHANGELOG.md +++ b/charts/incubator/scprime/CHANGELOG.md @@ -2,6 +2,16 @@ +## [scprime-0.0.15](https://github.com/truecharts/charts/compare/scprime-0.0.14...scprime-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [scprime-0.0.14](https://github.com/truecharts/apps/compare/scprime-0.0.13...scprime-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/scprime/Chart.yaml b/charts/incubator/scprime/Chart.yaml index 47f1f463555..96fb25fc219 100644 --- a/charts/incubator/scprime/Chart.yaml +++ b/charts/incubator/scprime/Chart.yaml @@ -10,13 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "ScPrime is a cryptocurrency project targeting public cloud services\ - \ with a blockchain based ecosystem to pay individuals to store data around the\ - \ globe using smart contracts and cryptographic proofs to ensure accuracy, security\ - \ and redundancy.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/scprime -icon: https://truecharts.org/img/chart-icons/scprime.png +description: "ScPrime is a cryptocurrency project targeting public cloud services with a blockchain based ecosystem to pay individuals to store data around the globe using smart contracts and cryptographic proofs to ensure accuracy, security and redundancy.\r\n" +home: https://truecharts.org/docs/charts/incubator/scprime +icon: https://truecharts.org/img/hotlink-ok/chart-icons/scprime.png keywords: - scprime - Cloud @@ -28,6 +24,7 @@ maintainers: url: https://truecharts.org name: scprime sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/scprime - https://scpri.me - https://hub.docker.com/r/scprime/scprime type: application diff --git a/charts/incubator/scprime/README.md b/charts/incubator/scprime/README.md index 88d5df8ec61..cbced8b0482 100644 --- a/charts/incubator/scprime/README.md +++ b/charts/incubator/scprime/README.md @@ -1,6 +1,6 @@ # scprime -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ScPrime is a cryptocurrency project targeting public cloud services with a blockchain based ecosystem to pay individuals to store data around the globe using smart contracts and cryptographic proofs to ensure accuracy, security and redundancy. @@ -13,6 +13,7 @@ For more information, please click here: [scprime](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `scprime` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install scprime TrueCharts/scprime ``` @@ -48,7 +49,7 @@ helm install scprime TrueCharts/scprime **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall scprime Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install scprime TrueCharts/scprime -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/searx/CHANGELOG.md b/charts/incubator/searx/CHANGELOG.md index 0bb1c2b7483..092599db8e7 100644 --- a/charts/incubator/searx/CHANGELOG.md +++ b/charts/incubator/searx/CHANGELOG.md @@ -2,6 +2,17 @@ +## [searx-0.0.17](https://github.com/truecharts/charts/compare/searx-0.0.15...searx-0.0.17) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [searx-0.0.15](https://github.com/truecharts/apps/compare/searxng-0.0.15...searx-0.0.15) (2022-07-29) ### Chore diff --git a/charts/incubator/searx/Chart.yaml b/charts/incubator/searx/Chart.yaml index d7200e41c96..484dd0e3e80 100644 --- a/charts/incubator/searx/Chart.yaml +++ b/charts/incubator/searx/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Searx is a free internet metasearch engine which aggregates results from - more than 70 search services. Users are neither tracked nor profiled. Additionally, - searx can be used over Tor for online anonymity. +description: Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity. home: https://truecharts.org/docs/charts/incubator/searx -icon: https://truecharts.org/img/chart-icons/searx.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/searx.png keywords: - searx - Productivity @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: searx sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/searx - https://github.com/asciimoo/searx - https://hub.docker.com/r/searx/searx/ type: application diff --git a/charts/incubator/searx/README.md b/charts/incubator/searx/README.md index 1f4704e6a23..b67cb7b1a44 100644 --- a/charts/incubator/searx/README.md +++ b/charts/incubator/searx/README.md @@ -1,6 +1,6 @@ # searx -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity. @@ -13,6 +13,7 @@ For more information, please click here: [searx](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `searx` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install searx TrueCharts/searx ``` @@ -48,7 +49,7 @@ helm install searx TrueCharts/searx **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall searx Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install searx TrueCharts/searx -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/searxng/CHANGELOG.md b/charts/incubator/searxng/CHANGELOG.md index bc43abdcdac..a4c6a27793e 100644 --- a/charts/incubator/searxng/CHANGELOG.md +++ b/charts/incubator/searxng/CHANGELOG.md @@ -2,6 +2,17 @@ +## [searxng-0.0.18](https://github.com/truecharts/charts/compare/searxng-0.0.16...searxng-0.0.18) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [searxng-0.0.16](https://github.com/truecharts/apps/compare/searxng-0.0.15...searxng-0.0.16) (2022-07-29) ### Chore diff --git a/charts/incubator/searxng/Chart.yaml b/charts/incubator/searxng/Chart.yaml index 069f66aacf5..714c04051ed 100644 --- a/charts/incubator/searxng/Chart.yaml +++ b/charts/incubator/searxng/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "SearXNG is a free internet metasearch engine which aggregates results\ - \ from more than 70 search services. Users are neither tracked nor profiled. Additionally,\ - \ SearXNG can be used over Tor for online anonymity.\r\n" +description: "SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity.\r\n" home: https://truecharts.org/docs/charts/incubator/searxng -icon: https://truecharts.org/img/chart-icons/searxng.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png keywords: - searxng - Productivity @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: searxng sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/searxng - https://github.com/searxng/searxng - https://hub.docker.com/r/searxng/searxng type: application diff --git a/charts/incubator/searxng/README.md b/charts/incubator/searxng/README.md index db3619d256c..6f4162b9319 100644 --- a/charts/incubator/searxng/README.md +++ b/charts/incubator/searxng/README.md @@ -1,6 +1,6 @@ # searxng -![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity. @@ -13,6 +13,7 @@ For more information, please click here: [searxng](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `searxng` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install searxng TrueCharts/searxng ``` @@ -48,7 +49,7 @@ helm install searxng TrueCharts/searxng **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall searxng Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install searxng TrueCharts/searxng -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/seedsync/CHANGELOG.md b/charts/incubator/seedsync/CHANGELOG.md index 9ed8d8d10be..1925344f297 100644 --- a/charts/incubator/seedsync/CHANGELOG.md +++ b/charts/incubator/seedsync/CHANGELOG.md @@ -2,6 +2,16 @@ +## [seedsync-0.0.15](https://github.com/truecharts/charts/compare/seedsync-0.0.14...seedsync-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [seedsync-0.0.14](https://github.com/truecharts/apps/compare/seedsync-0.0.13...seedsync-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/seedsync/Chart.yaml b/charts/incubator/seedsync/Chart.yaml index 80281f1dece..2b8864c7358 100644 --- a/charts/incubator/seedsync/Chart.yaml +++ b/charts/incubator/seedsync/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - SeedSync is a tool to sync the files on a remote Linux server (like your - seedbox, for example). It uses LFTP to transfer files fast! -home: https://github.com/truecharts/charts/tree/master/charts/incubator/seedsync -icon: https://truecharts.org/img/chart-icons/seedsync.png +description: SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast! +home: https://truecharts.org/docs/charts/incubator/seedsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/seedsync.png keywords: - seedsync - Tools-Utilities @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: seedsync sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/seedsync - https://github.com/ipsingh06/seedsync - https://hub.docker.com/r/ipsingh06/seedsync/ type: application diff --git a/charts/incubator/seedsync/README.md b/charts/incubator/seedsync/README.md index 63544ec8d73..51c4e3ced8f 100644 --- a/charts/incubator/seedsync/README.md +++ b/charts/incubator/seedsync/README.md @@ -1,6 +1,6 @@ # seedsync -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast! @@ -13,6 +13,7 @@ For more information, please click here: [seedsync](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `seedsync` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install seedsync TrueCharts/seedsync ``` @@ -48,7 +49,7 @@ helm install seedsync TrueCharts/seedsync **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall seedsync Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install seedsync TrueCharts/seedsync -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/self-service-password/CHANGELOG.md b/charts/incubator/self-service-password/CHANGELOG.md index b3e53d68a6f..eda0492f697 100644 --- a/charts/incubator/self-service-password/CHANGELOG.md +++ b/charts/incubator/self-service-password/CHANGELOG.md @@ -2,6 +2,16 @@ +## [self-service-password-1.0.28](https://github.com/truecharts/charts/compare/self-service-password-1.0.27...self-service-password-1.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [self-service-password-1.0.27](https://github.com/truecharts/apps/compare/self-service-password-1.0.26...self-service-password-1.0.27) (2022-07-26) ### Chore diff --git a/charts/incubator/self-service-password/Chart.yaml b/charts/incubator/self-service-password/Chart.yaml index 95402048f40..0ecd1b52ebd 100644 --- a/charts/incubator/self-service-password/Chart.yaml +++ b/charts/incubator/self-service-password/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Self Service Password is a PHP application that allows users to change their password in an LDAP directory. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/self-service-password -icon: https://truecharts.org/img/chart-icons/self-service-password.png +home: https://truecharts.org/docs/charts/incubator/self-service-password +icon: https://truecharts.org/img/hotlink-ok/chart-icons/self-service-password.png keywords: - password - self-service @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: self-service-password sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/self-service-password - https://github.com/tiredofit/docker-self-service-password - https://hub.docker.com/r/tiredofit/self-service-password - https://self-service-password.readthedocs.io/en/latest diff --git a/charts/incubator/self-service-password/README.md b/charts/incubator/self-service-password/README.md index 87e15e6f5e8..8d7bd32fd3c 100644 --- a/charts/incubator/self-service-password/README.md +++ b/charts/incubator/self-service-password/README.md @@ -1,6 +1,6 @@ # self-service-password -![Version: 1.0.27](https://img.shields.io/badge/Version-1.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.2.3](https://img.shields.io/badge/AppVersion-5.2.3-informational?style=flat-square) +![Version: 1.0.28](https://img.shields.io/badge/Version-1.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.2.3](https://img.shields.io/badge/AppVersion-5.2.3-informational?style=flat-square) Self Service Password is a PHP application that allows users to change their password in an LDAP directory. @@ -13,6 +13,7 @@ For more information, please click here: [self-service-password](https://truecha ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `self-service-password` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install self-service-password TrueCharts/self-service-password ``` @@ -49,7 +50,7 @@ helm install self-service-password TrueCharts/self-service-password **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall self-service-password Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install self-service-password TrueCharts/self-service-password -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/send/CHANGELOG.md b/charts/incubator/send/CHANGELOG.md index 98f9b4ea930..55e06931f99 100644 --- a/charts/incubator/send/CHANGELOG.md +++ b/charts/incubator/send/CHANGELOG.md @@ -2,6 +2,16 @@ +## [send-0.0.15](https://github.com/truecharts/charts/compare/send-0.0.14...send-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [send-0.0.14](https://github.com/truecharts/apps/compare/send-0.0.13...send-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/send/Chart.yaml b/charts/incubator/send/Chart.yaml index b0c7bdfe968..666946daabd 100644 --- a/charts/incubator/send/Chart.yaml +++ b/charts/incubator/send/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork\ - \ is a community effort to keep the project up-to-date and alive.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/send -icon: https://truecharts.org/img/chart-icons/send.png +description: "A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive.\r\n" +home: https://truecharts.org/docs/charts/incubator/send +icon: https://truecharts.org/img/hotlink-ok/chart-icons/send.png keywords: - send - Cloud @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: send sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/send - https://gitlab.com/timvisee/send - https://gitlab.com/timvisee/send type: application diff --git a/charts/incubator/send/README.md b/charts/incubator/send/README.md index f265642b74c..bede0efa62d 100644 --- a/charts/incubator/send/README.md +++ b/charts/incubator/send/README.md @@ -1,6 +1,6 @@ # send -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. @@ -13,6 +13,7 @@ For more information, please click here: [send](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `send` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install send TrueCharts/send ``` @@ -48,7 +49,7 @@ helm install send TrueCharts/send **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall send Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install send TrueCharts/send -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/senseai-server/CHANGELOG.md b/charts/incubator/senseai-server/CHANGELOG.md index 173628ed648..772a10e4a5c 100644 --- a/charts/incubator/senseai-server/CHANGELOG.md +++ b/charts/incubator/senseai-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [senseai-server-0.0.23](https://github.com/truecharts/charts/compare/senseai-server-0.0.22...senseai-server-0.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [senseai-server-0.0.22](https://github.com/truecharts/apps/compare/senseai-server-0.0.21...senseai-server-0.0.22) (2022-07-26) ### Chore diff --git a/charts/incubator/senseai-server/Chart.yaml b/charts/incubator/senseai-server/Chart.yaml index 4977cc81b07..583641aaa51 100644 --- a/charts/incubator/senseai-server/Chart.yaml +++ b/charts/incubator/senseai-server/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/senseai-server -icon: https://truecharts.org/img/chart-icons/senseai-server.png +home: https://truecharts.org/docs/charts/incubator/senseai-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/senseai-server.png keywords: - ai - senseai @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: senseai-server sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/senseai-server - https://github.com/codeproject/CodeProject.SenseAI - https://hub.docker.com/r/codeproject/senseai-server version: 0.0.23 diff --git a/charts/incubator/senseai-server/README.md b/charts/incubator/senseai-server/README.md index 67a1e56e063..9c22fd1465d 100644 --- a/charts/incubator/senseai-server/README.md +++ b/charts/incubator/senseai-server/README.md @@ -1,6 +1,6 @@ # senseai-server -![Version: 0.0.22](https://img.shields.io/badge/Version-0.0.22-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) +![Version: 0.0.23](https://img.shields.io/badge/Version-0.0.23-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language. @@ -13,6 +13,7 @@ For more information, please click here: [senseai-server](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `senseai-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install senseai-server TrueCharts/senseai-server ``` @@ -48,7 +49,7 @@ helm install senseai-server TrueCharts/senseai-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall senseai-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install senseai-server TrueCharts/senseai-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/server-7daystodie/CHANGELOG.md b/charts/incubator/server-7daystodie/CHANGELOG.md index 84ee1281880..dfaa57a349b 100644 --- a/charts/incubator/server-7daystodie/CHANGELOG.md +++ b/charts/incubator/server-7daystodie/CHANGELOG.md @@ -2,6 +2,16 @@ +## [server-7daystodie-0.0.15](https://github.com/truecharts/charts/compare/server-7daystodie-0.0.14...server-7daystodie-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [server-7daystodie-0.0.14](https://github.com/truecharts/apps/compare/server-7daystodie-0.0.13...server-7daystodie-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/server-7daystodie/Chart.yaml b/charts/incubator/server-7daystodie/Chart.yaml index b6b6ed0fa0b..f12c42387f7 100644 --- a/charts/incubator/server-7daystodie/Chart.yaml +++ b/charts/incubator/server-7daystodie/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ 7 Days to Die and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/7daystodie -icon: https://truecharts.org/img/chart-icons/7daystodie.png +description: "This Docker will download and install SteamCMD. It will also install 7 Days to Die and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/server-7daystodie +icon: https://truecharts.org/img/hotlink-ok/chart-icons/server-7daystodie.png keywords: - 7daystodie - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: server-7daystodie sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/server-7daystodie - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/server-7daystodie/README.md b/charts/incubator/server-7daystodie/README.md index fce42bfc934..f2a4fd1d35d 100644 --- a/charts/incubator/server-7daystodie/README.md +++ b/charts/incubator/server-7daystodie/README.md @@ -1,6 +1,6 @@ # server-7daystodie -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install 7 Days to Die and run it. @@ -13,6 +13,7 @@ For more information, please click here: [server-7daystodie](https://truecharts. ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `server-7daystodie` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install server-7daystodie TrueCharts/server-7daystodie ``` @@ -48,7 +49,7 @@ helm install server-7daystodie TrueCharts/server-7daystodie **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall server-7daystodie Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install server-7daystodie TrueCharts/server-7daystodie -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/serviio/CHANGELOG.md b/charts/incubator/serviio/CHANGELOG.md index ee80f903b17..32247e88bce 100644 --- a/charts/incubator/serviio/CHANGELOG.md +++ b/charts/incubator/serviio/CHANGELOG.md @@ -2,6 +2,16 @@ +## [serviio-0.0.15](https://github.com/truecharts/charts/compare/serviio-0.0.14...serviio-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [serviio-0.0.14](https://github.com/truecharts/apps/compare/serviio-0.0.13...serviio-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/serviio/Chart.yaml b/charts/incubator/serviio/Chart.yaml index 626b3ea6519..e97bd8a2f37 100644 --- a/charts/incubator/serviio/Chart.yaml +++ b/charts/incubator/serviio/Chart.yaml @@ -13,12 +13,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Serviio is a freeware media server designed to let users stream music,\ - \ video, or image files to DLNA compliant televisions, Blu-ray players, game consoles,\ - \ and Android or Windows Mobile devices on a home network.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/serviio -icon: https://truecharts.org/img/chart-icons/serviio.png +description: "Serviio is a freeware media server designed to let users stream music, video, or image files to DLNA compliant televisions, Blu-ray players, game consoles, and Android or Windows Mobile devices on a home network.\r\n" +home: https://truecharts.org/docs/charts/incubator/serviio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/serviio.png keywords: - serviio - MediaServer-Video @@ -33,6 +30,7 @@ maintainers: url: https://truecharts.org name: serviio sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/serviio - https://serviio.org/ - https://hub.docker.com/r/riftbit/serviio type: application diff --git a/charts/incubator/serviio/README.md b/charts/incubator/serviio/README.md index b15bbce71ec..35f2177e055 100644 --- a/charts/incubator/serviio/README.md +++ b/charts/incubator/serviio/README.md @@ -1,6 +1,6 @@ # serviio -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Serviio is a freeware media server designed to let users stream music, video, or image files to DLNA compliant televisions, Blu-ray players, game consoles, and Android or Windows Mobile devices on a home network. @@ -13,6 +13,7 @@ For more information, please click here: [serviio](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `serviio` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install serviio TrueCharts/serviio ``` @@ -48,7 +49,7 @@ helm install serviio TrueCharts/serviio **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall serviio Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install serviio TrueCharts/serviio -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/sftpgo/CHANGELOG.md b/charts/incubator/sftpgo/CHANGELOG.md index 89dabd9821c..a032a6a67ab 100644 --- a/charts/incubator/sftpgo/CHANGELOG.md +++ b/charts/incubator/sftpgo/CHANGELOG.md @@ -2,6 +2,16 @@ +## [sftpgo-0.0.16](https://github.com/truecharts/charts/compare/sftpgo-0.0.15...sftpgo-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [sftpgo-0.0.15](https://github.com/truecharts/apps/compare/sftpgo-0.0.14...sftpgo-0.0.15) (2022-07-30) ### Chore diff --git a/charts/incubator/sftpgo/Chart.yaml b/charts/incubator/sftpgo/Chart.yaml index 2607c76a7d8..43eb9e12089 100644 --- a/charts/incubator/sftpgo/Chart.yaml +++ b/charts/incubator/sftpgo/Chart.yaml @@ -9,13 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Fully featured and highly configurable SFTP server with optional HTTP/S, - FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, - encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, - Azure Blob Storage, SFTP." +description: "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP." home: https://truecharts.org/docs/charts/incubator/sftpgo -icon: https://truecharts.org/img/chart-icons/sftpgo.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sftpgo.png keywords: - sftpgo - Network-FTP @@ -26,6 +22,7 @@ maintainers: url: https://truecharts.org name: sftpgo sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/sftpgo - https://github.com/drakkan/sftpgo - https://hub.docker.com/r/drakkan/sftpgo type: application diff --git a/charts/incubator/sftpgo/README.md b/charts/incubator/sftpgo/README.md index fecaab287cf..6cf59489b75 100644 --- a/charts/incubator/sftpgo/README.md +++ b/charts/incubator/sftpgo/README.md @@ -1,6 +1,6 @@ # sftpgo -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP. @@ -13,6 +13,7 @@ For more information, please click here: [sftpgo](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `sftpgo` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install sftpgo TrueCharts/sftpgo ``` @@ -48,7 +49,7 @@ helm install sftpgo TrueCharts/sftpgo **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall sftpgo Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install sftpgo TrueCharts/sftpgo -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/shaarli/CHANGELOG.md b/charts/incubator/shaarli/CHANGELOG.md index 8c9fb899446..dd5c6397de8 100644 --- a/charts/incubator/shaarli/CHANGELOG.md +++ b/charts/incubator/shaarli/CHANGELOG.md @@ -2,6 +2,16 @@ +## [shaarli-0.0.14](https://github.com/truecharts/charts/compare/shaarli-0.0.13...shaarli-0.0.14) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [shaarli-0.0.13](https://github.com/truecharts/apps/compare/shaarli-0.0.12...shaarli-0.0.13) (2022-07-26) ### Chore diff --git a/charts/incubator/shaarli/Chart.yaml b/charts/incubator/shaarli/Chart.yaml index 990c55d7060..614494f5ce6 100644 --- a/charts/incubator/shaarli/Chart.yaml +++ b/charts/incubator/shaarli/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: The personal, minimalist, super-fast, database free, bookmarking service. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/shaarli -icon: https://truecharts.org/img/chart-icons/shaarli.png +home: https://truecharts.org/docs/charts/incubator/shaarli +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shaarli.png keywords: - shaarli - Productivity @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: shaarli sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/shaarli - https://github.com/shaarli/Shaarli - https://hub.docker.com/r/shaarli/shaarli/ type: application diff --git a/charts/incubator/shaarli/README.md b/charts/incubator/shaarli/README.md index 331e25420d3..e80f94e0a76 100644 --- a/charts/incubator/shaarli/README.md +++ b/charts/incubator/shaarli/README.md @@ -1,6 +1,6 @@ # shaarli -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square) The personal, minimalist, super-fast, database free, bookmarking service. @@ -13,6 +13,7 @@ For more information, please click here: [shaarli](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `shaarli` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install shaarli TrueCharts/shaarli ``` @@ -48,7 +49,7 @@ helm install shaarli TrueCharts/shaarli **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall shaarli Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install shaarli TrueCharts/shaarli -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/shadowsocks/CHANGELOG.md b/charts/incubator/shadowsocks/CHANGELOG.md index dd3643b367f..b00dc8ec8e4 100644 --- a/charts/incubator/shadowsocks/CHANGELOG.md +++ b/charts/incubator/shadowsocks/CHANGELOG.md @@ -2,6 +2,16 @@ +## [shadowsocks-0.0.15](https://github.com/truecharts/charts/compare/shadowsocks-0.0.14...shadowsocks-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [shadowsocks-0.0.14](https://github.com/truecharts/apps/compare/shadowsocks-0.0.13...shadowsocks-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/shadowsocks/Chart.yaml b/charts/incubator/shadowsocks/Chart.yaml index 3492862401d..c0c46acdf6b 100644 --- a/charts/incubator/shadowsocks/Chart.yaml +++ b/charts/incubator/shadowsocks/Chart.yaml @@ -11,14 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "A secure SOCKS5 proxy. Shadowsocks is a free and open-source encryption\ - \ protocol project, widely used in China to circumvent Internet censorship. It was\ - \ created in 2012 by a Chinese programmer named \"clowwindy\", and multiple implementations\ - \ of the protocol have been made available since. Can be used with any SOCKS or\ - \ Shadowsocks client.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/shadowsocks -icon: https://truecharts.org/img/chart-icons/shadowsocks.png +description: "A secure SOCKS5 proxy. Shadowsocks is a free and open-source encryption protocol project, widely used in China to circumvent Internet censorship. It was created in 2012 by a Chinese programmer named \"clowwindy\", and multiple implementations of the protocol have been made available since. Can be used with any SOCKS or Shadowsocks client.\r\n" +home: https://truecharts.org/docs/charts/incubator/shadowsocks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shadowsocks.png keywords: - shadowsocks - Security @@ -31,6 +26,7 @@ maintainers: url: https://truecharts.org name: shadowsocks sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/shadowsocks - https://github.com/shadowsocks/shadowsocks-libev/blob/master/docker/alpine/README.md - https://hub.docker.com/r/shadowsocks/shadowsocks-libev type: application diff --git a/charts/incubator/shadowsocks/README.md b/charts/incubator/shadowsocks/README.md index 38c1a48ddf5..e25c07a721c 100644 --- a/charts/incubator/shadowsocks/README.md +++ b/charts/incubator/shadowsocks/README.md @@ -1,6 +1,6 @@ # shadowsocks -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A secure SOCKS5 proxy. Shadowsocks is a free and open-source encryption protocol project, widely used in China to circumvent Internet censorship. It was created in 2012 by a Chinese programmer named "clowwindy", and multiple implementations of the protocol have been made available since. Can be used with any SOCKS or Shadowsocks client. @@ -13,6 +13,7 @@ For more information, please click here: [shadowsocks](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `shadowsocks` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install shadowsocks TrueCharts/shadowsocks ``` @@ -48,7 +49,7 @@ helm install shadowsocks TrueCharts/shadowsocks **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall shadowsocks Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install shadowsocks TrueCharts/shadowsocks -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/shapeshifter-obfuscator/CHANGELOG.md b/charts/incubator/shapeshifter-obfuscator/CHANGELOG.md index 71b2da06f5e..6f27120efc9 100644 --- a/charts/incubator/shapeshifter-obfuscator/CHANGELOG.md +++ b/charts/incubator/shapeshifter-obfuscator/CHANGELOG.md @@ -2,6 +2,16 @@ +## [shapeshifter-obfuscator-0.0.15](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.14...shapeshifter-obfuscator-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [shapeshifter-obfuscator-0.0.14](https://github.com/truecharts/apps/compare/shapeshifter-obfuscator-0.0.13...shapeshifter-obfuscator-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/shapeshifter-obfuscator/Chart.yaml b/charts/incubator/shapeshifter-obfuscator/Chart.yaml index 77055586e48..df8a3612edd 100644 --- a/charts/incubator/shapeshifter-obfuscator/Chart.yaml +++ b/charts/incubator/shapeshifter-obfuscator/Chart.yaml @@ -9,13 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Shapeshifter-Obfuscator is a dockerized implementation of shapeshifter-dispatcher\ - \ provided by The Operator Foundation. The shapeshifter suite provides command-line\ - \ proxy and obfuscation tools that effectively modify packets to evade advanced\ - \ IDS systems. \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/shapeshifter-obfuscator -icon: https://truecharts.org/img/chart-icons/shapeshifter-obfuscator.png +description: "Shapeshifter-Obfuscator is a dockerized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. \r\n" +home: https://truecharts.org/docs/charts/incubator/shapeshifter-obfuscator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.png keywords: - shapeshifter-obfuscator - Security @@ -26,6 +22,7 @@ maintainers: url: https://truecharts.org name: shapeshifter-obfuscator sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/shapeshifter-obfuscator - https://github.com/juchong/shapeshifter-docker - https://hub.docker.com/r/juchong/shapeshifter-docker type: application diff --git a/charts/incubator/shapeshifter-obfuscator/README.md b/charts/incubator/shapeshifter-obfuscator/README.md index 054b5799516..6511e3c8dce 100644 --- a/charts/incubator/shapeshifter-obfuscator/README.md +++ b/charts/incubator/shapeshifter-obfuscator/README.md @@ -1,6 +1,6 @@ # shapeshifter-obfuscator -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Shapeshifter-Obfuscator is a dockerized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. @@ -13,6 +13,7 @@ For more information, please click here: [shapeshifter-obfuscator](https://truec ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `shapeshifter-obfuscator` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install shapeshifter-obfuscator TrueCharts/shapeshifter-obfuscator ``` @@ -48,7 +49,7 @@ helm install shapeshifter-obfuscator TrueCharts/shapeshifter-obfuscator **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall shapeshifter-obfuscator Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install shapeshifter-obfuscator TrueCharts/shapeshifter-obfuscator -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/sheetable/CHANGELOG.md b/charts/incubator/sheetable/CHANGELOG.md index 97f70790fb5..4dfa91f81f4 100644 --- a/charts/incubator/sheetable/CHANGELOG.md +++ b/charts/incubator/sheetable/CHANGELOG.md @@ -2,6 +2,16 @@ +## [sheetable-0.0.3](https://github.com/truecharts/charts/compare/sheetable-0.0.2...sheetable-0.0.3) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [sheetable-0.0.2](https://github.com/truecharts/apps/compare/sheetable-0.0.1...sheetable-0.0.2) (2022-07-29) ### Chore diff --git a/charts/incubator/sheetable/Chart.yaml b/charts/incubator/sheetable/Chart.yaml index 57a9b2b1a28..4e31b9522d7 100644 --- a/charts/incubator/sheetable/Chart.yaml +++ b/charts/incubator/sheetable/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 8.0.50 description: SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there. home: https://truecharts.org/docs/charts/incubator/sheetable -icon: https://truecharts.org/img/chart-icons/sheetable.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.png keywords: - sheetable kubeVersion: ">=1.16.0-0" @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: sheetable sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/sheetable - https://sheetable.net/docs - https://github.com/SheetAble version: 0.0.3 diff --git a/charts/incubator/sheetable/README.md b/charts/incubator/sheetable/README.md index 6d6bffebd97..d030bf0a955 100644 --- a/charts/incubator/sheetable/README.md +++ b/charts/incubator/sheetable/README.md @@ -1,6 +1,6 @@ # sheetable -![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![AppVersion: 0.8](https://img.shields.io/badge/AppVersion-0.8-informational?style=flat-square) +![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![AppVersion: 0.8](https://img.shields.io/badge/AppVersion-0.8-informational?style=flat-square) SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there. @@ -13,6 +13,7 @@ For more information, please click here: [sheetable](https://truecharts.org/docs ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `sheetable` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install sheetable TrueCharts/sheetable ``` @@ -49,7 +50,7 @@ helm install sheetable TrueCharts/sheetable **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall sheetable Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install sheetable TrueCharts/sheetable -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/shoko-server/CHANGELOG.md b/charts/incubator/shoko-server/CHANGELOG.md index 2905c682ef1..ac5f2cc7bfc 100644 --- a/charts/incubator/shoko-server/CHANGELOG.md +++ b/charts/incubator/shoko-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [shoko-server-0.0.14](https://github.com/truecharts/charts/compare/shoko-server-0.0.13...shoko-server-0.0.14) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [shoko-server-0.0.13](https://github.com/truecharts/apps/compare/shoko-server-0.0.12...shoko-server-0.0.13) (2022-07-26) ### Chore diff --git a/charts/incubator/shoko-server/Chart.yaml b/charts/incubator/shoko-server/Chart.yaml index e8ce18065c2..22a975f9cd6 100644 --- a/charts/incubator/shoko-server/Chart.yaml +++ b/charts/incubator/shoko-server/Chart.yaml @@ -9,13 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Shoko server is the core component of the Shoko suite and with it's client-server - architecture which allows any program or plugin to access Shoko. You'll have access - to your entire collection locally and over the internet with no additional work - outside the initial configuration required. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/shoko-server -icon: https://truecharts.org/img/chart-icons/shoko-server.png +description: Shoko server is the core component of the Shoko suite and with it's client-server architecture which allows any program or plugin to access Shoko. You'll have access to your entire collection locally and over the internet with no additional work outside the initial configuration required. +home: https://truecharts.org/docs/charts/incubator/shoko-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shoko-server.png keywords: - shoko-server - Tools-Utilities @@ -26,6 +22,7 @@ maintainers: url: https://truecharts.org name: shoko-server sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/shoko-server - https://github.com/ShokoAnime/ShokoServer - https://hub.docker.com/r/shokoanime/server/ type: application diff --git a/charts/incubator/shoko-server/README.md b/charts/incubator/shoko-server/README.md index aa177126d55..26d3f7cacdc 100644 --- a/charts/incubator/shoko-server/README.md +++ b/charts/incubator/shoko-server/README.md @@ -1,6 +1,6 @@ # shoko-server -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: daily](https://img.shields.io/badge/AppVersion-daily-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: daily](https://img.shields.io/badge/AppVersion-daily-informational?style=flat-square) Shoko server is the core component of the Shoko suite and with it's client-server architecture which allows any program or plugin to access Shoko. You'll have access to your entire collection locally and over the internet with no additional work outside the initial configuration required. @@ -13,6 +13,7 @@ For more information, please click here: [shoko-server](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `shoko-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install shoko-server TrueCharts/shoko-server ``` @@ -48,7 +49,7 @@ helm install shoko-server TrueCharts/shoko-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall shoko-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install shoko-server TrueCharts/shoko-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/shortipy/CHANGELOG.md b/charts/incubator/shortipy/CHANGELOG.md index c393c54c429..a2c35d73be4 100644 --- a/charts/incubator/shortipy/CHANGELOG.md +++ b/charts/incubator/shortipy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [shortipy-0.0.15](https://github.com/truecharts/charts/compare/shortipy-0.0.14...shortipy-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [shortipy-0.0.14](https://github.com/truecharts/apps/compare/shortipy-0.0.13...shortipy-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/shortipy/Chart.yaml b/charts/incubator/shortipy/Chart.yaml index dd7431580ad..1d3912fcaa7 100644 --- a/charts/incubator/shortipy/Chart.yaml +++ b/charts/incubator/shortipy/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: URL Shortener in python based on flask -home: https://github.com/truecharts/charts/tree/master/charts/incubator/shortipy -icon: https://truecharts.org/img/chart-icons/shortipy.png +home: https://truecharts.org/docs/charts/incubator/shortipy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shortipy.png keywords: - shortipy - Tools-Utilities @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: shortipy sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/shortipy - https://github.com/maschhoff/shortipy - https://hub.docker.com/repository/docker/knex666/shortipy type: application diff --git a/charts/incubator/shortipy/README.md b/charts/incubator/shortipy/README.md index a709fdfbd01..14bf7d4e43b 100644 --- a/charts/incubator/shortipy/README.md +++ b/charts/incubator/shortipy/README.md @@ -1,6 +1,6 @@ # shortipy -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) URL Shortener in python based on flask @@ -13,6 +13,7 @@ For more information, please click here: [shortipy](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `shortipy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install shortipy TrueCharts/shortipy ``` @@ -48,7 +49,7 @@ helm install shortipy TrueCharts/shortipy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall shortipy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install shortipy TrueCharts/shortipy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/sia-daemon/CHANGELOG.md b/charts/incubator/sia-daemon/CHANGELOG.md index 60d2cde9465..d41e025bca1 100644 --- a/charts/incubator/sia-daemon/CHANGELOG.md +++ b/charts/incubator/sia-daemon/CHANGELOG.md @@ -2,6 +2,16 @@ +## [sia-daemon-0.0.14](https://github.com/truecharts/charts/compare/sia-daemon-0.0.13...sia-daemon-0.0.14) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [sia-daemon-0.0.13](https://github.com/truecharts/apps/compare/sia-daemon-0.0.12...sia-daemon-0.0.13) (2022-07-26) ### Chore diff --git a/charts/incubator/sia-daemon/Chart.yaml b/charts/incubator/sia-daemon/Chart.yaml index 50dd32b44c5..b2b64fcfc22 100644 --- a/charts/incubator/sia-daemon/Chart.yaml +++ b/charts/incubator/sia-daemon/Chart.yaml @@ -10,16 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Sia is a decentralized cloud storage platform that radically alters the - landscape of cloud storage. By leveraging smart contracts, client-side encryption, - and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely - store their data with hosts that they do not know or trust. The result is a cloud - storage marketplace where hosts compete to offer the best service at the lowest - price. And since there is no barrier to entry for hosts, anyone with spare storage - capacity can join the network and start making money. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/sia-daemon -icon: https://truecharts.org/img/chart-icons/sia-daemon.png +description: Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money. +home: https://truecharts.org/docs/charts/incubator/sia-daemon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sia-daemon.png keywords: - sia-daemon - Cloud @@ -31,6 +24,7 @@ maintainers: url: https://truecharts.org name: sia-daemon sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/sia-daemon - https://github.com/siafoundation/siad - https://github.com/SiaFoundation/siad/pkgs/container/siad type: application diff --git a/charts/incubator/sia-daemon/README.md b/charts/incubator/sia-daemon/README.md index 150945bbf2c..ec758eb75ec 100644 --- a/charts/incubator/sia-daemon/README.md +++ b/charts/incubator/sia-daemon/README.md @@ -1,6 +1,6 @@ # sia-daemon -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square) Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money. @@ -13,6 +13,7 @@ For more information, please click here: [sia-daemon](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `sia-daemon` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install sia-daemon TrueCharts/sia-daemon ``` @@ -48,7 +49,7 @@ helm install sia-daemon TrueCharts/sia-daemon **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall sia-daemon Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install sia-daemon TrueCharts/sia-daemon -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/simply-shorten/CHANGELOG.md b/charts/incubator/simply-shorten/CHANGELOG.md index 7c2c1790c08..5f7c9dbcf34 100644 --- a/charts/incubator/simply-shorten/CHANGELOG.md +++ b/charts/incubator/simply-shorten/CHANGELOG.md @@ -2,6 +2,16 @@ +## [simply-shorten-0.0.15](https://github.com/truecharts/charts/compare/simply-shorten-0.0.14...simply-shorten-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [simply-shorten-0.0.14](https://github.com/truecharts/apps/compare/simply-shorten-0.0.13...simply-shorten-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/simply-shorten/Chart.yaml b/charts/incubator/simply-shorten/Chart.yaml index a3c5edefdcc..0a5639621a6 100644 --- a/charts/incubator/simply-shorten/Chart.yaml +++ b/charts/incubator/simply-shorten/Chart.yaml @@ -12,8 +12,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/simply-shorten -icon: https://truecharts.org/img/chart-icons/simply-shorten.png +home: https://truecharts.org/docs/charts/incubator/simply-shorten +icon: https://truecharts.org/img/hotlink-ok/chart-icons/simply-shorten.png keywords: - simply-shorten - Cloud @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: simply-shorten sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/simply-shorten - https://gitlab.com/draganczukp/simply-shorten - https://hub.docker.com/r/draganczukp/simply-shorten type: application diff --git a/charts/incubator/simply-shorten/README.md b/charts/incubator/simply-shorten/README.md index c5ff884d527..47819dddae7 100644 --- a/charts/incubator/simply-shorten/README.md +++ b/charts/incubator/simply-shorten/README.md @@ -1,6 +1,6 @@ # simply-shorten -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [simply-shorten](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `simply-shorten` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install simply-shorten TrueCharts/simply-shorten ``` @@ -48,7 +49,7 @@ helm install simply-shorten TrueCharts/simply-shorten **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall simply-shorten Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install simply-shorten TrueCharts/simply-shorten -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/sinusbot/CHANGELOG.md b/charts/incubator/sinusbot/CHANGELOG.md index f82c0d46df4..5bcb6cf5db1 100644 --- a/charts/incubator/sinusbot/CHANGELOG.md +++ b/charts/incubator/sinusbot/CHANGELOG.md @@ -2,6 +2,16 @@ +## [sinusbot-0.0.15](https://github.com/truecharts/charts/compare/sinusbot-0.0.14...sinusbot-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [sinusbot-0.0.14](https://github.com/truecharts/apps/compare/sinusbot-0.0.13...sinusbot-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/sinusbot/Chart.yaml b/charts/incubator/sinusbot/Chart.yaml index 729afb70756..bb1d017c774 100644 --- a/charts/incubator/sinusbot/Chart.yaml +++ b/charts/incubator/sinusbot/Chart.yaml @@ -11,11 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "SinusBot is a MusicBot that will let you listen to music together with\ - \ your friends on either TeamSpeak 3 or Discord. \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/sinusbot -icon: https://truecharts.org/img/chart-icons/sinusbot.png +description: "SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord. \r\n" +home: https://truecharts.org/docs/charts/incubator/sinusbot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sinusbot.png keywords: - sinusbot - Productivity @@ -28,6 +26,7 @@ maintainers: url: https://truecharts.org name: sinusbot sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/sinusbot - https://forum.sinusbot.com - https://hub.docker.com/r/sinusbot/docker type: application diff --git a/charts/incubator/sinusbot/README.md b/charts/incubator/sinusbot/README.md index dd6b905f603..b1c74f8d7cf 100644 --- a/charts/incubator/sinusbot/README.md +++ b/charts/incubator/sinusbot/README.md @@ -1,6 +1,6 @@ # sinusbot -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord. @@ -13,6 +13,7 @@ For more information, please click here: [sinusbot](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `sinusbot` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install sinusbot TrueCharts/sinusbot ``` @@ -48,7 +49,7 @@ helm install sinusbot TrueCharts/sinusbot **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall sinusbot Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install sinusbot TrueCharts/sinusbot -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/skyrimtogetherrebornserver/CHANGELOG.md b/charts/incubator/skyrimtogetherrebornserver/CHANGELOG.md index 340cf518721..2ed243c3a25 100644 --- a/charts/incubator/skyrimtogetherrebornserver/CHANGELOG.md +++ b/charts/incubator/skyrimtogetherrebornserver/CHANGELOG.md @@ -2,6 +2,16 @@ +## [skyrimtogetherrebornserver-0.0.15](https://github.com/truecharts/charts/compare/skyrimtogetherrebornserver-0.0.14...skyrimtogetherrebornserver-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [skyrimtogetherrebornserver-0.0.14](https://github.com/truecharts/apps/compare/skyrimtogetherrebornserver-0.0.13...skyrimtogetherrebornserver-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/skyrimtogetherrebornserver/Chart.yaml b/charts/incubator/skyrimtogetherrebornserver/Chart.yaml index c9c66b61ea4..22d2d98c176 100644 --- a/charts/incubator/skyrimtogetherrebornserver/Chart.yaml +++ b/charts/incubator/skyrimtogetherrebornserver/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Skyrim Together Reborn Coop Server. This Docker image is not managed - by me. I'm just providing it to the TrueNAS Store from the offical Docker image -home: https://github.com/truecharts/charts/tree/master/charts/incubator/skyrimtogetherrebornserver -icon: https://truecharts.org/img/chart-icons/skyrimtogetherrebornserver.png +description: Skyrim Together Reborn Coop Server. This Docker image is not managed by me. I'm just providing it to the TrueNAS Store from the offical Docker image +home: https://truecharts.org/docs/charts/incubator/skyrimtogetherrebornserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/skyrimtogetherrebornserver.png keywords: - skyrimtogetherrebornserver - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: skyrimtogetherrebornserver sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/skyrimtogetherrebornserver - https://skyrim-together.com/ - https://hub.docker.com/r/tiltedphoques/st-reborn-server type: application diff --git a/charts/incubator/skyrimtogetherrebornserver/README.md b/charts/incubator/skyrimtogetherrebornserver/README.md index c5822db850f..607e3e82679 100644 --- a/charts/incubator/skyrimtogetherrebornserver/README.md +++ b/charts/incubator/skyrimtogetherrebornserver/README.md @@ -1,6 +1,6 @@ # skyrimtogetherrebornserver -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Skyrim Together Reborn Coop Server. This Docker image is not managed by me. I'm just providing it to the TrueNAS Store from the offical Docker image @@ -13,6 +13,7 @@ For more information, please click here: [skyrimtogetherrebornserver](https://tr ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `skyrimtogetherrebornserver` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install skyrimtogetherrebornserver TrueCharts/skyrimtogetherrebornserver ``` @@ -48,7 +49,7 @@ helm install skyrimtogetherrebornserver TrueCharts/skyrimtogetherrebornserver **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall skyrimtogetherrebornserver Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install skyrimtogetherrebornserver TrueCharts/skyrimtogetherrebornserver -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/slack-invite/CHANGELOG.md b/charts/incubator/slack-invite/CHANGELOG.md index ce2fb580c1b..fcc5e3ef220 100644 --- a/charts/incubator/slack-invite/CHANGELOG.md +++ b/charts/incubator/slack-invite/CHANGELOG.md @@ -2,6 +2,16 @@ +## [slack-invite-0.0.15](https://github.com/truecharts/charts/compare/slack-invite-0.0.14...slack-invite-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [slack-invite-0.0.14](https://github.com/truecharts/apps/compare/slack-invite-0.0.13...slack-invite-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/slack-invite/Chart.yaml b/charts/incubator/slack-invite/Chart.yaml index 88634fa23b9..026c1c48a43 100644 --- a/charts/incubator/slack-invite/Chart.yaml +++ b/charts/incubator/slack-invite/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: Creates a simple webpage for Slack invite signups -home: https://github.com/truecharts/charts/tree/master/charts/incubator/slack-invite -icon: https://truecharts.org/img/chart-icons/slack-invite.png +home: https://truecharts.org/docs/charts/incubator/slack-invite +icon: https://truecharts.org/img/hotlink-ok/chart-icons/slack-invite.png keywords: - slack-invite - Network-Messenger @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: slack-invite sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/slack-invite - httpss://github.com/ninthwalker/slack-invite - https://hub.docker.com/r/ninthwalker/slack-invite/ type: application diff --git a/charts/incubator/slack-invite/README.md b/charts/incubator/slack-invite/README.md index 5f01b4a5880..0471da4eb06 100644 --- a/charts/incubator/slack-invite/README.md +++ b/charts/incubator/slack-invite/README.md @@ -1,6 +1,6 @@ # slack-invite -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Creates a simple webpage for Slack invite signups @@ -13,6 +13,7 @@ For more information, please click here: [slack-invite](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `slack-invite` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install slack-invite TrueCharts/slack-invite ``` @@ -48,7 +49,7 @@ helm install slack-invite TrueCharts/slack-invite **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall slack-invite Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install slack-invite TrueCharts/slack-invite -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/snippet-box/CHANGELOG.md b/charts/incubator/snippet-box/CHANGELOG.md index 24f16755c96..42830735e9a 100644 --- a/charts/incubator/snippet-box/CHANGELOG.md +++ b/charts/incubator/snippet-box/CHANGELOG.md @@ -2,6 +2,16 @@ +## [snippet-box-0.0.15](https://github.com/truecharts/charts/compare/snippet-box-0.0.14...snippet-box-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [snippet-box-0.0.14](https://github.com/truecharts/apps/compare/snippet-box-0.0.13...snippet-box-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/snippet-box/Chart.yaml b/charts/incubator/snippet-box/Chart.yaml index 89c17d4d073..651906eb121 100644 --- a/charts/incubator/snippet-box/Chart.yaml +++ b/charts/incubator/snippet-box/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Snippet Box is a simple self-hosted app for organizing your code snippets. - It allows you to easily create, edit, browse and manage your snippets in various - languages. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/snippet-box -icon: https://truecharts.org/img/chart-icons/snippet-box.png +description: Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages. +home: https://truecharts.org/docs/charts/incubator/snippet-box +icon: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.png keywords: - snippet-box - Productivity @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: snippet-box sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/snippet-box - https://github.com/pawelmalak/snippet-box - https://hub.docker.com/r/pawelmalak/snippet-box type: application diff --git a/charts/incubator/snippet-box/README.md b/charts/incubator/snippet-box/README.md index e6f5e5806ae..47be0a540b3 100644 --- a/charts/incubator/snippet-box/README.md +++ b/charts/incubator/snippet-box/README.md @@ -1,6 +1,6 @@ # snippet-box -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages. @@ -13,6 +13,7 @@ For more information, please click here: [snippet-box](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `snippet-box` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install snippet-box TrueCharts/snippet-box ``` @@ -48,7 +49,7 @@ helm install snippet-box TrueCharts/snippet-box **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall snippet-box Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install snippet-box TrueCharts/snippet-box -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/socials/CHANGELOG.md b/charts/incubator/socials/CHANGELOG.md index ba0a234f657..a09408a4baa 100644 --- a/charts/incubator/socials/CHANGELOG.md +++ b/charts/incubator/socials/CHANGELOG.md @@ -2,6 +2,16 @@ +## [socials-0.0.14](https://github.com/truecharts/charts/compare/socials-0.0.13...socials-0.0.14) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [socials-0.0.13](https://github.com/truecharts/apps/compare/socials-0.0.12...socials-0.0.13) (2022-07-26) ### Chore diff --git a/charts/incubator/socials/Chart.yaml b/charts/incubator/socials/Chart.yaml index c1e9bf72728..a46fadf2340 100644 --- a/charts/incubator/socials/Chart.yaml +++ b/charts/incubator/socials/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: "[b][u][span style='color: #E80000;']Description[/span][/u][/b][br] - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/socials -icon: https://truecharts.org/img/chart-icons/socials.png +description: "[b][u][span style='color: #E80000;']Description[/span][/u][/b][br]\n" +home: https://truecharts.org/docs/charts/incubator/socials +icon: https://truecharts.org/img/hotlink-ok/chart-icons/socials.png keywords: - socials - Other @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: socials sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/socials - https://github.com/diamkil/socials - https://registry.hub.docker.com/r/diamkil/socials/ type: application diff --git a/charts/incubator/socials/README.md b/charts/incubator/socials/README.md index 2b0ec7bd3ac..917658546a8 100644 --- a/charts/incubator/socials/README.md +++ b/charts/incubator/socials/README.md @@ -1,6 +1,6 @@ # socials -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: main](https://img.shields.io/badge/AppVersion-main-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: main](https://img.shields.io/badge/AppVersion-main-informational?style=flat-square) [b][u][span style='color: #E80000;']Description[/span][/u][/b][br] @@ -13,6 +13,7 @@ For more information, please click here: [socials](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `socials` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install socials TrueCharts/socials ``` @@ -48,7 +49,7 @@ helm install socials TrueCharts/socials **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall socials Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install socials TrueCharts/socials -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/sonarqube/CHANGELOG.md b/charts/incubator/sonarqube/CHANGELOG.md index ea0620f0ff4..b823f1cec91 100644 --- a/charts/incubator/sonarqube/CHANGELOG.md +++ b/charts/incubator/sonarqube/CHANGELOG.md @@ -2,6 +2,16 @@ +## [sonarqube-0.0.15](https://github.com/truecharts/charts/compare/sonarqube-0.0.14...sonarqube-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [sonarqube-0.0.14](https://github.com/truecharts/apps/compare/sonarqube-0.0.13...sonarqube-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/sonarqube/Chart.yaml b/charts/incubator/sonarqube/Chart.yaml index 8507c7dd49b..402a5ff6688 100644 --- a/charts/incubator/sonarqube/Chart.yaml +++ b/charts/incubator/sonarqube/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "SonarQube is an open source platform for continuous inspection of code\ - \ quality. \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/sonarqube -icon: https://truecharts.org/img/chart-icons/sonarqube.png +description: "SonarQube is an open source platform for continuous inspection of code quality. \r\n" +home: https://truecharts.org/docs/charts/incubator/sonarqube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarqube.png keywords: - sonarqube - Tools-Utilities @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: sonarqube sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/sonarqube - https://github.com/SonarSource/sonarqube - https://hub.docker.com/_/sonarqube/ type: application diff --git a/charts/incubator/sonarqube/README.md b/charts/incubator/sonarqube/README.md index 74aa20c729f..857d9d50018 100644 --- a/charts/incubator/sonarqube/README.md +++ b/charts/incubator/sonarqube/README.md @@ -1,6 +1,6 @@ # sonarqube -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) SonarQube is an open source platform for continuous inspection of code quality. @@ -13,6 +13,7 @@ For more information, please click here: [sonarqube](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `sonarqube` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install sonarqube TrueCharts/sonarqube ``` @@ -48,7 +49,7 @@ helm install sonarqube TrueCharts/sonarqube **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall sonarqube Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install sonarqube TrueCharts/sonarqube -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/songkong/CHANGELOG.md b/charts/incubator/songkong/CHANGELOG.md index 5638231e69f..1330a80b619 100644 --- a/charts/incubator/songkong/CHANGELOG.md +++ b/charts/incubator/songkong/CHANGELOG.md @@ -2,6 +2,16 @@ +## [songkong-0.0.15](https://github.com/truecharts/charts/compare/songkong-0.0.14...songkong-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [songkong-0.0.14](https://github.com/truecharts/apps/compare/songkong-0.0.13...songkong-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/songkong/Chart.yaml b/charts/incubator/songkong/Chart.yaml index 742f87d18f7..39ee2f46f9d 100644 --- a/charts/incubator/songkong/Chart.yaml +++ b/charts/incubator/songkong/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Official SongKong Docker repository, Identify your songs and add metadata - and artwork automatically -home: https://github.com/truecharts/charts/tree/master/charts/incubator/songkong -icon: https://truecharts.org/img/chart-icons/songkong.png +description: Official SongKong Docker repository, Identify your songs and add metadata and artwork automatically +home: https://truecharts.org/docs/charts/incubator/songkong +icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.png keywords: - songkong - MediaApp-Music @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: songkong sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/songkong - http://www.jthink.net/songkong - https://hub.docker.com/r/songkong/songkong/ type: application diff --git a/charts/incubator/songkong/README.md b/charts/incubator/songkong/README.md index 8b769f44bde..015003c1f6f 100644 --- a/charts/incubator/songkong/README.md +++ b/charts/incubator/songkong/README.md @@ -1,6 +1,6 @@ # songkong -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Official SongKong Docker repository, Identify your songs and add metadata and artwork automatically @@ -13,6 +13,7 @@ For more information, please click here: [songkong](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `songkong` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install songkong TrueCharts/songkong ``` @@ -48,7 +49,7 @@ helm install songkong TrueCharts/songkong **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall songkong Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install songkong TrueCharts/songkong -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/sourcegraph/CHANGELOG.md b/charts/incubator/sourcegraph/CHANGELOG.md index 8f582e7b06f..514f78ca7c8 100644 --- a/charts/incubator/sourcegraph/CHANGELOG.md +++ b/charts/incubator/sourcegraph/CHANGELOG.md @@ -2,6 +2,17 @@ +## [sourcegraph-0.0.15](https://github.com/truecharts/charts/compare/sourcegraph-0.0.13...sourcegraph-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [sourcegraph-0.0.13](https://github.com/truecharts/apps/compare/sourcegraph-0.0.12...sourcegraph-0.0.13) (2022-07-26) ### Chore diff --git a/charts/incubator/sourcegraph/Chart.yaml b/charts/incubator/sourcegraph/Chart.yaml index eb01da5c57a..50f386a4906 100644 --- a/charts/incubator/sourcegraph/Chart.yaml +++ b/charts/incubator/sourcegraph/Chart.yaml @@ -7,15 +7,15 @@ annotations: - Productivity - Tools-Utilities apiVersion: v2 -appVersion: "3.42.0" +appVersion: "3.42.1" dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false description: Sourcegraph docker image. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/sourcegraph -icon: https://truecharts.org/img/chart-icons/sourcegraph.png +home: https://truecharts.org/docs/charts/incubator/sourcegraph +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sourcegraph.png keywords: - sourcegraph - Backup @@ -30,6 +30,7 @@ maintainers: url: https://truecharts.org name: sourcegraph sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/sourcegraph - https://hub.docker.com/r/sourcegraph/server/ type: application version: 0.0.15 diff --git a/charts/incubator/sourcegraph/README.md b/charts/incubator/sourcegraph/README.md index 3b42c5a6762..c8e66dc19c9 100644 --- a/charts/incubator/sourcegraph/README.md +++ b/charts/incubator/sourcegraph/README.md @@ -1,6 +1,6 @@ # sourcegraph -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.42.0](https://img.shields.io/badge/AppVersion-3.42.0-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.42.1](https://img.shields.io/badge/AppVersion-3.42.1-informational?style=flat-square) Sourcegraph docker image. @@ -13,6 +13,7 @@ For more information, please click here: [sourcegraph](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `sourcegraph` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install sourcegraph TrueCharts/sourcegraph ``` @@ -47,7 +48,7 @@ helm install sourcegraph TrueCharts/sourcegraph **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall sourcegraph Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install sourcegraph TrueCharts/sourcegraph -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/spaceengineers/CHANGELOG.md b/charts/incubator/spaceengineers/CHANGELOG.md index 43be6a0cade..eabbc773704 100644 --- a/charts/incubator/spaceengineers/CHANGELOG.md +++ b/charts/incubator/spaceengineers/CHANGELOG.md @@ -2,6 +2,16 @@ +## [spaceengineers-0.0.15](https://github.com/truecharts/charts/compare/spaceengineers-0.0.14...spaceengineers-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [spaceengineers-0.0.14](https://github.com/truecharts/apps/compare/spaceengineers-0.0.13...spaceengineers-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/spaceengineers/Chart.yaml b/charts/incubator/spaceengineers/Chart.yaml index 5a051e86138..9306467c5af 100644 --- a/charts/incubator/spaceengineers/Chart.yaml +++ b/charts/incubator/spaceengineers/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "Space Engineers Dedicated Server build on Debian10\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/spaceengineers -icon: https://truecharts.org/img/chart-icons/spaceengineers.png +home: https://truecharts.org/docs/charts/incubator/spaceengineers +icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.png keywords: - spaceengineers - GameServers @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: spaceengineers sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/spaceengineers - https://hub.docker.com/r/devidian/spaceengineers/ - https://hub.docker.com/r/devidian/spaceengineers/ type: application diff --git a/charts/incubator/spaceengineers/README.md b/charts/incubator/spaceengineers/README.md index e10f6125377..ed7995e6383 100644 --- a/charts/incubator/spaceengineers/README.md +++ b/charts/incubator/spaceengineers/README.md @@ -1,6 +1,6 @@ # spaceengineers -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Space Engineers Dedicated Server build on Debian10 @@ -13,6 +13,7 @@ For more information, please click here: [spaceengineers](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `spaceengineers` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install spaceengineers TrueCharts/spaceengineers ``` @@ -48,7 +49,7 @@ helm install spaceengineers TrueCharts/spaceengineers **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall spaceengineers Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install spaceengineers TrueCharts/spaceengineers -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/splunk/CHANGELOG.md b/charts/incubator/splunk/CHANGELOG.md index 59be9005553..3f528ba6ac8 100644 --- a/charts/incubator/splunk/CHANGELOG.md +++ b/charts/incubator/splunk/CHANGELOG.md @@ -2,6 +2,16 @@ +## [splunk-0.0.15](https://github.com/truecharts/charts/compare/splunk-0.0.14...splunk-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [splunk-0.0.14](https://github.com/truecharts/apps/compare/splunk-0.0.13...splunk-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/splunk/Chart.yaml b/charts/incubator/splunk/Chart.yaml index 19b8a257088..271632926d5 100644 --- a/charts/incubator/splunk/Chart.yaml +++ b/charts/incubator/splunk/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This is a Dockerfile for Splunk designed for OpenShift and TrueNAS based\ - \ on Alpine Linux - https://www.splunk.com\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/splunk -icon: https://truecharts.org/img/chart-icons/splunk.png +description: "This is a Dockerfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com\r\n" +home: https://truecharts.org/docs/charts/incubator/splunk +icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.png keywords: - splunk - Tools-Utilities @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: splunk sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/splunk - https://www.splunk.com/ - https://hub.docker.com/r/atunnecliffe/splunk type: application diff --git a/charts/incubator/splunk/README.md b/charts/incubator/splunk/README.md index b5425d0c2f9..e5a13f33e20 100644 --- a/charts/incubator/splunk/README.md +++ b/charts/incubator/splunk/README.md @@ -1,6 +1,6 @@ # splunk -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This is a Dockerfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com @@ -13,6 +13,7 @@ For more information, please click here: [splunk](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `splunk` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install splunk TrueCharts/splunk ``` @@ -48,7 +49,7 @@ helm install splunk TrueCharts/splunk **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall splunk Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install splunk TrueCharts/splunk -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/sqlite-web/CHANGELOG.md b/charts/incubator/sqlite-web/CHANGELOG.md index 6022f29597d..0417c726efd 100644 --- a/charts/incubator/sqlite-web/CHANGELOG.md +++ b/charts/incubator/sqlite-web/CHANGELOG.md @@ -2,6 +2,16 @@ +## [sqlite-web-0.0.15](https://github.com/truecharts/charts/compare/sqlite-web-0.0.14...sqlite-web-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [sqlite-web-0.0.14](https://github.com/truecharts/apps/compare/sqlite-web-0.0.13...sqlite-web-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/sqlite-web/Chart.yaml b/charts/incubator/sqlite-web/Chart.yaml index b81982c5616..d7b38e352a1 100644 --- a/charts/incubator/sqlite-web/Chart.yaml +++ b/charts/incubator/sqlite-web/Chart.yaml @@ -12,8 +12,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/sqlite-web -icon: https://truecharts.org/img/chart-icons/sqlite-web.png +home: https://truecharts.org/docs/charts/incubator/sqlite-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlite-web.png keywords: - sqlite-web - Productivity @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: sqlite-web sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/sqlite-web - https://github.com/coleifer/sqlite-web - https://hub.docker.com/r/coleifer/sqlite-web type: application diff --git a/charts/incubator/sqlite-web/README.md b/charts/incubator/sqlite-web/README.md index da09bfc0d4f..638957f2515 100644 --- a/charts/incubator/sqlite-web/README.md +++ b/charts/incubator/sqlite-web/README.md @@ -1,6 +1,6 @@ # sqlite-web -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [sqlite-web](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `sqlite-web` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install sqlite-web TrueCharts/sqlite-web ``` @@ -48,7 +49,7 @@ helm install sqlite-web TrueCharts/sqlite-web **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall sqlite-web Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install sqlite-web TrueCharts/sqlite-web -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/st-reborn-server/CHANGELOG.md b/charts/incubator/st-reborn-server/CHANGELOG.md index 00bbec0d754..365e52e6a70 100644 --- a/charts/incubator/st-reborn-server/CHANGELOG.md +++ b/charts/incubator/st-reborn-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [st-reborn-server-0.0.9](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.8...st-reborn-server-0.0.9) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [st-reborn-server-0.0.8](https://github.com/truecharts/apps/compare/st-reborn-server-0.0.7...st-reborn-server-0.0.8) (2022-07-26) ### Chore diff --git a/charts/incubator/st-reborn-server/Chart.yaml b/charts/incubator/st-reborn-server/Chart.yaml index c80a2c0eda7..4d8002fa6c4 100644 --- a/charts/incubator/st-reborn-server/Chart.yaml +++ b/charts/incubator/st-reborn-server/Chart.yaml @@ -6,12 +6,13 @@ appVersion: "1.2.0" description: Skyrim Together Reborn server files. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/incubator/st-reborn-server -icon: https://truecharts.org/img/chart-icons/st-reborn-server.png +home: https://truecharts.org/docs/charts/incubator/st-reborn-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/st-reborn-server.png keywords: - st-reborn-server - gameserver sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/st-reborn-server - https://github.com/tiltedphoques/TiltedEvolution - https://hub.docker.com/r/tiltedphoques/st-reborn-server dependencies: diff --git a/charts/incubator/st-reborn-server/README.md b/charts/incubator/st-reborn-server/README.md index 61cbaa81dc5..ba43398143b 100644 --- a/charts/incubator/st-reborn-server/README.md +++ b/charts/incubator/st-reborn-server/README.md @@ -1,6 +1,6 @@ # st-reborn-server -![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) +![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) Skyrim Together Reborn server files. @@ -13,6 +13,7 @@ For more information, please click here: [st-reborn-server](https://truecharts.o ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `st-reborn-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install st-reborn-server TrueCharts/st-reborn-server ``` @@ -48,7 +49,7 @@ helm install st-reborn-server TrueCharts/st-reborn-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall st-reborn-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install st-reborn-server TrueCharts/st-reborn-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/stackedit/CHANGELOG.md b/charts/incubator/stackedit/CHANGELOG.md index 4dad81aab51..bc5cd3a1d24 100644 --- a/charts/incubator/stackedit/CHANGELOG.md +++ b/charts/incubator/stackedit/CHANGELOG.md @@ -2,6 +2,16 @@ +## [stackedit-0.0.15](https://github.com/truecharts/charts/compare/stackedit-0.0.14...stackedit-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [stackedit-0.0.14](https://github.com/truecharts/apps/compare/stackedit-0.0.13...stackedit-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/stackedit/Chart.yaml b/charts/incubator/stackedit/Chart.yaml index 29d221691a5..c1711df73d8 100644 --- a/charts/incubator/stackedit/Chart.yaml +++ b/charts/incubator/stackedit/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - StackEdits Markdown syntax highlighting is unique. The refined text formatting - of the editor helps you visualize the final rendering of your files. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/stackedit -icon: https://truecharts.org/img/chart-icons/stackedit.png +description: StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. +home: https://truecharts.org/docs/charts/incubator/stackedit +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stackedit.png keywords: - stackedit - Productivity @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: stackedit sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/stackedit - https://stackedit.io/ - https://hub.docker.com/r/qmcgaw/stackedit/ type: application diff --git a/charts/incubator/stackedit/README.md b/charts/incubator/stackedit/README.md index 2a5d05f7bfe..479ba5af065 100644 --- a/charts/incubator/stackedit/README.md +++ b/charts/incubator/stackedit/README.md @@ -1,6 +1,6 @@ # stackedit -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. @@ -13,6 +13,7 @@ For more information, please click here: [stackedit](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `stackedit` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install stackedit TrueCharts/stackedit ``` @@ -48,7 +49,7 @@ helm install stackedit TrueCharts/stackedit **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall stackedit Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install stackedit TrueCharts/stackedit -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/standardnotes-web/CHANGELOG.md b/charts/incubator/standardnotes-web/CHANGELOG.md index 8a3f50865ef..78ac68f7ca2 100644 --- a/charts/incubator/standardnotes-web/CHANGELOG.md +++ b/charts/incubator/standardnotes-web/CHANGELOG.md @@ -2,6 +2,16 @@ +## [standardnotes-web-0.0.17](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.16...standardnotes-web-0.0.17) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [standardnotes-web-0.0.16](https://github.com/truecharts/apps/compare/standardnotes-web-0.0.15...standardnotes-web-0.0.16) (2022-07-29) ### Chore diff --git a/charts/incubator/standardnotes-web/Chart.yaml b/charts/incubator/standardnotes-web/Chart.yaml index 565d173ad63..d81cfe1816c 100644 --- a/charts/incubator/standardnotes-web/Chart.yaml +++ b/charts/incubator/standardnotes-web/Chart.yaml @@ -11,7 +11,7 @@ dependencies: deprecated: false description: "A safe and private place for your life's work.\r\n" home: https://truecharts.org/docs/charts/incubator/standardnotes-web -icon: https://truecharts.org/img/chart-icons/standardnotes-web.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/standardnotes-web.png keywords: - standardnotes-web - Productivity @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: standardnotes-web sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/standardnotes-web - https://standardnotes.org/ - https://hub.docker.com/r/standardnotes/web type: application diff --git a/charts/incubator/standardnotes-web/README.md b/charts/incubator/standardnotes-web/README.md index 729900296fb..b6981c05dae 100644 --- a/charts/incubator/standardnotes-web/README.md +++ b/charts/incubator/standardnotes-web/README.md @@ -1,6 +1,6 @@ # standardnotes-web -![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square) +![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square) A safe and private place for your life's work. @@ -13,6 +13,7 @@ For more information, please click here: [standardnotes-web](https://truecharts. ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `standardnotes-web` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install standardnotes-web TrueCharts/standardnotes-web ``` @@ -48,7 +49,7 @@ helm install standardnotes-web TrueCharts/standardnotes-web **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall standardnotes-web Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install standardnotes-web TrueCharts/standardnotes-web -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/starmade/CHANGELOG.md b/charts/incubator/starmade/CHANGELOG.md index 262279e5812..725aa07bea7 100644 --- a/charts/incubator/starmade/CHANGELOG.md +++ b/charts/incubator/starmade/CHANGELOG.md @@ -2,6 +2,16 @@ +## [starmade-0.0.15](https://github.com/truecharts/charts/compare/starmade-0.0.14...starmade-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [starmade-0.0.14](https://github.com/truecharts/apps/compare/starmade-0.0.13...starmade-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/starmade/Chart.yaml b/charts/incubator/starmade/Chart.yaml index b0a5473f9d4..e49b846d599 100644 --- a/charts/incubator/starmade/Chart.yaml +++ b/charts/incubator/starmade/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This container will download and install a StarMade Dedicated Server.\ - \ It will also install a basic server.cfg at the first startup.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/starmade -icon: https://truecharts.org/img/chart-icons/starmade.png +description: "This container will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup.\r\n" +home: https://truecharts.org/docs/charts/incubator/starmade +icon: https://truecharts.org/img/hotlink-ok/chart-icons/starmade.png keywords: - starmade - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: starmade sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/starmade - https://www.star-made.org/ - https://hub.docker.com/r/ich777/starmade-server/ type: application diff --git a/charts/incubator/starmade/README.md b/charts/incubator/starmade/README.md index f12ff0d11bd..b4f046c00fe 100644 --- a/charts/incubator/starmade/README.md +++ b/charts/incubator/starmade/README.md @@ -1,6 +1,6 @@ # starmade -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This container will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup. @@ -13,6 +13,7 @@ For more information, please click here: [starmade](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `starmade` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install starmade TrueCharts/starmade ``` @@ -48,7 +49,7 @@ helm install starmade TrueCharts/starmade **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall starmade Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install starmade TrueCharts/starmade -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/stationeers/CHANGELOG.md b/charts/incubator/stationeers/CHANGELOG.md index a77b26e79c2..6414d01a573 100644 --- a/charts/incubator/stationeers/CHANGELOG.md +++ b/charts/incubator/stationeers/CHANGELOG.md @@ -2,6 +2,16 @@ +## [stationeers-0.0.15](https://github.com/truecharts/charts/compare/stationeers-0.0.14...stationeers-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [stationeers-0.0.14](https://github.com/truecharts/apps/compare/stationeers-0.0.13...stationeers-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/stationeers/Chart.yaml b/charts/incubator/stationeers/Chart.yaml index 6e14a6e63f3..88cfdc0b648 100644 --- a/charts/incubator/stationeers/Chart.yaml +++ b/charts/incubator/stationeers/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Stationeers and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/stationeers -icon: https://truecharts.org/img/chart-icons/stationeers.png +description: "This Docker will download and install SteamCMD. It will also install Stationeers and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/stationeers +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stationeers.png keywords: - stationeers - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: stationeers sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/stationeers - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/stationeers/README.md b/charts/incubator/stationeers/README.md index c5d365d9020..e01763b0637 100644 --- a/charts/incubator/stationeers/README.md +++ b/charts/incubator/stationeers/README.md @@ -1,6 +1,6 @@ # stationeers -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Stationeers and run it. @@ -13,6 +13,7 @@ For more information, please click here: [stationeers](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `stationeers` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install stationeers TrueCharts/stationeers ``` @@ -48,7 +49,7 @@ helm install stationeers TrueCharts/stationeers **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall stationeers Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install stationeers TrueCharts/stationeers -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/statping-ng/CHANGELOG.md b/charts/incubator/statping-ng/CHANGELOG.md index 83872de475f..75d152ab730 100644 --- a/charts/incubator/statping-ng/CHANGELOG.md +++ b/charts/incubator/statping-ng/CHANGELOG.md @@ -2,6 +2,16 @@ +## [statping-ng-0.0.15](https://github.com/truecharts/charts/compare/statping-ng-0.0.14...statping-ng-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [statping-ng-0.0.14](https://github.com/truecharts/apps/compare/statping-ng-0.0.13...statping-ng-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/statping-ng/Chart.yaml b/charts/incubator/statping-ng/Chart.yaml index 821d99062ff..ad3efe832e5 100644 --- a/charts/incubator/statping-ng/Chart.yaml +++ b/charts/incubator/statping-ng/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Statping-ng aims to be an updated drop-in replacement of statping after\ - \ development stopped on the original fork.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/statping-ng -icon: https://truecharts.org/img/chart-icons/statping-ng.png +description: "Statping-ng aims to be an updated drop-in replacement of statping after development stopped on the original fork.\r\n" +home: https://truecharts.org/docs/charts/incubator/statping-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/statping-ng.png keywords: - statping-ng - Network-Web @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: statping-ng sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/statping-ng - https://github.com/statping-ng/statping-ng - https://hub.docker.com/r/adamboutcher/statping-ng type: application diff --git a/charts/incubator/statping-ng/README.md b/charts/incubator/statping-ng/README.md index 69b88aefc23..59924f2693d 100644 --- a/charts/incubator/statping-ng/README.md +++ b/charts/incubator/statping-ng/README.md @@ -1,6 +1,6 @@ # statping-ng -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Statping-ng aims to be an updated drop-in replacement of statping after development stopped on the original fork. @@ -13,6 +13,7 @@ For more information, please click here: [statping-ng](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `statping-ng` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install statping-ng TrueCharts/statping-ng ``` @@ -48,7 +49,7 @@ helm install statping-ng TrueCharts/statping-ng **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall statping-ng Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install statping-ng TrueCharts/statping-ng -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/storm/CHANGELOG.md b/charts/incubator/storm/CHANGELOG.md index 6aab98b6cb5..d89869319eb 100644 --- a/charts/incubator/storm/CHANGELOG.md +++ b/charts/incubator/storm/CHANGELOG.md @@ -2,6 +2,16 @@ +## [storm-0.0.15](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.14...storm-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [storm-0.0.14](https://github.com/truecharts/apps/compare/storm-0.0.13...storm-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/storm/Chart.yaml b/charts/incubator/storm/Chart.yaml index 23fccf51349..51e0f9b47bc 100644 --- a/charts/incubator/storm/Chart.yaml +++ b/charts/incubator/storm/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "Introducing Storm\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/storm -icon: https://truecharts.org/img/chart-icons/storm.png +home: https://truecharts.org/docs/charts/incubator/storm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/storm.png keywords: - storm - Downloaders @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: storm sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/storm - https://github.com/relvacode/storm - https://github.com/relvacode/storm/pkgs/container/storm type: application diff --git a/charts/incubator/storm/README.md b/charts/incubator/storm/README.md index c3a53f4f88a..24251de6c27 100644 --- a/charts/incubator/storm/README.md +++ b/charts/incubator/storm/README.md @@ -1,6 +1,6 @@ # storm -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Introducing Storm @@ -13,6 +13,7 @@ For more information, please click here: [storm](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `storm` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install storm TrueCharts/storm ``` @@ -48,7 +49,7 @@ helm install storm TrueCharts/storm **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall storm Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install storm TrueCharts/storm -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/stun-turn-server/CHANGELOG.md b/charts/incubator/stun-turn-server/CHANGELOG.md index 5adee96e3fc..970d622844b 100644 --- a/charts/incubator/stun-turn-server/CHANGELOG.md +++ b/charts/incubator/stun-turn-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [stun-turn-server-0.0.15](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.14...stun-turn-server-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [stun-turn-server-0.0.14](https://github.com/truecharts/apps/compare/stun-turn-server-0.0.13...stun-turn-server-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/stun-turn-server/Chart.yaml b/charts/incubator/stun-turn-server/Chart.yaml index 98ac55f329c..a711170e5e6 100644 --- a/charts/incubator/stun-turn-server/Chart.yaml +++ b/charts/incubator/stun-turn-server/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This is a Basic STUN & TURN server that was mainly created for Nextcloud\ - \ Talk.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/stun-turn-server -icon: https://truecharts.org/img/chart-icons/stun-turn-server.png +description: "This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk.\r\n" +home: https://truecharts.org/docs/charts/incubator/stun-turn-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stun-turn-server.png keywords: - stun-turn-server - Network @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: stun-turn-server sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/stun-turn-server - https://hub.docker.com/r/ich777/stun-turn-server type: application version: 0.0.15 diff --git a/charts/incubator/stun-turn-server/README.md b/charts/incubator/stun-turn-server/README.md index 902c16d1cfe..84687e50f9e 100644 --- a/charts/incubator/stun-turn-server/README.md +++ b/charts/incubator/stun-turn-server/README.md @@ -1,6 +1,6 @@ # stun-turn-server -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk. @@ -13,6 +13,7 @@ For more information, please click here: [stun-turn-server](https://truecharts.o ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `stun-turn-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install stun-turn-server TrueCharts/stun-turn-server ``` @@ -47,7 +48,7 @@ helm install stun-turn-server TrueCharts/stun-turn-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall stun-turn-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install stun-turn-server TrueCharts/stun-turn-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/suistartpage/CHANGELOG.md b/charts/incubator/suistartpage/CHANGELOG.md index 4c1866bae2b..b6ca20adf93 100644 --- a/charts/incubator/suistartpage/CHANGELOG.md +++ b/charts/incubator/suistartpage/CHANGELOG.md @@ -2,6 +2,16 @@ +## [suistartpage-0.0.15](https://github.com/truecharts/charts/compare/suistartpage-0.0.14...suistartpage-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [suistartpage-0.0.14](https://github.com/truecharts/apps/compare/suistartpage-0.0.13...suistartpage-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/suistartpage/Chart.yaml b/charts/incubator/suistartpage/Chart.yaml index eb17bc0f64a..0237cd59201 100644 --- a/charts/incubator/suistartpage/Chart.yaml +++ b/charts/incubator/suistartpage/Chart.yaml @@ -10,13 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - SUI Startpage is a simple and clean server start page or homepage that - you can quickly and easily setup to access your server resources and quick booksmarks - and also lets you search on various provider sites via a search bar at the top as - well. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/suistartpage -icon: https://truecharts.org/img/chart-icons/suistartpage.png +description: SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well. +home: https://truecharts.org/docs/charts/incubator/suistartpage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/suistartpage.png keywords: - suistartpage - Tools-Utilities @@ -28,6 +24,7 @@ maintainers: url: https://truecharts.org name: suistartpage sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/suistartpage - https://github.com/CorneliousJD/SUI-Startpage - https://hub.docker.com/r/corneliousjd/sui-startpage/ type: application diff --git a/charts/incubator/suistartpage/README.md b/charts/incubator/suistartpage/README.md index 229d6e5943e..9686617f667 100644 --- a/charts/incubator/suistartpage/README.md +++ b/charts/incubator/suistartpage/README.md @@ -1,6 +1,6 @@ # suistartpage -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well. @@ -13,6 +13,7 @@ For more information, please click here: [suistartpage](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `suistartpage` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install suistartpage TrueCharts/suistartpage ``` @@ -48,7 +49,7 @@ helm install suistartpage TrueCharts/suistartpage **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall suistartpage Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install suistartpage TrueCharts/suistartpage -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/survivethenights/CHANGELOG.md b/charts/incubator/survivethenights/CHANGELOG.md index ae1fc664c8c..757d17bcc29 100644 --- a/charts/incubator/survivethenights/CHANGELOG.md +++ b/charts/incubator/survivethenights/CHANGELOG.md @@ -2,6 +2,16 @@ +## [survivethenights-0.0.15](https://github.com/truecharts/charts/compare/survivethenights-0.0.14...survivethenights-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [survivethenights-0.0.14](https://github.com/truecharts/apps/compare/survivethenights-0.0.13...survivethenights-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/survivethenights/Chart.yaml b/charts/incubator/survivethenights/Chart.yaml index 5dd9f968876..3e3c0d85f12 100644 --- a/charts/incubator/survivethenights/Chart.yaml +++ b/charts/incubator/survivethenights/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Survive The Nights and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/survivethenights -icon: https://truecharts.org/img/chart-icons/survivethenights.png +description: "This Docker will download and install SteamCMD. It will also install Survive The Nights and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/survivethenights +icon: https://truecharts.org/img/hotlink-ok/chart-icons/survivethenights.png keywords: - survivethenights - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: survivethenights sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/survivethenights - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/survivethenights/README.md b/charts/incubator/survivethenights/README.md index 63230d48ce1..77b91926be4 100644 --- a/charts/incubator/survivethenights/README.md +++ b/charts/incubator/survivethenights/README.md @@ -1,6 +1,6 @@ # survivethenights -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Survive The Nights and run it. @@ -13,6 +13,7 @@ For more information, please click here: [survivethenights](https://truecharts.o ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `survivethenights` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install survivethenights TrueCharts/survivethenights ``` @@ -48,7 +49,7 @@ helm install survivethenights TrueCharts/survivethenights **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall survivethenights Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install survivethenights TrueCharts/survivethenights -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/synctube/CHANGELOG.md b/charts/incubator/synctube/CHANGELOG.md index ef978874c12..6c30c9a8d75 100644 --- a/charts/incubator/synctube/CHANGELOG.md +++ b/charts/incubator/synctube/CHANGELOG.md @@ -2,6 +2,16 @@ +## [synctube-0.0.15](https://github.com/truecharts/charts/compare/synctube-0.0.14...synctube-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [synctube-0.0.14](https://github.com/truecharts/apps/compare/synctube-0.0.13...synctube-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/synctube/Chart.yaml b/charts/incubator/synctube/Chart.yaml index c73bd3b391e..8585e54d72c 100644 --- a/charts/incubator/synctube/Chart.yaml +++ b/charts/incubator/synctube/Chart.yaml @@ -15,8 +15,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/synctube -icon: https://truecharts.org/img/chart-icons/synctube.png +home: https://truecharts.org/docs/charts/incubator/synctube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.png keywords: - synctube - Cloud @@ -32,6 +32,7 @@ maintainers: url: https://truecharts.org name: synctube sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/synctube - https://github.com/RblSb/SyncTube - https://hub.docker.com/r/littlestache/synctube type: application diff --git a/charts/incubator/synctube/README.md b/charts/incubator/synctube/README.md index afc2f45e462..ed17ecc630c 100644 --- a/charts/incubator/synctube/README.md +++ b/charts/incubator/synctube/README.md @@ -1,6 +1,6 @@ # synctube -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [synctube](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `synctube` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install synctube TrueCharts/synctube ``` @@ -48,7 +49,7 @@ helm install synctube TrueCharts/synctube **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall synctube Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install synctube TrueCharts/synctube -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/tachidesk-docker/CHANGELOG.md b/charts/incubator/tachidesk-docker/CHANGELOG.md index 996690664e9..43f4214fa71 100644 --- a/charts/incubator/tachidesk-docker/CHANGELOG.md +++ b/charts/incubator/tachidesk-docker/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tachidesk-docker-0.0.15](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.14...tachidesk-docker-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tachidesk-docker-0.0.14](https://github.com/truecharts/apps/compare/tachidesk-docker-0.0.13...tachidesk-docker-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/tachidesk-docker/Chart.yaml b/charts/incubator/tachidesk-docker/Chart.yaml index 36906a74c98..e50df545d2a 100644 --- a/charts/incubator/tachidesk-docker/Chart.yaml +++ b/charts/incubator/tachidesk-docker/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "The official Tachidesk Docker-Container.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/tachidesk-docker -icon: https://truecharts.org/img/chart-icons/tachidesk-docker.png +home: https://truecharts.org/docs/charts/incubator/tachidesk-docker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.png keywords: - tachidesk-docker - MediaServer-Other @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: tachidesk-docker sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tachidesk-docker - https://github.com/Suwayomi/Tachidesk-Server - https://github.com/suwayomi/docker-tachidesk type: application diff --git a/charts/incubator/tachidesk-docker/README.md b/charts/incubator/tachidesk-docker/README.md index d9b88d0c7ce..893131fff5b 100644 --- a/charts/incubator/tachidesk-docker/README.md +++ b/charts/incubator/tachidesk-docker/README.md @@ -1,6 +1,6 @@ # tachidesk-docker -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) The official Tachidesk Docker-Container. @@ -13,6 +13,7 @@ For more information, please click here: [tachidesk-docker](https://truecharts.o ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tachidesk-docker` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tachidesk-docker TrueCharts/tachidesk-docker ``` @@ -48,7 +49,7 @@ helm install tachidesk-docker TrueCharts/tachidesk-docker **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall tachidesk-docker Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tachidesk-docker TrueCharts/tachidesk-docker -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/tanoshi/CHANGELOG.md b/charts/incubator/tanoshi/CHANGELOG.md index b19811dfbd7..c3bb9a7fae6 100644 --- a/charts/incubator/tanoshi/CHANGELOG.md +++ b/charts/incubator/tanoshi/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tanoshi-0.0.15](https://github.com/truecharts/charts/compare/tanoshi-0.0.14...tanoshi-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tanoshi-0.0.14](https://github.com/truecharts/apps/compare/tanoshi-0.0.13...tanoshi-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/tanoshi/Chart.yaml b/charts/incubator/tanoshi/Chart.yaml index a74c3dff19f..84a6329ec36 100644 --- a/charts/incubator/tanoshi/Chart.yaml +++ b/charts/incubator/tanoshi/Chart.yaml @@ -12,8 +12,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/tanoshi -icon: https://truecharts.org/img/chart-icons/tanoshi.png +home: https://truecharts.org/docs/charts/incubator/tanoshi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tanoshi.png keywords: - tanoshi - Productivity @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: tanoshi sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tanoshi - https://github.com/faldez/tanoshi - https://hub.docker.com/r/faldez/tanoshi type: application diff --git a/charts/incubator/tanoshi/README.md b/charts/incubator/tanoshi/README.md index ed0975a1fd5..8145fae7968 100644 --- a/charts/incubator/tanoshi/README.md +++ b/charts/incubator/tanoshi/README.md @@ -1,6 +1,6 @@ # tanoshi -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [tanoshi](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tanoshi` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tanoshi TrueCharts/tanoshi ``` @@ -48,7 +49,7 @@ helm install tanoshi TrueCharts/tanoshi **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall tanoshi Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tanoshi TrueCharts/tanoshi -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/tar1090/CHANGELOG.md b/charts/incubator/tar1090/CHANGELOG.md index b027b5bac81..9661ff3d8b6 100644 --- a/charts/incubator/tar1090/CHANGELOG.md +++ b/charts/incubator/tar1090/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tar1090-0.0.15](https://github.com/truecharts/charts/compare/tar1090-0.0.14...tar1090-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tar1090-0.0.14](https://github.com/truecharts/apps/compare/tar1090-0.0.13...tar1090-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/tar1090/Chart.yaml b/charts/incubator/tar1090/Chart.yaml index 248cba77ccb..05ce6dd3a08 100644 --- a/charts/incubator/tar1090/Chart.yaml +++ b/charts/incubator/tar1090/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: Multi-arch tar1090 container for visualising ADSB data. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/tar1090 -icon: https://truecharts.org/img/chart-icons/tar1090.png +home: https://truecharts.org/docs/charts/incubator/tar1090 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.png keywords: - tar1090 - Other @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: tar1090 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tar1090 - https://hub.docker.com/r/mikenye/tar1090 - https://hub.docker.com/r/mikenye/tar1090/ type: application diff --git a/charts/incubator/tar1090/README.md b/charts/incubator/tar1090/README.md index 0c211fc8543..73816ecc309 100644 --- a/charts/incubator/tar1090/README.md +++ b/charts/incubator/tar1090/README.md @@ -1,6 +1,6 @@ # tar1090 -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Multi-arch tar1090 container for visualising ADSB data. @@ -13,6 +13,7 @@ For more information, please click here: [tar1090](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tar1090` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tar1090 TrueCharts/tar1090 ``` @@ -48,7 +49,7 @@ helm install tar1090 TrueCharts/tar1090 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall tar1090 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tar1090 TrueCharts/tar1090 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/tasmoadmin/CHANGELOG.md b/charts/incubator/tasmoadmin/CHANGELOG.md index 63f43ff436c..dbe1e57209f 100644 --- a/charts/incubator/tasmoadmin/CHANGELOG.md +++ b/charts/incubator/tasmoadmin/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tasmoadmin-0.0.15](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.14...tasmoadmin-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tasmoadmin-0.0.14](https://github.com/truecharts/apps/compare/tasmoadmin-0.0.13...tasmoadmin-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/tasmoadmin/Chart.yaml b/charts/incubator/tasmoadmin/Chart.yaml index 640fcf32ec8..267fdf02f4d 100644 --- a/charts/incubator/tasmoadmin/Chart.yaml +++ b/charts/incubator/tasmoadmin/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "TasmoAdmin is an administrative Website for Home Automation Devices\ - \ flashed with Tasmota (PLEASE Stop this container while not in use and during Tasmota\ - \ upgrades) (https://github.com/arendst/Tasmota). \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/tasmoadmin -icon: https://truecharts.org/img/chart-icons/tasmoadmin.png +description: "TasmoAdmin is an administrative Website for Home Automation Devices flashed with Tasmota (PLEASE Stop this container while not in use and during Tasmota upgrades) (https://github.com/arendst/Tasmota). \r\n" +home: https://truecharts.org/docs/charts/incubator/tasmoadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png keywords: - tasmoadmin - HomeAutomation @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: tasmoadmin sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmoadmin - https://hub.docker.com/r/raymondmm/tasmoadmin/ type: application version: 0.0.15 diff --git a/charts/incubator/tasmoadmin/README.md b/charts/incubator/tasmoadmin/README.md index 0af579e734b..46c40f97112 100644 --- a/charts/incubator/tasmoadmin/README.md +++ b/charts/incubator/tasmoadmin/README.md @@ -1,6 +1,6 @@ # tasmoadmin -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) TasmoAdmin is an administrative Website for Home Automation Devices flashed with Tasmota (PLEASE Stop this container while not in use and during Tasmota upgrades) (https://github.com/arendst/Tasmota). @@ -13,6 +13,7 @@ For more information, please click here: [tasmoadmin](https://truecharts.org/doc ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tasmoadmin` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tasmoadmin TrueCharts/tasmoadmin ``` @@ -47,7 +48,7 @@ helm install tasmoadmin TrueCharts/tasmoadmin **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall tasmoadmin Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tasmoadmin TrueCharts/tasmoadmin -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/tasmobackup/CHANGELOG.md b/charts/incubator/tasmobackup/CHANGELOG.md index cfafe62879b..dd272f836f7 100644 --- a/charts/incubator/tasmobackup/CHANGELOG.md +++ b/charts/incubator/tasmobackup/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tasmobackup-0.0.15](https://github.com/truecharts/charts/compare/tasmobackup-0.0.14...tasmobackup-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tasmobackup-0.0.14](https://github.com/truecharts/apps/compare/tasmobackup-0.0.13...tasmobackup-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/tasmobackup/Chart.yaml b/charts/incubator/tasmobackup/Chart.yaml index 44a6bfed338..686e43db065 100644 --- a/charts/incubator/tasmobackup/Chart.yaml +++ b/charts/incubator/tasmobackup/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Tasmota backup - TasmoBackup - Backup all your tasmota devices in one - place. Add/scan for your Tasmota devices. Use the backupall.php page to schedule - automated backups of all devices! -home: https://github.com/truecharts/charts/tree/master/charts/incubator/tasmobackup -icon: https://truecharts.org/img/chart-icons/tasmobackup.png +description: Tasmota backup - TasmoBackup - Backup all your tasmota devices in one place. Add/scan for your Tasmota devices. Use the backupall.php page to schedule automated backups of all devices! +home: https://truecharts.org/docs/charts/incubator/tasmobackup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.png keywords: - tasmobackup - HomeAutomation @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: tasmobackup sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmobackup - https://hub.docker.com/r/danmed/tasmobackupv1/ type: application version: 0.0.15 diff --git a/charts/incubator/tasmobackup/README.md b/charts/incubator/tasmobackup/README.md index 726a46abb6d..830f811e00a 100644 --- a/charts/incubator/tasmobackup/README.md +++ b/charts/incubator/tasmobackup/README.md @@ -1,6 +1,6 @@ # tasmobackup -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Tasmota backup - TasmoBackup - Backup all your tasmota devices in one place. Add/scan for your Tasmota devices. Use the backupall.php page to schedule automated backups of all devices! @@ -13,6 +13,7 @@ For more information, please click here: [tasmobackup](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tasmobackup` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tasmobackup TrueCharts/tasmobackup ``` @@ -47,7 +48,7 @@ helm install tasmobackup TrueCharts/tasmobackup **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall tasmobackup Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tasmobackup TrueCharts/tasmobackup -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/tasmocompiler/CHANGELOG.md b/charts/incubator/tasmocompiler/CHANGELOG.md index 86c28552ce9..f540ecbb847 100644 --- a/charts/incubator/tasmocompiler/CHANGELOG.md +++ b/charts/incubator/tasmocompiler/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tasmocompiler-0.0.15](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.14...tasmocompiler-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tasmocompiler-0.0.14](https://github.com/truecharts/apps/compare/tasmocompiler-0.0.13...tasmocompiler-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/tasmocompiler/Chart.yaml b/charts/incubator/tasmocompiler/Chart.yaml index 21f6a70823b..8b8ec76ba0c 100644 --- a/charts/incubator/tasmocompiler/Chart.yaml +++ b/charts/incubator/tasmocompiler/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "TasmoCompiler is a simple web GUI which allows you to compile fantastic\ - \ Tasmota firmware with your own settings\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/tasmocompiler -icon: https://truecharts.org/img/chart-icons/tasmocompiler.png +description: "TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings\r\n" +home: https://truecharts.org/docs/charts/incubator/tasmocompiler +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.png keywords: - tasmocompiler - HomeAutomation @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: tasmocompiler sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmocompiler - https://github.com/benzino77/tasmocompiler - https://hub.docker.com/r/benzino77/tasmocompiler type: application diff --git a/charts/incubator/tasmocompiler/README.md b/charts/incubator/tasmocompiler/README.md index 876aa6b27cd..da7d498921f 100644 --- a/charts/incubator/tasmocompiler/README.md +++ b/charts/incubator/tasmocompiler/README.md @@ -1,6 +1,6 @@ # tasmocompiler -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings @@ -13,6 +13,7 @@ For more information, please click here: [tasmocompiler](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tasmocompiler` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tasmocompiler TrueCharts/tasmocompiler ``` @@ -48,7 +49,7 @@ helm install tasmocompiler TrueCharts/tasmocompiler **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall tasmocompiler Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tasmocompiler TrueCharts/tasmocompiler -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/technitium/CHANGELOG.md b/charts/incubator/technitium/CHANGELOG.md index ff092d1a00e..df529802c31 100644 --- a/charts/incubator/technitium/CHANGELOG.md +++ b/charts/incubator/technitium/CHANGELOG.md @@ -2,6 +2,16 @@ +## [technitium-1.0.26](https://github.com/truecharts/charts/compare/technitium-1.0.25...technitium-1.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [technitium-1.0.25](https://github.com/truecharts/apps/compare/technitium-1.0.24...technitium-1.0.25) (2022-07-26) ### Chore diff --git a/charts/incubator/technitium/Chart.yaml b/charts/incubator/technitium/Chart.yaml index 1abd3d30415..5cec825e79d 100644 --- a/charts/incubator/technitium/Chart.yaml +++ b/charts/incubator/technitium/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Technitium DNS Server is an open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/technitium -icon: https://truecharts.org/img/chart-icons/technitium.png +home: https://truecharts.org/docs/charts/incubator/technitium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/technitium.png keywords: - DNS kubeVersion: ">=1.16.0-0" @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: technitium sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/technitium - https://github.com/TechnitiumSoftware/DnsServer - https://technitium.com/ - https://hub.docker.com/r/technitium/dns-server diff --git a/charts/incubator/technitium/README.md b/charts/incubator/technitium/README.md index b02dd6c02fc..cef6beddd27 100644 --- a/charts/incubator/technitium/README.md +++ b/charts/incubator/technitium/README.md @@ -1,6 +1,6 @@ # technitium -![Version: 1.0.25](https://img.shields.io/badge/Version-1.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.1](https://img.shields.io/badge/AppVersion-8.1-informational?style=flat-square) +![Version: 1.0.26](https://img.shields.io/badge/Version-1.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.1](https://img.shields.io/badge/AppVersion-8.1-informational?style=flat-square) Technitium DNS Server is an open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security. @@ -13,6 +13,7 @@ For more information, please click here: [technitium](https://truecharts.org/doc ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `technitium` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install technitium TrueCharts/technitium ``` @@ -49,7 +50,7 @@ helm install technitium TrueCharts/technitium **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall technitium Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install technitium TrueCharts/technitium -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/teedy-docs/CHANGELOG.md b/charts/incubator/teedy-docs/CHANGELOG.md index 7dd176518ba..75df9333f1b 100644 --- a/charts/incubator/teedy-docs/CHANGELOG.md +++ b/charts/incubator/teedy-docs/CHANGELOG.md @@ -2,6 +2,16 @@ +## [teedy-docs-0.0.15](https://github.com/truecharts/charts/compare/teedy-docs-0.0.14...teedy-docs-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [teedy-docs-0.0.14](https://github.com/truecharts/apps/compare/teedy-docs-0.0.13...teedy-docs-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/teedy-docs/Chart.yaml b/charts/incubator/teedy-docs/Chart.yaml index da1f8b47d85..db402291844 100644 --- a/charts/incubator/teedy-docs/Chart.yaml +++ b/charts/incubator/teedy-docs/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Teedy is an open-source, lightweight document management system (DMS)\ - \ for individuals and businesses.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/teedy-docs -icon: https://truecharts.org/img/chart-icons/teedy-docs.png +description: "Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses.\r\n" +home: https://truecharts.org/docs/charts/incubator/teedy-docs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy-docs.png keywords: - teedy-docs - Cloud @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: teedy-docs sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/teedy-docs - https://github.com/sismics/docs - https://hub.docker.com/r/sismics/docs/ type: application diff --git a/charts/incubator/teedy-docs/README.md b/charts/incubator/teedy-docs/README.md index e237e884034..133a7a7e0ae 100644 --- a/charts/incubator/teedy-docs/README.md +++ b/charts/incubator/teedy-docs/README.md @@ -1,6 +1,6 @@ # teedy-docs -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses. @@ -13,6 +13,7 @@ For more information, please click here: [teedy-docs](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `teedy-docs` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install teedy-docs TrueCharts/teedy-docs ``` @@ -48,7 +49,7 @@ helm install teedy-docs TrueCharts/teedy-docs **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall teedy-docs Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install teedy-docs TrueCharts/teedy-docs -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/telethon-downloader/CHANGELOG.md b/charts/incubator/telethon-downloader/CHANGELOG.md index ff70deef7bf..e31533764fe 100644 --- a/charts/incubator/telethon-downloader/CHANGELOG.md +++ b/charts/incubator/telethon-downloader/CHANGELOG.md @@ -2,6 +2,16 @@ +## [telethon-downloader-0.0.15](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.14...telethon-downloader-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [telethon-downloader-0.0.14](https://github.com/truecharts/apps/compare/telethon-downloader-0.0.13...telethon-downloader-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/telethon-downloader/Chart.yaml b/charts/incubator/telethon-downloader/Chart.yaml index 042ea102658..b6824d69ba8 100644 --- a/charts/incubator/telethon-downloader/Chart.yaml +++ b/charts/incubator/telethon-downloader/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - This is a simple container that downloads files sent to a telegram bot - up to 2000mb using the Telethon library. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/telethon-downloader -icon: https://truecharts.org/img/chart-icons/telethon-downloader.png +description: This is a simple container that downloads files sent to a telegram bot up to 2000mb using the Telethon library. +home: https://truecharts.org/docs/charts/incubator/telethon-downloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.png keywords: - telethon-downloader - Downloaders @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: telethon-downloader sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/telethon-downloader - https://docs.telethon.dev/ - https://hub.docker.com/r/jsavargas/telethon_downloader type: application diff --git a/charts/incubator/telethon-downloader/README.md b/charts/incubator/telethon-downloader/README.md index d9d57fbe96b..9949343ba0d 100644 --- a/charts/incubator/telethon-downloader/README.md +++ b/charts/incubator/telethon-downloader/README.md @@ -1,6 +1,6 @@ # telethon-downloader -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This is a simple container that downloads files sent to a telegram bot up to 2000mb using the Telethon library. @@ -13,6 +13,7 @@ For more information, please click here: [telethon-downloader](https://truechart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `telethon-downloader` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install telethon-downloader TrueCharts/telethon-downloader ``` @@ -48,7 +49,7 @@ helm install telethon-downloader TrueCharts/telethon-downloader **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall telethon-downloader Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install telethon-downloader TrueCharts/telethon-downloader -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/terraria-tshock/CHANGELOG.md b/charts/incubator/terraria-tshock/CHANGELOG.md index 09d0c902d4a..c8f022783c8 100644 --- a/charts/incubator/terraria-tshock/CHANGELOG.md +++ b/charts/incubator/terraria-tshock/CHANGELOG.md @@ -2,6 +2,16 @@ +## [terraria-tshock-0.0.14](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.13...terraria-tshock-0.0.14) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [terraria-tshock-0.0.13](https://github.com/truecharts/apps/compare/terraria-tshock-0.0.12...terraria-tshock-0.0.13) (2022-07-26) ### Chore diff --git a/charts/incubator/terraria-tshock/Chart.yaml b/charts/incubator/terraria-tshock/Chart.yaml index 11dcacb7ec7..5d2538cfcee 100644 --- a/charts/incubator/terraria-tshock/Chart.yaml +++ b/charts/incubator/terraria-tshock/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install Terraria and the TShock MOD and\ - \ run it. SERVER PASSWORD: Docker\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/terraria-tshock -icon: https://truecharts.org/img/chart-icons/terraria-tshock.png +description: "This Docker will download and install Terraria and the TShock MOD and run it. SERVER PASSWORD: Docker\r\n" +home: https://truecharts.org/docs/charts/incubator/terraria-tshock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/terraria-tshock.png keywords: - terraria-tshock - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: terraria-tshock sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/terraria-tshock - https://tshock.co/ - https://hub.docker.com/r/ich777/terrariaserver type: application diff --git a/charts/incubator/terraria-tshock/README.md b/charts/incubator/terraria-tshock/README.md index 43746cbaeda..de05b48fdb1 100644 --- a/charts/incubator/terraria-tshock/README.md +++ b/charts/incubator/terraria-tshock/README.md @@ -1,6 +1,6 @@ # terraria-tshock -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: tshock](https://img.shields.io/badge/AppVersion-tshock-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: tshock](https://img.shields.io/badge/AppVersion-tshock-informational?style=flat-square) This Docker will download and install Terraria and the TShock MOD and run it. SERVER PASSWORD: Docker @@ -13,6 +13,7 @@ For more information, please click here: [terraria-tshock](https://truecharts.or ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `terraria-tshock` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install terraria-tshock TrueCharts/terraria-tshock ``` @@ -48,7 +49,7 @@ helm install terraria-tshock TrueCharts/terraria-tshock **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall terraria-tshock Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install terraria-tshock TrueCharts/terraria-tshock -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/theforest/CHANGELOG.md b/charts/incubator/theforest/CHANGELOG.md index 1e604c5fa1e..5954299c41f 100644 --- a/charts/incubator/theforest/CHANGELOG.md +++ b/charts/incubator/theforest/CHANGELOG.md @@ -2,6 +2,16 @@ +## [theforest-0.0.15](https://github.com/truecharts/charts/compare/theforest-0.0.14...theforest-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [theforest-0.0.14](https://github.com/truecharts/apps/compare/theforest-0.0.13...theforest-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/theforest/Chart.yaml b/charts/incubator/theforest/Chart.yaml index 3ba21e99717..6642f7617b8 100644 --- a/charts/incubator/theforest/Chart.yaml +++ b/charts/incubator/theforest/Chart.yaml @@ -9,13 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ The Forest and run it. SERVERNAME: 'The Forest Docker' SERVERPASSWORD: 'Docker'\ - \ ADMINPASSWORD: 'adminDocker' (you can change this in your SERVERFOLDER/config/config.cfg)\r\ - \n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/theforest -icon: https://truecharts.org/img/chart-icons/theforest.png +description: "This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: 'The Forest Docker' SERVERPASSWORD: 'Docker' ADMINPASSWORD: 'adminDocker' (you can change this in your SERVERFOLDER/config/config.cfg)\r\n" +home: https://truecharts.org/docs/charts/incubator/theforest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/theforest.png keywords: - theforest - GameServers @@ -26,6 +22,7 @@ maintainers: url: https://truecharts.org name: theforest sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/theforest - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/theforest/README.md b/charts/incubator/theforest/README.md index 9cf34049c7c..f63176364dd 100644 --- a/charts/incubator/theforest/README.md +++ b/charts/incubator/theforest/README.md @@ -1,6 +1,6 @@ # theforest -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: 'The Forest Docker' SERVERPASSWORD: 'Docker' ADMINPASSWORD: 'adminDocker' (you can change this in your SERVERFOLDER/config/config.cfg) @@ -13,6 +13,7 @@ For more information, please click here: [theforest](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `theforest` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install theforest TrueCharts/theforest ``` @@ -48,7 +49,7 @@ helm install theforest TrueCharts/theforest **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall theforest Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install theforest TrueCharts/theforest -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/thunderbird/CHANGELOG.md b/charts/incubator/thunderbird/CHANGELOG.md index 336419759f9..063b5e9831a 100644 --- a/charts/incubator/thunderbird/CHANGELOG.md +++ b/charts/incubator/thunderbird/CHANGELOG.md @@ -2,6 +2,17 @@ +## [thunderbird-0.0.17](https://github.com/truecharts/charts/compare/thunderbird-0.0.15...thunderbird-0.0.17) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [thunderbird-0.0.15](https://github.com/truecharts/apps/compare/thunderbird-0.0.14...thunderbird-0.0.15) (2022-08-01) ### Fix diff --git a/charts/incubator/thunderbird/README.md b/charts/incubator/thunderbird/README.md index 802b33c455d..ceca25ea2d6 100644 --- a/charts/incubator/thunderbird/README.md +++ b/charts/incubator/thunderbird/README.md @@ -1,6 +1,6 @@ # thunderbird -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This container will download and install Thunderbird in the preferred version and language. @@ -25,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `thunderbird` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install thunderbird TrueCharts/thunderbird ``` @@ -49,7 +49,7 @@ helm install thunderbird TrueCharts/thunderbird **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +68,7 @@ helm uninstall thunderbird Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install thunderbird TrueCharts/thunderbird -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/timetagger/CHANGELOG.md b/charts/incubator/timetagger/CHANGELOG.md index ff86eab7b51..68ebf7ccb8d 100644 --- a/charts/incubator/timetagger/CHANGELOG.md +++ b/charts/incubator/timetagger/CHANGELOG.md @@ -2,6 +2,17 @@ +## [timetagger-0.0.2](https://github.com/truecharts/charts/compare/timetagger-0.0.1...timetagger-0.0.2) (2022-08-08) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [timetagger-0.0.1]timetagger-0.0.1 (2022-07-29) ### Feat diff --git a/charts/incubator/timetagger/Chart.yaml b/charts/incubator/timetagger/Chart.yaml index db17d095626..7c9a8edd2e3 100644 --- a/charts/incubator/timetagger/Chart.yaml +++ b/charts/incubator/timetagger/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.4.9 description: An open source time-tracker with an interactive user experience and powerful reporting. home: https://truecharts.org/docs/charts/incubator/timetagger -icon: https://truecharts.org/img/chart-icons/timetagger.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/timetagger.png keywords: - time - timetagger @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: timetagger sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/timetagger - https://timetagger.app - https://github.com/almarklein/timetagger version: 0.0.2 diff --git a/charts/incubator/timetagger/README.md b/charts/incubator/timetagger/README.md index 8e9e91dba85..22d5563e824 100644 --- a/charts/incubator/timetagger/README.md +++ b/charts/incubator/timetagger/README.md @@ -1,6 +1,6 @@ # timetagger -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: 22.6.6](https://img.shields.io/badge/AppVersion-22.6.6-informational?style=flat-square) +![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![AppVersion: 22.6.6](https://img.shields.io/badge/AppVersion-22.6.6-informational?style=flat-square) An open source time-tracker with an interactive user experience and powerful reporting. @@ -13,6 +13,7 @@ For more information, please click here: [timetagger](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `timetagger` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install timetagger TrueCharts/timetagger ``` @@ -48,7 +49,7 @@ helm install timetagger TrueCharts/timetagger **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall timetagger Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install timetagger TrueCharts/timetagger -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/tonido/CHANGELOG.md b/charts/incubator/tonido/CHANGELOG.md index 86e1a0b09e6..e33a5cfc8d6 100644 --- a/charts/incubator/tonido/CHANGELOG.md +++ b/charts/incubator/tonido/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tonido-0.0.15](https://github.com/truecharts/charts/compare/tonido-0.0.14...tonido-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tonido-0.0.14](https://github.com/truecharts/apps/compare/tonido-0.0.13...tonido-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/tonido/Chart.yaml b/charts/incubator/tonido/Chart.yaml index d632a82a7f8..2a4dcd022a4 100644 --- a/charts/incubator/tonido/Chart.yaml +++ b/charts/incubator/tonido/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Tonido Server allows you to access all your files on your computer from - a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/tonido -icon: https://truecharts.org/img/chart-icons/tonido.png +description: Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary. +home: https://truecharts.org/docs/charts/incubator/tonido +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tonido.png keywords: - tonido - Cloud @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: tonido sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tonido - https://registry.hub.docker.com/r/captinsano/tonido/ type: application version: 0.0.15 diff --git a/charts/incubator/tonido/README.md b/charts/incubator/tonido/README.md index cc72fcd0415..3b367bfdb35 100644 --- a/charts/incubator/tonido/README.md +++ b/charts/incubator/tonido/README.md @@ -1,6 +1,6 @@ # tonido -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary. @@ -13,6 +13,7 @@ For more information, please click here: [tonido](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tonido` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tonido TrueCharts/tonido ``` @@ -47,7 +48,7 @@ helm install tonido TrueCharts/tonido **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall tonido Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tonido TrueCharts/tonido -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/tracks/CHANGELOG.md b/charts/incubator/tracks/CHANGELOG.md index 578a0fe363b..f952571386d 100644 --- a/charts/incubator/tracks/CHANGELOG.md +++ b/charts/incubator/tracks/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tracks-0.0.15](https://github.com/truecharts/charts/compare/tracks-0.0.14...tracks-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tracks-0.0.14](https://github.com/truecharts/apps/compare/tracks-0.0.13...tracks-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/tracks/Chart.yaml b/charts/incubator/tracks/Chart.yaml index 86e916512d8..c6d90802676 100644 --- a/charts/incubator/tracks/Chart.yaml +++ b/charts/incubator/tracks/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Tracks is a web-based todo application to help you implement the GTD\ - \ methodology. \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/tracks -icon: https://truecharts.org/img/chart-icons/tracks.png +description: "Tracks is a web-based todo application to help you implement the GTD methodology. \r\n" +home: https://truecharts.org/docs/charts/incubator/tracks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracks.png keywords: - tracks - Productivity @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: tracks sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tracks - http://www.getontracks.org/ - https://hub.docker.com/r/tracksapp/tracks type: application diff --git a/charts/incubator/tracks/README.md b/charts/incubator/tracks/README.md index 9c952743523..446e4749b5f 100644 --- a/charts/incubator/tracks/README.md +++ b/charts/incubator/tracks/README.md @@ -1,6 +1,6 @@ # tracks -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Tracks is a web-based todo application to help you implement the GTD methodology. @@ -13,6 +13,7 @@ For more information, please click here: [tracks](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tracks` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tracks TrueCharts/tracks ``` @@ -48,7 +49,7 @@ helm install tracks TrueCharts/tracks **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall tracks Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tracks TrueCharts/tracks -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/traktarr/CHANGELOG.md b/charts/incubator/traktarr/CHANGELOG.md index 1c3f163e936..f0cf6597156 100644 --- a/charts/incubator/traktarr/CHANGELOG.md +++ b/charts/incubator/traktarr/CHANGELOG.md @@ -2,6 +2,17 @@ +## [traktarr-0.0.16](https://github.com/truecharts/charts/compare/traktarr-0.0.14...traktarr-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [traktarr-0.0.14](https://github.com/truecharts/apps/compare/traktarr-0.0.13...traktarr-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/traktarr/Chart.yaml b/charts/incubator/traktarr/Chart.yaml index dcb494cf585..a9a0366db4c 100644 --- a/charts/incubator/traktarr/Chart.yaml +++ b/charts/incubator/traktarr/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Script to add new series and movies to Sonarr/Radarr based on Trakt\ - \ lists. [br][br] \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/traktarr -icon: https://truecharts.org/img/chart-icons/traktarr.png +description: "Script to add new series and movies to Sonarr/Radarr based on Trakt lists. [br][br] \r\n" +home: https://truecharts.org/docs/charts/incubator/traktarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traktarr.png keywords: - traktarr - Tools-Utilities @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: traktarr sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/traktarr - https://github.com/l3uddz/traktarr - https://hub.docker.com/r/eafxx/traktarr type: application diff --git a/charts/incubator/traktarr/README.md b/charts/incubator/traktarr/README.md index e4b72ab6381..cda294e3ef9 100644 --- a/charts/incubator/traktarr/README.md +++ b/charts/incubator/traktarr/README.md @@ -1,6 +1,6 @@ # traktarr -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Script to add new series and movies to Sonarr/Radarr based on Trakt lists. [br][br] @@ -13,6 +13,7 @@ For more information, please click here: [traktarr](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `traktarr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install traktarr TrueCharts/traktarr ``` @@ -48,7 +49,7 @@ helm install traktarr TrueCharts/traktarr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall traktarr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install traktarr TrueCharts/traktarr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/trango/CHANGELOG.md b/charts/incubator/trango/CHANGELOG.md index 3b1ee173cf3..3ffc2b3b12b 100644 --- a/charts/incubator/trango/CHANGELOG.md +++ b/charts/incubator/trango/CHANGELOG.md @@ -2,6 +2,16 @@ +## [trango-0.0.15](https://github.com/truecharts/charts/compare/trango-0.0.14...trango-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [trango-0.0.14](https://github.com/truecharts/apps/compare/trango-0.0.13...trango-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/trango/Chart.yaml b/charts/incubator/trango/Chart.yaml index 414328ea64c..85f61bb05de 100644 --- a/charts/incubator/trango/Chart.yaml +++ b/charts/incubator/trango/Chart.yaml @@ -10,15 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Trango self-hosted is a calling and file sharing solution that works\ - \ over LAN (local area networks). It does not need to involve the internet for calling\ - \ or file sharing. Ideal for offices, hotels, houses, restaurants, and any space\ - \ where people use the same Public IP address or the same Wi-Fi network. The package\ - \ comes with a discovery server and a web app that can be deployed on the local\ - \ machine and can be accessed from anywhere in the network.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/trango -icon: https://truecharts.org/img/chart-icons/trango.png +description: "Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network.\r\n" +home: https://truecharts.org/docs/charts/incubator/trango +icon: https://truecharts.org/img/hotlink-ok/chart-icons/trango.png keywords: - trango - Network-Other @@ -30,6 +24,7 @@ maintainers: url: https://truecharts.org name: trango sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/trango - https://trango.io/ - https://hub.docker.com/r/tak786/trango-self-hosted type: application diff --git a/charts/incubator/trango/README.md b/charts/incubator/trango/README.md index c5e9054b754..c953e3157fd 100644 --- a/charts/incubator/trango/README.md +++ b/charts/incubator/trango/README.md @@ -1,6 +1,6 @@ # trango -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network. @@ -13,6 +13,7 @@ For more information, please click here: [trango](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `trango` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install trango TrueCharts/trango ``` @@ -48,7 +49,7 @@ helm install trango TrueCharts/trango **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall trango Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install trango TrueCharts/trango -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/trilium/CHANGELOG.md b/charts/incubator/trilium/CHANGELOG.md index 468026d684d..548e35e8f18 100644 --- a/charts/incubator/trilium/CHANGELOG.md +++ b/charts/incubator/trilium/CHANGELOG.md @@ -2,6 +2,16 @@ +## [trilium-0.0.15](https://github.com/truecharts/charts/compare/trilium-notes-5.0.24...trilium-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [trilium-0.0.14](https://github.com/truecharts/apps/compare/trilium-notes-5.0.23...trilium-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/trilium/Chart.yaml b/charts/incubator/trilium/Chart.yaml index c31c983fbc9..d8a464c5582 100644 --- a/charts/incubator/trilium/Chart.yaml +++ b/charts/incubator/trilium/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Trilium Notes is a hierarchical note taking application with focus on\ - \ building large personal knowledge bases.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/trilium -icon: https://truecharts.org/img/chart-icons/trilium.png +description: "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases.\r\n" +home: https://truecharts.org/docs/charts/incubator/trilium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium.png keywords: - trilium - Productivity @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: trilium sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/trilium - https://github.com/zadam/trilium - https://hub.docker.com/r/zadam/trilium type: application diff --git a/charts/incubator/trilium/README.md b/charts/incubator/trilium/README.md index d923e9efc13..6ca0874de43 100644 --- a/charts/incubator/trilium/README.md +++ b/charts/incubator/trilium/README.md @@ -1,6 +1,6 @@ # trilium -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. @@ -13,6 +13,7 @@ For more information, please click here: [trilium](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `trilium` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install trilium TrueCharts/trilium ``` @@ -48,7 +49,7 @@ helm install trilium TrueCharts/trilium **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall trilium Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install trilium TrueCharts/trilium -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/troddit/CHANGELOG.md b/charts/incubator/troddit/CHANGELOG.md index bcfd7a6bc61..cab8afb1c36 100644 --- a/charts/incubator/troddit/CHANGELOG.md +++ b/charts/incubator/troddit/CHANGELOG.md @@ -2,6 +2,16 @@ +## [troddit-0.0.16](https://github.com/truecharts/charts/compare/troddit-0.0.15...troddit-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [troddit-0.0.15](https://github.com/truecharts/apps/compare/troddit-0.0.14...troddit-0.0.15) (2022-07-29) ### Chore diff --git a/charts/incubator/troddit/Chart.yaml b/charts/incubator/troddit/Chart.yaml index 229186e213d..87cc1c2aa7d 100644 --- a/charts/incubator/troddit/Chart.yaml +++ b/charts/incubator/troddit/Chart.yaml @@ -11,7 +11,7 @@ dependencies: deprecated: false description: A web client for Reddit home: https://truecharts.org/docs/charts/incubator/troddit -icon: https://truecharts.org/img/chart-icons/troddit.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/troddit.png keywords: - troddit - Network-Web @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: troddit sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/troddit - https://github.com/burhan-syed/troddit - https://hub.docker.com/r/bsyed/troddit type: application diff --git a/charts/incubator/troddit/README.md b/charts/incubator/troddit/README.md index 5ee6db984c6..8e63ea8ae2c 100644 --- a/charts/incubator/troddit/README.md +++ b/charts/incubator/troddit/README.md @@ -1,6 +1,6 @@ # troddit -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A web client for Reddit @@ -13,6 +13,7 @@ For more information, please click here: [troddit](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `troddit` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install troddit TrueCharts/troddit ``` @@ -48,7 +49,7 @@ helm install troddit TrueCharts/troddit **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall troddit Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install troddit TrueCharts/troddit -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ts-dnsserver/CHANGELOG.md b/charts/incubator/ts-dnsserver/CHANGELOG.md index feccceddeb2..b91e4c05449 100644 --- a/charts/incubator/ts-dnsserver/CHANGELOG.md +++ b/charts/incubator/ts-dnsserver/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ts-dnsserver-0.0.16](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.15...ts-dnsserver-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ts-dnsserver-0.0.15](https://github.com/truecharts/apps/compare/ts-dnsserver-0.0.14...ts-dnsserver-0.0.15) (2022-07-30) ### Chore diff --git a/charts/incubator/ts-dnsserver/Chart.yaml b/charts/incubator/ts-dnsserver/Chart.yaml index b45bde58472..6c69f65e4a8 100644 --- a/charts/incubator/ts-dnsserver/Chart.yaml +++ b/charts/incubator/ts-dnsserver/Chart.yaml @@ -9,14 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Technitium DNS Server is an open source tool that can be used for self - hosting a local DNS server for privacy and security or, used for experimentation/testing - by software developers on their computer. It works out-of-the-box with no or minimal - configuration and provides a user friendly web console accessible using any web - browser. +description: Technitium DNS Server is an open source tool that can be used for self hosting a local DNS server for privacy and security or, used for experimentation/testing by software developers on their computer. It works out-of-the-box with no or minimal configuration and provides a user friendly web console accessible using any web browser. home: https://truecharts.org/docs/charts/incubator/ts-dnsserver -icon: https://truecharts.org/img/chart-icons/ts-dnsserver.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ts-dnsserver.png keywords: - ts-dnsserver - Network-DNS @@ -27,6 +22,7 @@ maintainers: url: https://truecharts.org name: ts-dnsserver sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ts-dnsserver - https://github.com/TechnitiumSoftware/DnsServer - https://hub.docker.com/r/roxedus/ts-dnsserver/ type: application diff --git a/charts/incubator/ts-dnsserver/README.md b/charts/incubator/ts-dnsserver/README.md index ecddc83cda6..96c4d9a331a 100644 --- a/charts/incubator/ts-dnsserver/README.md +++ b/charts/incubator/ts-dnsserver/README.md @@ -1,6 +1,6 @@ # ts-dnsserver -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Technitium DNS Server is an open source tool that can be used for self hosting a local DNS server for privacy and security or, used for experimentation/testing by software developers on their computer. It works out-of-the-box with no or minimal configuration and provides a user friendly web console accessible using any web browser. @@ -13,6 +13,7 @@ For more information, please click here: [ts-dnsserver](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ts-dnsserver` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ts-dnsserver TrueCharts/ts-dnsserver ``` @@ -48,7 +49,7 @@ helm install ts-dnsserver TrueCharts/ts-dnsserver **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ts-dnsserver Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ts-dnsserver TrueCharts/ts-dnsserver -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ts3-manager/CHANGELOG.md b/charts/incubator/ts3-manager/CHANGELOG.md index a1bf33f7809..1ef71dc3353 100644 --- a/charts/incubator/ts3-manager/CHANGELOG.md +++ b/charts/incubator/ts3-manager/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ts3-manager-0.0.4](https://github.com/truecharts/charts/compare/ts3-manager-0.0.3...ts3-manager-0.0.4) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ts3-manager-0.0.3](https://github.com/truecharts/apps/compare/ts3-manager-0.0.2...ts3-manager-0.0.3) (2022-07-29) ### Chore diff --git a/charts/incubator/ts3-manager/Chart.yaml b/charts/incubator/ts3-manager/Chart.yaml index c27a9bb32f2..39c3f430ebd 100644 --- a/charts/incubator/ts3-manager/Chart.yaml +++ b/charts/incubator/ts3-manager/Chart.yaml @@ -7,12 +7,13 @@ description: A modern web interface for maintaining Teamspeak3 servers. type: application deprecated: false home: https://truecharts.org/docs/charts/incubator/ts3-manager -icon: https://truecharts.org/img/chart-icons/ts3-manager.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ts3-manager.png keywords: - ts3-manager - teamspeak - teamspeak3 sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ts3-manager - https://hub.docker.com/r/joni1802/ts3-manager/ - https://github.com/joni1802/ts3-manager/ dependencies: diff --git a/charts/incubator/ts3-manager/README.md b/charts/incubator/ts3-manager/README.md index f2a6baa323c..ca3cd666bf6 100644 --- a/charts/incubator/ts3-manager/README.md +++ b/charts/incubator/ts3-manager/README.md @@ -1,6 +1,6 @@ # ts3-manager -![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square) +![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square) A modern web interface for maintaining Teamspeak3 servers. @@ -13,6 +13,7 @@ For more information, please click here: [ts3-manager](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ts3-manager` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ts3-manager TrueCharts/ts3-manager ``` @@ -48,7 +49,7 @@ helm install ts3-manager TrueCharts/ts3-manager **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ts3-manager Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ts3-manager TrueCharts/ts3-manager -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/tubearchivist-es/CHANGELOG.md b/charts/incubator/tubearchivist-es/CHANGELOG.md index 4c76055fe15..46667160d1b 100644 --- a/charts/incubator/tubearchivist-es/CHANGELOG.md +++ b/charts/incubator/tubearchivist-es/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tubearchivist-es-0.0.15](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.14...tubearchivist-es-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tubearchivist-es-0.0.14](https://github.com/truecharts/apps/compare/tubearchivist-es-0.0.13...tubearchivist-es-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/tubearchivist-es/Chart.yaml b/charts/incubator/tubearchivist-es/Chart.yaml index 6d561cb347c..6cb53330a24 100644 --- a/charts/incubator/tubearchivist-es/Chart.yaml +++ b/charts/incubator/tubearchivist-es/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This is a dependancy container for the application \"TubeArchivist\"\ - \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/tubearchivist-es -icon: https://truecharts.org/img/chart-icons/tubearchivist-es.png +description: "This is a dependancy container for the application \"TubeArchivist\"\r\n" +home: https://truecharts.org/docs/charts/incubator/tubearchivist-es +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-es.png keywords: - tubearchivist-es - Tools-Utilities @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: tubearchivist-es sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tubearchivist-es - https://github.com/elastic/elasticsearch - https://hub.docker.com/_/elasticsearch type: application diff --git a/charts/incubator/tubearchivist-es/README.md b/charts/incubator/tubearchivist-es/README.md index f84329180e6..5294c5da173 100644 --- a/charts/incubator/tubearchivist-es/README.md +++ b/charts/incubator/tubearchivist-es/README.md @@ -1,6 +1,6 @@ # tubearchivist-es -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This is a dependancy container for the application "TubeArchivist" @@ -13,6 +13,7 @@ For more information, please click here: [tubearchivist-es](https://truecharts.o ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tubearchivist-es` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tubearchivist-es TrueCharts/tubearchivist-es ``` @@ -48,7 +49,7 @@ helm install tubearchivist-es TrueCharts/tubearchivist-es **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall tubearchivist-es Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tubearchivist-es TrueCharts/tubearchivist-es -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/tubearchivist-redisjson/CHANGELOG.md b/charts/incubator/tubearchivist-redisjson/CHANGELOG.md index 3cdab7623be..0b950f2fdce 100644 --- a/charts/incubator/tubearchivist-redisjson/CHANGELOG.md +++ b/charts/incubator/tubearchivist-redisjson/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tubearchivist-redisjson-0.0.15](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.14...tubearchivist-redisjson-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tubearchivist-redisjson-0.0.14](https://github.com/truecharts/apps/compare/tubearchivist-redisjson-0.0.13...tubearchivist-redisjson-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/tubearchivist-redisjson/Chart.yaml b/charts/incubator/tubearchivist-redisjson/Chart.yaml index 8a3c5127316..1fc6fe1e87d 100644 --- a/charts/incubator/tubearchivist-redisjson/Chart.yaml +++ b/charts/incubator/tubearchivist-redisjson/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This is a dependancy container for the application \"TubeArchivist\"\ - \r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/tubearchivist-redisjson -icon: https://truecharts.org/img/chart-icons/tubearchivist-redisjson.png +description: "This is a dependancy container for the application \"TubeArchivist\"\r\n" +home: https://truecharts.org/docs/charts/incubator/tubearchivist-redisjson +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.png keywords: - tubearchivist-redisjson - MediaServer-Other @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: tubearchivist-redisjson sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tubearchivist-redisjson - https://github.com/RedisJSON/RedisJSON - https://hub.docker.com/r/redislabs/rejson/ type: application diff --git a/charts/incubator/tubearchivist-redisjson/README.md b/charts/incubator/tubearchivist-redisjson/README.md index c721b30bf0a..834487cd25c 100644 --- a/charts/incubator/tubearchivist-redisjson/README.md +++ b/charts/incubator/tubearchivist-redisjson/README.md @@ -1,6 +1,6 @@ # tubearchivist-redisjson -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This is a dependancy container for the application "TubeArchivist" @@ -13,6 +13,7 @@ For more information, please click here: [tubearchivist-redisjson](https://truec ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tubearchivist-redisjson` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tubearchivist-redisjson TrueCharts/tubearchivist-redisjson ``` @@ -48,7 +49,7 @@ helm install tubearchivist-redisjson TrueCharts/tubearchivist-redisjson **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall tubearchivist-redisjson Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tubearchivist-redisjson TrueCharts/tubearchivist-redisjson -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/tubesync/CHANGELOG.md b/charts/incubator/tubesync/CHANGELOG.md index abd4ef16466..0823e824e49 100644 --- a/charts/incubator/tubesync/CHANGELOG.md +++ b/charts/incubator/tubesync/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tubesync-0.0.15](https://github.com/truecharts/charts/compare/tubesync-0.0.14...tubesync-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tubesync-0.0.14](https://github.com/truecharts/apps/compare/tubesync-0.0.13...tubesync-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/tubesync/Chart.yaml b/charts/incubator/tubesync/Chart.yaml index f454f0c9635..f289765ecfd 100644 --- a/charts/incubator/tubesync/Chart.yaml +++ b/charts/incubator/tubesync/Chart.yaml @@ -11,13 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr\ - \ but for YouTube (with a built-in download client). It is designed to synchronize\ - \ channels and playlists from YouTube to local directories and update your media\ - \ server once media is downloaded.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/tubesync -icon: https://truecharts.org/img/chart-icons/tubesync.png +description: "TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded.\r\n" +home: https://truecharts.org/docs/charts/incubator/tubesync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.png keywords: - tubesync - Downloaders @@ -30,6 +26,7 @@ maintainers: url: https://truecharts.org name: tubesync sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tubesync - https://github.com/meeb/tubesync - https://registry.hub.docker.com/r/ghcr.io/meeb/tubesync type: application diff --git a/charts/incubator/tubesync/README.md b/charts/incubator/tubesync/README.md index a4cd273bbc1..ca06fd03103 100644 --- a/charts/incubator/tubesync/README.md +++ b/charts/incubator/tubesync/README.md @@ -1,6 +1,6 @@ # tubesync -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded. @@ -13,6 +13,7 @@ For more information, please click here: [tubesync](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tubesync` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tubesync TrueCharts/tubesync ``` @@ -48,7 +49,7 @@ helm install tubesync TrueCharts/tubesync **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall tubesync Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tubesync TrueCharts/tubesync -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/tvhproxy/CHANGELOG.md b/charts/incubator/tvhproxy/CHANGELOG.md index 5bdc8f13bce..3c113575e31 100644 --- a/charts/incubator/tvhproxy/CHANGELOG.md +++ b/charts/incubator/tvhproxy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tvhproxy-0.0.15](https://github.com/truecharts/charts/compare/tvhproxy-0.0.14...tvhproxy-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tvhproxy-0.0.14](https://github.com/truecharts/apps/compare/tvhproxy-0.0.13...tvhproxy-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/tvhproxy/Chart.yaml b/charts/incubator/tvhproxy/Chart.yaml index b0fd57eff7f..20995daf62b 100644 --- a/charts/incubator/tvhproxy/Chart.yaml +++ b/charts/incubator/tvhproxy/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "TvhProxy is a small flask app to proxy requests between Plex Media Server\ - \ and Tvheadend.You have to run this Docker Container as a seperate IP Address.\ - \ This Function is supportet with TrueNAS 6.4[br]\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/tvhproxy -icon: https://truecharts.org/img/chart-icons/tvhproxy.png +description: "TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Docker Container as a seperate IP Address. This Function is supportet with TrueNAS 6.4[br]\r\n" +home: https://truecharts.org/docs/charts/incubator/tvhproxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvhproxy.png keywords: - tvhproxy - MediaApp-Video @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: tvhproxy sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tvhproxy - https://hub.docker.com/r/chvb/docker-tvhproxy type: application version: 0.0.15 diff --git a/charts/incubator/tvhproxy/README.md b/charts/incubator/tvhproxy/README.md index 658b70c9a5b..013f2a03c88 100644 --- a/charts/incubator/tvhproxy/README.md +++ b/charts/incubator/tvhproxy/README.md @@ -1,6 +1,6 @@ # tvhproxy -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Docker Container as a seperate IP Address. This Function is supportet with TrueNAS 6.4[br] @@ -13,6 +13,7 @@ For more information, please click here: [tvhproxy](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tvhproxy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tvhproxy TrueCharts/tvhproxy ``` @@ -47,7 +48,7 @@ helm install tvhproxy TrueCharts/tvhproxy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall tvhproxy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tvhproxy TrueCharts/tvhproxy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/twonky-server/CHANGELOG.md b/charts/incubator/twonky-server/CHANGELOG.md index 8e28ba16a7a..7f6bd9c3181 100644 --- a/charts/incubator/twonky-server/CHANGELOG.md +++ b/charts/incubator/twonky-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [twonky-server-0.0.16](https://github.com/truecharts/charts/compare/twonky-server-0.0.15...twonky-server-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [twonky-server-0.0.15](https://github.com/truecharts/apps/compare/twonky-server-0.0.14...twonky-server-0.0.15) (2022-07-29) ### Chore diff --git a/charts/incubator/twonky-server/Chart.yaml b/charts/incubator/twonky-server/Chart.yaml index 6009dc3b21b..502de993c02 100644 --- a/charts/incubator/twonky-server/Chart.yaml +++ b/charts/incubator/twonky-server/Chart.yaml @@ -11,13 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from - PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP - AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, - RSS, and JSON supported front ends. +description: TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends. home: https://truecharts.org/docs/charts/incubator/twonky-server -icon: https://truecharts.org/img/chart-icons/twonky-server.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/twonky-server.png keywords: - twonky-server - MediaServer-Video @@ -30,6 +26,7 @@ maintainers: url: https://truecharts.org name: twonky-server sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/twonky-server - https://github.com/H2CK/twonkyserver - https://hub.docker.com/r/dtjs48jkt/twonkyserver/ type: application diff --git a/charts/incubator/twonky-server/README.md b/charts/incubator/twonky-server/README.md index e21c05a9c56..ebfd7cf2a79 100644 --- a/charts/incubator/twonky-server/README.md +++ b/charts/incubator/twonky-server/README.md @@ -1,6 +1,6 @@ # twonky-server -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends. @@ -13,6 +13,7 @@ For more information, please click here: [twonky-server](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `twonky-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install twonky-server TrueCharts/twonky-server ``` @@ -48,7 +49,7 @@ helm install twonky-server TrueCharts/twonky-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall twonky-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install twonky-server TrueCharts/twonky-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ubuntu-xrdp/CHANGELOG.md b/charts/incubator/ubuntu-xrdp/CHANGELOG.md index 3a99cb32db0..9acedf2e0ef 100644 --- a/charts/incubator/ubuntu-xrdp/CHANGELOG.md +++ b/charts/incubator/ubuntu-xrdp/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ubuntu-xrdp-0.0.15](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.14...ubuntu-xrdp-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ubuntu-xrdp-0.0.14](https://github.com/truecharts/apps/compare/ubuntu-xrdp-0.0.13...ubuntu-xrdp-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/ubuntu-xrdp/Chart.yaml b/charts/incubator/ubuntu-xrdp/Chart.yaml index e8332bd7b04..6821ece2c51 100644 --- a/charts/incubator/ubuntu-xrdp/Chart.yaml +++ b/charts/incubator/ubuntu-xrdp/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: LXDE desktop ubuntu (use remote desktop client to connect) -home: https://github.com/truecharts/charts/tree/master/charts/incubator/ubuntu-xrdp -icon: https://truecharts.org/img/chart-icons/ubuntu-xrdp.png +home: https://truecharts.org/docs/charts/incubator/ubuntu-xrdp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubuntu-xrdp.png keywords: - ubuntu-xrdp - Productivity @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: ubuntu-xrdp sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ubuntu-xrdp - https://registry.hub.docker.com/r/snoopy86/desktop-dockers/ type: application version: 0.0.15 diff --git a/charts/incubator/ubuntu-xrdp/README.md b/charts/incubator/ubuntu-xrdp/README.md index ccd558304a2..b4e1c04df0a 100644 --- a/charts/incubator/ubuntu-xrdp/README.md +++ b/charts/incubator/ubuntu-xrdp/README.md @@ -1,6 +1,6 @@ # ubuntu-xrdp -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) LXDE desktop ubuntu (use remote desktop client to connect) @@ -13,6 +13,7 @@ For more information, please click here: [ubuntu-xrdp](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ubuntu-xrdp` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ubuntu-xrdp TrueCharts/ubuntu-xrdp ``` @@ -47,7 +48,7 @@ helm install ubuntu-xrdp TrueCharts/ubuntu-xrdp **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall ubuntu-xrdp Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ubuntu-xrdp TrueCharts/ubuntu-xrdp -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/ungoogled-chromium/CHANGELOG.md b/charts/incubator/ungoogled-chromium/CHANGELOG.md index e667139f120..f99181ce504 100644 --- a/charts/incubator/ungoogled-chromium/CHANGELOG.md +++ b/charts/incubator/ungoogled-chromium/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ungoogled-chromium-0.0.15](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.14...ungoogled-chromium-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ungoogled-chromium-0.0.14](https://github.com/truecharts/apps/compare/ungoogled-chromium-0.0.13...ungoogled-chromium-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/ungoogled-chromium/Chart.yaml b/charts/incubator/ungoogled-chromium/Chart.yaml index d5a9465e4db..7edd20878c2 100644 --- a/charts/incubator/ungoogled-chromium/Chart.yaml +++ b/charts/incubator/ungoogled-chromium/Chart.yaml @@ -10,11 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Ungoogled-Chromium is a lightweight approach to removing Google web\ - \ service dependency from the Chromium project web browser.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/ungoogled-chromium -icon: https://truecharts.org/img/chart-icons/ungoogled-chromium.png +description: "Ungoogled-Chromium is a lightweight approach to removing Google web service dependency from the Chromium project web browser.\r\n" +home: https://truecharts.org/docs/charts/incubator/ungoogled-chromium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ungoogled-chromium.png keywords: - ungoogled-chromium - Productivity @@ -26,6 +24,7 @@ maintainers: url: https://truecharts.org name: ungoogled-chromium sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ungoogled-chromium - https://www.google.com/chrome/ - https://hub.docker.com/r/ich777/ungoogled-chromium/ type: application diff --git a/charts/incubator/ungoogled-chromium/README.md b/charts/incubator/ungoogled-chromium/README.md index f1d6549be09..e556df2679b 100644 --- a/charts/incubator/ungoogled-chromium/README.md +++ b/charts/incubator/ungoogled-chromium/README.md @@ -1,6 +1,6 @@ # ungoogled-chromium -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Ungoogled-Chromium is a lightweight approach to removing Google web service dependency from the Chromium project web browser. @@ -13,6 +13,7 @@ For more information, please click here: [ungoogled-chromium](https://truecharts ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ungoogled-chromium` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ungoogled-chromium TrueCharts/ungoogled-chromium ``` @@ -48,7 +49,7 @@ helm install ungoogled-chromium TrueCharts/ungoogled-chromium **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ungoogled-chromium Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ungoogled-chromium TrueCharts/ungoogled-chromium -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/universal-media-server/CHANGELOG.md b/charts/incubator/universal-media-server/CHANGELOG.md index d48033284f6..fa866695cb6 100644 --- a/charts/incubator/universal-media-server/CHANGELOG.md +++ b/charts/incubator/universal-media-server/CHANGELOG.md @@ -2,6 +2,17 @@ +## [universal-media-server-0.0.16](https://github.com/truecharts/charts/compare/universal-media-server-0.0.14...universal-media-server-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [universal-media-server-0.0.14](https://github.com/truecharts/apps/compare/universal-media-server-0.0.13...universal-media-server-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/universal-media-server/Chart.yaml b/charts/incubator/universal-media-server/Chart.yaml index cdb3411e630..49ab1880aa6 100644 --- a/charts/incubator/universal-media-server/Chart.yaml +++ b/charts/incubator/universal-media-server/Chart.yaml @@ -11,13 +11,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Universal Media Server is a DLNA-compliant UPnP Media Server. It is\ - \ capable of sharing video, audio and images between most modern devices. It was\ - \ originally based on PS3 Media Server by shagrath, in order to ensure greater stability\ - \ and file-compatibility.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/universal-media-server -icon: https://truecharts.org/img/chart-icons/universal-media-server.png +description: "Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility.\r\n" +home: https://truecharts.org/docs/charts/incubator/universal-media-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/universal-media-server.png keywords: - universal-media-server - MediaServer-Video @@ -30,6 +26,7 @@ maintainers: url: https://truecharts.org name: universal-media-server sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/universal-media-server - https://www.universalmediaserver.com/ - https://hub.docker.com/r/universalmediaserver/ums type: application diff --git a/charts/incubator/universal-media-server/README.md b/charts/incubator/universal-media-server/README.md index 6262aafdfd8..b7d2c931e39 100644 --- a/charts/incubator/universal-media-server/README.md +++ b/charts/incubator/universal-media-server/README.md @@ -1,6 +1,6 @@ # universal-media-server -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility. @@ -13,6 +13,7 @@ For more information, please click here: [universal-media-server](https://truech ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `universal-media-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install universal-media-server TrueCharts/universal-media-server ``` @@ -48,7 +49,7 @@ helm install universal-media-server TrueCharts/universal-media-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall universal-media-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install universal-media-server TrueCharts/universal-media-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/unturned/CHANGELOG.md b/charts/incubator/unturned/CHANGELOG.md index 0a455dbc0b1..b2aad819c02 100644 --- a/charts/incubator/unturned/CHANGELOG.md +++ b/charts/incubator/unturned/CHANGELOG.md @@ -2,6 +2,16 @@ +## [unturned-0.0.15](https://github.com/truecharts/charts/compare/unturned-0.0.14...unturned-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [unturned-0.0.14](https://github.com/truecharts/apps/compare/unturned-0.0.13...unturned-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/unturned/Chart.yaml b/charts/incubator/unturned/Chart.yaml index 73bb6851cc7..79d392d98ea 100644 --- a/charts/incubator/unturned/Chart.yaml +++ b/charts/incubator/unturned/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ Unturned and run it (if you want to install Rocket Mod set the Variable 'Install\ - \ Rocket Mod' to 'true' without quotes).\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/unturned -icon: https://truecharts.org/img/chart-icons/unturned.png +description: "This Docker will download and install SteamCMD. It will also install Unturned and run it (if you want to install Rocket Mod set the Variable 'Install Rocket Mod' to 'true' without quotes).\r\n" +home: https://truecharts.org/docs/charts/incubator/unturned +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.png keywords: - unturned - GameServers @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: unturned sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/unturned - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/unturned/README.md b/charts/incubator/unturned/README.md index 0122551938b..80abfcc7ae1 100644 --- a/charts/incubator/unturned/README.md +++ b/charts/incubator/unturned/README.md @@ -1,6 +1,6 @@ # unturned -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install Unturned and run it (if you want to install Rocket Mod set the Variable 'Install Rocket Mod' to 'true' without quotes). @@ -13,6 +13,7 @@ For more information, please click here: [unturned](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `unturned` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install unturned TrueCharts/unturned ``` @@ -48,7 +49,7 @@ helm install unturned TrueCharts/unturned **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall unturned Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install unturned TrueCharts/unturned -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/urban-terror/CHANGELOG.md b/charts/incubator/urban-terror/CHANGELOG.md index 603af9238b0..241f2c9baf4 100644 --- a/charts/incubator/urban-terror/CHANGELOG.md +++ b/charts/incubator/urban-terror/CHANGELOG.md @@ -2,6 +2,16 @@ +## [urban-terror-0.0.15](https://github.com/truecharts/charts/compare/urban-terror-0.0.14...urban-terror-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [urban-terror-0.0.14](https://github.com/truecharts/apps/compare/urban-terror-0.0.13...urban-terror-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/urban-terror/Chart.yaml b/charts/incubator/urban-terror/Chart.yaml index d90190db947..f74e1fe8870 100644 --- a/charts/incubator/urban-terror/Chart.yaml +++ b/charts/incubator/urban-terror/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Urban Terror is a free multiplayer first person shooter developed by\ - \ FrozenSand, that will run on any Quake III Arena compatible engine. It is available\ - \ for Windows, Linux and Macintosh.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/urban-terror -icon: https://truecharts.org/img/chart-icons/urban-terror.png +description: "Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh.\r\n" +home: https://truecharts.org/docs/charts/incubator/urban-terror +icon: https://truecharts.org/img/hotlink-ok/chart-icons/urban-terror.png keywords: - urban-terror - GameServers @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: urban-terror sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/urban-terror - https://www.urbanterror.info/ - https://hub.docker.com/r/ich777/urbanterror/ type: application diff --git a/charts/incubator/urban-terror/README.md b/charts/incubator/urban-terror/README.md index f38e4aa90c4..dee59d51a32 100644 --- a/charts/incubator/urban-terror/README.md +++ b/charts/incubator/urban-terror/README.md @@ -1,6 +1,6 @@ # urban-terror -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh. @@ -13,6 +13,7 @@ For more information, please click here: [urban-terror](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `urban-terror` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install urban-terror TrueCharts/urban-terror ``` @@ -48,7 +49,7 @@ helm install urban-terror TrueCharts/urban-terror **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall urban-terror Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install urban-terror TrueCharts/urban-terror -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/v-rising/CHANGELOG.md b/charts/incubator/v-rising/CHANGELOG.md index 1b8c1400bc3..4788f904d88 100644 --- a/charts/incubator/v-rising/CHANGELOG.md +++ b/charts/incubator/v-rising/CHANGELOG.md @@ -2,6 +2,16 @@ +## [v-rising-0.0.15](https://github.com/truecharts/charts/compare/v-rising-0.0.14...v-rising-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [v-rising-0.0.14](https://github.com/truecharts/apps/compare/v-rising-0.0.13...v-rising-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/v-rising/Chart.yaml b/charts/incubator/v-rising/Chart.yaml index a22763091d2..8b91ce84b00 100644 --- a/charts/incubator/v-rising/Chart.yaml +++ b/charts/incubator/v-rising/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install SteamCMD. It will also install\ - \ V Rising and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/v-rising -icon: https://truecharts.org/img/chart-icons/v-rising.png +description: "This Docker will download and install SteamCMD. It will also install V Rising and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/v-rising +icon: https://truecharts.org/img/hotlink-ok/chart-icons/v-rising.png keywords: - v-rising - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: v-rising sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/v-rising - https://steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/v-rising/README.md b/charts/incubator/v-rising/README.md index a5eb2896161..1bc11b40f7e 100644 --- a/charts/incubator/v-rising/README.md +++ b/charts/incubator/v-rising/README.md @@ -1,6 +1,6 @@ # v-rising -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install V Rising and run it. @@ -13,6 +13,7 @@ For more information, please click here: [v-rising](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `v-rising` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install v-rising TrueCharts/v-rising ``` @@ -48,7 +49,7 @@ helm install v-rising TrueCharts/v-rising **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall v-rising Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install v-rising TrueCharts/v-rising -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/valetudo-mapper/CHANGELOG.md b/charts/incubator/valetudo-mapper/CHANGELOG.md index 9838fbb78fa..adfa605b7df 100644 --- a/charts/incubator/valetudo-mapper/CHANGELOG.md +++ b/charts/incubator/valetudo-mapper/CHANGELOG.md @@ -2,6 +2,16 @@ +## [valetudo-mapper-0.0.15](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.14...valetudo-mapper-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [valetudo-mapper-0.0.14](https://github.com/truecharts/apps/compare/valetudo-mapper-0.0.13...valetudo-mapper-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/valetudo-mapper/Chart.yaml b/charts/incubator/valetudo-mapper/Chart.yaml index 62d4442759d..d893b67ddd7 100644 --- a/charts/incubator/valetudo-mapper/Chart.yaml +++ b/charts/incubator/valetudo-mapper/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "Valetudo-RE companion service for generating PNG maps.\r" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/valetudo-mapper -icon: https://truecharts.org/img/chart-icons/valetudo-mapper.png +home: https://truecharts.org/docs/charts/incubator/valetudo-mapper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/valetudo-mapper.png keywords: - valetudo-mapper - Tools-Utilities @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: valetudo-mapper sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/valetudo-mapper - https://github.com/rand256/valetudo-mapper - https://hub.docker.com/r/rand256/valetudo-mapper/ type: application diff --git a/charts/incubator/valetudo-mapper/README.md b/charts/incubator/valetudo-mapper/README.md index b6c730b28bd..4c423f2c85b 100644 --- a/charts/incubator/valetudo-mapper/README.md +++ b/charts/incubator/valetudo-mapper/README.md @@ -1,6 +1,6 @@ # valetudo-mapper -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Valetudo-RE companion service for generating PNG maps. @@ -13,6 +13,7 @@ For more information, please click here: [valetudo-mapper](https://truecharts.or ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `valetudo-mapper` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install valetudo-mapper TrueCharts/valetudo-mapper ``` @@ -48,7 +49,7 @@ helm install valetudo-mapper TrueCharts/valetudo-mapper **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall valetudo-mapper Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install valetudo-mapper TrueCharts/valetudo-mapper -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/vaulthunters/CHANGELOG.md b/charts/incubator/vaulthunters/CHANGELOG.md index f3efa5d6431..c34042f964a 100644 --- a/charts/incubator/vaulthunters/CHANGELOG.md +++ b/charts/incubator/vaulthunters/CHANGELOG.md @@ -2,6 +2,16 @@ +## [vaulthunters-0.0.15](https://github.com/truecharts/charts/compare/vaulthunters-0.0.14...vaulthunters-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [vaulthunters-0.0.14](https://github.com/truecharts/apps/compare/vaulthunters-0.0.13...vaulthunters-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/vaulthunters/Chart.yaml b/charts/incubator/vaulthunters/Chart.yaml index ecc082b556a..1e64d5579fa 100644 --- a/charts/incubator/vaulthunters/Chart.yaml +++ b/charts/incubator/vaulthunters/Chart.yaml @@ -9,15 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Vault Hunters - 1.13.4 Modded Minecraft Server[br][br][b]Vault Hunters - - 1.13.4[/b][br]Level up, loot the vaults and defeat the bosses to collect 16 artifacts![br][br]Setup:[br][li]You - must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: - #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup - a comma separated list of players who will have admin privileges in game by setting - [b]OPS[/b]" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/vaulthunters -icon: https://truecharts.org/img/chart-icons/vaulthunters.png +description: "Vault Hunters - 1.13.4 Modded Minecraft Server[br][br][b]Vault Hunters - 1.13.4[/b][br]Level up, loot the vaults and defeat the bosses to collect 16 artifacts![br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]" +home: https://truecharts.org/docs/charts/incubator/vaulthunters +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaulthunters.png keywords: - vaulthunters - GameServers @@ -28,6 +22,7 @@ maintainers: url: https://truecharts.org name: vaulthunters sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/vaulthunters - https://vaulthunters.gg - https://hub.docker.com/repository/docker/goobaroo/vaulthunters type: application diff --git a/charts/incubator/vaulthunters/README.md b/charts/incubator/vaulthunters/README.md index fb83670889f..705578d61e6 100644 --- a/charts/incubator/vaulthunters/README.md +++ b/charts/incubator/vaulthunters/README.md @@ -1,6 +1,6 @@ # vaulthunters -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Vault Hunters - 1.13.4 Modded Minecraft Server[br][br][b]Vault Hunters - 1.13.4[/b][br]Level up, loot the vaults and defeat the bosses to collect 16 artifacts![br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b] @@ -13,6 +13,7 @@ For more information, please click here: [vaulthunters](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `vaulthunters` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install vaulthunters TrueCharts/vaulthunters ``` @@ -48,7 +49,7 @@ helm install vaulthunters TrueCharts/vaulthunters **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall vaulthunters Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install vaulthunters TrueCharts/vaulthunters -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/venstar2mqtt/CHANGELOG.md b/charts/incubator/venstar2mqtt/CHANGELOG.md index 1a4f033e19a..8d028d26e2a 100644 --- a/charts/incubator/venstar2mqtt/CHANGELOG.md +++ b/charts/incubator/venstar2mqtt/CHANGELOG.md @@ -2,6 +2,16 @@ +## [venstar2mqtt-0.0.15](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.14...venstar2mqtt-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [venstar2mqtt-0.0.14](https://github.com/truecharts/apps/compare/venstar2mqtt-0.0.13...venstar2mqtt-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/venstar2mqtt/Chart.yaml b/charts/incubator/venstar2mqtt/Chart.yaml index 0d21795a924..b6d69ed1cc4 100644 --- a/charts/incubator/venstar2mqtt/Chart.yaml +++ b/charts/incubator/venstar2mqtt/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Simple container that allows MQTT to be used to view data and push settings - to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No - Web UI or appdata folder necessary. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/venstar2mqtt -icon: https://truecharts.org/img/chart-icons/venstar2mqtt.png +description: Simple container that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary. +home: https://truecharts.org/docs/charts/incubator/venstar2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/venstar2mqtt.png keywords: - venstar2mqtt - HomeAutomation @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: venstar2mqtt sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/venstar2mqtt - https://github.com/terafin/mqtt-venstar-bridge - https://hub.docker.com/r/terafin/mqtt-venstar-bridge/ type: application diff --git a/charts/incubator/venstar2mqtt/README.md b/charts/incubator/venstar2mqtt/README.md index 8b61205a76a..21e4d190bac 100644 --- a/charts/incubator/venstar2mqtt/README.md +++ b/charts/incubator/venstar2mqtt/README.md @@ -1,6 +1,6 @@ # venstar2mqtt -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Simple container that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary. @@ -13,6 +13,7 @@ For more information, please click here: [venstar2mqtt](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `venstar2mqtt` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install venstar2mqtt TrueCharts/venstar2mqtt ``` @@ -48,7 +49,7 @@ helm install venstar2mqtt TrueCharts/venstar2mqtt **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall venstar2mqtt Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install venstar2mqtt TrueCharts/venstar2mqtt -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/vertex/CHANGELOG.md b/charts/incubator/vertex/CHANGELOG.md index 10f0daae280..71f8e7eb128 100644 --- a/charts/incubator/vertex/CHANGELOG.md +++ b/charts/incubator/vertex/CHANGELOG.md @@ -2,6 +2,16 @@ +## [vertex-0.0.17](https://github.com/truecharts/charts/compare/vertex-0.0.16...vertex-0.0.17) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [vertex-0.0.16](https://github.com/truecharts/apps/compare/vertex-0.0.15...vertex-0.0.16) (2022-07-28) ### Chore diff --git a/charts/incubator/vertex/Chart.yaml b/charts/incubator/vertex/Chart.yaml index e3e2b19575e..e1dbddf3c2c 100644 --- a/charts/incubator/vertex/Chart.yaml +++ b/charts/incubator/vertex/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: "Vertex , , , , PT \r\n" -home: "https://truecharts.org/docs/charts/incubator/vertex" -icon: https://truecharts.org/img/chart-icons/vertex.png +home: https://truecharts.org/docs/charts/incubator/vertex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vertex.png keywords: - vertex - Tools-Utilities @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: vertex sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/vertex - https://gitlab.lswl.in/lswl/vertex - https://hub.docker.com/r/lswl/vertex type: application diff --git a/charts/incubator/vertex/README.md b/charts/incubator/vertex/README.md index b4c861d8384..c835a86a4d1 100644 --- a/charts/incubator/vertex/README.md +++ b/charts/incubator/vertex/README.md @@ -1,6 +1,6 @@ # vertex -![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square) +![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square) Vertex , , , , PT @@ -13,6 +13,7 @@ For more information, please click here: [vertex](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `vertex` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install vertex TrueCharts/vertex ``` @@ -48,7 +49,7 @@ helm install vertex TrueCharts/vertex **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall vertex Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install vertex TrueCharts/vertex -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/vintage-story/CHANGELOG.md b/charts/incubator/vintage-story/CHANGELOG.md index d3880fed999..f94388ccfa1 100644 --- a/charts/incubator/vintage-story/CHANGELOG.md +++ b/charts/incubator/vintage-story/CHANGELOG.md @@ -2,6 +2,16 @@ +## [vintage-story-0.0.15](https://github.com/truecharts/charts/compare/vintage-story-0.0.14...vintage-story-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [vintage-story-0.0.14](https://github.com/truecharts/apps/compare/vintage-story-0.0.13...vintage-story-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/vintage-story/Chart.yaml b/charts/incubator/vintage-story/Chart.yaml index 975c5afdb54..8c5d618a1c3 100644 --- a/charts/incubator/vintage-story/Chart.yaml +++ b/charts/incubator/vintage-story/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This is a Basic Vintage Story Server it will download and install Vintage\ - \ Story Server and run it.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/vintage-story -icon: https://truecharts.org/img/chart-icons/vintage-story.png +description: "This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it.\r\n" +home: https://truecharts.org/docs/charts/incubator/vintage-story +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vintage-story.png keywords: - vintage-story - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: vintage-story sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/vintage-story - https://www.vintagestory.at/ - https://hub.docker.com/r/ich777/vintagestory/ type: application diff --git a/charts/incubator/vintage-story/README.md b/charts/incubator/vintage-story/README.md index ab43c2e64a2..7782399a7c9 100644 --- a/charts/incubator/vintage-story/README.md +++ b/charts/incubator/vintage-story/README.md @@ -1,6 +1,6 @@ # vintage-story -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it. @@ -13,6 +13,7 @@ For more information, please click here: [vintage-story](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `vintage-story` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install vintage-story TrueCharts/vintage-story ``` @@ -48,7 +49,7 @@ helm install vintage-story TrueCharts/vintage-story **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall vintage-story Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install vintage-story TrueCharts/vintage-story -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/virt-manager/CHANGELOG.md b/charts/incubator/virt-manager/CHANGELOG.md index ce63344a562..890ed9b1ac3 100644 --- a/charts/incubator/virt-manager/CHANGELOG.md +++ b/charts/incubator/virt-manager/CHANGELOG.md @@ -2,6 +2,17 @@ +## [virt-manager-0.0.20](https://github.com/truecharts/charts/compare/virt-manager-0.0.18...virt-manager-0.0.20) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [virt-manager-0.0.18](https://github.com/truecharts/apps/compare/virt-manager-0.0.17...virt-manager-0.0.18) (2022-07-30) ### Chore diff --git a/charts/incubator/virt-manager/Chart.yaml b/charts/incubator/virt-manager/Chart.yaml index 16780c5735f..e928943ba86 100644 --- a/charts/incubator/virt-manager/Chart.yaml +++ b/charts/incubator/virt-manager/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "The virt-manager application is a desktop user interface for managing\ - \ virtual machines through libvirt.\r\n" +description: "The virt-manager application is a desktop user interface for managing virtual machines through libvirt.\r\n" home: https://truecharts.org/docs/charts/incubator/virt-manager -icon: https://truecharts.org/img/chart-icons/virt-manager.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/virt-manager.png keywords: - virt-manager - Tools-Utilities @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: virt-manager sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/virt-manager - https://hub.docker.com/r/mber5/virt-manager type: application version: 0.0.20 diff --git a/charts/incubator/virt-manager/README.md b/charts/incubator/virt-manager/README.md index 6041c59a670..006c06f33cb 100644 --- a/charts/incubator/virt-manager/README.md +++ b/charts/incubator/virt-manager/README.md @@ -1,6 +1,6 @@ # virt-manager -![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) The virt-manager application is a desktop user interface for managing virtual machines through libvirt. @@ -13,6 +13,7 @@ For more information, please click here: [virt-manager](https://truecharts.org/d ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `virt-manager` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install virt-manager TrueCharts/virt-manager ``` @@ -47,7 +48,7 @@ helm install virt-manager TrueCharts/virt-manager **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall virt-manager Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install virt-manager TrueCharts/virt-manager -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/vlmcsd-kms-server/CHANGELOG.md b/charts/incubator/vlmcsd-kms-server/CHANGELOG.md index 7fd7b48dcb8..b746d0baa4b 100644 --- a/charts/incubator/vlmcsd-kms-server/CHANGELOG.md +++ b/charts/incubator/vlmcsd-kms-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [vlmcsd-kms-server-0.0.15](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.14...vlmcsd-kms-server-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [vlmcsd-kms-server-0.0.14](https://github.com/truecharts/apps/compare/vlmcsd-kms-server-0.0.13...vlmcsd-kms-server-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/vlmcsd-kms-server/Chart.yaml b/charts/incubator/vlmcsd-kms-server/Chart.yaml index 19406ae5d0f..2fcc3f69bb1 100644 --- a/charts/incubator/vlmcsd-kms-server/Chart.yaml +++ b/charts/incubator/vlmcsd-kms-server/Chart.yaml @@ -12,8 +12,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/vlmcsd-kms-server -icon: https://truecharts.org/img/chart-icons/vlmcsd-kms-server.png +home: https://truecharts.org/docs/charts/incubator/vlmcsd-kms-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.png keywords: - vlmcsd-kms-server - Cloud @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: vlmcsd-kms-server sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/vlmcsd-kms-server - https://github.com/mikolatero/docker-vlmcsd - https://hub.docker.com/r/mikolatero/vlmcsd/ type: application diff --git a/charts/incubator/vlmcsd-kms-server/README.md b/charts/incubator/vlmcsd-kms-server/README.md index dfc159870d3..43d9e3f90a5 100644 --- a/charts/incubator/vlmcsd-kms-server/README.md +++ b/charts/incubator/vlmcsd-kms-server/README.md @@ -1,6 +1,6 @@ # vlmcsd-kms-server -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [vlmcsd-kms-server](https://truecharts. ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `vlmcsd-kms-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install vlmcsd-kms-server TrueCharts/vlmcsd-kms-server ``` @@ -48,7 +49,7 @@ helm install vlmcsd-kms-server TrueCharts/vlmcsd-kms-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall vlmcsd-kms-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install vlmcsd-kms-server TrueCharts/vlmcsd-kms-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/vorta/CHANGELOG.md b/charts/incubator/vorta/CHANGELOG.md index 3378a9429cd..d03aa8a6818 100644 --- a/charts/incubator/vorta/CHANGELOG.md +++ b/charts/incubator/vorta/CHANGELOG.md @@ -2,6 +2,16 @@ +## [vorta-0.0.15](https://github.com/truecharts/charts/compare/vorta-0.0.14...vorta-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [vorta-0.0.14](https://github.com/truecharts/apps/compare/vorta-0.0.13...vorta-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/vorta/Chart.yaml b/charts/incubator/vorta/Chart.yaml index 9d7d556a8ca..d1633a93b63 100644 --- a/charts/incubator/vorta/Chart.yaml +++ b/charts/incubator/vorta/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/vorta -icon: https://truecharts.org/img/chart-icons/vorta.png +home: https://truecharts.org/docs/charts/incubator/vorta +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vorta.png keywords: - vorta - Backup @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: vorta sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/vorta - https://github.com/borgbase/vorta-docker - https://ghcr.io/borgbase/vorta-docker type: application diff --git a/charts/incubator/vorta/README.md b/charts/incubator/vorta/README.md index 0a5aaee2021..d47395cbb3c 100644 --- a/charts/incubator/vorta/README.md +++ b/charts/incubator/vorta/README.md @@ -1,6 +1,6 @@ # vorta -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [vorta](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `vorta` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install vorta TrueCharts/vorta ``` @@ -48,7 +49,7 @@ helm install vorta TrueCharts/vorta **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall vorta Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install vorta TrueCharts/vorta -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/webp-server/CHANGELOG.md b/charts/incubator/webp-server/CHANGELOG.md index e91a84127a2..2ce21019a7e 100644 --- a/charts/incubator/webp-server/CHANGELOG.md +++ b/charts/incubator/webp-server/CHANGELOG.md @@ -2,6 +2,17 @@ +## [webp-server-0.0.16](https://github.com/truecharts/charts/compare/webp-server-0.0.14...webp-server-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [webp-server-0.0.14](https://github.com/truecharts/apps/compare/webp-server-0.0.13...webp-server-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/webp-server/Chart.yaml b/charts/incubator/webp-server/Chart.yaml index 8ec7a9044dc..76b6cdf830c 100644 --- a/charts/incubator/webp-server/Chart.yaml +++ b/charts/incubator/webp-server/Chart.yaml @@ -15,8 +15,8 @@ dependencies: version: 10.4.9 deprecated: false description: "DESCRIPTION\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/webp-server -icon: https://truecharts.org/img/chart-icons/webp-server.png +home: https://truecharts.org/docs/charts/incubator/webp-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webp-server.png keywords: - webp-server - Cloud @@ -32,6 +32,7 @@ maintainers: url: https://truecharts.org name: webp-server sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/webp-server - https://github.com/webp-sh/webp_server_go - https://hub.docker.com/r/webpsh/webps type: application diff --git a/charts/incubator/webp-server/README.md b/charts/incubator/webp-server/README.md index c421e2eb47e..8bc27e0bd35 100644 --- a/charts/incubator/webp-server/README.md +++ b/charts/incubator/webp-server/README.md @@ -1,6 +1,6 @@ # webp-server -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [webp-server](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `webp-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install webp-server TrueCharts/webp-server ``` @@ -48,7 +49,7 @@ helm install webp-server TrueCharts/webp-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall webp-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install webp-server TrueCharts/webp-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/webtop/CHANGELOG.md b/charts/incubator/webtop/CHANGELOG.md index ad38774c212..55d80d1deb6 100644 --- a/charts/incubator/webtop/CHANGELOG.md +++ b/charts/incubator/webtop/CHANGELOG.md @@ -2,6 +2,17 @@ +## [webtop-0.0.16](https://github.com/truecharts/charts/compare/webtop-0.0.14...webtop-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [webtop-0.0.14](https://github.com/truecharts/apps/compare/webtop-0.0.13...webtop-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/webtop/Chart.yaml b/charts/incubator/webtop/Chart.yaml index 8415089d90f..341d4561630 100644 --- a/charts/incubator/webtop/Chart.yaml +++ b/charts/incubator/webtop/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Webtop(https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, - and Arch based containers containing full desktop environments in officially supported - flavors accessible via any modern web browser. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/webtop -icon: https://truecharts.org/img/chart-icons/webtop.png +description: Webtop(https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser. +home: https://truecharts.org/docs/charts/incubator/webtop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.png keywords: - webtop - Tools-Utilities @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: webtop sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/webtop - https://github.com/linuxserver/gclient - https://github.com/orgs/linuxserver/packages/container/package/webtop - https://github.com/linuxserver/docker-webtop#readme diff --git a/charts/incubator/webtop/README.md b/charts/incubator/webtop/README.md index e91506ebda3..6d838d786c9 100644 --- a/charts/incubator/webtop/README.md +++ b/charts/incubator/webtop/README.md @@ -1,6 +1,6 @@ # webtop -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Webtop(https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser. @@ -13,6 +13,7 @@ For more information, please click here: [webtop](https://truecharts.org/docs/ch ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `webtop` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install webtop TrueCharts/webtop ``` @@ -49,7 +50,7 @@ helm install webtop TrueCharts/webtop **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall webtop Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install webtop TrueCharts/webtop -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/wger/CHANGELOG.md b/charts/incubator/wger/CHANGELOG.md index 9607d7b907e..9f015aa1d3c 100644 --- a/charts/incubator/wger/CHANGELOG.md +++ b/charts/incubator/wger/CHANGELOG.md @@ -2,6 +2,16 @@ +## [wger-0.0.36](https://github.com/truecharts/charts/compare/wger-0.0.35...wger-0.0.36) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [wger-0.0.35](https://github.com/truecharts/apps/compare/wger-0.0.34...wger-0.0.35) (2022-07-30) ### Chore diff --git a/charts/incubator/wger/Chart.yaml b/charts/incubator/wger/Chart.yaml index 5bdb41072b8..214235d50ff 100644 --- a/charts/incubator/wger/Chart.yaml +++ b/charts/incubator/wger/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.0.48 description: Workout Manager is a free, open source web application that helps you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. home: https://truecharts.org/docs/charts/incubator/wger -icon: https://truecharts.org/img/chart-icons/wger.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wger.png keywords: - workout kubeVersion: ">=1.16.0-0" @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: wger sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/wger - https://github.com/wger-project/wger - https://github.com/wger-project/docker version: 0.0.36 diff --git a/charts/incubator/wger/README.md b/charts/incubator/wger/README.md index 32682cbb09f..2041a5bc71a 100644 --- a/charts/incubator/wger/README.md +++ b/charts/incubator/wger/README.md @@ -1,6 +1,6 @@ # wger -![Version: 0.0.35](https://img.shields.io/badge/Version-0.0.35-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.36](https://img.shields.io/badge/Version-0.0.36-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Workout Manager is a free, open source web application that helps you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. @@ -13,6 +13,7 @@ For more information, please click here: [wger](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,22 +25,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `wger` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install wger TrueCharts/wger ``` @@ -50,7 +51,7 @@ helm install wger TrueCharts/wger **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall wger Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install wger TrueCharts/wger -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/whisparr/CHANGELOG.md b/charts/incubator/whisparr/CHANGELOG.md index afd83a395a5..f3e930e853b 100644 --- a/charts/incubator/whisparr/CHANGELOG.md +++ b/charts/incubator/whisparr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [whisparr-0.0.14](https://github.com/truecharts/charts/compare/whisparr-0.0.13...whisparr-0.0.14) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [whisparr-0.0.13](https://github.com/truecharts/apps/compare/whisparr-0.0.12...whisparr-0.0.13) (2022-07-26) ### Chore diff --git a/charts/incubator/whisparr/Chart.yaml b/charts/incubator/whisparr/Chart.yaml index b80357ea7e3..3fed64f9efa 100644 --- a/charts/incubator/whisparr/Chart.yaml +++ b/charts/incubator/whisparr/Chart.yaml @@ -11,8 +11,8 @@ dependencies: version: 10.4.9 deprecated: false description: An adult media thingy. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/whisparr -icon: https://truecharts.org/img/chart-icons/whisparr.png +home: https://truecharts.org/docs/charts/incubator/whisparr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisparr.png keywords: - whisparr - Downloaders @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: whisparr sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/whisparr - https://hotio.dev/containers/whisparr - https://hub.docker.com/r/hotio/whisparr type: application diff --git a/charts/incubator/whisparr/README.md b/charts/incubator/whisparr/README.md index 401df35c170..df2239be626 100644 --- a/charts/incubator/whisparr/README.md +++ b/charts/incubator/whisparr/README.md @@ -1,6 +1,6 @@ # whisparr -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: nightly](https://img.shields.io/badge/AppVersion-nightly-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: nightly](https://img.shields.io/badge/AppVersion-nightly-informational?style=flat-square) An adult media thingy. @@ -13,6 +13,7 @@ For more information, please click here: [whisparr](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `whisparr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install whisparr TrueCharts/whisparr ``` @@ -48,7 +49,7 @@ helm install whisparr TrueCharts/whisparr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall whisparr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install whisparr TrueCharts/whisparr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/wifi-card/CHANGELOG.md b/charts/incubator/wifi-card/CHANGELOG.md index 377a67a8ded..0760248fb0c 100644 --- a/charts/incubator/wifi-card/CHANGELOG.md +++ b/charts/incubator/wifi-card/CHANGELOG.md @@ -2,6 +2,16 @@ +## [wifi-card-0.0.16](https://github.com/truecharts/charts/compare/wifi-card-0.0.15...wifi-card-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [wifi-card-0.0.15](https://github.com/truecharts/apps/compare/wifi-card-0.0.14...wifi-card-0.0.15) (2022-07-29) ### Chore diff --git a/charts/incubator/wifi-card/Chart.yaml b/charts/incubator/wifi-card/Chart.yaml index 80f785e6cc9..10ec904103c 100644 --- a/charts/incubator/wifi-card/Chart.yaml +++ b/charts/incubator/wifi-card/Chart.yaml @@ -11,7 +11,7 @@ dependencies: deprecated: false description: Print a neat little card with your WiFi info and stick it on the fridge. home: https://truecharts.org/docs/charts/incubator/wifi-card -icon: https://truecharts.org/img/chart-icons/wifi-card.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wifi-card.png keywords: - wifi-card - Other @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: wifi-card sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/wifi-card - https://github.com/bndw/wifi-card - https://hub.docker.com/r/bndw/wifi-card/ type: application diff --git a/charts/incubator/wifi-card/README.md b/charts/incubator/wifi-card/README.md index 523897d463a..12b95575a8e 100644 --- a/charts/incubator/wifi-card/README.md +++ b/charts/incubator/wifi-card/README.md @@ -1,6 +1,6 @@ # wifi-card -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Print a neat little card with your WiFi info and stick it on the fridge. @@ -13,6 +13,7 @@ For more information, please click here: [wifi-card](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `wifi-card` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install wifi-card TrueCharts/wifi-card ``` @@ -48,7 +49,7 @@ helm install wifi-card TrueCharts/wifi-card **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall wifi-card Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install wifi-card TrueCharts/wifi-card -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/wordle/CHANGELOG.md b/charts/incubator/wordle/CHANGELOG.md index 0bac401b7da..9c6eff648f0 100644 --- a/charts/incubator/wordle/CHANGELOG.md +++ b/charts/incubator/wordle/CHANGELOG.md @@ -2,6 +2,17 @@ +## [wordle-0.0.17](https://github.com/truecharts/charts/compare/wordle-0.0.15...wordle-0.0.17) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [wordle-0.0.15](https://github.com/truecharts/apps/compare/wordle-0.0.14...wordle-0.0.15) (2022-07-30) ### Chore diff --git a/charts/incubator/wordle/Chart.yaml b/charts/incubator/wordle/Chart.yaml index 4601657626d..af3ed20552b 100644 --- a/charts/incubator/wordle/Chart.yaml +++ b/charts/incubator/wordle/Chart.yaml @@ -13,7 +13,7 @@ dependencies: deprecated: false description: "DESCRIPTION\r\n" home: https://truecharts.org/docs/charts/incubator/wordle -icon: https://truecharts.org/img/chart-icons/wordle.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordle.png keywords: - wordle - GameServers @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: wordle sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/wordle - https://github.com/modem7/docker-wordle - https://hub.docker.com/r/modem7/wordle type: application diff --git a/charts/incubator/wordle/README.md b/charts/incubator/wordle/README.md index e726c63efb5..b9538ed1749 100644 --- a/charts/incubator/wordle/README.md +++ b/charts/incubator/wordle/README.md @@ -1,6 +1,6 @@ # wordle -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) DESCRIPTION @@ -13,6 +13,7 @@ For more information, please click here: [wordle](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `wordle` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install wordle TrueCharts/wordle ``` @@ -48,7 +49,7 @@ helm install wordle TrueCharts/wordle **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall wordle Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install wordle TrueCharts/wordle -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/xmrig/CHANGELOG.md b/charts/incubator/xmrig/CHANGELOG.md index 889f70bf1e2..0c3231b83d7 100644 --- a/charts/incubator/xmrig/CHANGELOG.md +++ b/charts/incubator/xmrig/CHANGELOG.md @@ -2,6 +2,16 @@ +## [xmrig-0.0.15](https://github.com/truecharts/charts/compare/xmrig-0.0.14...xmrig-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [xmrig-0.0.14](https://github.com/truecharts/apps/compare/xmrig-0.0.13...xmrig-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/xmrig/Chart.yaml b/charts/incubator/xmrig/Chart.yaml index 8d7b5f5d16c..28fef5abab5 100644 --- a/charts/incubator/xmrig/Chart.yaml +++ b/charts/incubator/xmrig/Chart.yaml @@ -9,12 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Containerised version of XMRig for CPU Mining. Helps turn your TrueNAS - server into a Monero / cryptocurrency mining rig. Now optionally works with GPU - algorithms as well. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/xmrig -icon: https://truecharts.org/img/chart-icons/xmrig.png +description: Containerised version of XMRig for CPU Mining. Helps turn your TrueNAS server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well. +home: https://truecharts.org/docs/charts/incubator/xmrig +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.png keywords: - xmrig - Crypto @@ -25,6 +22,7 @@ maintainers: url: https://truecharts.org name: xmrig sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/xmrig - https://hub.docker.com/r/lnxd/xmrig type: application version: 0.0.15 diff --git a/charts/incubator/xmrig/README.md b/charts/incubator/xmrig/README.md index 230ae841a90..a7652258756 100644 --- a/charts/incubator/xmrig/README.md +++ b/charts/incubator/xmrig/README.md @@ -1,6 +1,6 @@ # xmrig -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Containerised version of XMRig for CPU Mining. Helps turn your TrueNAS server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well. @@ -13,6 +13,7 @@ For more information, please click here: [xmrig](https://truecharts.org/docs/cha ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `xmrig` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install xmrig TrueCharts/xmrig ``` @@ -47,7 +48,7 @@ helm install xmrig TrueCharts/xmrig **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall xmrig Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install xmrig TrueCharts/xmrig -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/xonotic/CHANGELOG.md b/charts/incubator/xonotic/CHANGELOG.md index 8203779881d..a57da1adc98 100644 --- a/charts/incubator/xonotic/CHANGELOG.md +++ b/charts/incubator/xonotic/CHANGELOG.md @@ -2,6 +2,16 @@ +## [xonotic-0.0.15](https://github.com/truecharts/charts/compare/xonotic-0.0.14...xonotic-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [xonotic-0.0.14](https://github.com/truecharts/apps/compare/xonotic-0.0.13...xonotic-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/xonotic/Chart.yaml b/charts/incubator/xonotic/Chart.yaml index 641e05da87e..07572d9ad20 100644 --- a/charts/incubator/xonotic/Chart.yaml +++ b/charts/incubator/xonotic/Chart.yaml @@ -9,11 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "This Docker will download and install the preferred version of Xonotic.\r\ - \n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/xonotic -icon: https://truecharts.org/img/chart-icons/xonotic.png +description: "This Docker will download and install the preferred version of Xonotic.\r\n" +home: https://truecharts.org/docs/charts/incubator/xonotic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xonotic.png keywords: - xonotic - GameServers @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: xonotic sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/xonotic - https://www.xonotic.org/ - https://hub.docker.com/r/ich777/xonotic/ type: application diff --git a/charts/incubator/xonotic/README.md b/charts/incubator/xonotic/README.md index 5fe98ea7d87..d1555dd82c4 100644 --- a/charts/incubator/xonotic/README.md +++ b/charts/incubator/xonotic/README.md @@ -1,6 +1,6 @@ # xonotic -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install the preferred version of Xonotic. @@ -13,6 +13,7 @@ For more information, please click here: [xonotic](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `xonotic` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install xonotic TrueCharts/xonotic ``` @@ -48,7 +49,7 @@ helm install xonotic TrueCharts/xonotic **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall xonotic Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install xonotic TrueCharts/xonotic -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/xware/CHANGELOG.md b/charts/incubator/xware/CHANGELOG.md index 0b90b08ab16..3a204bb1825 100644 --- a/charts/incubator/xware/CHANGELOG.md +++ b/charts/incubator/xware/CHANGELOG.md @@ -2,6 +2,16 @@ +## [xware-0.0.15](https://github.com/truecharts/charts/compare/xware-0.0.14...xware-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [xware-0.0.14](https://github.com/truecharts/apps/compare/xware-0.0.13...xware-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/xware/Chart.yaml b/charts/incubator/xware/Chart.yaml index 2ccc40c8a85..a50a80349cd 100644 --- a/charts/incubator/xware/Chart.yaml +++ b/charts/incubator/xware/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "This is a docker image of Thunder downloader.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/xware -icon: https://truecharts.org/img/chart-icons/xware.png +home: https://truecharts.org/docs/charts/incubator/xware +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xware.png keywords: - xware - Downloaders @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: xware sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/xware - https://hub.docker.com/r/caiguai/docker-xware - https://hub.docker.com/r/caiguai/docker-xware type: application diff --git a/charts/incubator/xware/README.md b/charts/incubator/xware/README.md index 2dac30c4fc2..102a3d541e2 100644 --- a/charts/incubator/xware/README.md +++ b/charts/incubator/xware/README.md @@ -1,6 +1,6 @@ # xware -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This is a docker image of Thunder downloader. @@ -13,6 +13,7 @@ For more information, please click here: [xware](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `xware` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install xware TrueCharts/xware ``` @@ -48,7 +49,7 @@ helm install xware TrueCharts/xware **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall xware Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install xware TrueCharts/xware -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/yacht/CHANGELOG.md b/charts/incubator/yacht/CHANGELOG.md index cd7d4c60f41..a2590750ca4 100644 --- a/charts/incubator/yacht/CHANGELOG.md +++ b/charts/incubator/yacht/CHANGELOG.md @@ -2,6 +2,16 @@ +## [yacht-0.0.16](https://github.com/truecharts/charts/compare/yacht-0.0.15...yacht-0.0.16) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [yacht-0.0.15](https://github.com/truecharts/apps/compare/yacht-0.0.14...yacht-0.0.15) (2022-07-28) ### Chore diff --git a/charts/incubator/yacht/Chart.yaml b/charts/incubator/yacht/Chart.yaml index 0bf2c0894e8..07d2cd79e8c 100644 --- a/charts/incubator/yacht/Chart.yaml +++ b/charts/incubator/yacht/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "A web interface for managing docker containers with an emphasis on templating\ - \ to provide one-click deployments of dockerized applications. Think of it as a\ - \ decentralized app store for servers that anyone can make packages for.\r\n" -home: "https://truecharts.org/docs/charts/incubator/yacht" -icon: https://truecharts.org/img/chart-icons/yacht.png +description: "A web interface for managing docker containers with an emphasis on templating to provide one-click deployments of dockerized applications. Think of it as a decentralized app store for servers that anyone can make packages for.\r\n" +home: https://truecharts.org/docs/charts/incubator/yacht +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacht.png keywords: - yacht - Productivity @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: yacht sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/yacht - https://github.com/SelfhostedPro/Yacht - https://hub.docker.com/r/selfhostedpro/yacht type: application diff --git a/charts/incubator/yacht/README.md b/charts/incubator/yacht/README.md index 272aec9e8e2..c88ca38cc83 100644 --- a/charts/incubator/yacht/README.md +++ b/charts/incubator/yacht/README.md @@ -1,6 +1,6 @@ # yacht -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A web interface for managing docker containers with an emphasis on templating to provide one-click deployments of dockerized applications. Think of it as a decentralized app store for servers that anyone can make packages for. @@ -13,6 +13,7 @@ For more information, please click here: [yacht](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `yacht` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install yacht TrueCharts/yacht ``` @@ -48,7 +49,7 @@ helm install yacht TrueCharts/yacht **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall yacht Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install yacht TrueCharts/yacht -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/yacreaderlibraryserver/CHANGELOG.md b/charts/incubator/yacreaderlibraryserver/CHANGELOG.md index ff27fa94de2..d022ef3664a 100644 --- a/charts/incubator/yacreaderlibraryserver/CHANGELOG.md +++ b/charts/incubator/yacreaderlibraryserver/CHANGELOG.md @@ -2,6 +2,16 @@ +## [yacreaderlibraryserver-0.0.15](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.14...yacreaderlibraryserver-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [yacreaderlibraryserver-0.0.14](https://github.com/truecharts/apps/compare/yacreaderlibraryserver-0.0.13...yacreaderlibraryserver-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/yacreaderlibraryserver/Chart.yaml b/charts/incubator/yacreaderlibraryserver/Chart.yaml index 16597944289..971df6b22bc 100644 --- a/charts/incubator/yacreaderlibraryserver/Chart.yaml +++ b/charts/incubator/yacreaderlibraryserver/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 10.4.9 deprecated: false description: "Headless version of the YACReaderLibraryServer.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/yacreaderlibraryserver -icon: https://truecharts.org/img/chart-icons/yacreaderlibraryserver.png +home: https://truecharts.org/docs/charts/incubator/yacreaderlibraryserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.png keywords: - yacreaderlibraryserver - MediaServer-Other @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: yacreaderlibraryserver sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/yacreaderlibraryserver - https://www.yacreader.com - https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker/ type: application diff --git a/charts/incubator/yacreaderlibraryserver/README.md b/charts/incubator/yacreaderlibraryserver/README.md index 590115b5748..34ab209fed4 100644 --- a/charts/incubator/yacreaderlibraryserver/README.md +++ b/charts/incubator/yacreaderlibraryserver/README.md @@ -1,6 +1,6 @@ # yacreaderlibraryserver -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Headless version of the YACReaderLibraryServer. @@ -13,6 +13,7 @@ For more information, please click here: [yacreaderlibraryserver](https://truech ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `yacreaderlibraryserver` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install yacreaderlibraryserver TrueCharts/yacreaderlibraryserver ``` @@ -48,7 +49,7 @@ helm install yacreaderlibraryserver TrueCharts/yacreaderlibraryserver **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall yacreaderlibraryserver Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install yacreaderlibraryserver TrueCharts/yacreaderlibraryserver -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/yacy/CHANGELOG.md b/charts/incubator/yacy/CHANGELOG.md index 5a27a05d960..70569945d73 100644 --- a/charts/incubator/yacy/CHANGELOG.md +++ b/charts/incubator/yacy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [yacy-0.0.15](https://github.com/truecharts/charts/compare/yacy-0.0.14...yacy-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [yacy-0.0.14](https://github.com/truecharts/apps/compare/yacy-0.0.13...yacy-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/yacy/Chart.yaml b/charts/incubator/yacy/Chart.yaml index b570c8bf8b1..e837a8365b1 100644 --- a/charts/incubator/yacy/Chart.yaml +++ b/charts/incubator/yacy/Chart.yaml @@ -10,12 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "YaCy decentralized search engine (https://yacy.net)[br][br][b][u][span\ - \ style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password:\ - \ [B][u]yacy[/B][/u][/b]\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/yacy -icon: https://truecharts.org/img/chart-icons/yacy.png +description: "YaCy decentralized search engine (https://yacy.net)[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]yacy[/B][/u][/b]\r\n" +home: https://truecharts.org/docs/charts/incubator/yacy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacy.png keywords: - yacy - Tools-Utilities @@ -27,6 +24,7 @@ maintainers: url: https://truecharts.org name: yacy sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/yacy - https://yacy.net/ - https://hub.docker.com/r/yacy/yacy_search_server/ type: application diff --git a/charts/incubator/yacy/README.md b/charts/incubator/yacy/README.md index d7b0c41d028..d6872287128 100644 --- a/charts/incubator/yacy/README.md +++ b/charts/incubator/yacy/README.md @@ -1,6 +1,6 @@ # yacy -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) YaCy decentralized search engine (https://yacy.net)[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]yacy[/B][/u][/b] @@ -13,6 +13,7 @@ For more information, please click here: [yacy](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `yacy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install yacy TrueCharts/yacy ``` @@ -48,7 +49,7 @@ helm install yacy TrueCharts/yacy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall yacy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install yacy TrueCharts/yacy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/yourls/CHANGELOG.md b/charts/incubator/yourls/CHANGELOG.md index a2efa072af4..b968c0d8ab3 100644 --- a/charts/incubator/yourls/CHANGELOG.md +++ b/charts/incubator/yourls/CHANGELOG.md @@ -2,6 +2,16 @@ +## [yourls-0.0.15](https://github.com/truecharts/charts/compare/yourls-0.0.14...yourls-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [yourls-0.0.14](https://github.com/truecharts/apps/compare/yourls-0.0.13...yourls-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/yourls/Chart.yaml b/charts/incubator/yourls/Chart.yaml index a23d59cc810..db42d6f5b0c 100644 --- a/charts/incubator/yourls/Chart.yaml +++ b/charts/incubator/yourls/Chart.yaml @@ -12,11 +12,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - YOURLS is a set of PHP scripts that will allow you to run Your Own URL - Shortener. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/yourls -icon: https://truecharts.org/img/chart-icons/yourls.png +description: YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. +home: https://truecharts.org/docs/charts/incubator/yourls +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.png keywords: - yourls - Cloud @@ -30,6 +28,7 @@ maintainers: url: https://truecharts.org name: yourls sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/yourls - https://hub.docker.com/_/yourls/ type: application version: 0.0.15 diff --git a/charts/incubator/yourls/README.md b/charts/incubator/yourls/README.md index a625f0161fc..7c447b31948 100644 --- a/charts/incubator/yourls/README.md +++ b/charts/incubator/yourls/README.md @@ -1,6 +1,6 @@ # yourls -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. @@ -13,6 +13,7 @@ For more information, please click here: [yourls](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `yourls` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install yourls TrueCharts/yourls ``` @@ -47,7 +48,7 @@ helm install yourls TrueCharts/yourls **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall yourls Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install yourls TrueCharts/yourls -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/youtransfer/CHANGELOG.md b/charts/incubator/youtransfer/CHANGELOG.md index a74b01cec6d..e3c6829bed9 100644 --- a/charts/incubator/youtransfer/CHANGELOG.md +++ b/charts/incubator/youtransfer/CHANGELOG.md @@ -2,6 +2,16 @@ +## [youtransfer-0.0.15](https://github.com/truecharts/charts/compare/youtransfer-0.0.14...youtransfer-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [youtransfer-0.0.14](https://github.com/truecharts/apps/compare/youtransfer-0.0.13...youtransfer-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/youtransfer/Chart.yaml b/charts/incubator/youtransfer/Chart.yaml index b144450e0b2..b923d8cfa37 100644 --- a/charts/incubator/youtransfer/Chart.yaml +++ b/charts/incubator/youtransfer/Chart.yaml @@ -10,13 +10,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "YouTransfer is a simple but elegant self-hosted file transfer &\ - \ sharing solution. It is an alternative to paid services like Dropbox and WeTransfer\ - \ by offering similar features but without limitations, price plans and a lengthy\ - \ privacy policy. You remain in control of your files.\r\n" -home: https://github.com/truecharts/charts/tree/master/charts/incubator/youtransfer -icon: https://truecharts.org/img/chart-icons/youtransfer.png +description: "YouTransfer is a simple but elegant self-hosted file transfer & sharing solution. It is an alternative to paid services like Dropbox and WeTransfer by offering similar features but without limitations, price plans and a lengthy privacy policy. You remain in control of your files.\r\n" +home: https://truecharts.org/docs/charts/incubator/youtransfer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtransfer.png keywords: - youtransfer - Cloud @@ -28,6 +24,7 @@ maintainers: url: https://truecharts.org name: youtransfer sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/youtransfer - https://github.com/YouTransfer/YouTransfer - https://hub.docker.com/r/remie/youtransfer/ type: application diff --git a/charts/incubator/youtransfer/README.md b/charts/incubator/youtransfer/README.md index 185a2fba9e4..da3d02f7cfc 100644 --- a/charts/incubator/youtransfer/README.md +++ b/charts/incubator/youtransfer/README.md @@ -1,6 +1,6 @@ # youtransfer -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) YouTransfer is a simple but elegant self-hosted file transfer & sharing solution. It is an alternative to paid services like Dropbox and WeTransfer by offering similar features but without limitations, price plans and a lengthy privacy policy. You remain in control of your files. @@ -13,6 +13,7 @@ For more information, please click here: [youtransfer](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `youtransfer` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install youtransfer TrueCharts/youtransfer ``` @@ -48,7 +49,7 @@ helm install youtransfer TrueCharts/youtransfer **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall youtransfer Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install youtransfer TrueCharts/youtransfer -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/youtubedl-material/CHANGELOG.md b/charts/incubator/youtubedl-material/CHANGELOG.md index e368e1625c7..57afaed9495 100644 --- a/charts/incubator/youtubedl-material/CHANGELOG.md +++ b/charts/incubator/youtubedl-material/CHANGELOG.md @@ -2,6 +2,16 @@ +## [youtubedl-material-0.0.24](https://github.com/truecharts/charts/compare/youtubedl-material-0.0.23...youtubedl-material-0.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [youtubedl-material-0.0.23](https://github.com/truecharts/apps/compare/youtubedl-material-0.0.22...youtubedl-material-0.0.23) (2022-07-26) ### Chore diff --git a/charts/incubator/youtubedl-material/Chart.yaml b/charts/incubator/youtubedl-material/Chart.yaml index 871f803523e..ea4f9ff7a8b 100644 --- a/charts/incubator/youtubedl-material/Chart.yaml +++ b/charts/incubator/youtubedl-material/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org version: 1.0.50 description: YoutubeDL-Material is a Material Design frontend for youtube-dl. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/youtubedl-material -icon: https://truecharts.org/img/chart-icons/youtubedl-material.png +home: https://truecharts.org/docs/charts/incubator/youtubedl-material +icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.png keywords: - youtube kubeVersion: ">=1.16.0-0" @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: youtubedl-material sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/youtubedl-material - https://hub.docker.com/r/tzahi12345/youtubedl-material - https://github.com/Tzahi12345/YoutubeDL-Material version: 0.0.24 diff --git a/charts/incubator/youtubedl-material/README.md b/charts/incubator/youtubedl-material/README.md index 9b3da339a50..04a6f8d573f 100644 --- a/charts/incubator/youtubedl-material/README.md +++ b/charts/incubator/youtubedl-material/README.md @@ -1,6 +1,6 @@ # youtubedl-material -![Version: 0.0.23](https://img.shields.io/badge/Version-0.0.23-informational?style=flat-square) ![AppVersion: 4.3](https://img.shields.io/badge/AppVersion-4.3-informational?style=flat-square) +![Version: 0.0.24](https://img.shields.io/badge/Version-0.0.24-informational?style=flat-square) ![AppVersion: 4.3](https://img.shields.io/badge/AppVersion-4.3-informational?style=flat-square) YoutubeDL-Material is a Material Design frontend for youtube-dl. @@ -13,6 +13,7 @@ For more information, please click here: [youtubedl-material](https://truecharts ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org | mongodb | 1.0.47 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org | mongodb | 1.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `youtubedl-material` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install youtubedl-material TrueCharts/youtubedl-material ``` @@ -49,7 +50,7 @@ helm install youtubedl-material TrueCharts/youtubedl-material **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall youtubedl-material Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install youtubedl-material TrueCharts/youtubedl-material -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/z80pack/CHANGELOG.md b/charts/incubator/z80pack/CHANGELOG.md index eafb4dadc18..08b26ef39df 100644 --- a/charts/incubator/z80pack/CHANGELOG.md +++ b/charts/incubator/z80pack/CHANGELOG.md @@ -2,6 +2,16 @@ +## [z80pack-0.0.15](https://github.com/truecharts/charts/compare/z80pack-0.0.14...z80pack-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [z80pack-0.0.14](https://github.com/truecharts/apps/compare/z80pack-0.0.13...z80pack-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/z80pack/Chart.yaml b/charts/incubator/z80pack/Chart.yaml index 1142ccfadd6..53d835918bb 100644 --- a/charts/incubator/z80pack/Chart.yaml +++ b/charts/incubator/z80pack/Chart.yaml @@ -9,15 +9,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M - II on Linux. This is a command line Docker only. There is a built in Shell in - a Box WebGUI that is a command line browser window. You can also execute bash in - the Docker.[br] - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/z80pack -icon: https://truecharts.org/img/chart-icons/z80pack.png +description: "Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Docker only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Docker.[br]\n" +home: https://truecharts.org/docs/charts/incubator/z80pack +icon: https://truecharts.org/img/hotlink-ok/chart-icons/z80pack.png keywords: - z80pack - Other @@ -28,6 +22,7 @@ maintainers: url: https://truecharts.org name: z80pack sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/z80pack - http://www.autometer.de/unix4fun/z80pack/index.html - https://registry.hub.docker.com/r/dlandon/z80pack/ type: application diff --git a/charts/incubator/z80pack/README.md b/charts/incubator/z80pack/README.md index 28fbd82c9f1..4a3fa076f67 100644 --- a/charts/incubator/z80pack/README.md +++ b/charts/incubator/z80pack/README.md @@ -1,6 +1,6 @@ # z80pack -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Docker only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Docker.[br] @@ -13,6 +13,7 @@ For more information, please click here: [z80pack](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `z80pack` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install z80pack TrueCharts/z80pack ``` @@ -48,7 +49,7 @@ helm install z80pack TrueCharts/z80pack **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall z80pack Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install z80pack TrueCharts/z80pack -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/zabbix-server/CHANGELOG.md b/charts/incubator/zabbix-server/CHANGELOG.md index f6a4e16f371..ff91624582f 100644 --- a/charts/incubator/zabbix-server/CHANGELOG.md +++ b/charts/incubator/zabbix-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [zabbix-server-2.0.27](https://github.com/truecharts/charts/compare/zabbix-server-2.0.26...zabbix-server-2.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [zoneminder-0.0.14](https://github.com/truecharts/apps/compare/zoneminder-0.0.13...zoneminder-0.0.14) (2022-07-26) ### Chore diff --git a/charts/incubator/zabbix-server/Chart.yaml b/charts/incubator/zabbix-server/Chart.yaml index f2e2995c4fd..6bf8da354bb 100644 --- a/charts/incubator/zabbix-server/Chart.yaml +++ b/charts/incubator/zabbix-server/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 8.0.50 description: Zabbix is an enterprise-class open source distributed monitoring solution. -home: https://github.com/truecharts/charts/tree/master/charts/incubator/zabbix-server -icon: https://truecharts.org/img/chart-icons/zabbix-server.png +home: https://truecharts.org/docs/charts/incubator/zabbix-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zabbix-server.png keywords: - zabbix - monitoring @@ -21,6 +21,7 @@ maintainers: url: https://truecharts.org name: zabbix-server sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/zabbix-server - https://hub.docker.com/r/zabbix/zabbix-server-pgsql - https://hub.docker.com/r/zabbix/zabbix-web-nginx-pgsql version: 2.0.27 diff --git a/charts/incubator/zabbix-server/README.md b/charts/incubator/zabbix-server/README.md index 14605813f59..f773de4b633 100644 --- a/charts/incubator/zabbix-server/README.md +++ b/charts/incubator/zabbix-server/README.md @@ -1,6 +1,6 @@ # zabbix-server -![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![AppVersion: 6.2.0](https://img.shields.io/badge/AppVersion-6.2.0-informational?style=flat-square) +![Version: 2.0.27](https://img.shields.io/badge/Version-2.0.27-informational?style=flat-square) ![AppVersion: 6.2.0](https://img.shields.io/badge/AppVersion-6.2.0-informational?style=flat-square) Zabbix is an enterprise-class open source distributed monitoring solution. @@ -13,6 +13,7 @@ For more information, please click here: [zabbix-server](https://truecharts.org/ ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `zabbix-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install zabbix-server TrueCharts/zabbix-server ``` @@ -49,7 +50,7 @@ helm install zabbix-server TrueCharts/zabbix-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall zabbix-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install zabbix-server TrueCharts/zabbix-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/zoneminder/CHANGELOG.md b/charts/incubator/zoneminder/CHANGELOG.md index 9501ada5563..ef6b088d025 100644 --- a/charts/incubator/zoneminder/CHANGELOG.md +++ b/charts/incubator/zoneminder/CHANGELOG.md @@ -2,6 +2,16 @@ +## [zoneminder-0.0.15](https://github.com/truecharts/charts/compare/zoneminder-0.0.14...zoneminder-0.0.15) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [zoneminder-0.0.13](https://github.com/truecharts/apps/compare/zoneminder-0.0.12...zoneminder-0.0.13) (2022-07-25) diff --git a/charts/incubator/zoneminder/Chart.yaml b/charts/incubator/zoneminder/Chart.yaml index f187692f079..1a6bf9c58d7 100644 --- a/charts/incubator/zoneminder/Chart.yaml +++ b/charts/incubator/zoneminder/Chart.yaml @@ -12,23 +12,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - "Zoneminder is the top Linux video camera security and surveillance solution. - ZoneMinder is intended for use in single or multi-camera video security applications, - including commercial or home CCTV, theft prevention and child, family member or - home monitoring and other domestic care scenarios such as nanny cam installations. - It supports capture, analysis, recording, and monitoring of video data coming from - one or more video or network cameras attached to a Linux system. ZoneMinder also - support web and semi-automatic control of Pan/Tilt/Zoom cameras using a variety - of protocols. It is suitable for use as a DIY home video security system and for - commercial or professional video security and surveillance. It can also be integrated - into a home automation system via X.10 or other protocols. If you're looking for - a low cost CCTV system or a more flexible alternative to cheap DVR systems then - give ZoneMinder a try.[br] - - " -home: https://github.com/truecharts/charts/tree/master/charts/incubator/zoneminder -icon: https://truecharts.org/img/chart-icons/zoneminder.png +description: "Zoneminder is the top Linux video camera security and surveillance solution. ZoneMinder is intended for use in single or multi-camera video security applications, including commercial or home CCTV, theft prevention and child, family member or home monitoring and other domestic care scenarios such as nanny cam installations. It supports capture, analysis, recording, and monitoring of video data coming from one or more video or network cameras attached to a Linux system. ZoneMinder also support web and semi-automatic control of Pan/Tilt/Zoom cameras using a variety of protocols. It is suitable for use as a DIY home video security system and for commercial or professional video security and surveillance. It can also be integrated into a home automation system via X.10 or other protocols. If you're looking for a low cost CCTV system or a more flexible alternative to cheap DVR systems then give ZoneMinder a try.[br]\n" +home: https://truecharts.org/docs/charts/incubator/zoneminder +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zoneminder.png keywords: - zoneminder - HomeAutomation @@ -42,6 +28,7 @@ maintainers: url: https://truecharts.org name: zoneminder sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/zoneminder - https://zoneminder.com/ - https://hub.docker.com/r/dlandon/zoneminder.TrueNAS/ type: application diff --git a/charts/incubator/zoneminder/README.md b/charts/incubator/zoneminder/README.md index bef3d390de4..84a0165c8bf 100644 --- a/charts/incubator/zoneminder/README.md +++ b/charts/incubator/zoneminder/README.md @@ -1,6 +1,6 @@ # zoneminder -![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Zoneminder is the top Linux video camera security and surveillance solution. ZoneMinder is intended for use in single or multi-camera video security applications, including commercial or home CCTV, theft prevention and child, family member or home monitoring and other domestic care scenarios such as nanny cam installations. It supports capture, analysis, recording, and monitoring of video data coming from one or more video or network cameras attached to a Linux system. ZoneMinder also support web and semi-automatic control of Pan/Tilt/Zoom cameras using a variety of protocols. It is suitable for use as a DIY home video security system and for commercial or professional video security and surveillance. It can also be integrated into a home automation system via X.10 or other protocols. If you're looking for a low cost CCTV system or a more flexible alternative to cheap DVR systems then give ZoneMinder a try.[br] @@ -13,6 +13,7 @@ For more information, please click here: [zoneminder](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `zoneminder` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install zoneminder TrueCharts/zoneminder ``` @@ -48,7 +49,7 @@ helm install zoneminder TrueCharts/zoneminder **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall zoneminder Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install zoneminder TrueCharts/zoneminder -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/incubator/zusam/CHANGELOG.md b/charts/incubator/zusam/CHANGELOG.md index 0c898705b1d..15bc79afb03 100644 --- a/charts/incubator/zusam/CHANGELOG.md +++ b/charts/incubator/zusam/CHANGELOG.md @@ -2,4 +2,15 @@ +## [zusam-0.0.2](https://github.com/truecharts/charts/compare/zusam-0.0.1...zusam-0.0.2) (2022-08-08) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [zusam-0.0.1]zusam-0.0.1 (2022-07-29) diff --git a/charts/incubator/zusam/Chart.yaml b/charts/incubator/zusam/Chart.yaml index 7fc78fef5f5..b897d0fd2a3 100644 --- a/charts/incubator/zusam/Chart.yaml +++ b/charts/incubator/zusam/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.4.9 description: Zusam is a free and open-source way to self-host private forums for groups of friends. home: https://truecharts.org/docs/charts/incubator/zusam -icon: https://truecharts.org/img/chart-icons/zusam.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zusam.png keywords: - zusam - forum @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: zusam sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/zusam - https://github.com/zusam/zusam - https://hub.docker.com/r/zusam/zusam version: 0.0.2 diff --git a/charts/incubator/zusam/README.md b/charts/incubator/zusam/README.md index 062653e0004..753109fd90e 100644 --- a/charts/incubator/zusam/README.md +++ b/charts/incubator/zusam/README.md @@ -1,6 +1,6 @@ # zusam -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: 0.5.1](https://img.shields.io/badge/AppVersion-0.5.1-informational?style=flat-square) +![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![AppVersion: 0.5.1](https://img.shields.io/badge/AppVersion-0.5.1-informational?style=flat-square) Zusam is a free and open-source way to self-host private forums for groups of friends. @@ -13,6 +13,7 @@ For more information, please click here: [zusam](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `zusam` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install zusam TrueCharts/zusam ``` @@ -48,7 +49,7 @@ helm install zusam TrueCharts/zusam **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall zusam Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install zusam TrueCharts/zusam -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/airdcpp-webclient/CHANGELOG.md b/charts/stable/airdcpp-webclient/CHANGELOG.md index 0db57ba6196..1e1b79e3fee 100644 --- a/charts/stable/airdcpp-webclient/CHANGELOG.md +++ b/charts/stable/airdcpp-webclient/CHANGELOG.md @@ -2,6 +2,16 @@ +## [airdcpp-webclient-3.0.26](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.25...airdcpp-webclient-3.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [airdcpp-webclient-3.0.25](https://github.com/truecharts/apps/compare/airdcpp-webclient-3.0.24...airdcpp-webclient-3.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/airdcpp-webclient/Chart.yaml b/charts/stable/airdcpp-webclient/Chart.yaml index 373830d4b6e..67d9a19bbfa 100644 --- a/charts/stable/airdcpp-webclient/Chart.yaml +++ b/charts/stable/airdcpp-webclient/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. -home: https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient -icon: https://truecharts.org/img/chart-icons/airdcpp-webclient.png +home: https://truecharts.org/docs/charts/stable/airdcpp-webclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.png keywords: - DC++ - dcpp @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: airdcpp-webclient sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient - https://airdcpp-web.github.io/ - https://github.com/airdcpp-web/airdcpp-webclient - https://hub.docker.com/r/gangefors/airdcpp-webclient diff --git a/charts/stable/airdcpp-webclient/README.md b/charts/stable/airdcpp-webclient/README.md index 910e6b6301e..8965d864140 100644 --- a/charts/stable/airdcpp-webclient/README.md +++ b/charts/stable/airdcpp-webclient/README.md @@ -1,6 +1,6 @@ # airdcpp-webclient -![Version: 3.0.25](https://img.shields.io/badge/Version-3.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.11.2](https://img.shields.io/badge/AppVersion-2.11.2-informational?style=flat-square) +![Version: 3.0.26](https://img.shields.io/badge/Version-3.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.11.2](https://img.shields.io/badge/AppVersion-2.11.2-informational?style=flat-square) AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. @@ -13,6 +13,7 @@ For more information, please click here: [airdcpp-webclient](https://truecharts. ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `airdcpp-webclient` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install airdcpp-webclient TrueCharts/airdcpp-webclient ``` @@ -49,7 +50,7 @@ helm install airdcpp-webclient TrueCharts/airdcpp-webclient **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall airdcpp-webclient Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install airdcpp-webclient TrueCharts/airdcpp-webclient -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/airsonic-advanced/CHANGELOG.md b/charts/stable/airsonic-advanced/CHANGELOG.md index c452684a822..1f4cf8a79bb 100644 --- a/charts/stable/airsonic-advanced/CHANGELOG.md +++ b/charts/stable/airsonic-advanced/CHANGELOG.md @@ -2,6 +2,16 @@ +## [airsonic-advanced-4.0.25](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.24...airsonic-advanced-4.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [airsonic-advanced-4.0.24](https://github.com/truecharts/apps/compare/airsonic-advanced-4.0.23...airsonic-advanced-4.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/airsonic-advanced/Chart.yaml b/charts/stable/airsonic-advanced/Chart.yaml index 43f56d1b950..14dede85760 100644 --- a/charts/stable/airsonic-advanced/Chart.yaml +++ b/charts/stable/airsonic-advanced/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 8.0.50 description: Airsonic is a Free and Open Source community driven media server -home: https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced -icon: https://truecharts.org/img/chart-icons/airsonic.png +home: https://truecharts.org/docs/charts/stable/airsonic-advanced +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.png keywords: - airsonic kubeVersion: ">=1.16.0-0" @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: airsonic-advanced sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced - https://github.com/airsonic/airsonic-advanced - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced version: 4.0.25 diff --git a/charts/stable/airsonic-advanced/README.md b/charts/stable/airsonic-advanced/README.md index 57bb12b9adb..c876afb66e5 100644 --- a/charts/stable/airsonic-advanced/README.md +++ b/charts/stable/airsonic-advanced/README.md @@ -1,6 +1,6 @@ # airsonic-advanced -![Version: 4.0.24](https://img.shields.io/badge/Version-4.0.24-informational?style=flat-square) ![AppVersion: 11.0.0](https://img.shields.io/badge/AppVersion-11.0.0-informational?style=flat-square) +![Version: 4.0.25](https://img.shields.io/badge/Version-4.0.25-informational?style=flat-square) ![AppVersion: 11.0.0](https://img.shields.io/badge/AppVersion-11.0.0-informational?style=flat-square) Airsonic is a Free and Open Source community driven media server @@ -13,6 +13,7 @@ For more information, please click here: [airsonic-advanced](https://truecharts. ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `airsonic-advanced` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install airsonic-advanced TrueCharts/airsonic-advanced ``` @@ -49,7 +50,7 @@ helm install airsonic-advanced TrueCharts/airsonic-advanced **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall airsonic-advanced Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install airsonic-advanced TrueCharts/airsonic-advanced -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/airsonic/CHANGELOG.md b/charts/stable/airsonic/CHANGELOG.md index 00e2c9adaa0..fbfca7748eb 100644 --- a/charts/stable/airsonic/CHANGELOG.md +++ b/charts/stable/airsonic/CHANGELOG.md @@ -2,6 +2,16 @@ +## [airsonic-6.0.24](https://github.com/truecharts/charts/compare/airsonic-6.0.23...airsonic-6.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [airsonic-6.0.23](https://github.com/truecharts/apps/compare/airsonic-advanced-4.0.23...airsonic-6.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index 70b80af2460..791612ce31f 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Airsonic is a Free and Open Source community driven media server -home: https://github.com/truecharts/charts/tree/master/charts/stable/airsonic -icon: https://truecharts.org/img/chart-icons/airsonic.png +home: https://truecharts.org/docs/charts/stable/airsonic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.png keywords: - airsonic kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: airsonic sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic - https://github.com/airsonic/airsonic - https://github.com/linuxserver/docker-airsonic - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic diff --git a/charts/stable/airsonic/README.md b/charts/stable/airsonic/README.md index d7570e9c3e1..323c50b4c15 100644 --- a/charts/stable/airsonic/README.md +++ b/charts/stable/airsonic/README.md @@ -1,6 +1,6 @@ # airsonic -![Version: 6.0.23](https://img.shields.io/badge/Version-6.0.23-informational?style=flat-square) ![AppVersion: 10.6.2](https://img.shields.io/badge/AppVersion-10.6.2-informational?style=flat-square) +![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![AppVersion: 10.6.2](https://img.shields.io/badge/AppVersion-10.6.2-informational?style=flat-square) Airsonic is a Free and Open Source community driven media server @@ -13,6 +13,7 @@ For more information, please click here: [airsonic](https://truecharts.org/docs/ ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `airsonic` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install airsonic TrueCharts/airsonic ``` @@ -49,7 +50,7 @@ helm install airsonic TrueCharts/airsonic **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall airsonic Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install airsonic TrueCharts/airsonic -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/alist/CHANGELOG.md b/charts/stable/alist/CHANGELOG.md index 0d15a0a0b32..fc04b49028a 100644 --- a/charts/stable/alist/CHANGELOG.md +++ b/charts/stable/alist/CHANGELOG.md @@ -2,6 +2,16 @@ +## [alist-2.0.25](https://github.com/truecharts/charts/compare/alist-2.0.24...alist-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [alist-2.0.24](https://github.com/truecharts/apps/compare/alist-2.0.23...alist-2.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/alist/Chart.yaml b/charts/stable/alist/Chart.yaml index 6514205dacb..96a5401f68d 100644 --- a/charts/stable/alist/Chart.yaml +++ b/charts/stable/alist/Chart.yaml @@ -6,8 +6,8 @@ appVersion: "2.6.3" description: Alist program that supports multiple storage, powered by Gin and React type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/alist -icon: https://truecharts.org/img/chart-icons/alist.png +home: https://truecharts.org/docs/charts/stable/alist +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.png keywords: - alist - storage @@ -16,13 +16,13 @@ keywords: - aliyun driver - baiduyun sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/alist - https://github.com/Xhofe/alist dependencies: - name: common repository: https://library-charts.truecharts.org - version: - 10.4.9 - # condition: + version: 10.4.9 + # condition: maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/alist/README.md b/charts/stable/alist/README.md index f044b80b1fd..3176bf3ee45 100644 --- a/charts/stable/alist/README.md +++ b/charts/stable/alist/README.md @@ -1,6 +1,6 @@ # alist -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.3](https://img.shields.io/badge/AppVersion-2.6.3-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.3](https://img.shields.io/badge/AppVersion-2.6.3-informational?style=flat-square) Alist program that supports multiple storage, powered by Gin and React @@ -13,6 +13,7 @@ For more information, please click here: [alist](https://truecharts.org/docs/cha ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `alist` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install alist TrueCharts/alist ``` @@ -47,7 +48,7 @@ helm install alist TrueCharts/alist **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall alist Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install alist TrueCharts/alist -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/amcrest2mqtt/CHANGELOG.md b/charts/stable/amcrest2mqtt/CHANGELOG.md index 0a3cd316df4..67c493c2d8a 100644 --- a/charts/stable/amcrest2mqtt/CHANGELOG.md +++ b/charts/stable/amcrest2mqtt/CHANGELOG.md @@ -2,6 +2,16 @@ +## [amcrest2mqtt-4.0.25](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.24...amcrest2mqtt-4.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [amcrest2mqtt-4.0.24](https://github.com/truecharts/apps/compare/amcrest2mqtt-4.0.23...amcrest2mqtt-4.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/amcrest2mqtt/Chart.yaml b/charts/stable/amcrest2mqtt/Chart.yaml index 614a5ccdfce..c1d04c364e8 100644 --- a/charts/stable/amcrest2mqtt/Chart.yaml +++ b/charts/stable/amcrest2mqtt/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Expose all events from an Amcrest device to an MQTT broker -home: https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt -icon: https://truecharts.org/img/chart-icons/amcrest2mqtt.png +home: https://truecharts.org/docs/charts/stable/amcrest2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.png keywords: - amcrest2mqtt kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: amcrest2mqtt sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt - https://github.com/dchesterton/amcrest2mqtt version: 4.0.25 annotations: diff --git a/charts/stable/amcrest2mqtt/README.md b/charts/stable/amcrest2mqtt/README.md index e883bcddf42..6f4e347fad6 100644 --- a/charts/stable/amcrest2mqtt/README.md +++ b/charts/stable/amcrest2mqtt/README.md @@ -1,6 +1,6 @@ # amcrest2mqtt -![Version: 4.0.24](https://img.shields.io/badge/Version-4.0.24-informational?style=flat-square) ![AppVersion: 1.0.16](https://img.shields.io/badge/AppVersion-1.0.16-informational?style=flat-square) +![Version: 4.0.25](https://img.shields.io/badge/Version-4.0.25-informational?style=flat-square) ![AppVersion: 1.0.16](https://img.shields.io/badge/AppVersion-1.0.16-informational?style=flat-square) Expose all events from an Amcrest device to an MQTT broker @@ -13,6 +13,7 @@ For more information, please click here: [amcrest2mqtt](https://truecharts.org/d ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `amcrest2mqtt` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install amcrest2mqtt TrueCharts/amcrest2mqtt ``` @@ -47,7 +48,7 @@ helm install amcrest2mqtt TrueCharts/amcrest2mqtt **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall amcrest2mqtt Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install amcrest2mqtt TrueCharts/amcrest2mqtt -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/anonaddy/CHANGELOG.md b/charts/stable/anonaddy/CHANGELOG.md index 082efb72061..056e0c67c3d 100644 --- a/charts/stable/anonaddy/CHANGELOG.md +++ b/charts/stable/anonaddy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [anonaddy-9.0.32](https://github.com/truecharts/charts/compare/anonaddy-9.0.31...anonaddy-9.0.32) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [anonaddy-9.0.31](https://github.com/truecharts/apps/compare/anonaddy-9.0.30...anonaddy-9.0.31) (2022-07-26) ### Chore diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index e0dd95e59a9..f62cd64d0f5 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -13,8 +13,8 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.48 description: "Protect your email from spam using disposable addresses." -home: https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy -icon: https://truecharts.org/img/chart-icons/anonaddy.png +home: https://truecharts.org/docs/charts/stable/anonaddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png keywords: - anonaddy kubeVersion: ">=1.16.0-0" @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: anonaddy sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy - https://github.com/anonaddy/docker version: 9.0.32 annotations: diff --git a/charts/stable/anonaddy/README.md b/charts/stable/anonaddy/README.md index fa6720381f5..9cc88dab938 100644 --- a/charts/stable/anonaddy/README.md +++ b/charts/stable/anonaddy/README.md @@ -1,6 +1,6 @@ # anonaddy -![Version: 9.0.31](https://img.shields.io/badge/Version-9.0.31-informational?style=flat-square) ![AppVersion: 0.12.3](https://img.shields.io/badge/AppVersion-0.12.3-informational?style=flat-square) +![Version: 9.0.32](https://img.shields.io/badge/Version-9.0.32-informational?style=flat-square) ![AppVersion: 0.12.3](https://img.shields.io/badge/AppVersion-0.12.3-informational?style=flat-square) Protect your email from spam using disposable addresses. @@ -13,6 +13,7 @@ For more information, please click here: [anonaddy](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,22 +24,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `anonaddy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install anonaddy TrueCharts/anonaddy ``` @@ -49,7 +50,7 @@ helm install anonaddy TrueCharts/anonaddy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall anonaddy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install anonaddy TrueCharts/anonaddy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/apache-musicindex/CHANGELOG.md b/charts/stable/apache-musicindex/CHANGELOG.md index f03006aa2bd..d6d83e27d49 100644 --- a/charts/stable/apache-musicindex/CHANGELOG.md +++ b/charts/stable/apache-musicindex/CHANGELOG.md @@ -2,6 +2,16 @@ +## [apache-musicindex-4.0.24](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.23...apache-musicindex-4.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [apache-musicindex-4.0.23](https://github.com/truecharts/apps/compare/apache-musicindex-4.0.22...apache-musicindex-4.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/apache-musicindex/Chart.yaml b/charts/stable/apache-musicindex/Chart.yaml index 92f146883ce..6979803aa97 100644 --- a/charts/stable/apache-musicindex/Chart.yaml +++ b/charts/stable/apache-musicindex/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Index and stream music using apache-musicindex and m3u playlists -home: https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex -icon: https://truecharts.org/img/chart-icons/apache-musicindex.png +home: https://truecharts.org/docs/charts/stable/apache-musicindex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.png keywords: - apache-musicindex - streaming @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: apache-musicindex sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex - http://hacks.slashdirt.org/sw/musicindex/ version: 4.0.24 annotations: diff --git a/charts/stable/apache-musicindex/README.md b/charts/stable/apache-musicindex/README.md index cba46868ad9..168b767da36 100644 --- a/charts/stable/apache-musicindex/README.md +++ b/charts/stable/apache-musicindex/README.md @@ -1,6 +1,6 @@ # apache-musicindex -![Version: 4.0.23](https://img.shields.io/badge/Version-4.0.23-informational?style=flat-square) ![AppVersion: 1.4.1](https://img.shields.io/badge/AppVersion-1.4.1-informational?style=flat-square) +![Version: 4.0.24](https://img.shields.io/badge/Version-4.0.24-informational?style=flat-square) ![AppVersion: 1.4.1](https://img.shields.io/badge/AppVersion-1.4.1-informational?style=flat-square) Index and stream music using apache-musicindex and m3u playlists @@ -13,6 +13,7 @@ For more information, please click here: [apache-musicindex](https://truecharts. ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `apache-musicindex` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install apache-musicindex TrueCharts/apache-musicindex ``` @@ -47,7 +48,7 @@ helm install apache-musicindex TrueCharts/apache-musicindex **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall apache-musicindex Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install apache-musicindex TrueCharts/apache-musicindex -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/appdaemon/CHANGELOG.md b/charts/stable/appdaemon/CHANGELOG.md index 97140245b7a..e3fe87c7369 100644 --- a/charts/stable/appdaemon/CHANGELOG.md +++ b/charts/stable/appdaemon/CHANGELOG.md @@ -2,6 +2,16 @@ +## [appdaemon-9.0.26](https://github.com/truecharts/charts/compare/appdaemon-9.0.25...appdaemon-9.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [appdaemon-9.0.25](https://github.com/truecharts/apps/compare/appdaemon-9.0.24...appdaemon-9.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml index 85a6247e44c..defea11119c 100644 --- a/charts/stable/appdaemon/Chart.yaml +++ b/charts/stable/appdaemon/Chart.yaml @@ -5,13 +5,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -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. -home: https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon -icon: https://truecharts.org/img/chart-icons/appdaemon.png +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. +home: https://truecharts.org/docs/charts/stable/appdaemon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.png keywords: - appdaemon - homeautomation @@ -25,6 +21,7 @@ maintainers: url: truecharts.org name: appdaemon sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon - https://github.com/AppDaemon/appdaemon type: application version: 9.0.26 diff --git a/charts/stable/appdaemon/README.md b/charts/stable/appdaemon/README.md index 495ed6bac25..b13d21d1fc0 100644 --- a/charts/stable/appdaemon/README.md +++ b/charts/stable/appdaemon/README.md @@ -1,6 +1,6 @@ # appdaemon -![Version: 9.0.25](https://img.shields.io/badge/Version-9.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.1](https://img.shields.io/badge/AppVersion-4.2.1-informational?style=flat-square) +![Version: 9.0.26](https://img.shields.io/badge/Version-9.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.1](https://img.shields.io/badge/AppVersion-4.2.1-informational?style=flat-square) 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. @@ -13,6 +13,7 @@ For more information, please click here: [appdaemon](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `appdaemon` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install appdaemon TrueCharts/appdaemon ``` @@ -47,7 +48,7 @@ helm install appdaemon TrueCharts/appdaemon **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall appdaemon Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install appdaemon TrueCharts/appdaemon -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/aria2/CHANGELOG.md b/charts/stable/aria2/CHANGELOG.md index 871c460843d..7892d1fc997 100644 --- a/charts/stable/aria2/CHANGELOG.md +++ b/charts/stable/aria2/CHANGELOG.md @@ -2,6 +2,16 @@ +## [aria2-5.0.26](https://github.com/truecharts/charts/compare/aria2-5.0.25...aria2-5.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [aria2-5.0.25](https://github.com/truecharts/apps/compare/aria2-5.0.24...aria2-5.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/aria2/Chart.yaml b/charts/stable/aria2/Chart.yaml index f96e0209def..af4185ce462 100644 --- a/charts/stable/aria2/Chart.yaml +++ b/charts/stable/aria2/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: aria server for downloading web content -home: https://github.com/truecharts/charts/tree/master/charts/stable/aria2 -icon: https://truecharts.org/img/chart-icons/aria2.png +home: https://truecharts.org/docs/charts/stable/aria2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.png keywords: - aria2 kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: aria2 sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/aria2 - https://github.com/P3TERX/Aria2-Pro-Docker version: 5.0.26 annotations: diff --git a/charts/stable/aria2/README.md b/charts/stable/aria2/README.md index eef05b266c4..5043aed1340 100644 --- a/charts/stable/aria2/README.md +++ b/charts/stable/aria2/README.md @@ -1,6 +1,6 @@ # aria2 -![Version: 5.0.25](https://img.shields.io/badge/Version-5.0.25-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 5.0.26](https://img.shields.io/badge/Version-5.0.26-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) aria server for downloading web content @@ -13,6 +13,7 @@ For more information, please click here: [aria2](https://truecharts.org/docs/cha ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `aria2` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install aria2 TrueCharts/aria2 ``` @@ -47,7 +48,7 @@ helm install aria2 TrueCharts/aria2 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall aria2 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install aria2 TrueCharts/aria2 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/audacity/CHANGELOG.md b/charts/stable/audacity/CHANGELOG.md index 35c37505607..5af788ddeef 100644 --- a/charts/stable/audacity/CHANGELOG.md +++ b/charts/stable/audacity/CHANGELOG.md @@ -2,6 +2,16 @@ +## [audacity-4.0.25](https://github.com/truecharts/charts/compare/audacity-4.0.24...audacity-4.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [audacity-4.0.24](https://github.com/truecharts/apps/compare/audacity-4.0.23...audacity-4.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/audacity/Chart.yaml b/charts/stable/audacity/Chart.yaml index de7d1199273..e70690d6f3a 100644 --- a/charts/stable/audacity/Chart.yaml +++ b/charts/stable/audacity/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: An easy-to-use, multi-track audio editor and recorder -home: https://github.com/truecharts/charts/tree/master/charts/stable/audacity -icon: https://truecharts.org/img/chart-icons/audacity.png +home: https://truecharts.org/docs/charts/stable/audacity +icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.png keywords: - audacity - music @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: audacity sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/audacity - https://github.com/linuxserver/docker-audacity - https://www.audacityteam.org/ type: application diff --git a/charts/stable/audacity/README.md b/charts/stable/audacity/README.md index 4ddf06ed9d5..48c1247e0b4 100644 --- a/charts/stable/audacity/README.md +++ b/charts/stable/audacity/README.md @@ -1,6 +1,6 @@ # audacity -![Version: 4.0.24](https://img.shields.io/badge/Version-4.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.2](https://img.shields.io/badge/AppVersion-3.0.2-informational?style=flat-square) +![Version: 4.0.25](https://img.shields.io/badge/Version-4.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.2](https://img.shields.io/badge/AppVersion-3.0.2-informational?style=flat-square) An easy-to-use, multi-track audio editor and recorder @@ -13,6 +13,7 @@ For more information, please click here: [audacity](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `audacity` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install audacity TrueCharts/audacity ``` @@ -48,7 +49,7 @@ helm install audacity TrueCharts/audacity **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall audacity Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install audacity TrueCharts/audacity -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/audiobookshelf/CHANGELOG.md b/charts/stable/audiobookshelf/CHANGELOG.md index 93ddff14b3b..2382db08ea3 100644 --- a/charts/stable/audiobookshelf/CHANGELOG.md +++ b/charts/stable/audiobookshelf/CHANGELOG.md @@ -2,6 +2,16 @@ +## [audiobookshelf-2.0.28](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.27...audiobookshelf-2.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [audiobookshelf-2.0.27](https://github.com/truecharts/apps/compare/audiobookshelf-2.0.26...audiobookshelf-2.0.27) (2022-07-26) ### Chore diff --git a/charts/stable/audiobookshelf/Chart.yaml b/charts/stable/audiobookshelf/Chart.yaml index daf7f57f020..65a0756dd82 100644 --- a/charts/stable/audiobookshelf/Chart.yaml +++ b/charts/stable/audiobookshelf/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. -home: https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf -icon: https://truecharts.org/img/chart-icons/audiobookshelf.png +home: https://truecharts.org/docs/charts/stable/audiobookshelf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.png keywords: - audiobookshelf kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: audiobookshelf sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf - https://hub.docker.com/r/advplyr/audiobookshelf - https://github.com/advplyr/audiobookshelf version: 2.0.28 diff --git a/charts/stable/audiobookshelf/README.md b/charts/stable/audiobookshelf/README.md index 424ba2cb283..75866e6c80c 100644 --- a/charts/stable/audiobookshelf/README.md +++ b/charts/stable/audiobookshelf/README.md @@ -1,6 +1,6 @@ # audiobookshelf -![Version: 2.0.27](https://img.shields.io/badge/Version-2.0.27-informational?style=flat-square) ![AppVersion: 2.1.0](https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square) +![Version: 2.0.28](https://img.shields.io/badge/Version-2.0.28-informational?style=flat-square) ![AppVersion: 2.1.0](https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square) Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. @@ -13,6 +13,7 @@ For more information, please click here: [audiobookshelf](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `audiobookshelf` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install audiobookshelf TrueCharts/audiobookshelf ``` @@ -48,7 +49,7 @@ helm install audiobookshelf TrueCharts/audiobookshelf **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall audiobookshelf Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install audiobookshelf TrueCharts/audiobookshelf -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/authelia/CHANGELOG.md b/charts/stable/authelia/CHANGELOG.md index 0e2bd8c4f1a..5cfadb1a3be 100644 --- a/charts/stable/authelia/CHANGELOG.md +++ b/charts/stable/authelia/CHANGELOG.md @@ -2,6 +2,16 @@ +## [authelia-11.0.32](https://github.com/truecharts/charts/compare/authelia-11.0.31...authelia-11.0.32) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [authelia-11.0.31](https://github.com/truecharts/apps/compare/authelia-11.0.30...authelia-11.0.31) (2022-07-27) ### Chore diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index c4ecd9a9266..6c44726bd48 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -14,8 +14,8 @@ dependencies: version: 3.0.48 deprecated: false description: Authelia is a Single Sign-On Multi-Factor portal for web apps -home: https://github.com/truecharts/charts/tree/master/charts/stable/authelia -icon: https://truecharts.org/img/chart-icons/authelia.png +home: https://truecharts.org/docs/charts/stable/authelia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.png keywords: - authelia - authentication @@ -35,6 +35,7 @@ maintainers: url: https://truecharts.org name: authelia sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/authelia - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application diff --git a/charts/stable/authelia/README.md b/charts/stable/authelia/README.md index 705b8f9e363..0ecddbf5851 100644 --- a/charts/stable/authelia/README.md +++ b/charts/stable/authelia/README.md @@ -1,6 +1,6 @@ # authelia -![Version: 11.0.31](https://img.shields.io/badge/Version-11.0.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.36.3](https://img.shields.io/badge/AppVersion-4.36.3-informational?style=flat-square) +![Version: 11.0.32](https://img.shields.io/badge/Version-11.0.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.36.3](https://img.shields.io/badge/AppVersion-4.36.3-informational?style=flat-square) Authelia is a Single Sign-On Multi-Factor portal for web apps @@ -13,6 +13,7 @@ For more information, please click here: [authelia](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,22 +25,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `authelia` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install authelia TrueCharts/authelia ``` @@ -50,7 +51,7 @@ helm install authelia TrueCharts/authelia **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall authelia Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install authelia TrueCharts/authelia -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/automatic-music-downloader/CHANGELOG.md b/charts/stable/automatic-music-downloader/CHANGELOG.md index 14048605b85..9fbbb8fa834 100644 --- a/charts/stable/automatic-music-downloader/CHANGELOG.md +++ b/charts/stable/automatic-music-downloader/CHANGELOG.md @@ -2,6 +2,16 @@ +## [automatic-music-downloader-2.0.24](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.23...automatic-music-downloader-2.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [automatic-music-downloader-2.0.23](https://github.com/truecharts/apps/compare/automatic-music-downloader-2.0.22...automatic-music-downloader-2.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/automatic-music-downloader/Chart.yaml b/charts/stable/automatic-music-downloader/Chart.yaml index 691db447819..513427973ef 100644 --- a/charts/stable/automatic-music-downloader/Chart.yaml +++ b/charts/stable/automatic-music-downloader/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: A Lidarr companion script to automatically download music for Lidarr. -home: https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader -icon: https://truecharts.org/img/chart-icons/automatic-music-downloader.png +home: https://truecharts.org/docs/charts/stable/automatic-music-downloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-music-downloader.png keywords: - automatic - music @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: automatic-music-downloader sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader - https://github.com/RandomNinjaAtk/docker-amd - https://hub.docker.com/r/randomninjaatk/amd type: application diff --git a/charts/stable/automatic-music-downloader/README.md b/charts/stable/automatic-music-downloader/README.md index ca127a2e996..75088dee0a8 100644 --- a/charts/stable/automatic-music-downloader/README.md +++ b/charts/stable/automatic-music-downloader/README.md @@ -1,6 +1,6 @@ # automatic-music-downloader -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A Lidarr companion script to automatically download music for Lidarr. @@ -13,6 +13,7 @@ For more information, please click here: [automatic-music-downloader](https://tr ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `automatic-music-downloader` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install automatic-music-downloader TrueCharts/automatic-music-downloader ``` @@ -48,7 +49,7 @@ helm install automatic-music-downloader TrueCharts/automatic-music-downloader **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall automatic-music-downloader Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install automatic-music-downloader TrueCharts/automatic-music-downloader -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/avidemux/CHANGELOG.md b/charts/stable/avidemux/CHANGELOG.md index d02e4a47e02..a3b71797d09 100644 --- a/charts/stable/avidemux/CHANGELOG.md +++ b/charts/stable/avidemux/CHANGELOG.md @@ -2,6 +2,16 @@ +## [avidemux-1.0.3](https://github.com/truecharts/charts/compare/avidemux-1.0.2...avidemux-1.0.3) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [avidemux-1.0.2](https://github.com/truecharts/apps/compare/avidemux-1.0.1...avidemux-1.0.2) (2022-07-26) ### Chore diff --git a/charts/stable/avidemux/Chart.yaml b/charts/stable/avidemux/Chart.yaml index 234b8488a3d..a6b4aa0cd66 100644 --- a/charts/stable/avidemux/Chart.yaml +++ b/charts/stable/avidemux/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. -home: https://github.com/truecharts/charts/tree/master/charts/stable/avidemux -icon: https://truecharts.org/img/chart-icons/avidemux.png +home: https://truecharts.org/docs/charts/stable/avidemux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.png keywords: - media - avidemux @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: avidemux sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux - https://github.com/jlesage/docker-avidemux - https://hub.docker.com/r/jlesage/avidemux/ type: application diff --git a/charts/stable/avidemux/README.md b/charts/stable/avidemux/README.md index 5ada9176760..80b6506ddbc 100644 --- a/charts/stable/avidemux/README.md +++ b/charts/stable/avidemux/README.md @@ -1,6 +1,6 @@ # avidemux -![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) +![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. @@ -13,6 +13,7 @@ For more information, please click here: [avidemux](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `avidemux` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install avidemux TrueCharts/avidemux ``` @@ -48,7 +49,7 @@ helm install avidemux TrueCharts/avidemux **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall avidemux Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install avidemux TrueCharts/avidemux -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/babybuddy/CHANGELOG.md b/charts/stable/babybuddy/CHANGELOG.md index d8f205f60a6..f9b18c53553 100644 --- a/charts/stable/babybuddy/CHANGELOG.md +++ b/charts/stable/babybuddy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [babybuddy-8.0.35](https://github.com/truecharts/charts/compare/babybuddy-8.0.34...babybuddy-8.0.35) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [babybuddy-8.0.34](https://github.com/truecharts/apps/compare/babybuddy-8.0.33...babybuddy-8.0.34) (2022-07-29) ### Chore diff --git a/charts/stable/babybuddy/Chart.yaml b/charts/stable/babybuddy/Chart.yaml index 7c506927522..8c5c9426cc3 100644 --- a/charts/stable/babybuddy/Chart.yaml +++ b/charts/stable/babybuddy/Chart.yaml @@ -6,7 +6,7 @@ name: babybuddy description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. type: application home: https://truecharts.org/docs/charts/stable/babybuddy -icon: https://truecharts.org/img/chart-icons/babybuddy.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.png keywords: - baby - buddy @@ -14,6 +14,7 @@ keywords: - parents - parenting sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy - https://github.com/babybuddy/babybuddy dependencies: - name: common diff --git a/charts/stable/babybuddy/README.md b/charts/stable/babybuddy/README.md index 25b0c615e91..f19764f4d40 100644 --- a/charts/stable/babybuddy/README.md +++ b/charts/stable/babybuddy/README.md @@ -1,6 +1,6 @@ # babybuddy -![Version: 8.0.34](https://img.shields.io/badge/Version-8.0.34-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.12.0](https://img.shields.io/badge/AppVersion-1.12.0-informational?style=flat-square) +![Version: 8.0.35](https://img.shields.io/badge/Version-8.0.35-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.12.0](https://img.shields.io/badge/AppVersion-1.12.0-informational?style=flat-square) Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. @@ -13,6 +13,7 @@ For more information, please click here: [babybuddy](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `babybuddy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install babybuddy TrueCharts/babybuddy ``` @@ -48,7 +49,7 @@ helm install babybuddy TrueCharts/babybuddy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall babybuddy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install babybuddy TrueCharts/babybuddy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/baserow/CHANGELOG.md b/charts/stable/baserow/CHANGELOG.md index d6f4e018257..14bc429c0f6 100644 --- a/charts/stable/baserow/CHANGELOG.md +++ b/charts/stable/baserow/CHANGELOG.md @@ -2,6 +2,16 @@ +## [baserow-3.0.30](https://github.com/truecharts/charts/compare/baserow-3.0.29...baserow-3.0.30) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [baserow-3.0.29](https://github.com/truecharts/apps/compare/baserow-3.0.28...baserow-3.0.29) (2022-07-28) ### Chore diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index cd81b75ef90..e25bbc8072a 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -13,8 +13,8 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.48 description: Baserow is an open source no-code database tool and Airtable alternative. -home: "https://truecharts.org/docs/charts/stable/baserow" -icon: https://truecharts.org/img/chart-icons/baserow.png +home: https://truecharts.org/docs/charts/stable/baserow +icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.png keywords: - baserow kubeVersion: ">=1.16.0-0" @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: baserow sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/baserow - https://hub.docker.com/r/baserow/baserow - https://gitlab.com/bramw/baserow/ version: 3.0.30 diff --git a/charts/stable/baserow/README.md b/charts/stable/baserow/README.md index 90607ef0edf..6111b2a36f4 100644 --- a/charts/stable/baserow/README.md +++ b/charts/stable/baserow/README.md @@ -1,6 +1,6 @@ # baserow -![Version: 3.0.29](https://img.shields.io/badge/Version-3.0.29-informational?style=flat-square) ![AppVersion: 1.11.0](https://img.shields.io/badge/AppVersion-1.11.0-informational?style=flat-square) +![Version: 3.0.30](https://img.shields.io/badge/Version-3.0.30-informational?style=flat-square) ![AppVersion: 1.11.0](https://img.shields.io/badge/AppVersion-1.11.0-informational?style=flat-square) Baserow is an open source no-code database tool and Airtable alternative. @@ -13,6 +13,7 @@ For more information, please click here: [baserow](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,22 +25,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `baserow` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install baserow TrueCharts/baserow ``` @@ -50,7 +51,7 @@ helm install baserow TrueCharts/baserow **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall baserow Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install baserow TrueCharts/baserow -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/bazarr/CHANGELOG.md b/charts/stable/bazarr/CHANGELOG.md index e676e151d75..9e3f9139ab7 100644 --- a/charts/stable/bazarr/CHANGELOG.md +++ b/charts/stable/bazarr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [bazarr-11.0.25](https://github.com/truecharts/charts/compare/bazarr-11.0.24...bazarr-11.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [bazarr-11.0.24](https://github.com/truecharts/apps/compare/bazarr-11.0.23...bazarr-11.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index 3c17acb7d40..2be4f098c73 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -5,11 +5,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Bazarr is a companion application to Sonarr and Radarr. It manages and - downloads subtitles based on your requirements -home: https://github.com/truecharts/charts/tree/master/charts/stable/bazarr -icon: https://truecharts.org/img/chart-icons/bazarr.png +description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements +home: https://truecharts.org/docs/charts/stable/bazarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bazarr.png keywords: - bazarr - radarr @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: bazarr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/bazarr - https://github.com/morpheus65535/bazarr - https://hub.docker.com/r/linuxserver/bazarr type: application diff --git a/charts/stable/bazarr/README.md b/charts/stable/bazarr/README.md index f3d0d21ff70..15a3e44fb2a 100644 --- a/charts/stable/bazarr/README.md +++ b/charts/stable/bazarr/README.md @@ -1,6 +1,6 @@ # bazarr -![Version: 11.0.24](https://img.shields.io/badge/Version-11.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square) +![Version: 11.0.25](https://img.shields.io/badge/Version-11.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square) Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements @@ -13,6 +13,7 @@ For more information, please click here: [bazarr](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `bazarr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install bazarr TrueCharts/bazarr ``` @@ -48,7 +49,7 @@ helm install bazarr TrueCharts/bazarr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall bazarr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install bazarr TrueCharts/bazarr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/beets/CHANGELOG.md b/charts/stable/beets/CHANGELOG.md index 38efdb4b415..4e9bd4365c7 100644 --- a/charts/stable/beets/CHANGELOG.md +++ b/charts/stable/beets/CHANGELOG.md @@ -2,6 +2,16 @@ +## [beets-4.0.27](https://github.com/truecharts/charts/compare/beets-4.0.26...beets-4.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [beets-4.0.26](https://github.com/truecharts/apps/compare/beets-4.0.25...beets-4.0.26) (2022-07-28) ### Chore diff --git a/charts/stable/beets/Chart.yaml b/charts/stable/beets/Chart.yaml index 0c1950db562..fef9b4bea81 100644 --- a/charts/stable/beets/Chart.yaml +++ b/charts/stable/beets/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: A music library manager and not, for the most part, a music player. -home: "https://truecharts.org/docs/charts/stable/beets" -icon: https://truecharts.org/img/chart-icons/beets.png +home: https://truecharts.org/docs/charts/stable/beets +icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png keywords: - music - library @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: beets sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/beets - https://github.com/linuxserver/docker-beets - https://beets.io/ type: application diff --git a/charts/stable/beets/README.md b/charts/stable/beets/README.md index fe685e435ee..808b4b73372 100644 --- a/charts/stable/beets/README.md +++ b/charts/stable/beets/README.md @@ -1,6 +1,6 @@ # beets -![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square) +![Version: 4.0.27](https://img.shields.io/badge/Version-4.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square) A music library manager and not, for the most part, a music player. @@ -13,6 +13,7 @@ For more information, please click here: [beets](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `beets` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install beets TrueCharts/beets ``` @@ -48,7 +49,7 @@ helm install beets TrueCharts/beets **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall beets Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install beets TrueCharts/beets -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/blog/CHANGELOG.md b/charts/stable/blog/CHANGELOG.md index e109b5ea751..3fa904a323b 100644 --- a/charts/stable/blog/CHANGELOG.md +++ b/charts/stable/blog/CHANGELOG.md @@ -2,6 +2,16 @@ +## [blog-3.0.28](https://github.com/truecharts/charts/compare/hexo-blog-0.0.14...blog-3.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [blog-3.0.27](https://github.com/truecharts/apps/compare/hexo-blog-0.0.13...blog-3.0.27) (2022-07-26) ### Chore diff --git a/charts/stable/blog/Chart.yaml b/charts/stable/blog/Chart.yaml index fa910264353..98affa276bd 100644 --- a/charts/stable/blog/Chart.yaml +++ b/charts/stable/blog/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 8.0.50 description: "Lightweight self-hosted facebook-styled PHP blog." -home: https://github.com/truecharts/charts/tree/master/charts/stable/blog -icon: https://truecharts.org/img/chart-icons/blog.png +home: https://truecharts.org/docs/charts/stable/blog +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.png keywords: - blog - php @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: blog sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/blog - https://github.com/m1k1o/blog - https://github.com/nicholaswilde/docker-blog version: 3.0.28 diff --git a/charts/stable/blog/README.md b/charts/stable/blog/README.md index 5dfbbbbe645..be7e7eee7b5 100644 --- a/charts/stable/blog/README.md +++ b/charts/stable/blog/README.md @@ -1,6 +1,6 @@ # blog -![Version: 3.0.27](https://img.shields.io/badge/Version-3.0.27-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 3.0.28](https://img.shields.io/badge/Version-3.0.28-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Lightweight self-hosted facebook-styled PHP blog. @@ -13,6 +13,7 @@ For more information, please click here: [blog](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `blog` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install blog TrueCharts/blog ``` @@ -49,7 +50,7 @@ helm install blog TrueCharts/blog **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall blog Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install blog TrueCharts/blog -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/boinc/CHANGELOG.md b/charts/stable/boinc/CHANGELOG.md index 588725c990a..0c66bc08f83 100644 --- a/charts/stable/boinc/CHANGELOG.md +++ b/charts/stable/boinc/CHANGELOG.md @@ -2,6 +2,17 @@ +## [boinc-2.0.35](https://github.com/truecharts/charts/compare/boinc-2.0.33...boinc-2.0.35) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [boinc-2.0.33](https://github.com/truecharts/apps/compare/boinc-2.0.32...boinc-2.0.33) (2022-07-26) ### Chore diff --git a/charts/stable/boinc/Chart.yaml b/charts/stable/boinc/Chart.yaml index e58f17fbe64..ff62bf6bc9e 100644 --- a/charts/stable/boinc/Chart.yaml +++ b/charts/stable/boinc/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "latest" description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/boinc -icon: https://truecharts.org/img/chart-icons/boinc.png +home: https://truecharts.org/docs/charts/stable/boinc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png keywords: - boinc sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/boinc - https://hub.docker.com/r/linuxserver/boinc dependencies: - name: common diff --git a/charts/stable/boinc/README.md b/charts/stable/boinc/README.md index 6ca346d41bf..98972fbc770 100644 --- a/charts/stable/boinc/README.md +++ b/charts/stable/boinc/README.md @@ -1,6 +1,6 @@ # boinc -![Version: 2.0.33](https://img.shields.io/badge/Version-2.0.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 2.0.35](https://img.shields.io/badge/Version-2.0.35-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). @@ -13,6 +13,7 @@ For more information, please click here: [boinc](https://truecharts.org/docs/cha ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `boinc` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install boinc TrueCharts/boinc ``` @@ -47,7 +48,7 @@ helm install boinc TrueCharts/boinc **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall boinc Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install boinc TrueCharts/boinc -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/booksonic-air/CHANGELOG.md b/charts/stable/booksonic-air/CHANGELOG.md index 73f8b3b5d87..9552699372c 100644 --- a/charts/stable/booksonic-air/CHANGELOG.md +++ b/charts/stable/booksonic-air/CHANGELOG.md @@ -2,6 +2,17 @@ +## [booksonic-air-6.0.30](https://github.com/truecharts/charts/compare/booksonic-air-6.0.28...booksonic-air-6.0.30) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [booksonic-air-6.0.28](https://github.com/truecharts/apps/compare/booksonic-air-6.0.27...booksonic-air-6.0.28) (2022-07-26) ### Chore diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index 4e44cc91435..d82542cdf89 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - Booksonic is a platform for accessing the audibooks you own wherever - you are -home: https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air -icon: https://truecharts.org/img/chart-icons/booksonic-air.png +description: Booksonic is a platform for accessing the audibooks you own wherever you are +home: https://truecharts.org/docs/charts/stable/booksonic-air +icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png keywords: - booksonic - audiobook @@ -19,6 +17,7 @@ maintainers: url: https://truecharts.org name: booksonic-air sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air - https://github.com/popeen/Booksonic-Air - https://hub.docker.com/r/linuxserver/booksonic-air version: 6.0.30 diff --git a/charts/stable/booksonic-air/README.md b/charts/stable/booksonic-air/README.md index a22139b912e..5763dee22f3 100644 --- a/charts/stable/booksonic-air/README.md +++ b/charts/stable/booksonic-air/README.md @@ -1,6 +1,6 @@ # booksonic-air -![Version: 6.0.28](https://img.shields.io/badge/Version-6.0.28-informational?style=flat-square) ![AppVersion: 2201.1.0](https://img.shields.io/badge/AppVersion-2201.1.0-informational?style=flat-square) +![Version: 6.0.30](https://img.shields.io/badge/Version-6.0.30-informational?style=flat-square) ![AppVersion: 2201.1.0](https://img.shields.io/badge/AppVersion-2201.1.0-informational?style=flat-square) Booksonic is a platform for accessing the audibooks you own wherever you are @@ -13,6 +13,7 @@ For more information, please click here: [booksonic-air](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `booksonic-air` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install booksonic-air TrueCharts/booksonic-air ``` @@ -48,7 +49,7 @@ helm install booksonic-air TrueCharts/booksonic-air **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall booksonic-air Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install booksonic-air TrueCharts/booksonic-air -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/bookstack/CHANGELOG.md b/charts/stable/bookstack/CHANGELOG.md index ec7d782dd12..cddb850f111 100644 --- a/charts/stable/bookstack/CHANGELOG.md +++ b/charts/stable/bookstack/CHANGELOG.md @@ -2,6 +2,16 @@ +## [bookstack-3.0.29](https://github.com/truecharts/charts/compare/bookstack-3.0.28...bookstack-3.0.29) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [bookstack-3.0.28](https://github.com/truecharts/apps/compare/bookstack-3.0.27...bookstack-3.0.28) (2022-07-29) ### Chore diff --git a/charts/stable/bookstack/Chart.yaml b/charts/stable/bookstack/Chart.yaml index a3ea4aaadfa..107702246e6 100644 --- a/charts/stable/bookstack/Chart.yaml +++ b/charts/stable/bookstack/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 3.0.49 description: "A simple, self-hosted, easy-to-use platform for organising and storing information." home: https://truecharts.org/docs/charts/stable/bookstack -icon: https://truecharts.org/img/chart-icons/bookstack.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.png keywords: - bookstack - book @@ -25,6 +25,7 @@ maintainers: url: https://truecharts.org name: bookstack sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack - https://www.bookstackapp.com/ - https://hub.docker.com/r/linuxserver/bookstack version: 3.0.29 diff --git a/charts/stable/bookstack/README.md b/charts/stable/bookstack/README.md index d86c561b283..6fc570832a7 100644 --- a/charts/stable/bookstack/README.md +++ b/charts/stable/bookstack/README.md @@ -1,6 +1,6 @@ # bookstack -![Version: 3.0.28](https://img.shields.io/badge/Version-3.0.28-informational?style=flat-square) ![AppVersion: 22.07.2022](https://img.shields.io/badge/AppVersion-22.07.2022-informational?style=flat-square) +![Version: 3.0.29](https://img.shields.io/badge/Version-3.0.29-informational?style=flat-square) ![AppVersion: 22.07.2022](https://img.shields.io/badge/AppVersion-22.07.2022-informational?style=flat-square) A simple, self-hosted, easy-to-use platform for organising and storing information. @@ -13,6 +13,7 @@ For more information, please click here: [bookstack](https://truecharts.org/docs ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `bookstack` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install bookstack TrueCharts/bookstack ``` @@ -49,7 +50,7 @@ helm install bookstack TrueCharts/bookstack **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall bookstack Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install bookstack TrueCharts/bookstack -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/browserless-chrome/CHANGELOG.md b/charts/stable/browserless-chrome/CHANGELOG.md index f8b1f6377f5..795aee51553 100644 --- a/charts/stable/browserless-chrome/CHANGELOG.md +++ b/charts/stable/browserless-chrome/CHANGELOG.md @@ -2,6 +2,16 @@ +## [browserless-chrome-2.0.25](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.24...browserless-chrome-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [browserless-chrome-2.0.24](https://github.com/truecharts/apps/compare/browserless-chrome-2.0.23...browserless-chrome-2.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/browserless-chrome/Chart.yaml b/charts/stable/browserless-chrome/Chart.yaml index b64b3678ed1..2f4ec40e2a8 100644 --- a/charts/stable/browserless-chrome/Chart.yaml +++ b/charts/stable/browserless-chrome/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work -home: https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome -icon: https://truecharts.org/img/chart-icons/browserless-chrome.png +home: https://truecharts.org/docs/charts/stable/browserless-chrome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.png keywords: - browserless - chrome @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: browserless-chrome sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome - https://docs.browserless.io/docs/docker.html - https://hub.docker.com/r/browserless/chrome/ version: 2.0.25 diff --git a/charts/stable/browserless-chrome/README.md b/charts/stable/browserless-chrome/README.md index d882bd2c862..9e65fcdabbb 100644 --- a/charts/stable/browserless-chrome/README.md +++ b/charts/stable/browserless-chrome/README.md @@ -1,6 +1,6 @@ # browserless-chrome -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![AppVersion: 1.54.0](https://img.shields.io/badge/AppVersion-1.54.0-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![AppVersion: 1.54.0](https://img.shields.io/badge/AppVersion-1.54.0-informational?style=flat-square) Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work @@ -13,6 +13,7 @@ For more information, please click here: [browserless-chrome](https://truecharts ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `browserless-chrome` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install browserless-chrome TrueCharts/browserless-chrome ``` @@ -48,7 +49,7 @@ helm install browserless-chrome TrueCharts/browserless-chrome **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall browserless-chrome Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install browserless-chrome TrueCharts/browserless-chrome -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/budge/CHANGELOG.md b/charts/stable/budge/CHANGELOG.md index 4e8cc3b93b2..8190f1c362c 100644 --- a/charts/stable/budge/CHANGELOG.md +++ b/charts/stable/budge/CHANGELOG.md @@ -2,6 +2,16 @@ +## [budge-2.0.29](https://github.com/truecharts/charts/compare/budge-2.0.28...budge-2.0.29) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [budge-2.0.28](https://github.com/truecharts/apps/compare/budge-2.0.27...budge-2.0.28) (2022-07-27) ### Chore diff --git a/charts/stable/budge/Chart.yaml b/charts/stable/budge/Chart.yaml index 55e22d2e59f..959315841dd 100644 --- a/charts/stable/budge/Chart.yaml +++ b/charts/stable/budge/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Budge is an open source 'budgeting with envelopes' personal finance app. -home: https://github.com/truecharts/charts/tree/master/charts/stable/budge -icon: https://truecharts.org/img/chart-icons/budge.png +home: https://truecharts.org/docs/charts/stable/budge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png keywords: - finance - budge @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: budge sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/budge - https://github.com/linuxserver/budge - https://github.com/linuxserver/docker-BudgE version: 2.0.29 diff --git a/charts/stable/budge/README.md b/charts/stable/budge/README.md index 09b70ddfe01..2215d826e42 100644 --- a/charts/stable/budge/README.md +++ b/charts/stable/budge/README.md @@ -1,6 +1,6 @@ # budge -![Version: 2.0.28](https://img.shields.io/badge/Version-2.0.28-informational?style=flat-square) ![AppVersion: 0.0.9](https://img.shields.io/badge/AppVersion-0.0.9-informational?style=flat-square) +![Version: 2.0.29](https://img.shields.io/badge/Version-2.0.29-informational?style=flat-square) ![AppVersion: 0.0.9](https://img.shields.io/badge/AppVersion-0.0.9-informational?style=flat-square) Budge is an open source 'budgeting with envelopes' personal finance app. @@ -13,6 +13,7 @@ For more information, please click here: [budge](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `budge` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install budge TrueCharts/budge ``` @@ -48,7 +49,7 @@ helm install budge TrueCharts/budge **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall budge Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install budge TrueCharts/budge -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/calibre-web/CHANGELOG.md b/charts/stable/calibre-web/CHANGELOG.md index 61c38866666..21c2b3cee54 100644 --- a/charts/stable/calibre-web/CHANGELOG.md +++ b/charts/stable/calibre-web/CHANGELOG.md @@ -2,6 +2,16 @@ +## [calibre-web-11.0.30](https://github.com/truecharts/charts/compare/calibre-web-11.0.29...calibre-web-11.0.30) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [calibre-web-11.0.29](https://github.com/truecharts/apps/compare/calibre-web-11.0.28...calibre-web-11.0.29) (2022-07-27) ### Chore diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index e30bfb57298..2851d098db6 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -5,11 +5,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Calibre-Web is a web app providing a clean interface for browsing, reading - and downloading eBooks using an existing Calibre database. -home: https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web -icon: https://truecharts.org/img/chart-icons/calibre-web.png +description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. +home: https://truecharts.org/docs/charts/stable/calibre-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.png keywords: - calibre-web - calibre @@ -21,6 +19,7 @@ maintainers: url: https://truecharts.org name: calibre-web sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web - https://hub.docker.com/r/linuxserver/calibre-web/ - https://github.com/janeczku/calibre-web type: application diff --git a/charts/stable/calibre-web/README.md b/charts/stable/calibre-web/README.md index 0461aa9f2ba..4302ebe9829 100644 --- a/charts/stable/calibre-web/README.md +++ b/charts/stable/calibre-web/README.md @@ -1,6 +1,6 @@ # calibre-web -![Version: 11.0.29](https://img.shields.io/badge/Version-11.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.18](https://img.shields.io/badge/AppVersion-0.6.18-informational?style=flat-square) +![Version: 11.0.30](https://img.shields.io/badge/Version-11.0.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.18](https://img.shields.io/badge/AppVersion-0.6.18-informational?style=flat-square) Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. @@ -13,6 +13,7 @@ For more information, please click here: [calibre-web](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `calibre-web` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install calibre-web TrueCharts/calibre-web ``` @@ -48,7 +49,7 @@ helm install calibre-web TrueCharts/calibre-web **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall calibre-web Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install calibre-web TrueCharts/calibre-web -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/calibre/CHANGELOG.md b/charts/stable/calibre/CHANGELOG.md index 3bd3001c13f..040d906b34d 100644 --- a/charts/stable/calibre/CHANGELOG.md +++ b/charts/stable/calibre/CHANGELOG.md @@ -2,6 +2,16 @@ +## [calibre-7.0.32](https://github.com/truecharts/charts/compare/calibre-7.0.31...calibre-7.0.32) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [calibre-7.0.31](https://github.com/truecharts/apps/compare/calibre-web-11.0.29...calibre-7.0.31) (2022-07-29) ### Chore diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml index 827aa643b21..f62a5250000 100644 --- a/charts/stable/calibre/Chart.yaml +++ b/charts/stable/calibre/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.4.9 description: Calibre is a powerful and easy to use e-book manager. home: https://truecharts.org/docs/charts/stable/calibre -icon: https://truecharts.org/img/chart-icons/calibre.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png keywords: - calibre kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: calibre sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/calibre - https://hub.docker.com/r/linuxserver/calibre/ - https://github.com/kovidgoyal/calibre/ version: 7.0.32 diff --git a/charts/stable/calibre/README.md b/charts/stable/calibre/README.md index 752af905595..39dd6c03a5f 100644 --- a/charts/stable/calibre/README.md +++ b/charts/stable/calibre/README.md @@ -1,6 +1,6 @@ # calibre -![Version: 7.0.31](https://img.shields.io/badge/Version-7.0.31-informational?style=flat-square) ![AppVersion: 6.2.1](https://img.shields.io/badge/AppVersion-6.2.1-informational?style=flat-square) +![Version: 7.0.32](https://img.shields.io/badge/Version-7.0.32-informational?style=flat-square) ![AppVersion: 6.2.1](https://img.shields.io/badge/AppVersion-6.2.1-informational?style=flat-square) Calibre is a powerful and easy to use e-book manager. @@ -13,6 +13,7 @@ For more information, please click here: [calibre](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `calibre` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install calibre TrueCharts/calibre ``` @@ -48,7 +49,7 @@ helm install calibre TrueCharts/calibre **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall calibre Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install calibre TrueCharts/calibre -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/chevereto/CHANGELOG.md b/charts/stable/chevereto/CHANGELOG.md index 6b85f0fa14a..909feee835e 100644 --- a/charts/stable/chevereto/CHANGELOG.md +++ b/charts/stable/chevereto/CHANGELOG.md @@ -2,6 +2,16 @@ +## [chevereto-3.0.26](https://github.com/truecharts/charts/compare/chevereto-3.0.25...chevereto-3.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [chevereto-3.0.25](https://github.com/truecharts/apps/compare/chevereto-3.0.24...chevereto-3.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/chevereto/Chart.yaml b/charts/stable/chevereto/Chart.yaml index 37ffb2652e2..960b9b4db83 100644 --- a/charts/stable/chevereto/Chart.yaml +++ b/charts/stable/chevereto/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "1.6.2" description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/chevereto -icon: https://truecharts.org/img/chart-icons/chevereto.png +home: https://truecharts.org/docs/charts/stable/chevereto +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.png keywords: - chevereto sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto - https://hub.docker.com/r/linuxserver/chevereto - https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables - https://github.com/rodber/chevereto-free diff --git a/charts/stable/chevereto/README.md b/charts/stable/chevereto/README.md index 42fc0ad2f5e..cb710332e17 100644 --- a/charts/stable/chevereto/README.md +++ b/charts/stable/chevereto/README.md @@ -1,6 +1,6 @@ # chevereto -![Version: 3.0.25](https://img.shields.io/badge/Version-3.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.2](https://img.shields.io/badge/AppVersion-1.6.2-informational?style=flat-square) +![Version: 3.0.26](https://img.shields.io/badge/Version-3.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.2](https://img.shields.io/badge/AppVersion-1.6.2-informational?style=flat-square) Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. @@ -13,6 +13,7 @@ For more information, please click here: [chevereto](https://truecharts.org/docs ## Source Code +* * * * @@ -25,21 +26,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `chevereto` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install chevereto TrueCharts/chevereto ``` @@ -50,7 +51,7 @@ helm install chevereto TrueCharts/chevereto **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall chevereto Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install chevereto TrueCharts/chevereto -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/clamav/CHANGELOG.md b/charts/stable/clamav/CHANGELOG.md index 61c5ecaad3a..9241877e48f 100644 --- a/charts/stable/clamav/CHANGELOG.md +++ b/charts/stable/clamav/CHANGELOG.md @@ -2,6 +2,17 @@ +## [clamav-3.0.29](https://github.com/truecharts/charts/compare/clamav-3.0.27...clamav-3.0.29) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [clamav-3.0.27](https://github.com/truecharts/apps/compare/clamav-3.0.26...clamav-3.0.27) (2022-07-28) ### Chore diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml index 86554075b7d..0d7848edfa0 100644 --- a/charts/stable/clamav/Chart.yaml +++ b/charts/stable/clamav/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. -home: "https://truecharts.org/docs/charts/stable/clamav" -icon: https://truecharts.org/img/chart-icons/clamav.png +home: https://truecharts.org/docs/charts/stable/clamav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png keywords: - clamav - antivirus @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: clamav sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/clamav - https://github.com/Cisco-Talos/clamav - https://hub.docker.com/r/clamav/clamav - https://docs.clamav.net/ diff --git a/charts/stable/clamav/README.md b/charts/stable/clamav/README.md index 79aaad9028f..94f8da2af14 100644 --- a/charts/stable/clamav/README.md +++ b/charts/stable/clamav/README.md @@ -1,6 +1,6 @@ # clamav -![Version: 3.0.27](https://img.shields.io/badge/Version-3.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.105.1](https://img.shields.io/badge/AppVersion-0.105.1-informational?style=flat-square) +![Version: 3.0.29](https://img.shields.io/badge/Version-3.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.105.1](https://img.shields.io/badge/AppVersion-0.105.1-informational?style=flat-square) ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. @@ -13,6 +13,7 @@ For more information, please click here: [clamav](https://truecharts.org/docs/ch ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `clamav` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install clamav TrueCharts/clamav ``` @@ -49,7 +50,7 @@ helm install clamav TrueCharts/clamav **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall clamav Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install clamav TrueCharts/clamav -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/clarkson/CHANGELOG.md b/charts/stable/clarkson/CHANGELOG.md index fbcc5dc156b..7d8a184c7a9 100644 --- a/charts/stable/clarkson/CHANGELOG.md +++ b/charts/stable/clarkson/CHANGELOG.md @@ -2,6 +2,16 @@ +## [clarkson-3.0.28](https://github.com/truecharts/charts/compare/clarkson-3.0.27...clarkson-3.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [clarkson-3.0.27](https://github.com/truecharts/apps/compare/clarkson-3.0.26...clarkson-3.0.27) (2022-07-26) ### Chore diff --git a/charts/stable/clarkson/Chart.yaml b/charts/stable/clarkson/Chart.yaml index ce2cb622e16..daa10c4efb2 100644 --- a/charts/stable/clarkson/Chart.yaml +++ b/charts/stable/clarkson/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 3.0.49 description: "A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles." -home: https://github.com/truecharts/charts/tree/master/charts/stable/clarkson -icon: https://truecharts.org/img/chart-icons/clarkson.png +home: https://truecharts.org/docs/charts/stable/clarkson +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.png keywords: - fuel - car @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: clarkson sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson - https://github.com/linuxserver/Clarkson - https://hub.docker.com/r/linuxserver/clarkson version: 3.0.28 diff --git a/charts/stable/clarkson/README.md b/charts/stable/clarkson/README.md index be9ca8a502a..21e5c3dece5 100644 --- a/charts/stable/clarkson/README.md +++ b/charts/stable/clarkson/README.md @@ -1,6 +1,6 @@ # clarkson -![Version: 3.0.27](https://img.shields.io/badge/Version-3.0.27-informational?style=flat-square) ![AppVersion: 1.1.2](https://img.shields.io/badge/AppVersion-1.1.2-informational?style=flat-square) +![Version: 3.0.28](https://img.shields.io/badge/Version-3.0.28-informational?style=flat-square) ![AppVersion: 1.1.2](https://img.shields.io/badge/AppVersion-1.1.2-informational?style=flat-square) A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles. @@ -13,6 +13,7 @@ For more information, please click here: [clarkson](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `clarkson` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install clarkson TrueCharts/clarkson ``` @@ -49,7 +50,7 @@ helm install clarkson TrueCharts/clarkson **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall clarkson Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install clarkson TrueCharts/clarkson -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/cloud9/CHANGELOG.md b/charts/stable/cloud9/CHANGELOG.md index b8537cd5d5b..0c070fdf0d4 100644 --- a/charts/stable/cloud9/CHANGELOG.md +++ b/charts/stable/cloud9/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cloud9-4.0.23](https://github.com/truecharts/charts/compare/cloud9-4.0.22...cloud9-4.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cloud9-4.0.22](https://github.com/truecharts/apps/compare/cloud9-4.0.21...cloud9-4.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/cloud9/Chart.yaml b/charts/stable/cloud9/Chart.yaml index 63f847beeb6..f8b2f38d48c 100644 --- a/charts/stable/cloud9/Chart.yaml +++ b/charts/stable/cloud9/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: A complete web based IDE with terminal access -home: https://github.com/truecharts/charts/tree/master/charts/stable/cloud9 -icon: https://truecharts.org/img/chart-icons/cloud9.png +home: https://truecharts.org/docs/charts/stable/cloud9 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.png keywords: - cloud9 - ide @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: cloud9 sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cloud9 - https://aws.amazon.com/cloud9/ - https://github.com/c9/core - https://hub.docker.com/r/linuxserver/cloud9 diff --git a/charts/stable/cloud9/README.md b/charts/stable/cloud9/README.md index 26f1d5d16c2..318cb223f31 100644 --- a/charts/stable/cloud9/README.md +++ b/charts/stable/cloud9/README.md @@ -1,6 +1,6 @@ # cloud9 -![Version: 4.0.22](https://img.shields.io/badge/Version-4.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.29.2](https://img.shields.io/badge/AppVersion-1.29.2-informational?style=flat-square) +![Version: 4.0.23](https://img.shields.io/badge/Version-4.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.29.2](https://img.shields.io/badge/AppVersion-1.29.2-informational?style=flat-square) A complete web based IDE with terminal access @@ -13,6 +13,7 @@ For more information, please click here: [cloud9](https://truecharts.org/docs/ch ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cloud9` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cloud9 TrueCharts/cloud9 ``` @@ -49,7 +50,7 @@ helm install cloud9 TrueCharts/cloud9 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall cloud9 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cloud9 TrueCharts/cloud9 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/cloudflared/CHANGELOG.md b/charts/stable/cloudflared/CHANGELOG.md index 7789e58f6b6..62e4f860ac4 100644 --- a/charts/stable/cloudflared/CHANGELOG.md +++ b/charts/stable/cloudflared/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cloudflared-1.0.6](https://github.com/truecharts/charts/compare/cloudflared-1.0.5...cloudflared-1.0.6) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cloudflared-1.0.5](https://github.com/truecharts/apps/compare/cloudflared-1.0.4...cloudflared-1.0.5) (2022-07-26) ### Chore diff --git a/charts/stable/cloudflared/Chart.yaml b/charts/stable/cloudflared/Chart.yaml index a91bed4451c..e0c9b699744 100644 --- a/charts/stable/cloudflared/Chart.yaml +++ b/charts/stable/cloudflared/Chart.yaml @@ -6,12 +6,13 @@ appVersion: "2022.7.1" description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared -icon: https://truecharts.org/img/chart-icons/cloudflared.png +home: https://truecharts.org/docs/charts/stable/cloudflared +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.png keywords: - cloudflared - networking sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared - https://hub.docker.com/r/cloudflare/cloudflared dependencies: - name: common diff --git a/charts/stable/cloudflared/README.md b/charts/stable/cloudflared/README.md index 58d39e92ea5..87592c777d2 100644 --- a/charts/stable/cloudflared/README.md +++ b/charts/stable/cloudflared/README.md @@ -1,6 +1,6 @@ # cloudflared -![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.7.1](https://img.shields.io/badge/AppVersion-2022.7.1-informational?style=flat-square) +![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.7.1](https://img.shields.io/badge/AppVersion-2022.7.1-informational?style=flat-square) Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. @@ -13,6 +13,7 @@ For more information, please click here: [cloudflared](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cloudflared` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cloudflared TrueCharts/cloudflared ``` @@ -47,7 +48,7 @@ helm install cloudflared TrueCharts/cloudflared **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall cloudflared Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cloudflared TrueCharts/cloudflared -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/cloudflareddns/CHANGELOG.md b/charts/stable/cloudflareddns/CHANGELOG.md index d5ac188c836..9fba7f4e1a2 100644 --- a/charts/stable/cloudflareddns/CHANGELOG.md +++ b/charts/stable/cloudflareddns/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cloudflareddns-1.0.10](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.9...cloudflareddns-1.0.10) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cloudflareddns-1.0.9](https://github.com/truecharts/apps/compare/cloudflareddns-1.0.8...cloudflareddns-1.0.9) (2022-07-26) ### Chore diff --git a/charts/stable/cloudflareddns/Chart.yaml b/charts/stable/cloudflareddns/Chart.yaml index babc1a6f247..fe0d8e351c9 100644 --- a/charts/stable/cloudflareddns/Chart.yaml +++ b/charts/stable/cloudflareddns/Chart.yaml @@ -6,13 +6,14 @@ appVersion: "latest" description: Update your Cloudflare DNS records automatically for those with a dynamic IP type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns -icon: https://truecharts.org/img/chart-icons/cloudflareddns.png +home: https://truecharts.org/docs/charts/stable/cloudflareddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflareddns.png keywords: - ddns - cloudflare - cloudflareddns sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns - https://github.com/hotio/cloudflareddns - https://hotio.dev/containers/cloudflareddns/ dependencies: diff --git a/charts/stable/cloudflareddns/README.md b/charts/stable/cloudflareddns/README.md index 19763eeee77..360d145c884 100644 --- a/charts/stable/cloudflareddns/README.md +++ b/charts/stable/cloudflareddns/README.md @@ -1,6 +1,6 @@ # cloudflareddns -![Version: 1.0.9](https://img.shields.io/badge/Version-1.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.0.10](https://img.shields.io/badge/Version-1.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Update your Cloudflare DNS records automatically for those with a dynamic IP @@ -13,6 +13,7 @@ For more information, please click here: [cloudflareddns](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cloudflareddns` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cloudflareddns TrueCharts/cloudflareddns ``` @@ -48,7 +49,7 @@ helm install cloudflareddns TrueCharts/cloudflareddns **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall cloudflareddns Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cloudflareddns TrueCharts/cloudflareddns -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/code-server/CHANGELOG.md b/charts/stable/code-server/CHANGELOG.md index 78117bdb305..e55d65adf43 100644 --- a/charts/stable/code-server/CHANGELOG.md +++ b/charts/stable/code-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [code-server-4.0.28](https://github.com/truecharts/charts/compare/openvscode-server-2.0.26...code-server-4.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [code-server-4.0.27](https://github.com/truecharts/apps/compare/code-server-4.0.26...code-server-4.0.27) (2022-07-26) ### Chore diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index ac6742ad660..766e09df7f6 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Run VS Code on any machine anywhere and access it in the browser. -home: https://github.com/truecharts/charts/tree/master/charts/stable/code-server -icon: https://truecharts.org/img/chart-icons/code-server.png +home: https://truecharts.org/docs/charts/stable/code-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.png keywords: - code - vs @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: code-server sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/code-server - https://github.com/cdr/code-server type: application version: 4.0.28 diff --git a/charts/stable/code-server/README.md b/charts/stable/code-server/README.md index 827beda8a38..4c563d311a1 100644 --- a/charts/stable/code-server/README.md +++ b/charts/stable/code-server/README.md @@ -1,6 +1,6 @@ # code-server -![Version: 4.0.27](https://img.shields.io/badge/Version-4.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.1](https://img.shields.io/badge/AppVersion-4.5.1-informational?style=flat-square) +![Version: 4.0.28](https://img.shields.io/badge/Version-4.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.1](https://img.shields.io/badge/AppVersion-4.5.1-informational?style=flat-square) Run VS Code on any machine anywhere and access it in the browser. @@ -13,6 +13,7 @@ For more information, please click here: [code-server](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `code-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install code-server TrueCharts/code-server ``` @@ -47,7 +48,7 @@ helm install code-server TrueCharts/code-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall code-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install code-server TrueCharts/code-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/commento-plusplus/CHANGELOG.md b/charts/stable/commento-plusplus/CHANGELOG.md index ad49fb558a6..156bb7eaba5 100644 --- a/charts/stable/commento-plusplus/CHANGELOG.md +++ b/charts/stable/commento-plusplus/CHANGELOG.md @@ -2,6 +2,16 @@ +## [commento-plusplus-3.0.27](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.26...commento-plusplus-3.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [commento-plusplus-3.0.26](https://github.com/truecharts/apps/compare/commento-plusplus-3.0.25...commento-plusplus-3.0.26) (2022-07-27) ### Chore diff --git a/charts/stable/commento-plusplus/Chart.yaml b/charts/stable/commento-plusplus/Chart.yaml index 9e90a4e39ee..cb3b4f4e03b 100644 --- a/charts/stable/commento-plusplus/Chart.yaml +++ b/charts/stable/commento-plusplus/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 8.0.50 description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus. -home: https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus -icon: https://truecharts.org/img/chart-icons/commento-plusplus.png +home: https://truecharts.org/docs/charts/stable/commento-plusplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.png keywords: - commento kubeVersion: ">=1.16.0-0" @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: commento-plusplus sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus - https://github.com/souramoo/commentoplusplus - https://hub.docker.com/r/caroga/commentoplusplus version: 3.0.27 diff --git a/charts/stable/commento-plusplus/README.md b/charts/stable/commento-plusplus/README.md index 5d9fe1433fc..3af28fdb7c6 100644 --- a/charts/stable/commento-plusplus/README.md +++ b/charts/stable/commento-plusplus/README.md @@ -1,6 +1,6 @@ # commento-plusplus -![Version: 3.0.26](https://img.shields.io/badge/Version-3.0.26-informational?style=flat-square) ![AppVersion: 1.8.7](https://img.shields.io/badge/AppVersion-1.8.7-informational?style=flat-square) +![Version: 3.0.27](https://img.shields.io/badge/Version-3.0.27-informational?style=flat-square) ![AppVersion: 1.8.7](https://img.shields.io/badge/AppVersion-1.8.7-informational?style=flat-square) Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus. @@ -13,6 +13,7 @@ For more information, please click here: [commento-plusplus](https://truecharts. ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `commento-plusplus` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install commento-plusplus TrueCharts/commento-plusplus ``` @@ -49,7 +50,7 @@ helm install commento-plusplus TrueCharts/commento-plusplus **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall commento-plusplus Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install commento-plusplus TrueCharts/commento-plusplus -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/couchpotato/CHANGELOG.md b/charts/stable/couchpotato/CHANGELOG.md index a84748a56ec..c0b6a74bac1 100644 --- a/charts/stable/couchpotato/CHANGELOG.md +++ b/charts/stable/couchpotato/CHANGELOG.md @@ -2,6 +2,16 @@ +## [couchpotato-2.0.23](https://github.com/truecharts/charts/compare/couchpotato-2.0.22...couchpotato-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [couchpotato-2.0.22](https://github.com/truecharts/apps/compare/couchpotato-2.0.21...couchpotato-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/couchpotato/Chart.yaml b/charts/stable/couchpotato/Chart.yaml index 1eb0d5acc2e..b2b67678433 100644 --- a/charts/stable/couchpotato/Chart.yaml +++ b/charts/stable/couchpotato/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "2021.11.22" description: Couchpotato is an automatic NZB and torrent downloader. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/couchpotato -icon: https://truecharts.org/img/chart-icons/couchpotato.png +home: https://truecharts.org/docs/charts/stable/couchpotato +icon: https://truecharts.org/img/hotlink-ok/chart-icons/couchpotato.png keywords: - couchpotato sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/couchpotato - https://hub.docker.com/r/linuxserver/couchpotato dependencies: - name: common diff --git a/charts/stable/couchpotato/README.md b/charts/stable/couchpotato/README.md index 8d96aceaa58..a523d996272 100644 --- a/charts/stable/couchpotato/README.md +++ b/charts/stable/couchpotato/README.md @@ -1,6 +1,6 @@ # couchpotato -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.11.22](https://img.shields.io/badge/AppVersion-2021.11.22-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.11.22](https://img.shields.io/badge/AppVersion-2021.11.22-informational?style=flat-square) Couchpotato is an automatic NZB and torrent downloader. @@ -13,6 +13,7 @@ For more information, please click here: [couchpotato](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `couchpotato` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install couchpotato TrueCharts/couchpotato ``` @@ -47,7 +48,7 @@ helm install couchpotato TrueCharts/couchpotato **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall couchpotato Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install couchpotato TrueCharts/couchpotato -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/cryptofolio/CHANGELOG.md b/charts/stable/cryptofolio/CHANGELOG.md index 0fe950a2e59..3f0bbec683f 100644 --- a/charts/stable/cryptofolio/CHANGELOG.md +++ b/charts/stable/cryptofolio/CHANGELOG.md @@ -2,6 +2,16 @@ +## [cryptofolio-4.0.26](https://github.com/truecharts/charts/compare/cryptofolio-4.0.25...cryptofolio-4.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cryptofolio-4.0.25](https://github.com/truecharts/apps/compare/cryptofolio-4.0.24...cryptofolio-4.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/cryptofolio/Chart.yaml b/charts/stable/cryptofolio/Chart.yaml index 36546a21b52..bc7901366a3 100644 --- a/charts/stable/cryptofolio/Chart.yaml +++ b/charts/stable/cryptofolio/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Track your cryptocurrency holdings/portfolio -home: https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio -icon: https://truecharts.org/img/chart-icons/cryptofolio.png +home: https://truecharts.org/docs/charts/stable/cryptofolio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.png keywords: - cryptofolio kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: cryptofolio sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio - https://github.com/Xtrendence/cryptofolio version: 4.0.26 annotations: diff --git a/charts/stable/cryptofolio/README.md b/charts/stable/cryptofolio/README.md index 425c633a90f..2d8b3a326c0 100644 --- a/charts/stable/cryptofolio/README.md +++ b/charts/stable/cryptofolio/README.md @@ -1,6 +1,6 @@ # cryptofolio -![Version: 4.0.25](https://img.shields.io/badge/Version-4.0.25-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square) +![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square) Track your cryptocurrency holdings/portfolio @@ -13,6 +13,7 @@ For more information, please click here: [cryptofolio](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cryptofolio` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cryptofolio TrueCharts/cryptofolio ``` @@ -47,7 +48,7 @@ helm install cryptofolio TrueCharts/cryptofolio **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall cryptofolio Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cryptofolio TrueCharts/cryptofolio -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/custom-app/CHANGELOG.md b/charts/stable/custom-app/CHANGELOG.md index 2605a5fa70d..cc4fc3c30b3 100644 --- a/charts/stable/custom-app/CHANGELOG.md +++ b/charts/stable/custom-app/CHANGELOG.md @@ -2,6 +2,17 @@ +## [custom-app-5.1.30](https://github.com/truecharts/charts/compare/custom-app-5.1.28...custom-app-5.1.30) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [custom-app-5.1.28](https://github.com/truecharts/apps/compare/custom-app-5.1.27...custom-app-5.1.28) (2022-07-29) ### Chore diff --git a/charts/stable/custom-app/Chart.yaml b/charts/stable/custom-app/Chart.yaml index 82b3a86d531..1e8a32377a7 100644 --- a/charts/stable/custom-app/Chart.yaml +++ b/charts/stable/custom-app/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.20.1485" +appVersion: "0.20.1489" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Advanced tool to create your own TrueCharts-based App home: https://truecharts.org/docs/charts/stable/custom-app -icon: https://truecharts.org/img/chart-icons/custom-app.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/custom-app.png keywords: - custom kubeVersion: ">=1.16.0-0" @@ -17,7 +17,7 @@ maintainers: url: https://truecharts.org name: custom-app sources: - - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app + - https://github.com/truecharts/charts/tree/master/charts/stable/custom-app type: application version: 5.1.30 annotations: diff --git a/charts/stable/custom-app/README.md b/charts/stable/custom-app/README.md index bcee1098908..cc5f12ea427 100644 --- a/charts/stable/custom-app/README.md +++ b/charts/stable/custom-app/README.md @@ -1,6 +1,6 @@ # custom-app -![Version: 5.1.28](https://img.shields.io/badge/Version-5.1.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.20.1485](https://img.shields.io/badge/AppVersion-0.20.1485-informational?style=flat-square) +![Version: 5.1.30](https://img.shields.io/badge/Version-5.1.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.20.1489](https://img.shields.io/badge/AppVersion-0.20.1489-informational?style=flat-square) Advanced tool to create your own TrueCharts-based App @@ -13,7 +13,7 @@ For more information, please click here: [custom-app](https://truecharts.org/doc ## Source Code -* +* ## Requirements @@ -23,20 +23,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `custom-app` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install custom-app TrueCharts/custom-app ``` @@ -47,7 +47,7 @@ helm install custom-app TrueCharts/custom-app **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +66,7 @@ helm uninstall custom-app Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +84,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install custom-app TrueCharts/custom-app -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/cyberchef/CHANGELOG.md b/charts/stable/cyberchef/CHANGELOG.md index 06df81d00e4..e35250e416f 100644 --- a/charts/stable/cyberchef/CHANGELOG.md +++ b/charts/stable/cyberchef/CHANGELOG.md @@ -2,6 +2,17 @@ +## [cyberchef-2.0.53](https://github.com/truecharts/charts/compare/cyberchef-2.0.51...cyberchef-2.0.53) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [cyberchef-2.0.51](https://github.com/truecharts/apps/compare/cyberchef-2.0.50...cyberchef-2.0.51) (2022-07-29) ### Chore diff --git a/charts/stable/cyberchef/Chart.yaml b/charts/stable/cyberchef/Chart.yaml index d5208cf5a49..46b4c6a65ed 100644 --- a/charts/stable/cyberchef/Chart.yaml +++ b/charts/stable/cyberchef/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.4.9 description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. home: https://truecharts.org/docs/charts/stable/cyberchef -icon: https://truecharts.org/img/chart-icons/cyberchef.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.png keywords: - cyberchef kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: cyberchef sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef - https://hub.docker.com/r/mpepping/cyberchef version: 2.0.53 annotations: diff --git a/charts/stable/cyberchef/README.md b/charts/stable/cyberchef/README.md index 209f18be688..ca9095db3d5 100644 --- a/charts/stable/cyberchef/README.md +++ b/charts/stable/cyberchef/README.md @@ -1,6 +1,6 @@ # cyberchef -![Version: 2.0.51](https://img.shields.io/badge/Version-2.0.51-informational?style=flat-square) ![AppVersion: 9.46.0](https://img.shields.io/badge/AppVersion-9.46.0-informational?style=flat-square) +![Version: 2.0.53](https://img.shields.io/badge/Version-2.0.53-informational?style=flat-square) ![AppVersion: 9.46.0](https://img.shields.io/badge/AppVersion-9.46.0-informational?style=flat-square) CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. @@ -13,6 +13,7 @@ For more information, please click here: [cyberchef](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `cyberchef` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install cyberchef TrueCharts/cyberchef ``` @@ -47,7 +48,7 @@ helm install cyberchef TrueCharts/cyberchef **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall cyberchef Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install cyberchef TrueCharts/cyberchef -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/czkawka/CHANGELOG.md b/charts/stable/czkawka/CHANGELOG.md index c34fbf8ac2b..5fbb9de2fd4 100644 --- a/charts/stable/czkawka/CHANGELOG.md +++ b/charts/stable/czkawka/CHANGELOG.md @@ -2,6 +2,16 @@ +## [czkawka-1.0.3](https://github.com/truecharts/charts/compare/czkawka-1.0.2...czkawka-1.0.3) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [czkawka-1.0.2](https://github.com/truecharts/apps/compare/czkawka-1.0.1...czkawka-1.0.2) (2022-07-26) ### Chore diff --git a/charts/stable/czkawka/Chart.yaml b/charts/stable/czkawka/Chart.yaml index 9cf3c71aca7..86abf59cae0 100644 --- a/charts/stable/czkawka/Chart.yaml +++ b/charts/stable/czkawka/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer. -home: https://github.com/truecharts/charts/tree/master/charts/stable/czkawka -icon: https://truecharts.org/img/chart-icons/czkawka.png +home: https://truecharts.org/docs/charts/stable/czkawka +icon: https://truecharts.org/img/hotlink-ok/chart-icons/czkawka.png keywords: - duplicates - file management @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: czkawka sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/czkawka - https://hub.docker.com/r/jlesage/czkawka - https://github.com/jlesage/docker-czkawka - https://github.com/qarmin/czkawka diff --git a/charts/stable/czkawka/README.md b/charts/stable/czkawka/README.md index 98ba59411d7..6e4a5255706 100644 --- a/charts/stable/czkawka/README.md +++ b/charts/stable/czkawka/README.md @@ -1,6 +1,6 @@ # czkawka -![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.0](https://img.shields.io/badge/AppVersion-1.7.0-informational?style=flat-square) +![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.0](https://img.shields.io/badge/AppVersion-1.7.0-informational?style=flat-square) Czkawka is a simple, fast and free app to remove unnecessary files from your computer. @@ -13,6 +13,7 @@ For more information, please click here: [czkawka](https://truecharts.org/docs/c ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `czkawka` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install czkawka TrueCharts/czkawka ``` @@ -49,7 +50,7 @@ helm install czkawka TrueCharts/czkawka **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall czkawka Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install czkawka TrueCharts/czkawka -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/darktable/CHANGELOG.md b/charts/stable/darktable/CHANGELOG.md index fe81fb5e727..015263dacc3 100644 --- a/charts/stable/darktable/CHANGELOG.md +++ b/charts/stable/darktable/CHANGELOG.md @@ -2,6 +2,16 @@ +## [darktable-3.0.23](https://github.com/truecharts/charts/compare/darktable-3.0.22...darktable-3.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [darktable-3.0.22](https://github.com/truecharts/apps/compare/darktable-3.0.21...darktable-3.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/darktable/Chart.yaml b/charts/stable/darktable/Chart.yaml index 70f36c40ea0..aee50688624 100644 --- a/charts/stable/darktable/Chart.yaml +++ b/charts/stable/darktable/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "3.6.1" description: Darktable is an open source photography workflow application and raw developer. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/darktable -icon: https://truecharts.org/img/chart-icons/darktable.png +home: https://truecharts.org/docs/charts/stable/darktable +icon: https://truecharts.org/img/hotlink-ok/chart-icons/darktable.png keywords: - darktable sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/darktable - https://hub.docker.com/r/linuxserver/darktable dependencies: - name: common diff --git a/charts/stable/darktable/README.md b/charts/stable/darktable/README.md index 8f9c5e593ca..14319adbb21 100644 --- a/charts/stable/darktable/README.md +++ b/charts/stable/darktable/README.md @@ -1,6 +1,6 @@ # darktable -![Version: 3.0.22](https://img.shields.io/badge/Version-3.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.6.1](https://img.shields.io/badge/AppVersion-3.6.1-informational?style=flat-square) +![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.6.1](https://img.shields.io/badge/AppVersion-3.6.1-informational?style=flat-square) Darktable is an open source photography workflow application and raw developer. @@ -13,6 +13,7 @@ For more information, please click here: [darktable](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `darktable` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install darktable TrueCharts/darktable ``` @@ -47,7 +48,7 @@ helm install darktable TrueCharts/darktable **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall darktable Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install darktable TrueCharts/darktable -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/dashdot/CHANGELOG.md b/charts/stable/dashdot/CHANGELOG.md index 7a7d7ab617a..91085d42b8b 100644 --- a/charts/stable/dashdot/CHANGELOG.md +++ b/charts/stable/dashdot/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dashdot-1.0.37](https://github.com/truecharts/charts/compare/dashdot-1.0.36...dashdot-1.0.37) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dashdot-1.0.36](https://github.com/truecharts/apps/compare/dashdot-1.0.35...dashdot-1.0.36) (2022-07-26) ### Chore diff --git a/charts/stable/dashdot/Chart.yaml b/charts/stable/dashdot/Chart.yaml index 3ff5ea783c2..75dd1d97cad 100644 --- a/charts/stable/dashdot/Chart.yaml +++ b/charts/stable/dashdot/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. -home: https://github.com/truecharts/charts/tree/master/charts/stable/dashdot -icon: https://truecharts.org/img/chart-icons/dashdot.png +home: https://truecharts.org/docs/charts/stable/dashdot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.png keywords: - dashboard - dashdot @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: dashdot sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dashdot - https://github.com/MauriceNino/dashdot - https://hub.docker.com/r/mauricenino/dashdot version: 1.0.37 diff --git a/charts/stable/dashdot/README.md b/charts/stable/dashdot/README.md index f973961a1ec..c9e03976e1f 100644 --- a/charts/stable/dashdot/README.md +++ b/charts/stable/dashdot/README.md @@ -1,6 +1,6 @@ # dashdot -![Version: 1.0.36](https://img.shields.io/badge/Version-1.0.36-informational?style=flat-square) ![AppVersion: 4.3.6](https://img.shields.io/badge/AppVersion-4.3.6-informational?style=flat-square) +![Version: 1.0.37](https://img.shields.io/badge/Version-1.0.37-informational?style=flat-square) ![AppVersion: 4.3.6](https://img.shields.io/badge/AppVersion-4.3.6-informational?style=flat-square) dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. @@ -13,6 +13,7 @@ For more information, please click here: [dashdot](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dashdot` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dashdot TrueCharts/dashdot ``` @@ -48,7 +49,7 @@ helm install dashdot TrueCharts/dashdot **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall dashdot Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dashdot TrueCharts/dashdot -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/davos/CHANGELOG.md b/charts/stable/davos/CHANGELOG.md index c0efd8e8e1f..18a993b2174 100644 --- a/charts/stable/davos/CHANGELOG.md +++ b/charts/stable/davos/CHANGELOG.md @@ -2,6 +2,16 @@ +## [davos-4.0.23](https://github.com/truecharts/charts/compare/davos-4.0.22...davos-4.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [davos-4.0.22](https://github.com/truecharts/apps/compare/davos-4.0.21...davos-4.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/davos/Chart.yaml b/charts/stable/davos/Chart.yaml index 6ea1061b7d3..3b3c360e913 100644 --- a/charts/stable/davos/Chart.yaml +++ b/charts/stable/davos/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - An FTP automation tool that periodically scans given host locations for - new files. -home: https://github.com/truecharts/charts/tree/master/charts/stable/davos -icon: https://truecharts.org/img/chart-icons/davos.png +description: An FTP automation tool that periodically scans given host locations for new files. +home: https://truecharts.org/docs/charts/stable/davos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.png keywords: - davos - ftp @@ -20,6 +18,7 @@ maintainers: url: https://truecharts.org name: davos sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/davos - https://github.com/linuxserver/docker-davos - https://github.com/linuxserver/davos/ type: application diff --git a/charts/stable/davos/README.md b/charts/stable/davos/README.md index cdb97e510f7..ddca48bf6af 100644 --- a/charts/stable/davos/README.md +++ b/charts/stable/davos/README.md @@ -1,6 +1,6 @@ # davos -![Version: 4.0.22](https://img.shields.io/badge/Version-4.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.1](https://img.shields.io/badge/AppVersion-2.2.1-informational?style=flat-square) +![Version: 4.0.23](https://img.shields.io/badge/Version-4.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.1](https://img.shields.io/badge/AppVersion-2.2.1-informational?style=flat-square) An FTP automation tool that periodically scans given host locations for new files. @@ -13,6 +13,7 @@ For more information, please click here: [davos](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `davos` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install davos TrueCharts/davos ``` @@ -48,7 +49,7 @@ helm install davos TrueCharts/davos **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall davos Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install davos TrueCharts/davos -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/ddclient/CHANGELOG.md b/charts/stable/ddclient/CHANGELOG.md index dc13118f618..9648ba82a16 100644 --- a/charts/stable/ddclient/CHANGELOG.md +++ b/charts/stable/ddclient/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ddclient-2.0.24](https://github.com/truecharts/charts/compare/ddclient-2.0.23...ddclient-2.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ddclient-2.0.23](https://github.com/truecharts/apps/compare/ddclient-2.0.22...ddclient-2.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/ddclient/Chart.yaml b/charts/stable/ddclient/Chart.yaml index 035c243a8b3..17dfc8470c0 100644 --- a/charts/stable/ddclient/Chart.yaml +++ b/charts/stable/ddclient/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "3.9.1" description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/ddclient -icon: https://truecharts.org/img/chart-icons/ddclient.png +home: https://truecharts.org/docs/charts/stable/ddclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.png keywords: - ddclient sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ddclient - https://hub.docker.com/r/linuxserver/ddclient dependencies: - name: common diff --git a/charts/stable/ddclient/README.md b/charts/stable/ddclient/README.md index 6faa746f92a..b88834e203f 100644 --- a/charts/stable/ddclient/README.md +++ b/charts/stable/ddclient/README.md @@ -1,6 +1,6 @@ # ddclient -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.1](https://img.shields.io/badge/AppVersion-3.9.1-informational?style=flat-square) +![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.1](https://img.shields.io/badge/AppVersion-3.9.1-informational?style=flat-square) Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. @@ -13,6 +13,7 @@ For more information, please click here: [ddclient](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ddclient` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ddclient TrueCharts/ddclient ``` @@ -47,7 +48,7 @@ helm install ddclient TrueCharts/ddclient **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall ddclient Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ddclient TrueCharts/ddclient -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/ddns-go/CHANGELOG.md b/charts/stable/ddns-go/CHANGELOG.md index 91b5771cccb..8268ccc4228 100644 --- a/charts/stable/ddns-go/CHANGELOG.md +++ b/charts/stable/ddns-go/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ddns-go-2.0.26](https://github.com/truecharts/charts/compare/ddns-go-2.0.25...ddns-go-2.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ddns-go-2.0.25](https://github.com/truecharts/apps/compare/ddns-go-2.0.24...ddns-go-2.0.25) (2022-08-01) ### Chore diff --git a/charts/stable/ddns-go/Chart.yaml b/charts/stable/ddns-go/Chart.yaml index fe60aa2658f..f69ac4f402f 100644 --- a/charts/stable/ddns-go/Chart.yaml +++ b/charts/stable/ddns-go/Chart.yaml @@ -7,7 +7,7 @@ description: Automatically obtain your public network IPv4 or IPv6 address and r type: application deprecated: false home: https://truecharts.org/docs/charts/stable/ddns-go -icon: https://truecharts.org/img/chart-icons/ddns-go.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.png keywords: - ddns-go - ddns diff --git a/charts/stable/ddns-go/README.md b/charts/stable/ddns-go/README.md index 3e35471f672..0877ac486ce 100644 --- a/charts/stable/ddns-go/README.md +++ b/charts/stable/ddns-go/README.md @@ -1,6 +1,6 @@ # ddns-go -![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.0](https://img.shields.io/badge/AppVersion-4.0.0-informational?style=flat-square) +![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.0](https://img.shields.io/badge/AppVersion-4.0.0-informational?style=flat-square) Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service @@ -24,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ddns-go` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ddns-go TrueCharts/ddns-go ``` @@ -48,7 +48,7 @@ helm install ddns-go TrueCharts/ddns-go **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +67,7 @@ helm uninstall ddns-go Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ddns-go TrueCharts/ddns-go -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/ddns-updater/CHANGELOG.md b/charts/stable/ddns-updater/CHANGELOG.md index 1ac24bd59ce..66abb4808ff 100644 --- a/charts/stable/ddns-updater/CHANGELOG.md +++ b/charts/stable/ddns-updater/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ddns-updater-2.0.25](https://github.com/truecharts/charts/compare/ddns-updater-2.0.24...ddns-updater-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ddns-updater-2.0.24](https://github.com/truecharts/apps/compare/ddns-updater-2.0.23...ddns-updater-2.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/ddns-updater/Chart.yaml b/charts/stable/ddns-updater/Chart.yaml index 2f39a2c5342..aa7b994e23b 100644 --- a/charts/stable/ddns-updater/Chart.yaml +++ b/charts/stable/ddns-updater/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers -home: https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater -icon: https://truecharts.org/img/chart-icons/ddns-updater.png +home: https://truecharts.org/docs/charts/stable/ddns-updater +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.png keywords: - ddns-updater kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: ddns-updater sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater - https://github.com/qdm12/ddns-updater - https://hub.docker.com/r/qmcgaw/ddns-updater version: 2.0.25 diff --git a/charts/stable/ddns-updater/README.md b/charts/stable/ddns-updater/README.md index 104f782e9f4..67577ed2edb 100644 --- a/charts/stable/ddns-updater/README.md +++ b/charts/stable/ddns-updater/README.md @@ -1,6 +1,6 @@ # ddns-updater -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![AppVersion: 2.4.1](https://img.shields.io/badge/AppVersion-2.4.1-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![AppVersion: 2.4.1](https://img.shields.io/badge/AppVersion-2.4.1-informational?style=flat-square) Light container updating DNS A and/or AAAA records periodically for multiple DNS providers @@ -13,6 +13,7 @@ For more information, please click here: [ddns-updater](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ddns-updater` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ddns-updater TrueCharts/ddns-updater ``` @@ -48,7 +49,7 @@ helm install ddns-updater TrueCharts/ddns-updater **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ddns-updater Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ddns-updater TrueCharts/ddns-updater -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/deconz/CHANGELOG.md b/charts/stable/deconz/CHANGELOG.md index 906cb218e20..8afc3bb2212 100644 --- a/charts/stable/deconz/CHANGELOG.md +++ b/charts/stable/deconz/CHANGELOG.md @@ -2,6 +2,16 @@ +## [deconz-8.0.27](https://github.com/truecharts/charts/compare/deconz-8.0.26...deconz-8.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [deconz-8.0.26](https://github.com/truecharts/apps/compare/deconz-8.0.25...deconz-8.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index 8d5f11cc75f..fd2470cec57 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -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. -home: https://github.com/truecharts/charts/tree/master/charts/stable/deconz -icon: https://truecharts.org/img/chart-icons/deconz.png +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. +home: https://truecharts.org/docs/charts/stable/deconz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.png keywords: - deconz - home-automation @@ -21,6 +19,7 @@ maintainers: url: https://truecharts.org name: deconz sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/deconz - https://github.com/dresden-elektronik/deconz-rest-plugin - https://github.com/marthoc/docker-deconz version: 8.0.27 diff --git a/charts/stable/deconz/README.md b/charts/stable/deconz/README.md index 2e5e5c7bd11..f66b6461763 100644 --- a/charts/stable/deconz/README.md +++ b/charts/stable/deconz/README.md @@ -1,6 +1,6 @@ # deconz -![Version: 8.0.26](https://img.shields.io/badge/Version-8.0.26-informational?style=flat-square) ![AppVersion: 2.17.01](https://img.shields.io/badge/AppVersion-2.17.01-informational?style=flat-square) +![Version: 8.0.27](https://img.shields.io/badge/Version-8.0.27-informational?style=flat-square) ![AppVersion: 2.17.01](https://img.shields.io/badge/AppVersion-2.17.01-informational?style=flat-square) 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. @@ -13,6 +13,7 @@ For more information, please click here: [deconz](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `deconz` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install deconz TrueCharts/deconz ``` @@ -48,7 +49,7 @@ helm install deconz TrueCharts/deconz **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall deconz Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install deconz TrueCharts/deconz -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/deemix/CHANGELOG.md b/charts/stable/deemix/CHANGELOG.md index 7c50eecd413..a7d6c38fc8c 100644 --- a/charts/stable/deemix/CHANGELOG.md +++ b/charts/stable/deemix/CHANGELOG.md @@ -2,6 +2,16 @@ +## [deemix-3.0.24](https://github.com/truecharts/charts/compare/deemix-3.0.23...deemix-3.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [deemix-3.0.23](https://github.com/truecharts/apps/compare/deemix-3.0.22...deemix-3.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/deemix/Chart.yaml b/charts/stable/deemix/Chart.yaml index 198b5a351cb..b62152d6315 100644 --- a/charts/stable/deemix/Chart.yaml +++ b/charts/stable/deemix/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: deemix is a deezer downloader built from the ashes of Deezloader Remix. -home: https://github.com/truecharts/charts/tree/master/charts/stable/deemix -icon: https://truecharts.org/img/chart-icons/deemix.png +home: https://truecharts.org/docs/charts/stable/deemix +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deemix.png keywords: - music - deemix @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: deemix sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/deemix - https://gitlab.com/Bockiii/deemix-docker.git - https://git.freezerapp.xyz/RemixDev/deemix-py type: application diff --git a/charts/stable/deemix/README.md b/charts/stable/deemix/README.md index 80e99a6865a..8fb70393168 100644 --- a/charts/stable/deemix/README.md +++ b/charts/stable/deemix/README.md @@ -1,6 +1,6 @@ # deemix -![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 3.0.24](https://img.shields.io/badge/Version-3.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) deemix is a deezer downloader built from the ashes of Deezloader Remix. @@ -13,6 +13,7 @@ For more information, please click here: [deemix](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `deemix` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install deemix TrueCharts/deemix ``` @@ -48,7 +49,7 @@ helm install deemix TrueCharts/deemix **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall deemix Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install deemix TrueCharts/deemix -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/deepstack/CHANGELOG.md b/charts/stable/deepstack/CHANGELOG.md index 092a1e7c3e0..ff78512a55f 100644 --- a/charts/stable/deepstack/CHANGELOG.md +++ b/charts/stable/deepstack/CHANGELOG.md @@ -2,6 +2,16 @@ +## [deepstack-4.0.24](https://github.com/truecharts/charts/compare/deepstack-4.0.23...deepstack-4.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [deepstack-4.0.23](https://github.com/truecharts/apps/compare/deepstack-4.0.22...deepstack-4.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/deepstack/Chart.yaml b/charts/stable/deepstack/Chart.yaml index 4e581ba0a40..952d2703cda 100644 --- a/charts/stable/deepstack/Chart.yaml +++ b/charts/stable/deepstack/Chart.yaml @@ -5,11 +5,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - DeepStack AI provides AI features including Face Recognition, Object - Detection, Scene Recognition and custom AI Models -home: https://github.com/truecharts/charts/tree/master/charts/stable/deepstack -icon: https://truecharts.org/img/chart-icons/deepstack.png +description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models +home: https://truecharts.org/docs/charts/stable/deepstack +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.png keywords: - AI kubeVersion: ">=1.16.0-0" @@ -19,6 +17,7 @@ maintainers: url: https://truecharts.org name: deepstack sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/deepstack - https://github.com/johnolafenwa/DeepStack - https://hub.docker.com/r/deepquestai/deepstack - https://www.deepstack.cc/ diff --git a/charts/stable/deepstack/README.md b/charts/stable/deepstack/README.md index 1dc733e59f2..adbf2b45f61 100644 --- a/charts/stable/deepstack/README.md +++ b/charts/stable/deepstack/README.md @@ -1,6 +1,6 @@ # deepstack -![Version: 4.0.23](https://img.shields.io/badge/Version-4.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.01.1](https://img.shields.io/badge/AppVersion-2022.01.1-informational?style=flat-square) +![Version: 4.0.24](https://img.shields.io/badge/Version-4.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.01.1](https://img.shields.io/badge/AppVersion-2022.01.1-informational?style=flat-square) DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models @@ -13,6 +13,7 @@ For more information, please click here: [deepstack](https://truecharts.org/docs ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `deepstack` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install deepstack TrueCharts/deepstack ``` @@ -49,7 +50,7 @@ helm install deepstack TrueCharts/deepstack **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall deepstack Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install deepstack TrueCharts/deepstack -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/deluge/CHANGELOG.md b/charts/stable/deluge/CHANGELOG.md index 998f9768cfc..23afb083e9e 100644 --- a/charts/stable/deluge/CHANGELOG.md +++ b/charts/stable/deluge/CHANGELOG.md @@ -2,6 +2,16 @@ +## [deluge-11.0.26](https://github.com/truecharts/charts/compare/deluge-11.0.25...deluge-11.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [deluge-11.0.25](https://github.com/truecharts/apps/compare/deluge-11.0.24...deluge-11.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index 1c415eca850..4e210e45472 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Deluge App for TrueNAS SCALE -home: https://github.com/truecharts/charts/tree/master/charts/stable/deluge -icon: https://truecharts.org/img/chart-icons/deluge.png +home: https://truecharts.org/docs/charts/stable/deluge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deluge.png keywords: - transmission - torrent @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: deluge sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/deluge - https://github.com/deluge-torrent/deluge type: application version: 11.0.26 diff --git a/charts/stable/deluge/README.md b/charts/stable/deluge/README.md index 185c2c07ec3..af6c8b7c8a0 100644 --- a/charts/stable/deluge/README.md +++ b/charts/stable/deluge/README.md @@ -1,6 +1,6 @@ # deluge -![Version: 11.0.25](https://img.shields.io/badge/Version-11.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.5](https://img.shields.io/badge/AppVersion-2.0.5-informational?style=flat-square) +![Version: 11.0.26](https://img.shields.io/badge/Version-11.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.5](https://img.shields.io/badge/AppVersion-2.0.5-informational?style=flat-square) Deluge App for TrueNAS SCALE @@ -13,6 +13,7 @@ For more information, please click here: [deluge](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `deluge` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install deluge TrueCharts/deluge ``` @@ -47,7 +48,7 @@ helm install deluge TrueCharts/deluge **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall deluge Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install deluge TrueCharts/deluge -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/digikam/CHANGELOG.md b/charts/stable/digikam/CHANGELOG.md index a2565b3479c..f751bd37e82 100644 --- a/charts/stable/digikam/CHANGELOG.md +++ b/charts/stable/digikam/CHANGELOG.md @@ -2,6 +2,16 @@ +## [digikam-4.0.23](https://github.com/truecharts/charts/compare/digikam-4.0.22...digikam-4.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [digikam-4.0.22](https://github.com/truecharts/apps/compare/digikam-4.0.21...digikam-4.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/digikam/Chart.yaml b/charts/stable/digikam/Chart.yaml index 61121bdea0e..fdc6c37e0ef 100644 --- a/charts/stable/digikam/Chart.yaml +++ b/charts/stable/digikam/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Professional Photo Management with the Power of Open Source -home: https://github.com/truecharts/charts/tree/master/charts/stable/digikam -icon: https://truecharts.org/img/chart-icons/digikam.png +home: https://truecharts.org/docs/charts/stable/digikam +icon: https://truecharts.org/img/hotlink-ok/chart-icons/digikam.png keywords: - digikam - photo @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: digikam sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/digikam - https://github.com/linuxserver/docker-digikam - https://www.digikam.org/ type: application diff --git a/charts/stable/digikam/README.md b/charts/stable/digikam/README.md index 1e7a11f916b..937b0996b97 100644 --- a/charts/stable/digikam/README.md +++ b/charts/stable/digikam/README.md @@ -1,6 +1,6 @@ # digikam -![Version: 4.0.22](https://img.shields.io/badge/Version-4.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.3.0](https://img.shields.io/badge/AppVersion-7.3.0-informational?style=flat-square) +![Version: 4.0.23](https://img.shields.io/badge/Version-4.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.3.0](https://img.shields.io/badge/AppVersion-7.3.0-informational?style=flat-square) Professional Photo Management with the Power of Open Source @@ -13,6 +13,7 @@ For more information, please click here: [digikam](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `digikam` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install digikam TrueCharts/digikam ``` @@ -48,7 +49,7 @@ helm install digikam TrueCharts/digikam **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall digikam Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install digikam TrueCharts/digikam -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/dillinger/CHANGELOG.md b/charts/stable/dillinger/CHANGELOG.md index c35ef720e2f..9eff9342a68 100644 --- a/charts/stable/dillinger/CHANGELOG.md +++ b/charts/stable/dillinger/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dillinger-2.0.23](https://github.com/truecharts/charts/compare/dillinger-2.0.22...dillinger-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dillinger-2.0.22](https://github.com/truecharts/apps/compare/dillinger-2.0.21...dillinger-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/dillinger/Chart.yaml b/charts/stable/dillinger/Chart.yaml index af8243b947b..8e4bbd13434 100644 --- a/charts/stable/dillinger/Chart.yaml +++ b/charts/stable/dillinger/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "3.39.1" description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/dillinger -icon: https://truecharts.org/img/chart-icons/dillinger.png +home: https://truecharts.org/docs/charts/stable/dillinger +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.png keywords: - dillinger sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dillinger - https://hub.docker.com/r/linuxserver/dillinger dependencies: - name: common diff --git a/charts/stable/dillinger/README.md b/charts/stable/dillinger/README.md index f492e4e88aa..b060910c8a3 100644 --- a/charts/stable/dillinger/README.md +++ b/charts/stable/dillinger/README.md @@ -1,6 +1,6 @@ # dillinger -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.39.1](https://img.shields.io/badge/AppVersion-3.39.1-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.39.1](https://img.shields.io/badge/AppVersion-3.39.1-informational?style=flat-square) Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. @@ -13,6 +13,7 @@ For more information, please click here: [dillinger](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dillinger` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dillinger TrueCharts/dillinger ``` @@ -47,7 +48,7 @@ helm install dillinger TrueCharts/dillinger **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall dillinger Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dillinger TrueCharts/dillinger -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/dizquetv/CHANGELOG.md b/charts/stable/dizquetv/CHANGELOG.md index ff965b5df86..83b052d91c9 100644 --- a/charts/stable/dizquetv/CHANGELOG.md +++ b/charts/stable/dizquetv/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dizquetv-7.0.26](https://github.com/truecharts/charts/compare/dizquetv-7.0.25...dizquetv-7.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dizquetv-7.0.25](https://github.com/truecharts/apps/compare/dizquetv-7.0.24...dizquetv-7.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index ac037cbf8bd..856cd6872c1 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Create live TV channel streams from media on your Plex servers. -home: https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv -icon: https://truecharts.org/img/chart-icons/dizquetv.png +home: https://truecharts.org/docs/charts/stable/dizquetv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.png keywords: - dizqueTV - dizquetv @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: dizquetv sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv - https://github.com/vexorian/dizquetv - https://hub.docker.com/r/vexorian/dizquetv version: 7.0.26 diff --git a/charts/stable/dizquetv/README.md b/charts/stable/dizquetv/README.md index 21057aadd45..4adda7e21dc 100644 --- a/charts/stable/dizquetv/README.md +++ b/charts/stable/dizquetv/README.md @@ -1,6 +1,6 @@ # dizquetv -![Version: 7.0.25](https://img.shields.io/badge/Version-7.0.25-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) +![Version: 7.0.26](https://img.shields.io/badge/Version-7.0.26-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) Create live TV channel streams from media on your Plex servers. @@ -13,6 +13,7 @@ For more information, please click here: [dizquetv](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dizquetv` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dizquetv TrueCharts/dizquetv ``` @@ -48,7 +49,7 @@ helm install dizquetv TrueCharts/dizquetv **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall dizquetv Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dizquetv TrueCharts/dizquetv -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/docker-compose/CHANGELOG.md b/charts/stable/docker-compose/CHANGELOG.md index 11c86981575..dfe6e5b9e7d 100644 --- a/charts/stable/docker-compose/CHANGELOG.md +++ b/charts/stable/docker-compose/CHANGELOG.md @@ -2,6 +2,16 @@ +## [docker-compose-2.0.27](https://github.com/truecharts/charts/compare/docker-compose-2.0.26...docker-compose-2.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [docker-compose-2.0.26](https://github.com/truecharts/apps/compare/docker-compose-2.0.25...docker-compose-2.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/docker-compose/Chart.yaml b/charts/stable/docker-compose/Chart.yaml index 05b110c2f33..61f274d5e0a 100644 --- a/charts/stable/docker-compose/Chart.yaml +++ b/charts/stable/docker-compose/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Dedicated App for using Docker-Compose on TrueNAS SCALE -home: https://github.com/truecharts/apps/tree/master/charts/core/docker-compose -icon: https://truecharts.org/img/chart-icons/docker-compose.png +home: https://truecharts.org/docs/charts/stable/docker-compose +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-compose.png keywords: - docker-compose - docker @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: docker-compose sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/docker-compose - https://hub.docker.com/_/docker type: application version: 2.0.27 diff --git a/charts/stable/docker-compose/README.md b/charts/stable/docker-compose/README.md index 5162c51a5f7..ae869ffb100 100644 --- a/charts/stable/docker-compose/README.md +++ b/charts/stable/docker-compose/README.md @@ -1,6 +1,6 @@ # docker-compose -![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20.10.17](https://img.shields.io/badge/AppVersion-20.10.17-informational?style=flat-square) +![Version: 2.0.27](https://img.shields.io/badge/Version-2.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20.10.17](https://img.shields.io/badge/AppVersion-20.10.17-informational?style=flat-square) Dedicated App for using Docker-Compose on TrueNAS SCALE @@ -13,6 +13,7 @@ For more information, please click here: [docker-compose](https://truecharts.org ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `docker-compose` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install docker-compose TrueCharts/docker-compose ``` @@ -47,7 +48,7 @@ helm install docker-compose TrueCharts/docker-compose **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall docker-compose Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install docker-compose TrueCharts/docker-compose -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/dokuwiki/CHANGELOG.md b/charts/stable/dokuwiki/CHANGELOG.md index 0eb877bad71..c4c1a226d0c 100644 --- a/charts/stable/dokuwiki/CHANGELOG.md +++ b/charts/stable/dokuwiki/CHANGELOG.md @@ -2,6 +2,17 @@ +## [dokuwiki-3.0.42](https://github.com/truecharts/charts/compare/dokuwiki-3.0.40...dokuwiki-3.0.42) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dokuwiki-3.0.40](https://github.com/truecharts/apps/compare/dokuwiki-3.0.39...dokuwiki-3.0.40) (2022-07-28) ### Chore diff --git a/charts/stable/dokuwiki/Chart.yaml b/charts/stable/dokuwiki/Chart.yaml index 43ce4222bb1..9f9b71e8b02 100644 --- a/charts/stable/dokuwiki/Chart.yaml +++ b/charts/stable/dokuwiki/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "20200729.0" description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. type: application deprecated: false -home: "https://truecharts.org/docs/charts/stable/dokuwiki" -icon: https://truecharts.org/img/chart-icons/dokuwiki.png +home: https://truecharts.org/docs/charts/stable/dokuwiki +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dokuwiki.png keywords: - dokuwiki sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dokuwiki - https://hub.docker.com/r/bitnami/dokuwiki dependencies: - name: common diff --git a/charts/stable/dokuwiki/README.md b/charts/stable/dokuwiki/README.md index 39b35fc0e41..9196418e02f 100644 --- a/charts/stable/dokuwiki/README.md +++ b/charts/stable/dokuwiki/README.md @@ -1,6 +1,6 @@ # dokuwiki -![Version: 3.0.40](https://img.shields.io/badge/Version-3.0.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20200729.0](https://img.shields.io/badge/AppVersion-20200729.0-informational?style=flat-square) +![Version: 3.0.42](https://img.shields.io/badge/Version-3.0.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20200729.0](https://img.shields.io/badge/AppVersion-20200729.0-informational?style=flat-square) Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. @@ -13,6 +13,7 @@ For more information, please click here: [dokuwiki](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dokuwiki` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dokuwiki TrueCharts/dokuwiki ``` @@ -47,7 +48,7 @@ helm install dokuwiki TrueCharts/dokuwiki **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall dokuwiki Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dokuwiki TrueCharts/dokuwiki -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/domoticz/CHANGELOG.md b/charts/stable/domoticz/CHANGELOG.md index 5e21f86079e..b839e725a28 100644 --- a/charts/stable/domoticz/CHANGELOG.md +++ b/charts/stable/domoticz/CHANGELOG.md @@ -2,6 +2,16 @@ +## [domoticz-2.0.28](https://github.com/truecharts/charts/compare/domoticz-2.0.27...domoticz-2.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [domoticz-2.0.27](https://github.com/truecharts/apps/compare/domoticz-2.0.26...domoticz-2.0.27) (2022-07-26) ### Chore diff --git a/charts/stable/domoticz/Chart.yaml b/charts/stable/domoticz/Chart.yaml index 6c8323a4e49..98ead8e0e8a 100644 --- a/charts/stable/domoticz/Chart.yaml +++ b/charts/stable/domoticz/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "2022.1.202" description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more." type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/domoticz -icon: https://truecharts.org/img/chart-icons/domoticz.png +home: https://truecharts.org/docs/charts/stable/domoticz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/domoticz.png keywords: - domoticz sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/domoticz - https://hub.docker.com/r/linuxserver/domoticz dependencies: - name: common diff --git a/charts/stable/domoticz/README.md b/charts/stable/domoticz/README.md index c2cf16416b5..c73c210dacc 100644 --- a/charts/stable/domoticz/README.md +++ b/charts/stable/domoticz/README.md @@ -1,6 +1,6 @@ # domoticz -![Version: 2.0.27](https://img.shields.io/badge/Version-2.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.1.202](https://img.shields.io/badge/AppVersion-2022.1.202-informational?style=flat-square) +![Version: 2.0.28](https://img.shields.io/badge/Version-2.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.1.202](https://img.shields.io/badge/AppVersion-2022.1.202-informational?style=flat-square) Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more. @@ -13,6 +13,7 @@ For more information, please click here: [domoticz](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `domoticz` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install domoticz TrueCharts/domoticz ``` @@ -47,7 +48,7 @@ helm install domoticz TrueCharts/domoticz **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall domoticz Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install domoticz TrueCharts/domoticz -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/doplarr/CHANGELOG.md b/charts/stable/doplarr/CHANGELOG.md index 0dc09e9aa15..633ce3290c7 100644 --- a/charts/stable/doplarr/CHANGELOG.md +++ b/charts/stable/doplarr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [doplarr-2.0.25](https://github.com/truecharts/charts/compare/doplarr-2.0.24...doplarr-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [doplarr-2.0.24](https://github.com/truecharts/apps/compare/doplarr-2.0.23...doplarr-2.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/doplarr/Chart.yaml b/charts/stable/doplarr/Chart.yaml index fc2bf6ce72f..4841ea03ebf 100644 --- a/charts/stable/doplarr/Chart.yaml +++ b/charts/stable/doplarr/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: An *arr Request Bot for Discord -home: https://github.com/truecharts/charts/tree/master/charts/stable/doplarr -icon: https://truecharts.org/img/chart-icons/doplarr.png +home: https://truecharts.org/docs/charts/stable/doplarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.png keywords: - doplarr kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: doplarr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/doplarr - https://github.com/kiranshila/Doplarr version: 2.0.25 annotations: diff --git a/charts/stable/doplarr/README.md b/charts/stable/doplarr/README.md index fae7d02256b..37adbe4d79a 100644 --- a/charts/stable/doplarr/README.md +++ b/charts/stable/doplarr/README.md @@ -1,6 +1,6 @@ # doplarr -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![AppVersion: 3.6.0](https://img.shields.io/badge/AppVersion-3.6.0-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![AppVersion: 3.6.0](https://img.shields.io/badge/AppVersion-3.6.0-informational?style=flat-square) An *arr Request Bot for Discord @@ -13,6 +13,7 @@ For more information, please click here: [doplarr](https://truecharts.org/docs/c ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `doplarr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install doplarr TrueCharts/doplarr ``` @@ -47,7 +48,7 @@ helm install doplarr TrueCharts/doplarr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall doplarr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install doplarr TrueCharts/doplarr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/double-take/CHANGELOG.md b/charts/stable/double-take/CHANGELOG.md index b1734c30e38..d5cfcf8ac50 100644 --- a/charts/stable/double-take/CHANGELOG.md +++ b/charts/stable/double-take/CHANGELOG.md @@ -2,6 +2,16 @@ +## [double-take-2.0.26](https://github.com/truecharts/charts/compare/double-take-2.0.25...double-take-2.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [double-take-2.0.25](https://github.com/truecharts/apps/compare/double-take-2.0.24...double-take-2.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/double-take/Chart.yaml b/charts/stable/double-take/Chart.yaml index a44d1e4b821..cd97b2f6278 100644 --- a/charts/stable/double-take/Chart.yaml +++ b/charts/stable/double-take/Chart.yaml @@ -6,19 +6,19 @@ appVersion: "1.12.1" description: Unified UI and API for processing and training images for facial recognition type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/double-take -icon: https://truecharts.org/img/chart-icons/double-take.png +home: https://truecharts.org/docs/charts/stable/double-take +icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.png keywords: - ai - double-take sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/double-take - https://github.com/jakowenko/double-take dependencies: - name: common repository: https://library-charts.truecharts.org - version: - 10.4.9 - # condition: + version: 10.4.9 + # condition: maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/double-take/README.md b/charts/stable/double-take/README.md index 964614cb2c3..d30df6b615c 100644 --- a/charts/stable/double-take/README.md +++ b/charts/stable/double-take/README.md @@ -1,6 +1,6 @@ # double-take -![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.12.1](https://img.shields.io/badge/AppVersion-1.12.1-informational?style=flat-square) +![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.12.1](https://img.shields.io/badge/AppVersion-1.12.1-informational?style=flat-square) Unified UI and API for processing and training images for facial recognition @@ -13,6 +13,7 @@ For more information, please click here: [double-take](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `double-take` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install double-take TrueCharts/double-take ``` @@ -47,7 +48,7 @@ helm install double-take TrueCharts/double-take **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall double-take Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install double-take TrueCharts/double-take -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/doublecommander/CHANGELOG.md b/charts/stable/doublecommander/CHANGELOG.md index 826a2d2d1a7..14c14bf137d 100644 --- a/charts/stable/doublecommander/CHANGELOG.md +++ b/charts/stable/doublecommander/CHANGELOG.md @@ -2,6 +2,16 @@ +## [doublecommander-4.0.23](https://github.com/truecharts/charts/compare/doublecommander-4.0.22...doublecommander-4.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [doublecommander-4.0.22](https://github.com/truecharts/apps/compare/doublecommander-4.0.21...doublecommander-4.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/doublecommander/Chart.yaml b/charts/stable/doublecommander/Chart.yaml index 6a5a04cd17f..97a9a82478e 100644 --- a/charts/stable/doublecommander/Chart.yaml +++ b/charts/stable/doublecommander/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - A free cross platform open source file manager with two panels side by - side. -home: https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander -icon: https://truecharts.org/img/chart-icons/doublecommander.png +description: A free cross platform open source file manager with two panels side by side. +home: https://truecharts.org/docs/charts/stable/doublecommander +icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.png keywords: - doublecommander - file @@ -20,6 +18,7 @@ maintainers: url: https://truecharts.org name: doublecommander sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander - https://github.com/linuxserver/docker-doublecommander - https://doublecmd.sourceforge.io/ type: application diff --git a/charts/stable/doublecommander/README.md b/charts/stable/doublecommander/README.md index 814fd3fea27..34969714422 100644 --- a/charts/stable/doublecommander/README.md +++ b/charts/stable/doublecommander/README.md @@ -1,6 +1,6 @@ # doublecommander -![Version: 4.0.22](https://img.shields.io/badge/Version-4.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.2](https://img.shields.io/badge/AppVersion-0.8.2-informational?style=flat-square) +![Version: 4.0.23](https://img.shields.io/badge/Version-4.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.2](https://img.shields.io/badge/AppVersion-0.8.2-informational?style=flat-square) A free cross platform open source file manager with two panels side by side. @@ -13,6 +13,7 @@ For more information, please click here: [doublecommander](https://truecharts.or ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `doublecommander` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install doublecommander TrueCharts/doublecommander ``` @@ -48,7 +49,7 @@ helm install doublecommander TrueCharts/doublecommander **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall doublecommander Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install doublecommander TrueCharts/doublecommander -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/drawio/CHANGELOG.md b/charts/stable/drawio/CHANGELOG.md index fafe38bddcf..05ef3eb5325 100644 --- a/charts/stable/drawio/CHANGELOG.md +++ b/charts/stable/drawio/CHANGELOG.md @@ -2,6 +2,16 @@ +## [drawio-2.0.33](https://github.com/truecharts/charts/compare/drawio-2.0.32...drawio-2.0.33) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [drawio-2.0.32](https://github.com/truecharts/apps/compare/drawio-2.0.31...drawio-2.0.32) (2022-07-28) ### Chore diff --git a/charts/stable/drawio/Chart.yaml b/charts/stable/drawio/Chart.yaml index 8e1807cbbe7..022d0d78610 100644 --- a/charts/stable/drawio/Chart.yaml +++ b/charts/stable/drawio/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Drawio is free online diagram software. -home: "https://truecharts.org/docs/charts/stable/drawio" -icon: https://truecharts.org/img/chart-icons/drawio.png +home: https://truecharts.org/docs/charts/stable/drawio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.png keywords: - drawio kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: drawio sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/drawio - https://hub.docker.com/r/jgraph/drawio - https://github.com/jgraph/drawio version: 2.0.33 diff --git a/charts/stable/drawio/README.md b/charts/stable/drawio/README.md index 5cbbc70ebe0..566691f3c97 100644 --- a/charts/stable/drawio/README.md +++ b/charts/stable/drawio/README.md @@ -1,6 +1,6 @@ # drawio -![Version: 2.0.32](https://img.shields.io/badge/Version-2.0.32-informational?style=flat-square) ![AppVersion: 20.2.1](https://img.shields.io/badge/AppVersion-20.2.1-informational?style=flat-square) +![Version: 2.0.33](https://img.shields.io/badge/Version-2.0.33-informational?style=flat-square) ![AppVersion: 20.2.1](https://img.shields.io/badge/AppVersion-20.2.1-informational?style=flat-square) Drawio is free online diagram software. @@ -13,6 +13,7 @@ For more information, please click here: [drawio](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `drawio` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install drawio TrueCharts/drawio ``` @@ -48,7 +49,7 @@ helm install drawio TrueCharts/drawio **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall drawio Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install drawio TrueCharts/drawio -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/dsmr-reader/CHANGELOG.md b/charts/stable/dsmr-reader/CHANGELOG.md index 85c0f5149d5..16cc3109a26 100644 --- a/charts/stable/dsmr-reader/CHANGELOG.md +++ b/charts/stable/dsmr-reader/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dsmr-reader-8.0.27](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.26...dsmr-reader-8.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dsmr-reader-8.0.26](https://github.com/truecharts/apps/compare/dsmr-reader-8.0.25...dsmr-reader-8.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/dsmr-reader/Chart.yaml b/charts/stable/dsmr-reader/Chart.yaml index 7c553417ca7..c6aef795dd0 100644 --- a/charts/stable/dsmr-reader/Chart.yaml +++ b/charts/stable/dsmr-reader/Chart.yaml @@ -7,9 +7,10 @@ kubeVersion: ">=1.16.0-0" keywords: - dsmr-reader - energy -home: https://github.com/truecharts/charts/tree/master/charts/stable/dsmr-reader -icon: https://truecharts.org/img/chart-icons/dsmr-reader.png +home: https://truecharts.org/docs/charts/stable/dsmr-reader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dsmr-reader.png sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dsmr-reader - https://github.com/dsmrreader/dsmr-reader - https://github.com/xirixiz/dsmr-reader-docker dependencies: diff --git a/charts/stable/dsmr-reader/README.md b/charts/stable/dsmr-reader/README.md index 50bcf28e3d6..f5040396002 100644 --- a/charts/stable/dsmr-reader/README.md +++ b/charts/stable/dsmr-reader/README.md @@ -1,6 +1,6 @@ # dsmr-reader -![Version: 8.0.26](https://img.shields.io/badge/Version-8.0.26-informational?style=flat-square) ![AppVersion: 2021.09.02](https://img.shields.io/badge/AppVersion-2021.09.02-informational?style=flat-square) +![Version: 8.0.27](https://img.shields.io/badge/Version-8.0.27-informational?style=flat-square) ![AppVersion: 2021.09.02](https://img.shields.io/badge/AppVersion-2021.09.02-informational?style=flat-square) DSMR-protocol reader, telegram data storage and energy consumption visualizer. @@ -13,6 +13,7 @@ For more information, please click here: [dsmr-reader](https://truecharts.org/do ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dsmr-reader` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dsmr-reader TrueCharts/dsmr-reader ``` @@ -49,7 +50,7 @@ helm install dsmr-reader TrueCharts/dsmr-reader **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall dsmr-reader Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dsmr-reader TrueCharts/dsmr-reader -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/duckdns/CHANGELOG.md b/charts/stable/duckdns/CHANGELOG.md index 60b2cccdc8a..038b1c77f36 100644 --- a/charts/stable/duckdns/CHANGELOG.md +++ b/charts/stable/duckdns/CHANGELOG.md @@ -2,6 +2,16 @@ +## [duckdns-2.0.29](https://github.com/truecharts/charts/compare/duckdns-2.0.28...duckdns-2.0.29) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [duckdns-2.0.28](https://github.com/truecharts/apps/compare/duckdns-2.0.27...duckdns-2.0.28) (2022-07-28) ### Chore diff --git a/charts/stable/duckdns/Chart.yaml b/charts/stable/duckdns/Chart.yaml index 0b236ee331b..32db00eb300 100644 --- a/charts/stable/duckdns/Chart.yaml +++ b/charts/stable/duckdns/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "latest" description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. type: application deprecated: false -home: "https://truecharts.org/docs/charts/stable/duckdns" -icon: https://truecharts.org/img/chart-icons/duckdns.png +home: https://truecharts.org/docs/charts/stable/duckdns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.png keywords: - duckdns sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/duckdns - https://hub.docker.com/r/linuxserver/duckdns dependencies: - name: common diff --git a/charts/stable/duckdns/README.md b/charts/stable/duckdns/README.md index b17cb8cd990..9c77c8b4edb 100644 --- a/charts/stable/duckdns/README.md +++ b/charts/stable/duckdns/README.md @@ -1,6 +1,6 @@ # duckdns -![Version: 2.0.28](https://img.shields.io/badge/Version-2.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 2.0.29](https://img.shields.io/badge/Version-2.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. @@ -13,6 +13,7 @@ For more information, please click here: [duckdns](https://truecharts.org/docs/c ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `duckdns` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install duckdns TrueCharts/duckdns ``` @@ -47,7 +48,7 @@ helm install duckdns TrueCharts/duckdns **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall duckdns Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install duckdns TrueCharts/duckdns -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/dupeguru/CHANGELOG.md b/charts/stable/dupeguru/CHANGELOG.md index a8f6c657009..41f4f9ef2a2 100644 --- a/charts/stable/dupeguru/CHANGELOG.md +++ b/charts/stable/dupeguru/CHANGELOG.md @@ -2,6 +2,16 @@ +## [dupeguru-1.0.3](https://github.com/truecharts/charts/compare/dupeguru-1.0.2...dupeguru-1.0.3) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [dupeguru-1.0.2](https://github.com/truecharts/apps/compare/dupeguru-1.0.1...dupeguru-1.0.2) (2022-07-26) ### Chore diff --git a/charts/stable/dupeguru/Chart.yaml b/charts/stable/dupeguru/Chart.yaml index ede33370f3a..3b75f1cc95a 100644 --- a/charts/stable/dupeguru/Chart.yaml +++ b/charts/stable/dupeguru/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: dupeGuru is a tool to find duplicate files on your computer. It can scan either filenames or contents. -home: https://github.com/truecharts/charts/tree/master/charts/stable/dupeguru -icon: https://truecharts.org/img/chart-icons/dupeguru.png +home: https://truecharts.org/docs/charts/stable/dupeguru +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dupeguru.png keywords: - dedupe - dupeguru @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: dupeguru sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dupeguru - https://github.com/jlesage/docker-dupeguru - https://hub.docker.com/r/jlesage/dupeguru/ type: application diff --git a/charts/stable/dupeguru/README.md b/charts/stable/dupeguru/README.md index 05ce6e7e7e1..e7314f1c1be 100644 --- a/charts/stable/dupeguru/README.md +++ b/charts/stable/dupeguru/README.md @@ -1,6 +1,6 @@ # dupeguru -![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.13.0](https://img.shields.io/badge/AppVersion-1.13.0-informational?style=flat-square) +![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.13.0](https://img.shields.io/badge/AppVersion-1.13.0-informational?style=flat-square) dupeGuru is a tool to find duplicate files on your computer. It can scan either filenames or contents. @@ -13,6 +13,7 @@ For more information, please click here: [dupeguru](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `dupeguru` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install dupeguru TrueCharts/dupeguru ``` @@ -48,7 +49,7 @@ helm install dupeguru TrueCharts/dupeguru **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall dupeguru Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install dupeguru TrueCharts/dupeguru -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/duplicati/CHANGELOG.md b/charts/stable/duplicati/CHANGELOG.md index e924b4c0ea4..38736297a44 100644 --- a/charts/stable/duplicati/CHANGELOG.md +++ b/charts/stable/duplicati/CHANGELOG.md @@ -2,6 +2,16 @@ +## [duplicati-6.0.26](https://github.com/truecharts/charts/compare/duplicati-6.0.25...duplicati-6.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [duplicati-6.0.25](https://github.com/truecharts/apps/compare/duplicati-6.0.24...duplicati-6.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml index e9d44b93412..1ad72b4b33b 100644 --- a/charts/stable/duplicati/Chart.yaml +++ b/charts/stable/duplicati/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Store securely encrypted backups on cloud storage services! -home: https://github.com/truecharts/charts/tree/master/charts/stable/duplicati -icon: https://truecharts.org/img/chart-icons/duplicati.png +home: https://truecharts.org/docs/charts/stable/duplicati +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.png keywords: - duplicati kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: duplicati sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/duplicati - https://hub.docker.com/r/duplicati/duplicati/ - https://github.com/duplicati/duplicati version: 6.0.26 diff --git a/charts/stable/duplicati/README.md b/charts/stable/duplicati/README.md index 94fafbae249..94ef2a4913a 100644 --- a/charts/stable/duplicati/README.md +++ b/charts/stable/duplicati/README.md @@ -1,6 +1,6 @@ # duplicati -![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 6.0.26](https://img.shields.io/badge/Version-6.0.26-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Store securely encrypted backups on cloud storage services! @@ -13,6 +13,7 @@ For more information, please click here: [duplicati](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `duplicati` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install duplicati TrueCharts/duplicati ``` @@ -48,7 +49,7 @@ helm install duplicati TrueCharts/duplicati **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall duplicati Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install duplicati TrueCharts/duplicati -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/emby/CHANGELOG.md b/charts/stable/emby/CHANGELOG.md index b7f9353d22f..9b269b09282 100644 --- a/charts/stable/emby/CHANGELOG.md +++ b/charts/stable/emby/CHANGELOG.md @@ -2,6 +2,16 @@ +## [emby-11.0.24](https://github.com/truecharts/charts/compare/emby-sync-0.0.14...emby-11.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [emby-11.0.23](https://github.com/truecharts/apps/compare/emby-11.0.22...emby-11.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index 1601d6cf12d..20d22dac33a 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Emby Server is a home media server -home: https://github.com/truecharts/charts/tree/master/charts/stable/emby -icon: https://truecharts.org/img/chart-icons/emby.png +home: https://truecharts.org/docs/charts/stable/emby +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.png keywords: - jellyfin - plex @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: emby sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/emby - https://hub.docker.com/r/linuxserver/emby - https://github.com/linuxserver/docker-emby.git type: application diff --git a/charts/stable/emby/README.md b/charts/stable/emby/README.md index 696a9cb8f5f..c52be726a50 100644 --- a/charts/stable/emby/README.md +++ b/charts/stable/emby/README.md @@ -1,6 +1,6 @@ # emby -![Version: 11.0.23](https://img.shields.io/badge/Version-11.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.7.4.0](https://img.shields.io/badge/AppVersion-4.7.4.0-informational?style=flat-square) +![Version: 11.0.24](https://img.shields.io/badge/Version-11.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.7.4.0](https://img.shields.io/badge/AppVersion-4.7.4.0-informational?style=flat-square) Emby Server is a home media server @@ -13,6 +13,7 @@ For more information, please click here: [emby](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `emby` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install emby TrueCharts/emby ``` @@ -48,7 +49,7 @@ helm install emby TrueCharts/emby **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall emby Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install emby TrueCharts/emby -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/embystat/CHANGELOG.md b/charts/stable/embystat/CHANGELOG.md index 5c09a0cb25b..b355f04f04b 100644 --- a/charts/stable/embystat/CHANGELOG.md +++ b/charts/stable/embystat/CHANGELOG.md @@ -2,6 +2,16 @@ +## [embystat-2.0.24](https://github.com/truecharts/charts/compare/embystat-2.0.23...embystat-2.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [embystat-2.0.23](https://github.com/truecharts/apps/compare/embystat-2.0.22...embystat-2.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/embystat/Chart.yaml b/charts/stable/embystat/Chart.yaml index f23464acf1e..6ab9ecb9878 100644 --- a/charts/stable/embystat/Chart.yaml +++ b/charts/stable/embystat/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "0.2.0" description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/embystat -icon: https://truecharts.org/img/chart-icons/embystat.png +home: https://truecharts.org/docs/charts/stable/embystat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/embystat.png keywords: - embystat sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/embystat - https://hub.docker.com/r/linuxserver/embystat dependencies: - name: common diff --git a/charts/stable/embystat/README.md b/charts/stable/embystat/README.md index 5e23e992c90..955e185f850 100644 --- a/charts/stable/embystat/README.md +++ b/charts/stable/embystat/README.md @@ -1,6 +1,6 @@ # embystat -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) +![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. @@ -13,6 +13,7 @@ For more information, please click here: [embystat](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `embystat` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install embystat TrueCharts/embystat ``` @@ -47,7 +48,7 @@ helm install embystat TrueCharts/embystat **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall embystat Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install embystat TrueCharts/embystat -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/emulatorjs/CHANGELOG.md b/charts/stable/emulatorjs/CHANGELOG.md index 676d8e4aacb..e997a76fc9a 100644 --- a/charts/stable/emulatorjs/CHANGELOG.md +++ b/charts/stable/emulatorjs/CHANGELOG.md @@ -2,6 +2,16 @@ +## [emulatorjs-2.0.27](https://github.com/truecharts/charts/compare/emulatorjs-2.0.26...emulatorjs-2.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [emulatorjs-2.0.26](https://github.com/truecharts/apps/compare/emulatorjs-2.0.25...emulatorjs-2.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/emulatorjs/Chart.yaml b/charts/stable/emulatorjs/Chart.yaml index a668820f7d1..7b36c7447b8 100644 --- a/charts/stable/emulatorjs/Chart.yaml +++ b/charts/stable/emulatorjs/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "1.7.2" description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs -icon: https://truecharts.org/img/chart-icons/emulatorjs.png +home: https://truecharts.org/docs/charts/stable/emulatorjs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.png keywords: - emulatorjs sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs - https://hub.docker.com/r/linuxserver/emulatorjs dependencies: - name: common diff --git a/charts/stable/emulatorjs/README.md b/charts/stable/emulatorjs/README.md index 2c73dbbc1f0..cec34104519 100644 --- a/charts/stable/emulatorjs/README.md +++ b/charts/stable/emulatorjs/README.md @@ -1,6 +1,6 @@ # emulatorjs -![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.2](https://img.shields.io/badge/AppVersion-1.7.2-informational?style=flat-square) +![Version: 2.0.27](https://img.shields.io/badge/Version-2.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.2](https://img.shields.io/badge/AppVersion-1.7.2-informational?style=flat-square) Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. @@ -13,6 +13,7 @@ For more information, please click here: [emulatorjs](https://truecharts.org/doc ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `emulatorjs` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install emulatorjs TrueCharts/emulatorjs ``` @@ -47,7 +48,7 @@ helm install emulatorjs TrueCharts/emulatorjs **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall emulatorjs Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install emulatorjs TrueCharts/emulatorjs -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/endlessh/CHANGELOG.md b/charts/stable/endlessh/CHANGELOG.md index fe4d91aff23..b33e2978b88 100644 --- a/charts/stable/endlessh/CHANGELOG.md +++ b/charts/stable/endlessh/CHANGELOG.md @@ -2,6 +2,16 @@ +## [endlessh-2.0.23](https://github.com/truecharts/charts/compare/endlessh-2.0.22...endlessh-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [endlessh-2.0.22](https://github.com/truecharts/apps/compare/endlessh-2.0.21...endlessh-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/endlessh/Chart.yaml b/charts/stable/endlessh/Chart.yaml index cc5a7c727fe..27083f57a15 100644 --- a/charts/stable/endlessh/Chart.yaml +++ b/charts/stable/endlessh/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "2021.11.21" description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/endlessh -icon: https://truecharts.org/img/chart-icons/endlessh.png +home: https://truecharts.org/docs/charts/stable/endlessh +icon: https://truecharts.org/img/hotlink-ok/chart-icons/endlessh.png keywords: - endlessh sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/endlessh - https://hub.docker.com/r/linuxserver/endlessh dependencies: - name: common diff --git a/charts/stable/endlessh/README.md b/charts/stable/endlessh/README.md index 9a8b6c06fc1..f3834065563 100644 --- a/charts/stable/endlessh/README.md +++ b/charts/stable/endlessh/README.md @@ -1,6 +1,6 @@ # endlessh -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.11.21](https://img.shields.io/badge/AppVersion-2021.11.21-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.11.21](https://img.shields.io/badge/AppVersion-2021.11.21-informational?style=flat-square) Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. @@ -13,6 +13,7 @@ For more information, please click here: [endlessh](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `endlessh` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install endlessh TrueCharts/endlessh ``` @@ -47,7 +48,7 @@ helm install endlessh TrueCharts/endlessh **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall endlessh Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install endlessh TrueCharts/endlessh -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/esphome/CHANGELOG.md b/charts/stable/esphome/CHANGELOG.md index bd75f2e851e..99f49d2370d 100644 --- a/charts/stable/esphome/CHANGELOG.md +++ b/charts/stable/esphome/CHANGELOG.md @@ -2,6 +2,16 @@ +## [esphome-11.0.26](https://github.com/truecharts/charts/compare/esphome-11.0.25...esphome-11.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [esphome-11.0.25](https://github.com/truecharts/apps/compare/esphome-11.0.24...esphome-11.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index d1acd664ef8..8c878a5c6a6 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -5,11 +5,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful - configuration files and control them remotely through Home Automation systems. -home: https://github.com/truecharts/charts/tree/master/charts/stable/esphome -icon: https://truecharts.org/img/chart-icons/esphome.png +description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. +home: https://truecharts.org/docs/charts/stable/esphome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.png keywords: - esphome kubeVersion: ">=1.16.0-0" @@ -19,6 +17,7 @@ maintainers: url: https://truecharts.org name: esphome sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/esphome - https://github.com/esphome/esphome - https://hub.docker.com/u/esphome type: application diff --git a/charts/stable/esphome/README.md b/charts/stable/esphome/README.md index a91074dac41..dd493ddf6ee 100644 --- a/charts/stable/esphome/README.md +++ b/charts/stable/esphome/README.md @@ -1,6 +1,6 @@ # esphome -![Version: 11.0.25](https://img.shields.io/badge/Version-11.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.6.2](https://img.shields.io/badge/AppVersion-2022.6.2-informational?style=flat-square) +![Version: 11.0.26](https://img.shields.io/badge/Version-11.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.6.2](https://img.shields.io/badge/AppVersion-2022.6.2-informational?style=flat-square) ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. @@ -13,6 +13,7 @@ For more information, please click here: [esphome](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `esphome` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install esphome TrueCharts/esphome ``` @@ -48,7 +49,7 @@ helm install esphome TrueCharts/esphome **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall esphome Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install esphome TrueCharts/esphome -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/etherpad/CHANGELOG.md b/charts/stable/etherpad/CHANGELOG.md index 45cc9ac0fcb..5bbaba14e6b 100644 --- a/charts/stable/etherpad/CHANGELOG.md +++ b/charts/stable/etherpad/CHANGELOG.md @@ -2,6 +2,16 @@ +## [etherpad-8.0.25](https://github.com/truecharts/charts/compare/etherpad-8.0.24...etherpad-8.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [etherpad-8.0.24](https://github.com/truecharts/apps/compare/etherpad-8.0.23...etherpad-8.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/etherpad/Chart.yaml b/charts/stable/etherpad/Chart.yaml index ebc41f5475f..c862c188373 100644 --- a/charts/stable/etherpad/Chart.yaml +++ b/charts/stable/etherpad/Chart.yaml @@ -5,14 +5,15 @@ kubeVersion: ">=1.16.0-0" name: etherpad description: A real-time collaborative editor scalable to thousands of simultaneous real time users. type: application -home: https://github.com/truecharts/charts/tree/master/charts/stable/etherpad -icon: https://truecharts.org/img/chart-icons/etherpad.png +home: https://truecharts.org/docs/charts/stable/etherpad +icon: https://truecharts.org/img/hotlink-ok/chart-icons/etherpad.png keywords: - etherpad - editor - notepad - pad sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/etherpad - https://etherpad.org/ - https://github.com/ether/etherpad-lite - https://hub.docker.com/r/nicholaswilde/etherpad diff --git a/charts/stable/etherpad/README.md b/charts/stable/etherpad/README.md index 4227a8180c8..163626f985a 100644 --- a/charts/stable/etherpad/README.md +++ b/charts/stable/etherpad/README.md @@ -1,6 +1,6 @@ # etherpad -![Version: 8.0.24](https://img.shields.io/badge/Version-8.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.14](https://img.shields.io/badge/AppVersion-1.8.14-informational?style=flat-square) +![Version: 8.0.25](https://img.shields.io/badge/Version-8.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.14](https://img.shields.io/badge/AppVersion-1.8.14-informational?style=flat-square) A real-time collaborative editor scalable to thousands of simultaneous real time users. @@ -13,6 +13,7 @@ For more information, please click here: [etherpad](https://truecharts.org/docs/ ## Source Code +* * * * @@ -25,21 +26,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `etherpad` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install etherpad TrueCharts/etherpad ``` @@ -50,7 +51,7 @@ helm install etherpad TrueCharts/etherpad **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall etherpad Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install etherpad TrueCharts/etherpad -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/external-service/CHANGELOG.md b/charts/stable/external-service/CHANGELOG.md index 3d5ab48e52b..c4fd51e779e 100644 --- a/charts/stable/external-service/CHANGELOG.md +++ b/charts/stable/external-service/CHANGELOG.md @@ -2,6 +2,16 @@ +## [external-service-6.0.23](https://github.com/truecharts/charts/compare/external-service-6.0.22...external-service-6.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [external-service-6.0.22](https://github.com/truecharts/apps/compare/external-service-6.0.21...external-service-6.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/external-service/Chart.yaml b/charts/stable/external-service/Chart.yaml index 3c21c7e9255..f4b0b5f6628 100644 --- a/charts/stable/external-service/Chart.yaml +++ b/charts/stable/external-service/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Allow external services to be used like Apps. -home: https://github.com/truecharts/apps/tree/master/charts/core/external-service -icon: https://truecharts.org/img/chart-icons/external-service.png +home: https://truecharts.org/docs/charts/stable/external-service +icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.png keywords: - external-service - reverse-proxy @@ -18,7 +18,7 @@ maintainers: url: https://truecharts.org name: external-service sources: - - https://github.com/truecharts/apps/tree/master/charts/stable/external-service + - https://github.com/truecharts/charts/tree/master/charts/stable/external-service type: application version: 6.0.23 annotations: diff --git a/charts/stable/external-service/README.md b/charts/stable/external-service/README.md index 76422f57ecd..f2ad7a85737 100644 --- a/charts/stable/external-service/README.md +++ b/charts/stable/external-service/README.md @@ -1,6 +1,6 @@ # external-service -![Version: 6.0.22](https://img.shields.io/badge/Version-6.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.66.6](https://img.shields.io/badge/AppVersion-0.66.6-informational?style=flat-square) +![Version: 6.0.23](https://img.shields.io/badge/Version-6.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.66.6](https://img.shields.io/badge/AppVersion-0.66.6-informational?style=flat-square) Allow external services to be used like Apps. @@ -13,7 +13,7 @@ For more information, please click here: [external-service](https://truecharts.o ## Source Code -* +* ## Requirements @@ -23,20 +23,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `external-service` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install external-service TrueCharts/external-service ``` @@ -47,7 +47,7 @@ helm install external-service TrueCharts/external-service **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +66,7 @@ helm uninstall external-service Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +84,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install external-service TrueCharts/external-service -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/ferdi-server/CHANGELOG.md b/charts/stable/ferdi-server/CHANGELOG.md index 2f5545d202c..8cab10d0cb6 100644 --- a/charts/stable/ferdi-server/CHANGELOG.md +++ b/charts/stable/ferdi-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ferdi-server-3.0.25](https://github.com/truecharts/charts/compare/ferdi-server-3.0.24...ferdi-server-3.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ferdi-server-3.0.24](https://github.com/truecharts/apps/compare/ferdi-server-3.0.23...ferdi-server-3.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/ferdi-server/Chart.yaml b/charts/stable/ferdi-server/Chart.yaml index 07f486a1999..3f7715ea541 100644 --- a/charts/stable/ferdi-server/Chart.yaml +++ b/charts/stable/ferdi-server/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 8.0.50 description: Server for Ferdi that you can re-use to run your own -home: https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server -icon: https://truecharts.org/img/chart-icons/ferdi-server.png +home: https://truecharts.org/docs/charts/stable/ferdi-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.png keywords: - ferdi kubeVersion: ">=1.16.0-0" @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: ferdi-server sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server - https://github.com/getferdi/server version: 3.0.25 annotations: diff --git a/charts/stable/ferdi-server/README.md b/charts/stable/ferdi-server/README.md index f7ce202a2f7..a8d99cb4eb3 100644 --- a/charts/stable/ferdi-server/README.md +++ b/charts/stable/ferdi-server/README.md @@ -1,6 +1,6 @@ # ferdi-server -![Version: 3.0.24](https://img.shields.io/badge/Version-3.0.24-informational?style=flat-square) ![AppVersion: 1.3.2](https://img.shields.io/badge/AppVersion-1.3.2-informational?style=flat-square) +![Version: 3.0.25](https://img.shields.io/badge/Version-3.0.25-informational?style=flat-square) ![AppVersion: 1.3.2](https://img.shields.io/badge/AppVersion-1.3.2-informational?style=flat-square) Server for Ferdi that you can re-use to run your own @@ -13,6 +13,7 @@ For more information, please click here: [ferdi-server](https://truecharts.org/d ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ferdi-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ferdi-server TrueCharts/ferdi-server ``` @@ -48,7 +49,7 @@ helm install ferdi-server TrueCharts/ferdi-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ferdi-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ferdi-server TrueCharts/ferdi-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/filebot/CHANGELOG.md b/charts/stable/filebot/CHANGELOG.md index df083b92962..ec5b04d5bbb 100644 --- a/charts/stable/filebot/CHANGELOG.md +++ b/charts/stable/filebot/CHANGELOG.md @@ -2,6 +2,16 @@ +## [filebot-1.0.3](https://github.com/truecharts/charts/compare/filebot-1.0.2...filebot-1.0.3) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [filebot-1.0.2](https://github.com/truecharts/apps/compare/filebot-1.0.1...filebot-1.0.2) (2022-07-26) ### Chore diff --git a/charts/stable/filebot/Chart.yaml b/charts/stable/filebot/Chart.yaml index 58491a5ed6c..c6a1f8e9a05 100644 --- a/charts/stable/filebot/Chart.yaml +++ b/charts/stable/filebot/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. -home: https://github.com/truecharts/charts/tree/master/charts/stable/filebot -icon: https://truecharts.org/img/chart-icons/filebot.png +home: https://truecharts.org/docs/charts/stable/filebot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebot.png keywords: - media - filebot @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: filebot sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/filebot - https://github.com/jlesage/docker-filebot - https://hub.docker.com/r/jlesage/filebot/ type: application diff --git a/charts/stable/filebot/README.md b/charts/stable/filebot/README.md index 17bfb0e6022..2e26b6a15d7 100644 --- a/charts/stable/filebot/README.md +++ b/charts/stable/filebot/README.md @@ -1,6 +1,6 @@ # filebot -![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.1](https://img.shields.io/badge/AppVersion-1.14.1-informational?style=flat-square) +![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.1](https://img.shields.io/badge/AppVersion-1.14.1-informational?style=flat-square) FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. @@ -13,6 +13,7 @@ For more information, please click here: [filebot](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `filebot` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install filebot TrueCharts/filebot ``` @@ -48,7 +49,7 @@ helm install filebot TrueCharts/filebot **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall filebot Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install filebot TrueCharts/filebot -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/filebrowser/CHANGELOG.md b/charts/stable/filebrowser/CHANGELOG.md index 2383fd74e16..5756a86c3a8 100644 --- a/charts/stable/filebrowser/CHANGELOG.md +++ b/charts/stable/filebrowser/CHANGELOG.md @@ -2,6 +2,16 @@ +## [filebrowser-2.0.27](https://github.com/truecharts/charts/compare/filebrowser-2.0.26...filebrowser-2.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [filebrowser-2.0.26](https://github.com/truecharts/apps/compare/filebrowser-2.0.25...filebrowser-2.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/filebrowser/Chart.yaml b/charts/stable/filebrowser/Chart.yaml index 6c0bd56d4f2..9248bea4586 100644 --- a/charts/stable/filebrowser/Chart.yaml +++ b/charts/stable/filebrowser/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Filebrowser provides a file managing interface within a specified directory -home: https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser -icon: https://truecharts.org/img/chart-icons/filebrowser.png +home: https://truecharts.org/docs/charts/stable/filebrowser +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.png keywords: - filebrowser kubeVersion: ">=1.16.0-0" @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: filebrowser sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser - https://github.com/filebrowser/filebrowser - https://filebrowser.org/cli/filebrowser - https://hub.docker.com/r/filebrowser/filebrowser diff --git a/charts/stable/filebrowser/README.md b/charts/stable/filebrowser/README.md index e2a080f7097..a56b5ddf4ed 100644 --- a/charts/stable/filebrowser/README.md +++ b/charts/stable/filebrowser/README.md @@ -1,6 +1,6 @@ # filebrowser -![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.22.4](https://img.shields.io/badge/AppVersion-2.22.4-informational?style=flat-square) +![Version: 2.0.27](https://img.shields.io/badge/Version-2.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.22.4](https://img.shields.io/badge/AppVersion-2.22.4-informational?style=flat-square) Filebrowser provides a file managing interface within a specified directory @@ -13,6 +13,7 @@ For more information, please click here: [filebrowser](https://truecharts.org/do ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `filebrowser` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install filebrowser TrueCharts/filebrowser ``` @@ -49,7 +50,7 @@ helm install filebrowser TrueCharts/filebrowser **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall filebrowser Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install filebrowser TrueCharts/filebrowser -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/fileflows/CHANGELOG.md b/charts/stable/fileflows/CHANGELOG.md index 8d55ea3b3e9..7e0a7337a8a 100644 --- a/charts/stable/fileflows/CHANGELOG.md +++ b/charts/stable/fileflows/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fileflows-2.0.32](https://github.com/truecharts/charts/compare/fileflows-2.0.31...fileflows-2.0.32) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fileflows-2.0.31](https://github.com/truecharts/apps/compare/fileflows-2.0.30...fileflows-2.0.31) (2022-07-26) ### Chore diff --git a/charts/stable/fileflows/Chart.yaml b/charts/stable/fileflows/Chart.yaml index dba952b1fb7..1961e12980e 100644 --- a/charts/stable/fileflows/Chart.yaml +++ b/charts/stable/fileflows/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: An application that lets you automatically process files through a simple rule flow. -home: https://github.com/truecharts/charts/tree/master/charts/stable/fileflows -icon: https://truecharts.org/img/chart-icons/fileflows.png +home: https://truecharts.org/docs/charts/stable/fileflows +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.png keywords: - fileflows kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: fileflows sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fileflows - https://github.com/revenz/FileFlows - https://hub.docker.com/r/revenz/fileflows version: 2.0.32 diff --git a/charts/stable/fileflows/README.md b/charts/stable/fileflows/README.md index d8a8267ff0b..ef90a4a5ff5 100644 --- a/charts/stable/fileflows/README.md +++ b/charts/stable/fileflows/README.md @@ -1,6 +1,6 @@ # fileflows -![Version: 2.0.31](https://img.shields.io/badge/Version-2.0.31-informational?style=flat-square) ![AppVersion: 0.9.3](https://img.shields.io/badge/AppVersion-0.9.3-informational?style=flat-square) +![Version: 2.0.32](https://img.shields.io/badge/Version-2.0.32-informational?style=flat-square) ![AppVersion: 0.9.3](https://img.shields.io/badge/AppVersion-0.9.3-informational?style=flat-square) An application that lets you automatically process files through a simple rule flow. @@ -13,6 +13,7 @@ For more information, please click here: [fileflows](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fileflows` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fileflows TrueCharts/fileflows ``` @@ -48,7 +49,7 @@ helm install fileflows TrueCharts/fileflows **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall fileflows Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fileflows TrueCharts/fileflows -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/filezilla/CHANGELOG.md b/charts/stable/filezilla/CHANGELOG.md index 5e72f1cf5eb..997ba4bb0c5 100644 --- a/charts/stable/filezilla/CHANGELOG.md +++ b/charts/stable/filezilla/CHANGELOG.md @@ -2,6 +2,16 @@ +## [filezilla-4.0.27](https://github.com/truecharts/charts/compare/filezilla-4.0.26...filezilla-4.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [filezilla-4.0.26](https://github.com/truecharts/apps/compare/filezilla-4.0.25...filezilla-4.0.26) (2022-07-28) ### Chore diff --git a/charts/stable/filezilla/Chart.yaml b/charts/stable/filezilla/Chart.yaml index 48b10c1ace2..1e633f0709e 100644 --- a/charts/stable/filezilla/Chart.yaml +++ b/charts/stable/filezilla/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: A Helm chart for Kubernetes -home: "https://truecharts.org/docs/charts/stable/filezilla" -icon: https://truecharts.org/img/chart-icons/filezilla.png +home: https://truecharts.org/docs/charts/stable/filezilla +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.png keywords: - filezilla - ftp @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: filezilla sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/filezilla - https://filezilla-project.org/ - https://github.com/linuxserver/docker-filezilla type: application diff --git a/charts/stable/filezilla/README.md b/charts/stable/filezilla/README.md index 7e3ed516ed2..5e97bced16f 100644 --- a/charts/stable/filezilla/README.md +++ b/charts/stable/filezilla/README.md @@ -1,6 +1,6 @@ # filezilla -![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.55.1](https://img.shields.io/badge/AppVersion-3.55.1-informational?style=flat-square) +![Version: 4.0.27](https://img.shields.io/badge/Version-4.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.55.1](https://img.shields.io/badge/AppVersion-3.55.1-informational?style=flat-square) A Helm chart for Kubernetes @@ -13,6 +13,7 @@ For more information, please click here: [filezilla](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `filezilla` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install filezilla TrueCharts/filezilla ``` @@ -48,7 +49,7 @@ helm install filezilla TrueCharts/filezilla **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall filezilla Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install filezilla TrueCharts/filezilla -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/fireflyiii/CHANGELOG.md b/charts/stable/fireflyiii/CHANGELOG.md index 5097ec84f22..c78a3e5d152 100644 --- a/charts/stable/fireflyiii/CHANGELOG.md +++ b/charts/stable/fireflyiii/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fireflyiii-16.0.30](https://github.com/truecharts/charts/compare/fireflyiii-16.0.29...fireflyiii-16.0.30) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fireflyiii-16.0.29](https://github.com/truecharts/apps/compare/fireflyiii-16.0.28...fireflyiii-16.0.29) (2022-07-27) ### Chore diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index 90639dfb8df..d6e4c363b42 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -14,8 +14,8 @@ dependencies: version: 3.0.48 deprecated: false description: A free and open source personal finance manager -home: https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii -icon: https://truecharts.org/img/chart-icons/fireflyiii.png +home: https://truecharts.org/docs/charts/stable/fireflyiii +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.png keywords: - fireflyiii - finacial @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: fireflyiii sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii - https://github.com/firefly-iii/firefly-iii/ type: application version: 16.0.30 diff --git a/charts/stable/fireflyiii/README.md b/charts/stable/fireflyiii/README.md index 8d205109f0e..19ece8a1f7d 100644 --- a/charts/stable/fireflyiii/README.md +++ b/charts/stable/fireflyiii/README.md @@ -1,6 +1,6 @@ # fireflyiii -![Version: 16.0.29](https://img.shields.io/badge/Version-16.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.7.10](https://img.shields.io/badge/AppVersion-5.7.10-informational?style=flat-square) +![Version: 16.0.30](https://img.shields.io/badge/Version-16.0.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.7.10](https://img.shields.io/badge/AppVersion-5.7.10-informational?style=flat-square) A free and open source personal finance manager @@ -13,6 +13,7 @@ For more information, please click here: [fireflyiii](https://truecharts.org/doc ## Source Code +* * ## Requirements @@ -23,22 +24,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fireflyiii` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fireflyiii TrueCharts/fireflyiii ``` @@ -49,7 +50,7 @@ helm install fireflyiii TrueCharts/fireflyiii **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall fireflyiii Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fireflyiii TrueCharts/fireflyiii -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/firefox-syncserver/CHANGELOG.md b/charts/stable/firefox-syncserver/CHANGELOG.md index 1bf9495ba26..79f3100dedd 100644 --- a/charts/stable/firefox-syncserver/CHANGELOG.md +++ b/charts/stable/firefox-syncserver/CHANGELOG.md @@ -2,6 +2,16 @@ +## [firefox-syncserver-9.0.26](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.25...firefox-syncserver-9.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [firefox-syncserver-9.0.25](https://github.com/truecharts/apps/compare/firefox-syncserver-9.0.24...firefox-syncserver-9.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/firefox-syncserver/Chart.yaml b/charts/stable/firefox-syncserver/Chart.yaml index 062a540203e..36132f38946 100644 --- a/charts/stable/firefox-syncserver/Chart.yaml +++ b/charts/stable/firefox-syncserver/Chart.yaml @@ -5,14 +5,15 @@ kubeVersion: ">=1.16.0-0" name: firefox-syncserver description: This is an all-in-one package for running a self-hosted Firefox Sync server. type: application -home: https://github.com/truecharts/charts/tree/master/charts/stable/firefox-syncserver -icon: https://truecharts.org/img/chart-icons/firefox-syncserver.png +home: https://truecharts.org/docs/charts/stable/firefox-syncserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-syncserver.png keywords: - server - sync - syncserver - firefox sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-syncserver - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html - https://hub.docker.com/r/crazymax/firefox-syncserver dependencies: diff --git a/charts/stable/firefox-syncserver/README.md b/charts/stable/firefox-syncserver/README.md index 8e14f1d15c7..8263a0e32ce 100644 --- a/charts/stable/firefox-syncserver/README.md +++ b/charts/stable/firefox-syncserver/README.md @@ -1,6 +1,6 @@ # firefox-syncserver -![Version: 9.0.25](https://img.shields.io/badge/Version-9.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square) +![Version: 9.0.26](https://img.shields.io/badge/Version-9.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square) This is an all-in-one package for running a self-hosted Firefox Sync server. @@ -13,6 +13,7 @@ For more information, please click here: [firefox-syncserver](https://truecharts ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `firefox-syncserver` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install firefox-syncserver TrueCharts/firefox-syncserver ``` @@ -49,7 +50,7 @@ helm install firefox-syncserver TrueCharts/firefox-syncserver **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall firefox-syncserver Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install firefox-syncserver TrueCharts/firefox-syncserver -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/firefox/CHANGELOG.md b/charts/stable/firefox/CHANGELOG.md index f87bc8de32a..fe56a2f5e7a 100644 --- a/charts/stable/firefox/CHANGELOG.md +++ b/charts/stable/firefox/CHANGELOG.md @@ -2,6 +2,16 @@ +## [firefox-2.0.23](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.15...firefox-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [firefox-2.0.22](https://github.com/truecharts/apps/compare/firefox-desktop-g3-0.0.13...firefox-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/firefox/Chart.yaml b/charts/stable/firefox/Chart.yaml index a1f24627022..afa43d64a44 100644 --- a/charts/stable/firefox/Chart.yaml +++ b/charts/stable/firefox/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "78.15.0" description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/firefox -icon: https://truecharts.org/img/chart-icons/firefox.png +home: https://truecharts.org/docs/charts/stable/firefox +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox.png keywords: - firefox sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/firefox - https://hub.docker.com/r/linuxserver/firefox dependencies: - name: common diff --git a/charts/stable/firefox/README.md b/charts/stable/firefox/README.md index 6795922c28f..dc200e19c83 100644 --- a/charts/stable/firefox/README.md +++ b/charts/stable/firefox/README.md @@ -1,6 +1,6 @@ # firefox -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 78.15.0](https://img.shields.io/badge/AppVersion-78.15.0-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 78.15.0](https://img.shields.io/badge/AppVersion-78.15.0-informational?style=flat-square) Firefox Browser, also known as Mozilla Firefox or simply Firefox, @@ -13,6 +13,7 @@ For more information, please click here: [firefox](https://truecharts.org/docs/c ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `firefox` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install firefox TrueCharts/firefox ``` @@ -47,7 +48,7 @@ helm install firefox TrueCharts/firefox **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall firefox Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install firefox TrueCharts/firefox -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/flaresolverr/CHANGELOG.md b/charts/stable/flaresolverr/CHANGELOG.md index 459bfc588c3..07bd95a60cd 100644 --- a/charts/stable/flaresolverr/CHANGELOG.md +++ b/charts/stable/flaresolverr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [flaresolverr-6.0.25](https://github.com/truecharts/charts/compare/flaresolverr-6.0.24...flaresolverr-6.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [flaresolverr-6.0.24](https://github.com/truecharts/apps/compare/flaresolverr-6.0.23...flaresolverr-6.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml index 8ade7bab9a1..f6d0c3e4354 100644 --- a/charts/stable/flaresolverr/Chart.yaml +++ b/charts/stable/flaresolverr/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: FlareSolverr is a proxy server to bypass Cloudflare protection -home: https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr -icon: https://truecharts.org/img/chart-icons/flaresolverr.png +home: https://truecharts.org/docs/charts/stable/flaresolverr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.png keywords: - flaresolverr - jackett @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: flaresolverr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr - https://github.com/FlareSolverr/FlareSolverr - https://hub.docker.com/r/flaresolverr/flaresolverr version: 6.0.25 diff --git a/charts/stable/flaresolverr/README.md b/charts/stable/flaresolverr/README.md index e30d5c04768..7c8ecc9ae79 100644 --- a/charts/stable/flaresolverr/README.md +++ b/charts/stable/flaresolverr/README.md @@ -1,6 +1,6 @@ # flaresolverr -![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![AppVersion: 2.2.4](https://img.shields.io/badge/AppVersion-2.2.4-informational?style=flat-square) +![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: 2.2.4](https://img.shields.io/badge/AppVersion-2.2.4-informational?style=flat-square) FlareSolverr is a proxy server to bypass Cloudflare protection @@ -13,6 +13,7 @@ For more information, please click here: [flaresolverr](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `flaresolverr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install flaresolverr TrueCharts/flaresolverr ``` @@ -48,7 +49,7 @@ helm install flaresolverr TrueCharts/flaresolverr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall flaresolverr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install flaresolverr TrueCharts/flaresolverr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/fleet/CHANGELOG.md b/charts/stable/fleet/CHANGELOG.md index f8964c50740..b95ba536904 100644 --- a/charts/stable/fleet/CHANGELOG.md +++ b/charts/stable/fleet/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fleet-3.0.25](https://github.com/truecharts/charts/compare/fleet-3.0.24...fleet-3.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fleet-3.0.24](https://github.com/truecharts/apps/compare/fleet-3.0.23...fleet-3.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml index 51e7ef7533d..47f6ec74f12 100644 --- a/charts/stable/fleet/Chart.yaml +++ b/charts/stable/fleet/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "2.3.2" description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/fleet -icon: https://truecharts.org/img/chart-icons/fleet.png +home: https://truecharts.org/docs/charts/stable/fleet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.png keywords: - fleet sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fleet - https://hub.docker.com/r/linuxserver/fleet dependencies: - name: common diff --git a/charts/stable/fleet/README.md b/charts/stable/fleet/README.md index 0af31d98fa9..b3a41faf3aa 100644 --- a/charts/stable/fleet/README.md +++ b/charts/stable/fleet/README.md @@ -1,6 +1,6 @@ # fleet -![Version: 3.0.24](https://img.shields.io/badge/Version-3.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.2](https://img.shields.io/badge/AppVersion-2.3.2-informational?style=flat-square) +![Version: 3.0.25](https://img.shields.io/badge/Version-3.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.2](https://img.shields.io/badge/AppVersion-2.3.2-informational?style=flat-square) Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. @@ -13,6 +13,7 @@ For more information, please click here: [fleet](https://truecharts.org/docs/cha ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fleet` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fleet TrueCharts/fleet ``` @@ -48,7 +49,7 @@ helm install fleet TrueCharts/fleet **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall fleet Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fleet TrueCharts/fleet -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/flexget/CHANGELOG.md b/charts/stable/flexget/CHANGELOG.md index 753d39fc55b..79bf0427192 100644 --- a/charts/stable/flexget/CHANGELOG.md +++ b/charts/stable/flexget/CHANGELOG.md @@ -2,6 +2,17 @@ +## [flexget-2.0.32](https://github.com/truecharts/charts/compare/flexget-2.0.30...flexget-2.0.32) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [flexget-2.0.30](https://github.com/truecharts/apps/compare/flexget-2.0.29...flexget-2.0.30) (2022-07-26) ### Chore diff --git a/charts/stable/flexget/Chart.yaml b/charts/stable/flexget/Chart.yaml index 5b1f5a05621..68299a9e2cc 100644 --- a/charts/stable/flexget/Chart.yaml +++ b/charts/stable/flexget/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 -appVersion: "3.3.21" +appVersion: "3.3.22" dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false description: FlexGet is a multipurpose automation tool for all of your media -home: https://github.com/truecharts/charts/tree/master/charts/stable/flexget -icon: https://truecharts.org/img/chart-icons/flexget.png +home: https://truecharts.org/docs/charts/stable/flexget +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.png keywords: - flexget - automation @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: flexget sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/flexget - https://hub.docker.com/r/wiserain/flexget - https://github.com/wiserain/docker-flexget type: application diff --git a/charts/stable/flexget/README.md b/charts/stable/flexget/README.md index 8c899e1479e..1890bf8202c 100644 --- a/charts/stable/flexget/README.md +++ b/charts/stable/flexget/README.md @@ -1,6 +1,6 @@ # flexget -![Version: 2.0.30](https://img.shields.io/badge/Version-2.0.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.21](https://img.shields.io/badge/AppVersion-3.3.21-informational?style=flat-square) +![Version: 2.0.32](https://img.shields.io/badge/Version-2.0.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.22](https://img.shields.io/badge/AppVersion-3.3.22-informational?style=flat-square) FlexGet is a multipurpose automation tool for all of your media @@ -13,6 +13,7 @@ For more information, please click here: [flexget](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `flexget` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install flexget TrueCharts/flexget ``` @@ -48,7 +49,7 @@ helm install flexget TrueCharts/flexget **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall flexget Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install flexget TrueCharts/flexget -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/flood/CHANGELOG.md b/charts/stable/flood/CHANGELOG.md index e8f29852d31..206972c71e3 100644 --- a/charts/stable/flood/CHANGELOG.md +++ b/charts/stable/flood/CHANGELOG.md @@ -2,6 +2,16 @@ +## [flood-6.0.26](https://github.com/truecharts/charts/compare/qflood-0.0.14...flood-6.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [flood-6.0.25](https://github.com/truecharts/apps/compare/qflood-0.0.13...flood-6.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index b17c275d366..4530b3c2d56 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Flood is a monitoring service for various torrent clients -home: https://github.com/truecharts/charts/tree/master/charts/stable/flood -icon: https://truecharts.org/img/chart-icons/flood.png +home: https://truecharts.org/docs/charts/stable/flood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flood.png keywords: - flood - rtorrent @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: flood sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/flood - https://github.com/jesec/flood - https://hub.docker.com/r/jesec/flood version: 6.0.26 diff --git a/charts/stable/flood/README.md b/charts/stable/flood/README.md index 3ab375f0f69..3182d5f3151 100644 --- a/charts/stable/flood/README.md +++ b/charts/stable/flood/README.md @@ -1,6 +1,6 @@ # flood -![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: 4.7.0](https://img.shields.io/badge/AppVersion-4.7.0-informational?style=flat-square) +![Version: 6.0.26](https://img.shields.io/badge/Version-6.0.26-informational?style=flat-square) ![AppVersion: 4.7.0](https://img.shields.io/badge/AppVersion-4.7.0-informational?style=flat-square) Flood is a monitoring service for various torrent clients @@ -13,6 +13,7 @@ For more information, please click here: [flood](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `flood` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install flood TrueCharts/flood ``` @@ -48,7 +49,7 @@ helm install flood TrueCharts/flood **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall flood Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install flood TrueCharts/flood -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/fluidd/CHANGELOG.md b/charts/stable/fluidd/CHANGELOG.md index 027df37e2ee..71f62624c18 100644 --- a/charts/stable/fluidd/CHANGELOG.md +++ b/charts/stable/fluidd/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fluidd-2.0.26](https://github.com/truecharts/charts/compare/fluidd-2.0.25...fluidd-2.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fluidd-2.0.25](https://github.com/truecharts/apps/compare/fluidd-2.0.24...fluidd-2.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/fluidd/Chart.yaml b/charts/stable/fluidd/Chart.yaml index c2ecd58a4be..3787dbc4b63 100644 --- a/charts/stable/fluidd/Chart.yaml +++ b/charts/stable/fluidd/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer. -home: https://github.com/truecharts/charts/tree/master/charts/stable/fluidd -icon: https://truecharts.org/img/chart-icons/fluidd.png +home: https://truecharts.org/docs/charts/stable/fluidd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.png keywords: - fluidd kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: fluidd sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd - https://github.com/fluidd-core/fluidd - https://hub.docker.com/r/cadriel/fluidd version: 2.0.26 diff --git a/charts/stable/fluidd/README.md b/charts/stable/fluidd/README.md index 5017837c36a..1962a88169d 100644 --- a/charts/stable/fluidd/README.md +++ b/charts/stable/fluidd/README.md @@ -1,6 +1,6 @@ # fluidd -![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![AppVersion: 1.19.0](https://img.shields.io/badge/AppVersion-1.19.0-informational?style=flat-square) +![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![AppVersion: 1.19.0](https://img.shields.io/badge/AppVersion-1.19.0-informational?style=flat-square) Fluidd is a free and open-source Klipper web interface for managing your 3d printer. @@ -13,6 +13,7 @@ For more information, please click here: [fluidd](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fluidd` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fluidd TrueCharts/fluidd ``` @@ -48,7 +49,7 @@ helm install fluidd TrueCharts/fluidd **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall fluidd Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fluidd TrueCharts/fluidd -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/focalboard/CHANGELOG.md b/charts/stable/focalboard/CHANGELOG.md index 6c1a5a8354f..7f12f0d2514 100644 --- a/charts/stable/focalboard/CHANGELOG.md +++ b/charts/stable/focalboard/CHANGELOG.md @@ -2,6 +2,16 @@ +## [focalboard-9.0.27](https://github.com/truecharts/charts/compare/focalboard-9.0.26...focalboard-9.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [focalboard-9.0.26](https://github.com/truecharts/apps/compare/focalboard-9.0.25...focalboard-9.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/focalboard/Chart.yaml b/charts/stable/focalboard/Chart.yaml index 6f33fc1b5d3..a1886f395b3 100644 --- a/charts/stable/focalboard/Chart.yaml +++ b/charts/stable/focalboard/Chart.yaml @@ -8,11 +8,9 @@ dependencies: name: postgresql repository: https://charts.truecharts.org/ version: 8.0.50 -description: - Focalboard is an open source, self-hosted alternative to Trello, Notion, - and Asana. -home: https://github.com/truecharts/charts/tree/master/charts/stable/focalboard -icon: https://truecharts.org/img/chart-icons/focalboard.png +description: Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. +home: https://truecharts.org/docs/charts/stable/focalboard +icon: https://truecharts.org/img/hotlink-ok/chart-icons/focalboard.png keywords: - focalboard - kanban @@ -24,6 +22,7 @@ maintainers: url: https://truecharts.org name: focalboard sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/focalboard - https://www.focalboard.com/ - https://github.com/mattermost/focalboard - https://github.com/FlipEnergy/container-images/blob/main/focalboard diff --git a/charts/stable/focalboard/README.md b/charts/stable/focalboard/README.md index b729d28f323..68adae195a5 100644 --- a/charts/stable/focalboard/README.md +++ b/charts/stable/focalboard/README.md @@ -1,6 +1,6 @@ # focalboard -![Version: 9.0.26](https://img.shields.io/badge/Version-9.0.26-informational?style=flat-square) ![AppVersion: 7.1.0](https://img.shields.io/badge/AppVersion-7.1.0-informational?style=flat-square) +![Version: 9.0.27](https://img.shields.io/badge/Version-9.0.27-informational?style=flat-square) ![AppVersion: 7.1.0](https://img.shields.io/badge/AppVersion-7.1.0-informational?style=flat-square) Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. @@ -13,6 +13,7 @@ For more information, please click here: [focalboard](https://truecharts.org/doc ## Source Code +* * * * @@ -25,21 +26,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `focalboard` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install focalboard TrueCharts/focalboard ``` @@ -50,7 +51,7 @@ helm install focalboard TrueCharts/focalboard **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall focalboard Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install focalboard TrueCharts/focalboard -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/foldingathome/CHANGELOG.md b/charts/stable/foldingathome/CHANGELOG.md index c3ed3544d5f..a82bc05c9e8 100644 --- a/charts/stable/foldingathome/CHANGELOG.md +++ b/charts/stable/foldingathome/CHANGELOG.md @@ -2,6 +2,16 @@ +## [foldingathome-2.0.24](https://github.com/truecharts/charts/compare/foldingathome-2.0.23...foldingathome-2.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [foldingathome-2.0.23](https://github.com/truecharts/apps/compare/foldingathome-2.0.22...foldingathome-2.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/foldingathome/Chart.yaml b/charts/stable/foldingathome/Chart.yaml index 3093783004f..3a74ba105f1 100644 --- a/charts/stable/foldingathome/Chart.yaml +++ b/charts/stable/foldingathome/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "7.6.21" description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome -icon: https://truecharts.org/img/chart-icons/foldingathome.png +home: https://truecharts.org/docs/charts/stable/foldingathome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.png keywords: - foldingathome sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome - https://hub.docker.com/r/linuxserver/foldingathome dependencies: - name: common diff --git a/charts/stable/foldingathome/README.md b/charts/stable/foldingathome/README.md index 7ae3475f081..39dcf6af64b 100644 --- a/charts/stable/foldingathome/README.md +++ b/charts/stable/foldingathome/README.md @@ -1,6 +1,6 @@ # foldingathome -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.6.21](https://img.shields.io/badge/AppVersion-7.6.21-informational?style=flat-square) +![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.6.21](https://img.shields.io/badge/AppVersion-7.6.21-informational?style=flat-square) Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. @@ -13,6 +13,7 @@ For more information, please click here: [foldingathome](https://truecharts.org/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `foldingathome` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install foldingathome TrueCharts/foldingathome ``` @@ -47,7 +48,7 @@ helm install foldingathome TrueCharts/foldingathome **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall foldingathome Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install foldingathome TrueCharts/foldingathome -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/fossil/CHANGELOG.md b/charts/stable/fossil/CHANGELOG.md index 3e310ab1feb..3e6c626934a 100644 --- a/charts/stable/fossil/CHANGELOG.md +++ b/charts/stable/fossil/CHANGELOG.md @@ -2,6 +2,16 @@ +## [fossil-4.0.23](https://github.com/truecharts/charts/compare/fossil-4.0.22...fossil-4.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [fossil-4.0.22](https://github.com/truecharts/apps/compare/fossil-4.0.21...fossil-4.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/fossil/Chart.yaml b/charts/stable/fossil/Chart.yaml index 8750650443f..0aee9a1e595 100644 --- a/charts/stable/fossil/Chart.yaml +++ b/charts/stable/fossil/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - A simple, high-reliability, distributed software configuration management - system -home: https://github.com/truecharts/charts/tree/master/charts/stable/fossil -icon: https://truecharts.org/img/chart-icons/fossil.png +description: A simple, high-reliability, distributed software configuration management system +home: https://truecharts.org/docs/charts/stable/fossil +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.png keywords: - fossil - scm @@ -19,6 +17,7 @@ maintainers: url: https://truecharts.org name: fossil sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fossil - https://fossil-scm.org/ type: application version: 4.0.23 diff --git a/charts/stable/fossil/README.md b/charts/stable/fossil/README.md index 8579a9dd994..90a2ce8161e 100644 --- a/charts/stable/fossil/README.md +++ b/charts/stable/fossil/README.md @@ -1,6 +1,6 @@ # fossil -![Version: 4.0.22](https://img.shields.io/badge/Version-4.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.15.1](https://img.shields.io/badge/AppVersion-2.15.1-informational?style=flat-square) +![Version: 4.0.23](https://img.shields.io/badge/Version-4.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.15.1](https://img.shields.io/badge/AppVersion-2.15.1-informational?style=flat-square) A simple, high-reliability, distributed software configuration management system @@ -13,6 +13,7 @@ For more information, please click here: [fossil](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `fossil` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install fossil TrueCharts/fossil ``` @@ -47,7 +48,7 @@ helm install fossil TrueCharts/fossil **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall fossil Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install fossil TrueCharts/fossil -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/freeradius/CHANGELOG.md b/charts/stable/freeradius/CHANGELOG.md index ba546817b9c..6c0040c2a2a 100644 --- a/charts/stable/freeradius/CHANGELOG.md +++ b/charts/stable/freeradius/CHANGELOG.md @@ -2,6 +2,16 @@ +## [freeradius-6.0.24](https://github.com/truecharts/charts/compare/freeradius-6.0.23...freeradius-6.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [freeradius-6.0.23](https://github.com/truecharts/apps/compare/freeradius-6.0.22...freeradius-6.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/freeradius/Chart.yaml b/charts/stable/freeradius/Chart.yaml index e517e3177cd..2c6d3436cd0 100644 --- a/charts/stable/freeradius/Chart.yaml +++ b/charts/stable/freeradius/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: OpenSource Radius implementation -home: https://github.com/truecharts/charts/tree/master/charts/stable/freeradius -icon: https://truecharts.org/img/chart-icons/freeradius.png +home: https://truecharts.org/docs/charts/stable/freeradius +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freeradius.png keywords: - radius - auth @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: freeradius sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/freeradius - https://hub.docker.com/r/freeradius/freeradius-server/ - https://freeradius.org/ type: application diff --git a/charts/stable/freeradius/README.md b/charts/stable/freeradius/README.md index 2b3bf5b8321..3a5d58b464b 100644 --- a/charts/stable/freeradius/README.md +++ b/charts/stable/freeradius/README.md @@ -1,6 +1,6 @@ # freeradius -![Version: 6.0.23](https://img.shields.io/badge/Version-6.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.0](https://img.shields.io/badge/AppVersion-3.2.0-informational?style=flat-square) +![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.0](https://img.shields.io/badge/AppVersion-3.2.0-informational?style=flat-square) OpenSource Radius implementation @@ -13,6 +13,7 @@ For more information, please click here: [freeradius](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `freeradius` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install freeradius TrueCharts/freeradius ``` @@ -48,7 +49,7 @@ helm install freeradius TrueCharts/freeradius **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall freeradius Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install freeradius TrueCharts/freeradius -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/freshrss/CHANGELOG.md b/charts/stable/freshrss/CHANGELOG.md index ac38c3890f8..d4282ae903a 100644 --- a/charts/stable/freshrss/CHANGELOG.md +++ b/charts/stable/freshrss/CHANGELOG.md @@ -2,6 +2,16 @@ +## [freshrss-11.0.23](https://github.com/truecharts/charts/compare/freshrss-11.0.22...freshrss-11.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [freshrss-11.0.22](https://github.com/truecharts/apps/compare/freshrss-11.0.21...freshrss-11.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml index 0e192ff67c6..98a1c266972 100644 --- a/charts/stable/freshrss/Chart.yaml +++ b/charts/stable/freshrss/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: FreshRSS is a self-hosted RSS feed aggregator -home: https://github.com/truecharts/charts/tree/master/charts/stable/freshrss -icon: https://truecharts.org/img/chart-icons/freshrss.png +home: https://truecharts.org/docs/charts/stable/freshrss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.png keywords: - freshrss - rss @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: freshrss sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/freshrss - https://github.com/FreshRSS/FreshRSS - https://hub.docker.com/r/linuxserver/freshrss type: application diff --git a/charts/stable/freshrss/README.md b/charts/stable/freshrss/README.md index 60d2c0c9164..244e5065148 100644 --- a/charts/stable/freshrss/README.md +++ b/charts/stable/freshrss/README.md @@ -1,6 +1,6 @@ # freshrss -![Version: 11.0.22](https://img.shields.io/badge/Version-11.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.18.1](https://img.shields.io/badge/AppVersion-1.18.1-informational?style=flat-square) +![Version: 11.0.23](https://img.shields.io/badge/Version-11.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.18.1](https://img.shields.io/badge/AppVersion-1.18.1-informational?style=flat-square) FreshRSS is a self-hosted RSS feed aggregator @@ -13,6 +13,7 @@ For more information, please click here: [freshrss](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `freshrss` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install freshrss TrueCharts/freshrss ``` @@ -48,7 +49,7 @@ helm install freshrss TrueCharts/freshrss **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall freshrss Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install freshrss TrueCharts/freshrss -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/friendica/CHANGELOG.md b/charts/stable/friendica/CHANGELOG.md index a64858e967a..85e04cb5d89 100644 --- a/charts/stable/friendica/CHANGELOG.md +++ b/charts/stable/friendica/CHANGELOG.md @@ -2,6 +2,16 @@ +## [friendica-4.0.34](https://github.com/truecharts/charts/compare/friendica-4.0.33...friendica-4.0.34) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [friendica-4.0.33](https://github.com/truecharts/apps/compare/friendica-4.0.32...friendica-4.0.33) (2022-07-26) ### Chore diff --git a/charts/stable/friendica/Chart.yaml b/charts/stable/friendica/Chart.yaml index 9522bc2fa1f..c49a4eb1f93 100644 --- a/charts/stable/friendica/Chart.yaml +++ b/charts/stable/friendica/Chart.yaml @@ -13,8 +13,8 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.48 description: "Welcome to the free social web" -home: https://github.com/truecharts/charts/tree/master/charts/stable/friendica -icon: https://truecharts.org/img/chart-icons/friendica.png +home: https://truecharts.org/docs/charts/stable/friendica +icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.png keywords: - friend - social @@ -25,6 +25,7 @@ maintainers: url: https://truecharts.org name: friendica sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/friendica - https://friendi.ca/ - https://hub.docker.com/_/friendica version: 4.0.34 diff --git a/charts/stable/friendica/README.md b/charts/stable/friendica/README.md index 0ecf56fcdb7..99c3e8b5def 100644 --- a/charts/stable/friendica/README.md +++ b/charts/stable/friendica/README.md @@ -1,6 +1,6 @@ # friendica -![Version: 4.0.33](https://img.shields.io/badge/Version-4.0.33-informational?style=flat-square) ![AppVersion: 2022.06](https://img.shields.io/badge/AppVersion-2022.06-informational?style=flat-square) +![Version: 4.0.34](https://img.shields.io/badge/Version-4.0.34-informational?style=flat-square) ![AppVersion: 2022.06](https://img.shields.io/badge/AppVersion-2022.06-informational?style=flat-square) Welcome to the free social web @@ -13,6 +13,7 @@ For more information, please click here: [friendica](https://truecharts.org/docs ## Source Code +* * * @@ -24,22 +25,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `friendica` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install friendica TrueCharts/friendica ``` @@ -50,7 +51,7 @@ helm install friendica TrueCharts/friendica **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall friendica Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install friendica TrueCharts/friendica -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/gaps/CHANGELOG.md b/charts/stable/gaps/CHANGELOG.md index 18621342d86..c415a9369eb 100644 --- a/charts/stable/gaps/CHANGELOG.md +++ b/charts/stable/gaps/CHANGELOG.md @@ -2,6 +2,16 @@ +## [gaps-11.0.25](https://github.com/truecharts/charts/compare/gaps-11.0.24...gaps-11.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [gaps-11.0.24](https://github.com/truecharts/apps/compare/gaps-11.0.23...gaps-11.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/gaps/Chart.yaml b/charts/stable/gaps/Chart.yaml index bac4153f8a7..6eb7794717c 100644 --- a/charts/stable/gaps/Chart.yaml +++ b/charts/stable/gaps/Chart.yaml @@ -5,11 +5,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Gaps searches through your Plex Server or local folders for all movies, - then queries for known movies in the same collection. -home: https://github.com/truecharts/charts/tree/master/charts/stable/gaps -icon: https://truecharts.org/img/chart-icons/gaps.png +description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. +home: https://truecharts.org/docs/charts/stable/gaps +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaps.png keywords: - gaps - plex @@ -21,6 +19,7 @@ maintainers: url: https://truecharts.org name: gaps sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/gaps - https://github.com/JasonHHouse/gaps type: application version: 11.0.25 diff --git a/charts/stable/gaps/README.md b/charts/stable/gaps/README.md index a89dd1cd5cd..030b3834a17 100644 --- a/charts/stable/gaps/README.md +++ b/charts/stable/gaps/README.md @@ -1,6 +1,6 @@ # gaps -![Version: 11.0.24](https://img.shields.io/badge/Version-11.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.12](https://img.shields.io/badge/AppVersion-0.9.12-informational?style=flat-square) +![Version: 11.0.25](https://img.shields.io/badge/Version-11.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.12](https://img.shields.io/badge/AppVersion-0.9.12-informational?style=flat-square) Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. @@ -13,6 +13,7 @@ For more information, please click here: [gaps](https://truecharts.org/docs/char ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `gaps` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install gaps TrueCharts/gaps ``` @@ -47,7 +48,7 @@ helm install gaps TrueCharts/gaps **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall gaps Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install gaps TrueCharts/gaps -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/gitea/CHANGELOG.md b/charts/stable/gitea/CHANGELOG.md index c9c859ab8c4..85c85303a5a 100644 --- a/charts/stable/gitea/CHANGELOG.md +++ b/charts/stable/gitea/CHANGELOG.md @@ -2,6 +2,17 @@ +## [gitea-9.0.1](https://github.com/truecharts/charts/compare/gitea-8.0.27...gitea-9.0.1) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [gitea-8.0.27](https://github.com/truecharts/apps/compare/gitea-8.0.26...gitea-8.0.27) (2022-07-26) ### Chore diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml index ab7864c1431..0a4220936c4 100644 --- a/charts/stable/gitea/Chart.yaml +++ b/charts/stable/gitea/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.16.9" +appVersion: "1.17.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -14,8 +14,8 @@ dependencies: version: 3.0.49 deprecated: false description: Self hosted GIT repositories -home: https://github.com/truecharts/charts/tree/master/charts/stable/gitea -icon: https://truecharts.org/img/chart-icons/gitea.png +home: https://truecharts.org/docs/charts/stable/gitea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.png keywords: - git - issue tracker @@ -30,6 +30,7 @@ maintainers: url: https://truecharts.org name: gitea sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/gitea - https://gitea.com/gitea/helm-chart - https://github.com/go-gitea/gitea - https://hub.docker.com/r/gitea/gitea/ diff --git a/charts/stable/gitea/README.md b/charts/stable/gitea/README.md index f738a505a8b..c3c695030be 100644 --- a/charts/stable/gitea/README.md +++ b/charts/stable/gitea/README.md @@ -1,6 +1,6 @@ # gitea -![Version: 8.0.27](https://img.shields.io/badge/Version-8.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.9](https://img.shields.io/badge/AppVersion-1.16.9-informational?style=flat-square) +![Version: 9.0.1](https://img.shields.io/badge/Version-9.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.0](https://img.shields.io/badge/AppVersion-1.17.0-informational?style=flat-square) Self hosted GIT repositories @@ -13,6 +13,7 @@ For more information, please click here: [gitea](https://truecharts.org/docs/cha ## Source Code +* * * * @@ -25,22 +26,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | memcached | 3.0.47 | -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | memcached | 3.0.49 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `gitea` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install gitea TrueCharts/gitea ``` @@ -51,7 +52,7 @@ helm install gitea TrueCharts/gitea **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -70,7 +71,7 @@ helm uninstall gitea Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -88,9 +89,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install gitea TrueCharts/gitea -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/golinks/CHANGELOG.md b/charts/stable/golinks/CHANGELOG.md index 38266466541..402c3ebca9e 100644 --- a/charts/stable/golinks/CHANGELOG.md +++ b/charts/stable/golinks/CHANGELOG.md @@ -2,6 +2,16 @@ +## [golinks-4.0.23](https://github.com/truecharts/charts/compare/golinks-4.0.22...golinks-4.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [golinks-4.0.22](https://github.com/truecharts/apps/compare/golinks-4.0.21...golinks-4.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/golinks/Chart.yaml b/charts/stable/golinks/Chart.yaml index 711d6c50bb2..ed29300595d 100644 --- a/charts/stable/golinks/Chart.yaml +++ b/charts/stable/golinks/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -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. -home: https://github.com/truecharts/charts/tree/master/charts/stable/golinks -icon: https://truecharts.org/img/chart-icons/golinks.png +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. +home: https://truecharts.org/docs/charts/stable/golinks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/golinks.png keywords: - search - browser @@ -22,6 +20,7 @@ maintainers: url: https://truecharts.org name: golinks sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/golinks - https://github.com/prologic/golinks - https://github.com/nicholaswilde/docker-golinks type: application diff --git a/charts/stable/golinks/README.md b/charts/stable/golinks/README.md index b90dbe56892..0584c7e845e 100644 --- a/charts/stable/golinks/README.md +++ b/charts/stable/golinks/README.md @@ -1,6 +1,6 @@ # golinks -![Version: 4.0.22](https://img.shields.io/badge/Version-4.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 154c581](https://img.shields.io/badge/AppVersion-154c581-informational?style=flat-square) +![Version: 4.0.23](https://img.shields.io/badge/Version-4.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 154c581](https://img.shields.io/badge/AppVersion-154c581-informational?style=flat-square) 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. @@ -13,6 +13,7 @@ For more information, please click here: [golinks](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `golinks` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install golinks TrueCharts/golinks ``` @@ -48,7 +49,7 @@ helm install golinks TrueCharts/golinks **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall golinks Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install golinks TrueCharts/golinks -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/gonic/CHANGELOG.md b/charts/stable/gonic/CHANGELOG.md index e33cab4d0d0..4f24303229c 100644 --- a/charts/stable/gonic/CHANGELOG.md +++ b/charts/stable/gonic/CHANGELOG.md @@ -2,6 +2,16 @@ +## [gonic-6.0.26](https://github.com/truecharts/charts/compare/gonic-6.0.25...gonic-6.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [gonic-6.0.25](https://github.com/truecharts/apps/compare/gonic-6.0.24...gonic-6.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml index 71e4319bb69..624a228b672 100644 --- a/charts/stable/gonic/Chart.yaml +++ b/charts/stable/gonic/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Music streaming server / subsonic server API implementation -home: https://github.com/truecharts/charts/tree/master/charts/stable/gonic -icon: https://truecharts.org/img/chart-icons/gonic.png +home: https://truecharts.org/docs/charts/stable/gonic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.png keywords: - music - subsonic @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: gonic sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/gonic - https://github.com/sentriz/gonic - https://hub.docker.com/r/sentriz/gonic version: 6.0.26 diff --git a/charts/stable/gonic/README.md b/charts/stable/gonic/README.md index ee3a3c0e926..3f4d01bab42 100644 --- a/charts/stable/gonic/README.md +++ b/charts/stable/gonic/README.md @@ -1,6 +1,6 @@ # gonic -![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: 0.14.0](https://img.shields.io/badge/AppVersion-0.14.0-informational?style=flat-square) +![Version: 6.0.26](https://img.shields.io/badge/Version-6.0.26-informational?style=flat-square) ![AppVersion: 0.14.0](https://img.shields.io/badge/AppVersion-0.14.0-informational?style=flat-square) Music streaming server / subsonic server API implementation @@ -13,6 +13,7 @@ For more information, please click here: [gonic](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `gonic` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install gonic TrueCharts/gonic ``` @@ -48,7 +49,7 @@ helm install gonic TrueCharts/gonic **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall gonic Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install gonic TrueCharts/gonic -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/gotify/CHANGELOG.md b/charts/stable/gotify/CHANGELOG.md index 0dd75b9776d..423baa7d855 100644 --- a/charts/stable/gotify/CHANGELOG.md +++ b/charts/stable/gotify/CHANGELOG.md @@ -2,6 +2,16 @@ +## [gotify-8.0.28](https://github.com/truecharts/charts/compare/gotify-8.0.27...gotify-8.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [gotify-8.0.27](https://github.com/truecharts/apps/compare/gotify-8.0.26...gotify-8.0.27) (2022-07-28) ### Chore diff --git a/charts/stable/gotify/Chart.yaml b/charts/stable/gotify/Chart.yaml index 13b21965c14..89f1378e45e 100644 --- a/charts/stable/gotify/Chart.yaml +++ b/charts/stable/gotify/Chart.yaml @@ -5,13 +5,14 @@ kubeVersion: ">=1.16.0-0" name: gotify description: a simple server for sending and receiving messages type: application -home: "https://truecharts.org/docs/charts/stable/gotify" +home: https://truecharts.org/docs/charts/stable/gotify keywords: - server - gotify - messages -icon: https://truecharts.org/img/chart-icons/gotify.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gotify.png sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/gotify - https://gotify.net/ - https://github.com/gotify/server - https://hub.docker.com/r/gotify/server diff --git a/charts/stable/gotify/README.md b/charts/stable/gotify/README.md index 14700f1826f..da9e9c9b41e 100644 --- a/charts/stable/gotify/README.md +++ b/charts/stable/gotify/README.md @@ -1,6 +1,6 @@ # gotify -![Version: 8.0.27](https://img.shields.io/badge/Version-8.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.5](https://img.shields.io/badge/AppVersion-2.1.5-informational?style=flat-square) +![Version: 8.0.28](https://img.shields.io/badge/Version-8.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.5](https://img.shields.io/badge/AppVersion-2.1.5-informational?style=flat-square) a simple server for sending and receiving messages @@ -13,6 +13,7 @@ For more information, please click here: [gotify](https://truecharts.org/docs/ch ## Source Code +* * * * @@ -25,21 +26,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `gotify` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install gotify TrueCharts/gotify ``` @@ -50,7 +51,7 @@ helm install gotify TrueCharts/gotify **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall gotify Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install gotify TrueCharts/gotify -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/grafana/CHANGELOG.md b/charts/stable/grafana/CHANGELOG.md index e8827c1e460..4b93cc41928 100644 --- a/charts/stable/grafana/CHANGELOG.md +++ b/charts/stable/grafana/CHANGELOG.md @@ -2,6 +2,17 @@ +## [grafana-4.0.41](https://github.com/truecharts/charts/compare/grafana-4.0.39...grafana-4.0.41) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [grafana-4.0.39](https://github.com/truecharts/apps/compare/grafana-4.0.38...grafana-4.0.39) (2022-07-28) ### Chore diff --git a/charts/stable/grafana/Chart.yaml b/charts/stable/grafana/Chart.yaml index 47da9b0e1cc..b0f223c2043 100644 --- a/charts/stable/grafana/Chart.yaml +++ b/charts/stable/grafana/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. -home: "https://truecharts.org/docs/charts/stable/grafana" -icon: https://truecharts.org/img/chart-icons/grafana.png +home: https://truecharts.org/docs/charts/stable/grafana +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png keywords: - analytics - monitoring @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: grafana sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/grafana - https://github.com/bitnami/bitnami-docker-grafana - https://grafana.com/ type: application diff --git a/charts/stable/grafana/README.md b/charts/stable/grafana/README.md index d10d6b5ff68..cfbe5d1742c 100644 --- a/charts/stable/grafana/README.md +++ b/charts/stable/grafana/README.md @@ -1,6 +1,6 @@ # grafana -![Version: 4.0.39](https://img.shields.io/badge/Version-4.0.39-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.0.5](https://img.shields.io/badge/AppVersion-9.0.5-informational?style=flat-square) +![Version: 4.0.41](https://img.shields.io/badge/Version-4.0.41-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.0.5](https://img.shields.io/badge/AppVersion-9.0.5-informational?style=flat-square) Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. @@ -13,6 +13,7 @@ For more information, please click here: [grafana](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `grafana` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install grafana TrueCharts/grafana ``` @@ -48,7 +49,7 @@ helm install grafana TrueCharts/grafana **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall grafana Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install grafana TrueCharts/grafana -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/grav/CHANGELOG.md b/charts/stable/grav/CHANGELOG.md index 38f2cf2f56b..48e3ea6b10e 100644 --- a/charts/stable/grav/CHANGELOG.md +++ b/charts/stable/grav/CHANGELOG.md @@ -2,6 +2,16 @@ +## [grav-4.0.23](https://github.com/truecharts/charts/compare/grav-4.0.22...grav-4.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [grav-4.0.22](https://github.com/truecharts/apps/compare/grav-4.0.21...grav-4.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/grav/Chart.yaml b/charts/stable/grav/Chart.yaml index 05767355958..9fc593e884b 100644 --- a/charts/stable/grav/Chart.yaml +++ b/charts/stable/grav/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: A Fast, Simple, and Flexible, file-based Web-platform. -home: https://github.com/truecharts/charts/tree/master/charts/stable/grav -icon: https://truecharts.org/img/chart-icons/grav.png +home: https://truecharts.org/docs/charts/stable/grav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.png keywords: - grav - web @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: grav sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/grav - https://github.com/linuxserver/docker-grav - https://github.com/getgrav/grav/ type: application diff --git a/charts/stable/grav/README.md b/charts/stable/grav/README.md index 892f61b766a..25316431433 100644 --- a/charts/stable/grav/README.md +++ b/charts/stable/grav/README.md @@ -1,6 +1,6 @@ # grav -![Version: 4.0.22](https://img.shields.io/badge/Version-4.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.18](https://img.shields.io/badge/AppVersion-1.7.18-informational?style=flat-square) +![Version: 4.0.23](https://img.shields.io/badge/Version-4.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.18](https://img.shields.io/badge/AppVersion-1.7.18-informational?style=flat-square) A Fast, Simple, and Flexible, file-based Web-platform. @@ -13,6 +13,7 @@ For more information, please click here: [grav](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `grav` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install grav TrueCharts/grav ``` @@ -48,7 +49,7 @@ helm install grav TrueCharts/grav **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall grav Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install grav TrueCharts/grav -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/grist/CHANGELOG.md b/charts/stable/grist/CHANGELOG.md index df7a67dc0b6..2f905843559 100644 --- a/charts/stable/grist/CHANGELOG.md +++ b/charts/stable/grist/CHANGELOG.md @@ -2,6 +2,16 @@ +## [grist-3.0.26](https://github.com/truecharts/charts/compare/grist-3.0.25...grist-3.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [grist-3.0.25](https://github.com/truecharts/apps/compare/grist-3.0.24...grist-3.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/grist/Chart.yaml b/charts/stable/grist/Chart.yaml index a6d8a83fd6c..973e8004b72 100644 --- a/charts/stable/grist/Chart.yaml +++ b/charts/stable/grist/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.48 description: Grist is a modern relational spreadsheet. It combine the flexibility of a spreadsheet with the robustness of a database to organize your data. -home: https://github.com/truecharts/charts/tree/master/charts/stable/grist -icon: https://truecharts.org/img/chart-icons/grist.png +home: https://truecharts.org/docs/charts/stable/grist +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grist.png keywords: - grist - spreadsheet @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: grist sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/grist - https://hub.docker.com/r/gristlabs/grist - https://github.com/gristlabs/grist-core - https://support.getgrist.com/ diff --git a/charts/stable/grist/README.md b/charts/stable/grist/README.md index 3a0f9c19f5c..cc39a94f378 100644 --- a/charts/stable/grist/README.md +++ b/charts/stable/grist/README.md @@ -1,6 +1,6 @@ # grist -![Version: 3.0.25](https://img.shields.io/badge/Version-3.0.25-informational?style=flat-square) ![AppVersion: 0.7.9](https://img.shields.io/badge/AppVersion-0.7.9-informational?style=flat-square) +![Version: 3.0.26](https://img.shields.io/badge/Version-3.0.26-informational?style=flat-square) ![AppVersion: 0.7.9](https://img.shields.io/badge/AppVersion-0.7.9-informational?style=flat-square) Grist is a modern relational spreadsheet. It combine the flexibility of a spreadsheet with the robustness of a database to organize your data. @@ -13,6 +13,7 @@ For more information, please click here: [grist](https://truecharts.org/docs/cha ## Source Code +* * * * @@ -25,21 +26,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `grist` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install grist TrueCharts/grist ``` @@ -50,7 +51,7 @@ helm install grist TrueCharts/grist **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall grist Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install grist TrueCharts/grist -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/grocy/CHANGELOG.md b/charts/stable/grocy/CHANGELOG.md index 159fd46b831..4bddb092fcf 100644 --- a/charts/stable/grocy/CHANGELOG.md +++ b/charts/stable/grocy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [grocy-11.0.31](https://github.com/truecharts/charts/compare/grocy-11.0.30...grocy-11.0.31) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [grocy-11.0.30](https://github.com/truecharts/apps/compare/grocy-11.0.29...grocy-11.0.30) (2022-07-28) ### Chore diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml index 11a70944bd6..660e9abaea1 100644 --- a/charts/stable/grocy/Chart.yaml +++ b/charts/stable/grocy/Chart.yaml @@ -5,11 +5,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - ERP beyond your fridge - grocy is a web-based self-hosted groceries & - household management solution for your home -home: "https://truecharts.org/docs/charts/stable/grocy" -icon: https://truecharts.org/img/chart-icons/grocy.png +description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home +home: https://truecharts.org/docs/charts/stable/grocy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.png keywords: - grocy kubeVersion: ">=1.16.0-0" @@ -19,6 +17,7 @@ maintainers: url: https://truecharts.org name: grocy sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/grocy - https://github.com/grocy/grocy type: application version: 11.0.31 diff --git a/charts/stable/grocy/README.md b/charts/stable/grocy/README.md index 5e364103b09..0abdf7e50ac 100644 --- a/charts/stable/grocy/README.md +++ b/charts/stable/grocy/README.md @@ -1,6 +1,6 @@ # grocy -![Version: 11.0.30](https://img.shields.io/badge/Version-11.0.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.1](https://img.shields.io/badge/AppVersion-3.3.1-informational?style=flat-square) +![Version: 11.0.31](https://img.shields.io/badge/Version-11.0.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.1](https://img.shields.io/badge/AppVersion-3.3.1-informational?style=flat-square) ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home @@ -13,6 +13,7 @@ For more information, please click here: [grocy](https://truecharts.org/docs/cha ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `grocy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install grocy TrueCharts/grocy ``` @@ -47,7 +48,7 @@ helm install grocy TrueCharts/grocy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall grocy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install grocy TrueCharts/grocy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/guacamole-client/CHANGELOG.md b/charts/stable/guacamole-client/CHANGELOG.md index c3ae6164b08..a02dffc9c62 100644 --- a/charts/stable/guacamole-client/CHANGELOG.md +++ b/charts/stable/guacamole-client/CHANGELOG.md @@ -2,6 +2,16 @@ +## [guacamole-client-4.0.28](https://github.com/truecharts/charts/compare/guacamole-client-4.0.27...guacamole-client-4.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [guacamole-client-4.0.27](https://github.com/truecharts/apps/compare/guacamole-client-4.0.26...guacamole-client-4.0.27) (2022-07-28) ### Chore diff --git a/charts/stable/guacamole-client/Chart.yaml b/charts/stable/guacamole-client/Chart.yaml index 28a90810307..eb9776202ff 100644 --- a/charts/stable/guacamole-client/Chart.yaml +++ b/charts/stable/guacamole-client/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 8.0.50 description: Apache Guacamole is a clientless remote desktop gateway. -home: https://github.com/truecharts/charts/tree/master/charts/stable/guacamole-client -icon: https://truecharts.org/img/chart-icons/guacamole-client.png +home: https://truecharts.org/docs/charts/stable/guacamole-client +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole-client.png keywords: - guacamole - remote @@ -21,6 +21,7 @@ maintainers: url: https://truecharts.org name: guacamole-client sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole-client - https://github.com/apache/guacamole-client - https://hub.docker.com/r/guacamole/guacamole - http://guacamole.incubator.apache.org/doc/gug/introduction.html diff --git a/charts/stable/guacamole-client/README.md b/charts/stable/guacamole-client/README.md index 8dff94ccf9a..e9dfad556d4 100644 --- a/charts/stable/guacamole-client/README.md +++ b/charts/stable/guacamole-client/README.md @@ -1,6 +1,6 @@ # guacamole-client -![Version: 4.0.27](https://img.shields.io/badge/Version-4.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) +![Version: 4.0.28](https://img.shields.io/badge/Version-4.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) Apache Guacamole is a clientless remote desktop gateway. @@ -13,6 +13,7 @@ For more information, please click here: [guacamole-client](https://truecharts.o ## Source Code +* * * * @@ -25,21 +26,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `guacamole-client` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install guacamole-client TrueCharts/guacamole-client ``` @@ -50,7 +51,7 @@ helm install guacamole-client TrueCharts/guacamole-client **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall guacamole-client Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install guacamole-client TrueCharts/guacamole-client -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/guacd/CHANGELOG.md b/charts/stable/guacd/CHANGELOG.md index fd8dc9373b3..840f1a19ab5 100644 --- a/charts/stable/guacd/CHANGELOG.md +++ b/charts/stable/guacd/CHANGELOG.md @@ -2,6 +2,16 @@ +## [guacd-2.0.27](https://github.com/truecharts/charts/compare/guacd-2.0.26...guacd-2.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [guacd-2.0.26](https://github.com/truecharts/apps/compare/guacd-2.0.25...guacd-2.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/guacd/Chart.yaml b/charts/stable/guacd/Chart.yaml index aba8e69a28e..35a046f896e 100644 --- a/charts/stable/guacd/Chart.yaml +++ b/charts/stable/guacd/Chart.yaml @@ -6,13 +6,14 @@ appVersion: "1.4.0" description: Guacd - Apache Guacamole is a clientless remote desktop gateway. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/guacd -icon: https://truecharts.org/img/chart-icons/guacd.png +home: https://truecharts.org/docs/charts/stable/guacd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacd.png keywords: - guacd - guacamole - remote sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/guacd - https://hub.docker.com/r/guacamole/guacd - https://github.com/apache/guacamole-server dependencies: diff --git a/charts/stable/guacd/README.md b/charts/stable/guacd/README.md index 82ce5a6a350..af695573c23 100644 --- a/charts/stable/guacd/README.md +++ b/charts/stable/guacd/README.md @@ -1,6 +1,6 @@ # guacd -![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) +![Version: 2.0.27](https://img.shields.io/badge/Version-2.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) Guacd - Apache Guacamole is a clientless remote desktop gateway. @@ -13,6 +13,7 @@ For more information, please click here: [guacd](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `guacd` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install guacd TrueCharts/guacd ``` @@ -48,7 +49,7 @@ helm install guacd TrueCharts/guacd **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall guacd Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install guacd TrueCharts/guacd -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/habridge/CHANGELOG.md b/charts/stable/habridge/CHANGELOG.md index 2116f18c052..f16f88e8a33 100644 --- a/charts/stable/habridge/CHANGELOG.md +++ b/charts/stable/habridge/CHANGELOG.md @@ -2,6 +2,16 @@ +## [habridge-2.0.23](https://github.com/truecharts/charts/compare/habridge-2.0.22...habridge-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [habridge-2.0.22](https://github.com/truecharts/apps/compare/habridge-2.0.21...habridge-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/habridge/Chart.yaml b/charts/stable/habridge/Chart.yaml index e02adc39bdd..1957babcb41 100644 --- a/charts/stable/habridge/Chart.yaml +++ b/charts/stable/habridge/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "5.4.1" description: Habridge emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot or other systems that support Philips Hue. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/habridge -icon: https://truecharts.org/img/chart-icons/habridge.png +home: https://truecharts.org/docs/charts/stable/habridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/habridge.png keywords: - habridge sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/habridge - https://hub.docker.com/r/linuxserver/habridge dependencies: - name: common diff --git a/charts/stable/habridge/README.md b/charts/stable/habridge/README.md index 645b2af9e67..ef706d6b9c3 100644 --- a/charts/stable/habridge/README.md +++ b/charts/stable/habridge/README.md @@ -1,6 +1,6 @@ # habridge -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.4.1](https://img.shields.io/badge/AppVersion-5.4.1-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.4.1](https://img.shields.io/badge/AppVersion-5.4.1-informational?style=flat-square) Habridge emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot or other systems that support Philips Hue. @@ -13,6 +13,7 @@ For more information, please click here: [habridge](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `habridge` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install habridge TrueCharts/habridge ``` @@ -47,7 +48,7 @@ helm install habridge TrueCharts/habridge **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall habridge Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install habridge TrueCharts/habridge -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/hammond/CHANGELOG.md b/charts/stable/hammond/CHANGELOG.md index bf5248bede7..01f83e1695b 100644 --- a/charts/stable/hammond/CHANGELOG.md +++ b/charts/stable/hammond/CHANGELOG.md @@ -2,6 +2,16 @@ +## [hammond-2.0.25](https://github.com/truecharts/charts/compare/hammond-2.0.24...hammond-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [hammond-2.0.24](https://github.com/truecharts/apps/compare/hammond-2.0.23...hammond-2.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/hammond/Chart.yaml b/charts/stable/hammond/Chart.yaml index 696d0eb7004..d112092d686 100644 --- a/charts/stable/hammond/Chart.yaml +++ b/charts/stable/hammond/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: A self-hosted vehicle expense tracking system with support for multiple users. -home: https://github.com/truecharts/charts/tree/master/charts/stable/hammond -icon: https://truecharts.org/img/chart-icons/hammond.png +home: https://truecharts.org/docs/charts/stable/hammond +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.png keywords: - hammond kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: hammond sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/hammond - https://github.com/akhilrex/hammond - https://hub.docker.com/r/akhilrex/hammond version: 2.0.25 diff --git a/charts/stable/hammond/README.md b/charts/stable/hammond/README.md index bff1e2febab..025295c5022 100644 --- a/charts/stable/hammond/README.md +++ b/charts/stable/hammond/README.md @@ -1,6 +1,6 @@ # hammond -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) A self-hosted vehicle expense tracking system with support for multiple users. @@ -13,6 +13,7 @@ For more information, please click here: [hammond](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `hammond` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install hammond TrueCharts/hammond ``` @@ -48,7 +49,7 @@ helm install hammond TrueCharts/hammond **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall hammond Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install hammond TrueCharts/hammond -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/handbrake/CHANGELOG.md b/charts/stable/handbrake/CHANGELOG.md index 744a99ba189..7136f62f8f0 100644 --- a/charts/stable/handbrake/CHANGELOG.md +++ b/charts/stable/handbrake/CHANGELOG.md @@ -2,6 +2,16 @@ +## [handbrake-13.0.26](https://github.com/truecharts/charts/compare/handbrake-13.0.25...handbrake-13.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [handbrake-13.0.25](https://github.com/truecharts/apps/compare/handbrake-13.0.24...handbrake-13.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml index 9fed5530d66..371c2be4e12 100644 --- a/charts/stable/handbrake/Chart.yaml +++ b/charts/stable/handbrake/Chart.yaml @@ -5,11 +5,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - HandBrake is a tool for converting video from nearly any format to a - selection of modern, widely supported codecs. -home: https://github.com/truecharts/charts/tree/master/charts/stable/handbrake -icon: https://truecharts.org/img/chart-icons/handbrake.png +description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. +home: https://truecharts.org/docs/charts/stable/handbrake +icon: https://truecharts.org/img/hotlink-ok/chart-icons/handbrake.png keywords: - handbrake - encode @@ -21,6 +19,7 @@ maintainers: url: https://truecharts.org name: handbrake sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/handbrake - https://github.com/jlesage/docker-handbrake - https://hub.docker.com/r/jlesage/handbrake/ - https://handbrake.fr/ diff --git a/charts/stable/handbrake/README.md b/charts/stable/handbrake/README.md index 6d1a002d714..4a180ea40c8 100644 --- a/charts/stable/handbrake/README.md +++ b/charts/stable/handbrake/README.md @@ -1,6 +1,6 @@ # handbrake -![Version: 13.0.25](https://img.shields.io/badge/Version-13.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.1](https://img.shields.io/badge/AppVersion-1.25.1-informational?style=flat-square) +![Version: 13.0.26](https://img.shields.io/badge/Version-13.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.1](https://img.shields.io/badge/AppVersion-1.25.1-informational?style=flat-square) HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. @@ -13,6 +13,7 @@ For more information, please click here: [handbrake](https://truecharts.org/docs ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `handbrake` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install handbrake TrueCharts/handbrake ``` @@ -49,7 +50,7 @@ helm install handbrake TrueCharts/handbrake **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall handbrake Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install handbrake TrueCharts/handbrake -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/haste-server/CHANGELOG.md b/charts/stable/haste-server/CHANGELOG.md index 40bd7c3c9e9..396090aa744 100644 --- a/charts/stable/haste-server/CHANGELOG.md +++ b/charts/stable/haste-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [haste-server-6.0.26](https://github.com/truecharts/charts/compare/haste-server-6.0.25...haste-server-6.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [haste-server-6.0.25](https://github.com/truecharts/apps/compare/haste-server-6.0.24...haste-server-6.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml index d0090dc253b..dc5d9438cea 100644 --- a/charts/stable/haste-server/Chart.yaml +++ b/charts/stable/haste-server/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Simple text sharing -home: https://github.com/truecharts/charts/tree/master/charts/stable/haste-server -icon: https://truecharts.org/img/chart-icons/haste-server.png +home: https://truecharts.org/docs/charts/stable/haste-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/haste-server.png keywords: - haste - hastebin @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: haste-server sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/haste-server - https://github.com/seejohnrun/haste-server - https://github.com/k8s-at-home/container-images version: 6.0.26 diff --git a/charts/stable/haste-server/README.md b/charts/stable/haste-server/README.md index ba36809e796..9fecd89ff49 100644 --- a/charts/stable/haste-server/README.md +++ b/charts/stable/haste-server/README.md @@ -1,6 +1,6 @@ # haste-server -![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 6.0.26](https://img.shields.io/badge/Version-6.0.26-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Simple text sharing @@ -13,6 +13,7 @@ For more information, please click here: [haste-server](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `haste-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install haste-server TrueCharts/haste-server ``` @@ -48,7 +49,7 @@ helm install haste-server TrueCharts/haste-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall haste-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install haste-server TrueCharts/haste-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/headphones/CHANGELOG.md b/charts/stable/headphones/CHANGELOG.md index c6a67819e40..aa4f8e9a507 100644 --- a/charts/stable/headphones/CHANGELOG.md +++ b/charts/stable/headphones/CHANGELOG.md @@ -2,6 +2,16 @@ +## [headphones-4.0.23](https://github.com/truecharts/charts/compare/headphones-4.0.22...headphones-4.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [headphones-4.0.22](https://github.com/truecharts/apps/compare/headphones-4.0.21...headphones-4.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/headphones/Chart.yaml b/charts/stable/headphones/Chart.yaml index c139ca0556d..bc49c33aa80 100644 --- a/charts/stable/headphones/Chart.yaml +++ b/charts/stable/headphones/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - "An automated music downloader for NZB and Torrent, written in Python.\ - \ It supports SABnzbd, NZBget, Transmission, \xB5Torrent and Blackhole." -home: https://github.com/truecharts/charts/tree/master/charts/stable/headphones -icon: https://truecharts.org/img/chart-icons/headphones.png +description: "An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole." +home: https://truecharts.org/docs/charts/stable/headphones +icon: https://truecharts.org/img/hotlink-ok/chart-icons/headphones.png keywords: - headphones - music @@ -20,6 +18,7 @@ maintainers: url: https://truecharts.org name: headphones sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/headphones - https://github.com/linuxserver/docker-headphones - https://github.com/rembo10/headphones type: application diff --git a/charts/stable/headphones/README.md b/charts/stable/headphones/README.md index 9f2711a5bdc..c87df9b270b 100644 --- a/charts/stable/headphones/README.md +++ b/charts/stable/headphones/README.md @@ -1,6 +1,6 @@ # headphones -![Version: 4.0.22](https://img.shields.io/badge/Version-4.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 58edc604](https://img.shields.io/badge/AppVersion-58edc604-informational?style=flat-square) +![Version: 4.0.23](https://img.shields.io/badge/Version-4.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 58edc604](https://img.shields.io/badge/AppVersion-58edc604-informational?style=flat-square) An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. @@ -13,6 +13,7 @@ For more information, please click here: [headphones](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `headphones` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install headphones TrueCharts/headphones ``` @@ -48,7 +49,7 @@ helm install headphones TrueCharts/headphones **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall headphones Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install headphones TrueCharts/headphones -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/healthchecks/CHANGELOG.md b/charts/stable/healthchecks/CHANGELOG.md index 3aad4ae0638..0f13a363343 100644 --- a/charts/stable/healthchecks/CHANGELOG.md +++ b/charts/stable/healthchecks/CHANGELOG.md @@ -2,6 +2,16 @@ +## [healthchecks-7.0.25](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.14...healthchecks-7.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [healthchecks-7.0.24](https://github.com/truecharts/apps/compare/healthchecksdashboard-0.0.13...healthchecks-7.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index 52b8c3b8c1e..0a47eae3381 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -4,12 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -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. -home: https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks -icon: https://truecharts.org/img/chart-icons/healthchecks.png +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. +home: https://truecharts.org/docs/charts/stable/healthchecks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.png keywords: - cron - monitoring @@ -21,6 +18,7 @@ maintainers: url: https://truecharts.org name: healthchecks sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks - https://github.com/healthchecks/healthchecks - https://hub.docker.com/r/linuxserver/healthchecks version: 7.0.25 diff --git a/charts/stable/healthchecks/README.md b/charts/stable/healthchecks/README.md index 564ced7c100..836e11a8633 100644 --- a/charts/stable/healthchecks/README.md +++ b/charts/stable/healthchecks/README.md @@ -1,6 +1,6 @@ # healthchecks -![Version: 7.0.24](https://img.shields.io/badge/Version-7.0.24-informational?style=flat-square) ![AppVersion: 1.22.0](https://img.shields.io/badge/AppVersion-1.22.0-informational?style=flat-square) +![Version: 7.0.25](https://img.shields.io/badge/Version-7.0.25-informational?style=flat-square) ![AppVersion: 1.22.0](https://img.shields.io/badge/AppVersion-1.22.0-informational?style=flat-square) 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. @@ -13,6 +13,7 @@ For more information, please click here: [healthchecks](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `healthchecks` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install healthchecks TrueCharts/healthchecks ``` @@ -48,7 +49,7 @@ helm install healthchecks TrueCharts/healthchecks **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall healthchecks Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install healthchecks TrueCharts/healthchecks -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/hedgedoc/CHANGELOG.md b/charts/stable/hedgedoc/CHANGELOG.md index 18e87eee955..98cfac378ed 100644 --- a/charts/stable/hedgedoc/CHANGELOG.md +++ b/charts/stable/hedgedoc/CHANGELOG.md @@ -2,6 +2,17 @@ +## [hedgedoc-4.0.30](https://github.com/truecharts/charts/compare/hedgedoc-4.0.28...hedgedoc-4.0.30) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [hedgedoc-4.0.28](https://github.com/truecharts/apps/compare/hedgedoc-4.0.27...hedgedoc-4.0.28) (2022-07-29) ### Chore diff --git a/charts/stable/hedgedoc/Chart.yaml b/charts/stable/hedgedoc/Chart.yaml index 9aab838633a..96b94c6b380 100644 --- a/charts/stable/hedgedoc/Chart.yaml +++ b/charts/stable/hedgedoc/Chart.yaml @@ -7,10 +7,11 @@ description: HedgeDoc lets you create real-time collaborative markdown notes. type: application deprecated: false home: https://truecharts.org/docs/charts/stable/hedgedoc -icon: https://truecharts.org/img/chart-icons/hedgedoc.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hedgedoc.png keywords: - hedgedoc sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/hedgedoc - https://hub.docker.com/r/linuxserver/hedgedoc dependencies: - name: common diff --git a/charts/stable/hedgedoc/README.md b/charts/stable/hedgedoc/README.md index 032e6807b6d..642c7826fc0 100644 --- a/charts/stable/hedgedoc/README.md +++ b/charts/stable/hedgedoc/README.md @@ -1,6 +1,6 @@ # hedgedoc -![Version: 4.0.28](https://img.shields.io/badge/Version-4.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.4](https://img.shields.io/badge/AppVersion-1.9.4-informational?style=flat-square) +![Version: 4.0.30](https://img.shields.io/badge/Version-4.0.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.4](https://img.shields.io/badge/AppVersion-1.9.4-informational?style=flat-square) HedgeDoc lets you create real-time collaborative markdown notes. @@ -13,6 +13,7 @@ For more information, please click here: [hedgedoc](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `hedgedoc` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install hedgedoc TrueCharts/hedgedoc ``` @@ -48,7 +49,7 @@ helm install hedgedoc TrueCharts/hedgedoc **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall hedgedoc Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install hedgedoc TrueCharts/hedgedoc -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/heimdall/CHANGELOG.md b/charts/stable/heimdall/CHANGELOG.md index 6a8678ee690..778e91837f6 100644 --- a/charts/stable/heimdall/CHANGELOG.md +++ b/charts/stable/heimdall/CHANGELOG.md @@ -2,6 +2,16 @@ +## [heimdall-11.0.29](https://github.com/truecharts/charts/compare/heimdall-11.0.28...heimdall-11.0.29) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [heimdall-11.0.28](https://github.com/truecharts/apps/compare/heimdall-11.0.27...heimdall-11.0.28) (2022-07-28) ### Chore diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml index 0ff8dc05911..5016469b4f9 100644 --- a/charts/stable/heimdall/Chart.yaml +++ b/charts/stable/heimdall/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: An Application dashboard and launcher -home: "https://truecharts.org/docs/charts/stable/heimdall" -icon: https://truecharts.org/img/chart-icons/heimdall.png +home: https://truecharts.org/docs/charts/stable/heimdall +icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.png keywords: - heimdall kubeVersion: ">=1.16.0-0" @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: heimdall sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/heimdall - https://github.com/linuxserver/Heimdall/ type: application version: 11.0.29 diff --git a/charts/stable/heimdall/README.md b/charts/stable/heimdall/README.md index 7db9dbb7be9..cb3fd99f57b 100644 --- a/charts/stable/heimdall/README.md +++ b/charts/stable/heimdall/README.md @@ -1,6 +1,6 @@ # heimdall -![Version: 11.0.28](https://img.shields.io/badge/Version-11.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.4.13](https://img.shields.io/badge/AppVersion-2.4.13-informational?style=flat-square) +![Version: 11.0.29](https://img.shields.io/badge/Version-11.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.4.13](https://img.shields.io/badge/AppVersion-2.4.13-informational?style=flat-square) An Application dashboard and launcher @@ -13,6 +13,7 @@ For more information, please click here: [heimdall](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `heimdall` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install heimdall TrueCharts/heimdall ``` @@ -47,7 +48,7 @@ helm install heimdall TrueCharts/heimdall **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall heimdall Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install heimdall TrueCharts/heimdall -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/homarr/CHANGELOG.md b/charts/stable/homarr/CHANGELOG.md index d050b538d91..fbc4d058ce5 100644 --- a/charts/stable/homarr/CHANGELOG.md +++ b/charts/stable/homarr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [homarr-2.0.27](https://github.com/truecharts/charts/compare/homarr-2.0.26...homarr-2.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [homarr-2.0.26](https://github.com/truecharts/apps/compare/homarr-2.0.25...homarr-2.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/homarr/Chart.yaml b/charts/stable/homarr/Chart.yaml index 8e145d54720..cf552335bba 100644 --- a/charts/stable/homarr/Chart.yaml +++ b/charts/stable/homarr/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. -home: https://github.com/truecharts/charts/tree/master/charts/stable/homarr -icon: https://truecharts.org/img/chart-icons/homarr.png +home: https://truecharts.org/docs/charts/stable/homarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.png keywords: - dashboard kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: homarr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/homarr - https://github.com/ajnart/homarr version: 2.0.27 annotations: diff --git a/charts/stable/homarr/README.md b/charts/stable/homarr/README.md index acd1c1c3df0..8258cf6215e 100644 --- a/charts/stable/homarr/README.md +++ b/charts/stable/homarr/README.md @@ -1,6 +1,6 @@ # homarr -![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![AppVersion: 0.8.2](https://img.shields.io/badge/AppVersion-0.8.2-informational?style=flat-square) +![Version: 2.0.27](https://img.shields.io/badge/Version-2.0.27-informational?style=flat-square) ![AppVersion: 0.8.2](https://img.shields.io/badge/AppVersion-0.8.2-informational?style=flat-square) Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. @@ -13,6 +13,7 @@ For more information, please click here: [homarr](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `homarr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install homarr TrueCharts/homarr ``` @@ -47,7 +48,7 @@ helm install homarr TrueCharts/homarr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall homarr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install homarr TrueCharts/homarr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/home-assistant/CHANGELOG.md b/charts/stable/home-assistant/CHANGELOG.md index 4adb4f560f0..5e8bf3ef445 100644 --- a/charts/stable/home-assistant/CHANGELOG.md +++ b/charts/stable/home-assistant/CHANGELOG.md @@ -2,6 +2,16 @@ +## [home-assistant-15.0.36](https://github.com/truecharts/charts/compare/home-assistant-15.0.35...home-assistant-15.0.36) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [home-assistant-15.0.35](https://github.com/truecharts/apps/compare/home-assistant-15.0.34...home-assistant-15.0.35) (2022-07-27) ### Chore diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index 12092583a65..4253d998918 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 8.0.50 deprecated: false description: home-assistant App for TrueNAS SCALE -home: https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant -icon: https://truecharts.org/img/chart-icons/home-assistant.png +home: https://truecharts.org/docs/charts/stable/home-assistant +icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.png keywords: - home-assistant - hass @@ -23,6 +23,7 @@ maintainers: url: https://truecharts.org name: home-assistant sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant - https://github.com/home-assistant/home-assistant - https://github.com/cdr/code-server type: application diff --git a/charts/stable/home-assistant/README.md b/charts/stable/home-assistant/README.md index 5ae57e99aec..932510fcda1 100644 --- a/charts/stable/home-assistant/README.md +++ b/charts/stable/home-assistant/README.md @@ -1,6 +1,6 @@ # home-assistant -![Version: 15.0.35](https://img.shields.io/badge/Version-15.0.35-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.7.7](https://img.shields.io/badge/AppVersion-2022.7.7-informational?style=flat-square) +![Version: 15.0.36](https://img.shields.io/badge/Version-15.0.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.7.7](https://img.shields.io/badge/AppVersion-2022.7.7-informational?style=flat-square) home-assistant App for TrueNAS SCALE @@ -13,6 +13,7 @@ For more information, please click here: [home-assistant](https://truecharts.org ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `home-assistant` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install home-assistant TrueCharts/home-assistant ``` @@ -49,7 +50,7 @@ helm install home-assistant TrueCharts/home-assistant **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall home-assistant Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install home-assistant TrueCharts/home-assistant -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/homer/CHANGELOG.md b/charts/stable/homer/CHANGELOG.md index c772891f6a3..d9417c5eda3 100644 --- a/charts/stable/homer/CHANGELOG.md +++ b/charts/stable/homer/CHANGELOG.md @@ -2,6 +2,16 @@ +## [homer-2.0.29](https://github.com/truecharts/charts/compare/homer-2.0.28...homer-2.0.29) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [homer-2.0.28](https://github.com/truecharts/apps/compare/homer-2.0.27...homer-2.0.28) (2022-07-26) ### Chore diff --git a/charts/stable/homer/Chart.yaml b/charts/stable/homer/Chart.yaml index 630caf8ed7b..b035d204f7a 100644 --- a/charts/stable/homer/Chart.yaml +++ b/charts/stable/homer/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: A dead simple static homepage for your server to keep your services on hand. -home: https://github.com/truecharts/charts/tree/master/charts/stable/homer -icon: https://truecharts.org/img/chart-icons/homer.png +home: https://truecharts.org/docs/charts/stable/homer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homer.png keywords: - homer - dashboard @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: homer sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/homer - https://github.com/bastienwirtz/homer - https://hub.docker.com/r/b4bz/homer version: 2.0.29 diff --git a/charts/stable/homer/README.md b/charts/stable/homer/README.md index 520cbde4fd3..2c046ed2b10 100644 --- a/charts/stable/homer/README.md +++ b/charts/stable/homer/README.md @@ -1,6 +1,6 @@ # homer -![Version: 2.0.28](https://img.shields.io/badge/Version-2.0.28-informational?style=flat-square) ![AppVersion: 22.07.2](https://img.shields.io/badge/AppVersion-22.07.2-informational?style=flat-square) +![Version: 2.0.29](https://img.shields.io/badge/Version-2.0.29-informational?style=flat-square) ![AppVersion: 22.07.2](https://img.shields.io/badge/AppVersion-22.07.2-informational?style=flat-square) A dead simple static homepage for your server to keep your services on hand. @@ -13,6 +13,7 @@ For more information, please click here: [homer](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `homer` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install homer TrueCharts/homer ``` @@ -48,7 +49,7 @@ helm install homer TrueCharts/homer **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall homer Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install homer TrueCharts/homer -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/htpcmanager/CHANGELOG.md b/charts/stable/htpcmanager/CHANGELOG.md index fe49137e1ab..37f8cad1eb1 100644 --- a/charts/stable/htpcmanager/CHANGELOG.md +++ b/charts/stable/htpcmanager/CHANGELOG.md @@ -2,6 +2,16 @@ +## [htpcmanager-2.0.23](https://github.com/truecharts/charts/compare/htpcmanager-2.0.22...htpcmanager-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [htpcmanager-2.0.22](https://github.com/truecharts/apps/compare/htpcmanager-2.0.21...htpcmanager-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/htpcmanager/Chart.yaml b/charts/stable/htpcmanager/Chart.yaml index aadc7b4559c..8910709bb6c 100644 --- a/charts/stable/htpcmanager/Chart.yaml +++ b/charts/stable/htpcmanager/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "2021.11.17" description: Htpcmanager is a front end for many htpc related applications. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/htpcmanager -icon: https://truecharts.org/img/chart-icons/htpcmanager.png +home: https://truecharts.org/docs/charts/stable/htpcmanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/htpcmanager.png keywords: - htpcmanager sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/htpcmanager - https://hub.docker.com/r/linuxserver/htpcmanager dependencies: - name: common diff --git a/charts/stable/htpcmanager/README.md b/charts/stable/htpcmanager/README.md index bb698efc5b3..26813e4c53b 100644 --- a/charts/stable/htpcmanager/README.md +++ b/charts/stable/htpcmanager/README.md @@ -1,6 +1,6 @@ # htpcmanager -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.11.17](https://img.shields.io/badge/AppVersion-2021.11.17-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.11.17](https://img.shields.io/badge/AppVersion-2021.11.17-informational?style=flat-square) Htpcmanager is a front end for many htpc related applications. @@ -13,6 +13,7 @@ For more information, please click here: [htpcmanager](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `htpcmanager` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install htpcmanager TrueCharts/htpcmanager ``` @@ -47,7 +48,7 @@ helm install htpcmanager TrueCharts/htpcmanager **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall htpcmanager Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install htpcmanager TrueCharts/htpcmanager -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/hyperion-ng/CHANGELOG.md b/charts/stable/hyperion-ng/CHANGELOG.md index 4fbb9882b99..e5d190d67fb 100644 --- a/charts/stable/hyperion-ng/CHANGELOG.md +++ b/charts/stable/hyperion-ng/CHANGELOG.md @@ -2,6 +2,16 @@ +## [hyperion-ng-6.0.25](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.24...hyperion-ng-6.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [hyperion-ng-6.0.24](https://github.com/truecharts/apps/compare/hyperion-ng-6.0.23...hyperion-ng-6.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml index b53d05d4a93..f572484afc3 100644 --- a/charts/stable/hyperion-ng/Chart.yaml +++ b/charts/stable/hyperion-ng/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Hyperion is an opensource Bias or Ambient Lighting implementation -home: https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng -icon: https://truecharts.org/img/chart-icons/hyperion-ng.png +home: https://truecharts.org/docs/charts/stable/hyperion-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.png keywords: - hyperion-ng - hyperion @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: hyperion-ng sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng - https://github.com/hyperion-project/hyperion.ng - https://hub.docker.com/r/sirfragalot/hyperion.ng version: 6.0.25 diff --git a/charts/stable/hyperion-ng/README.md b/charts/stable/hyperion-ng/README.md index 9e7c0acd9d5..263614ee398 100644 --- a/charts/stable/hyperion-ng/README.md +++ b/charts/stable/hyperion-ng/README.md @@ -1,6 +1,6 @@ # hyperion-ng -![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![AppVersion: 2.0.13](https://img.shields.io/badge/AppVersion-2.0.13-informational?style=flat-square) +![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: 2.0.13](https://img.shields.io/badge/AppVersion-2.0.13-informational?style=flat-square) Hyperion is an opensource Bias or Ambient Lighting implementation @@ -13,6 +13,7 @@ For more information, please click here: [hyperion-ng](https://truecharts.org/do ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `hyperion-ng` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install hyperion-ng TrueCharts/hyperion-ng ``` @@ -48,7 +49,7 @@ helm install hyperion-ng TrueCharts/hyperion-ng **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall hyperion-ng Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install hyperion-ng TrueCharts/hyperion-ng -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/icantbelieveitsnotvaletudo/CHANGELOG.md b/charts/stable/icantbelieveitsnotvaletudo/CHANGELOG.md index 11e91a9a95e..a3163cd7993 100644 --- a/charts/stable/icantbelieveitsnotvaletudo/CHANGELOG.md +++ b/charts/stable/icantbelieveitsnotvaletudo/CHANGELOG.md @@ -2,6 +2,16 @@ +## [icantbelieveitsnotvaletudo-4.0.26](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.25...icantbelieveitsnotvaletudo-4.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [icantbelieveitsnotvaletudo-4.0.25](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-4.0.24...icantbelieveitsnotvaletudo-4.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml b/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml index 687f2a53c0b..35167a0223c 100644 --- a/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml +++ b/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Create live map data from Valetudo powered robots -home: https://github.com/truecharts/charts/tree/master/charts/stable/icantbelieveitsnotvaletudo -icon: https://truecharts.org/img/chart-icons/icantbelieveitsnotvaletudo.png +home: https://truecharts.org/docs/charts/stable/icantbelieveitsnotvaletudo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/icantbelieveitsnotvaletudo.png keywords: - icantbelieveitsnotvaletudo - MQTT @@ -19,8 +19,8 @@ maintainers: url: https://truecharts.org name: icantbelieveitsnotvaletudo sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/icantbelieveitsnotvaletudo - https://github.com/Hypfer/ICantBelieveItsNotValetudo - - https://github.com/truecharts/apps/tree/master/charts/icantbelieveitsnotvaletudo version: 4.0.26 annotations: truecharts.org/catagories: | diff --git a/charts/stable/icantbelieveitsnotvaletudo/README.md b/charts/stable/icantbelieveitsnotvaletudo/README.md index 3f9ad5819a6..6773e3aa084 100644 --- a/charts/stable/icantbelieveitsnotvaletudo/README.md +++ b/charts/stable/icantbelieveitsnotvaletudo/README.md @@ -1,6 +1,6 @@ # icantbelieveitsnotvaletudo -![Version: 4.0.25](https://img.shields.io/badge/Version-4.0.25-informational?style=flat-square) ![AppVersion: 2021.2.1](https://img.shields.io/badge/AppVersion-2021.2.1-informational?style=flat-square) +![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![AppVersion: 2021.2.1](https://img.shields.io/badge/AppVersion-2021.2.1-informational?style=flat-square) Create live map data from Valetudo powered robots @@ -13,8 +13,8 @@ For more information, please click here: [icantbelieveitsnotvaletudo](https://tr ## Source Code +* * -* ## Requirements @@ -24,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `icantbelieveitsnotvaletudo` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install icantbelieveitsnotvaletudo TrueCharts/icantbelieveitsnotvaletudo ``` @@ -48,7 +48,7 @@ helm install icantbelieveitsnotvaletudo TrueCharts/icantbelieveitsnotvaletudo **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +67,7 @@ helm uninstall icantbelieveitsnotvaletudo Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install icantbelieveitsnotvaletudo TrueCharts/icantbelieveitsnotvaletudo -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/icinga2/CHANGELOG.md b/charts/stable/icinga2/CHANGELOG.md index afb2f08f573..4174e601307 100644 --- a/charts/stable/icinga2/CHANGELOG.md +++ b/charts/stable/icinga2/CHANGELOG.md @@ -2,6 +2,16 @@ +## [icinga2-3.0.27](https://github.com/truecharts/charts/compare/icinga2-3.0.26...icinga2-3.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [icinga2-3.0.26](https://github.com/truecharts/apps/compare/icinga2-3.0.25...icinga2-3.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/icinga2/Chart.yaml b/charts/stable/icinga2/Chart.yaml index cd65a3ccff5..bdf6819d4b7 100644 --- a/charts/stable/icinga2/Chart.yaml +++ b/charts/stable/icinga2/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 3.0.49 description: "A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting." -home: https://github.com/truecharts/charts/tree/master/charts/stable/icinga2 -icon: https://truecharts.org/img/chart-icons/icinga2.png +home: https://truecharts.org/docs/charts/stable/icinga2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/icinga2.png keywords: - icinga2 - monitoring @@ -21,6 +21,7 @@ maintainers: url: https://truecharts.org name: icinga2 sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/icinga2 - https://github.com/jjethwa/icinga2 - https://icinga.com/ version: 3.0.27 diff --git a/charts/stable/icinga2/README.md b/charts/stable/icinga2/README.md index 0109fb71336..b35c675a807 100644 --- a/charts/stable/icinga2/README.md +++ b/charts/stable/icinga2/README.md @@ -1,6 +1,6 @@ # icinga2 -![Version: 3.0.26](https://img.shields.io/badge/Version-3.0.26-informational?style=flat-square) ![AppVersion: 2.13.3](https://img.shields.io/badge/AppVersion-2.13.3-informational?style=flat-square) +![Version: 3.0.27](https://img.shields.io/badge/Version-3.0.27-informational?style=flat-square) ![AppVersion: 2.13.3](https://img.shields.io/badge/AppVersion-2.13.3-informational?style=flat-square) A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting. @@ -13,6 +13,7 @@ For more information, please click here: [icinga2](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `icinga2` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install icinga2 TrueCharts/icinga2 ``` @@ -49,7 +50,7 @@ helm install icinga2 TrueCharts/icinga2 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall icinga2 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install icinga2 TrueCharts/icinga2 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/impostor-server/CHANGELOG.md b/charts/stable/impostor-server/CHANGELOG.md index f56db16a827..aeccaf02e45 100644 --- a/charts/stable/impostor-server/CHANGELOG.md +++ b/charts/stable/impostor-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [impostor-server-1.0.29](https://github.com/truecharts/charts/compare/impostor-server-1.0.28...impostor-server-1.0.29) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [impostor-server-1.0.28](https://github.com/truecharts/apps/compare/impostor-server-1.0.27...impostor-server-1.0.28) (2022-07-26) ### Chore diff --git a/charts/stable/impostor-server/Chart.yaml b/charts/stable/impostor-server/Chart.yaml index 9da743fc614..c51c334e6b5 100644 --- a/charts/stable/impostor-server/Chart.yaml +++ b/charts/stable/impostor-server/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: A private Among Us server -home: https://github.com/truecharts/apps/tree/master/charts/games/impostor-server -icon: https://truecharts.org/img/chart-icons/impostor-server.png +home: https://truecharts.org/docs/charts/stable/impostor-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/impostor-server.png keywords: - impostor-server kubeVersion: ">=1.16.0-0" @@ -17,7 +17,7 @@ maintainers: url: https://truecharts.org name: impostor-server sources: - - https://github.com/truecharts/apps/tree/master/incubator/impostor-server + - https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server type: application version: 1.0.29 annotations: diff --git a/charts/stable/impostor-server/README.md b/charts/stable/impostor-server/README.md index 43975f6bbf7..739edb12ca8 100644 --- a/charts/stable/impostor-server/README.md +++ b/charts/stable/impostor-server/README.md @@ -1,6 +1,6 @@ # impostor-server -![Version: 1.0.28](https://img.shields.io/badge/Version-1.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.1](https://img.shields.io/badge/AppVersion-1.7.1-informational?style=flat-square) +![Version: 1.0.29](https://img.shields.io/badge/Version-1.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.1](https://img.shields.io/badge/AppVersion-1.7.1-informational?style=flat-square) A private Among Us server @@ -13,7 +13,7 @@ For more information, please click here: [impostor-server](https://truecharts.or ## Source Code -* +* ## Requirements @@ -23,20 +23,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `impostor-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install impostor-server TrueCharts/impostor-server ``` @@ -47,7 +47,7 @@ helm install impostor-server TrueCharts/impostor-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +66,7 @@ helm uninstall impostor-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +84,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install impostor-server TrueCharts/impostor-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/inventree/CHANGELOG.md b/charts/stable/inventree/CHANGELOG.md index 63ee26745e8..50f99f61cbe 100644 --- a/charts/stable/inventree/CHANGELOG.md +++ b/charts/stable/inventree/CHANGELOG.md @@ -2,6 +2,16 @@ +## [inventree-3.0.36](https://github.com/truecharts/charts/compare/inventree-3.0.35...inventree-3.0.36) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [inventree-3.0.35](https://github.com/truecharts/apps/compare/inventree-3.0.34...inventree-3.0.35) (2022-07-30) ### Chore diff --git a/charts/stable/inventree/Chart.yaml b/charts/stable/inventree/Chart.yaml index 3e7792d11ba..cd305977ee0 100644 --- a/charts/stable/inventree/Chart.yaml +++ b/charts/stable/inventree/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.0.48 description: InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. home: https://truecharts.org/docs/charts/stable/inventree -icon: https://truecharts.org/img/chart-icons/inventree.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/inventree.png keywords: - inventory - inventree @@ -25,6 +25,7 @@ maintainers: url: https://truecharts.org name: inventree sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/inventree - https://inventree.readthedocs.io - https://github.com/inventree/InvenTree version: 3.0.36 diff --git a/charts/stable/inventree/README.md b/charts/stable/inventree/README.md index b8053607fba..7ab4961053c 100644 --- a/charts/stable/inventree/README.md +++ b/charts/stable/inventree/README.md @@ -1,6 +1,6 @@ # inventree -![Version: 3.0.35](https://img.shields.io/badge/Version-3.0.35-informational?style=flat-square) ![AppVersion: 0.7.7](https://img.shields.io/badge/AppVersion-0.7.7-informational?style=flat-square) +![Version: 3.0.36](https://img.shields.io/badge/Version-3.0.36-informational?style=flat-square) ![AppVersion: 0.7.7](https://img.shields.io/badge/AppVersion-0.7.7-informational?style=flat-square) InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. @@ -13,6 +13,7 @@ For more information, please click here: [inventree](https://truecharts.org/docs ## Source Code +* * * @@ -24,22 +25,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `inventree` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install inventree TrueCharts/inventree ``` @@ -50,7 +51,7 @@ helm install inventree TrueCharts/inventree **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall inventree Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install inventree TrueCharts/inventree -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/ipfs/CHANGELOG.md b/charts/stable/ipfs/CHANGELOG.md index 095da358009..f83b24d730b 100644 --- a/charts/stable/ipfs/CHANGELOG.md +++ b/charts/stable/ipfs/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ipfs-3.0.28](https://github.com/truecharts/charts/compare/ipfs-3.0.27...ipfs-3.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ipfs-3.0.27](https://github.com/truecharts/apps/compare/ipfs-3.0.26...ipfs-3.0.27) (2022-07-26) ### Chore diff --git a/charts/stable/ipfs/Chart.yaml b/charts/stable/ipfs/Chart.yaml index 9adde9dcf26..8aa3a01d1d6 100644 --- a/charts/stable/ipfs/Chart.yaml +++ b/charts/stable/ipfs/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "0.14.0" description: IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/ipfs -icon: https://truecharts.org/img/chart-icons/ipfs.png +home: https://truecharts.org/docs/charts/stable/ipfs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.png keywords: - ipfs sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs - https://hub.docker.com/r/linuxserver/ipfs dependencies: - name: common diff --git a/charts/stable/ipfs/README.md b/charts/stable/ipfs/README.md index e84b547ce44..15efd8444ba 100644 --- a/charts/stable/ipfs/README.md +++ b/charts/stable/ipfs/README.md @@ -1,6 +1,6 @@ # ipfs -![Version: 3.0.27](https://img.shields.io/badge/Version-3.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.0](https://img.shields.io/badge/AppVersion-0.14.0-informational?style=flat-square) +![Version: 3.0.28](https://img.shields.io/badge/Version-3.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.0](https://img.shields.io/badge/AppVersion-0.14.0-informational?style=flat-square) IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. @@ -13,6 +13,7 @@ For more information, please click here: [ipfs](https://truecharts.org/docs/char ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ipfs` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ipfs TrueCharts/ipfs ``` @@ -47,7 +48,7 @@ helm install ipfs TrueCharts/ipfs **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall ipfs Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ipfs TrueCharts/ipfs -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/ispy-agent-dvr/CHANGELOG.md b/charts/stable/ispy-agent-dvr/CHANGELOG.md index 7b491347a6a..1deb67c3ec2 100644 --- a/charts/stable/ispy-agent-dvr/CHANGELOG.md +++ b/charts/stable/ispy-agent-dvr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ispy-agent-dvr-2.0.32](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.31...ispy-agent-dvr-2.0.32) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ispy-agent-dvr-2.0.31](https://github.com/truecharts/apps/compare/ispy-agent-dvr-2.0.30...ispy-agent-dvr-2.0.31) (2022-07-26) ### Chore diff --git a/charts/stable/ispy-agent-dvr/Chart.yaml b/charts/stable/ispy-agent-dvr/Chart.yaml index c7ee15fcafc..3cd282aa240 100644 --- a/charts/stable/ispy-agent-dvr/Chart.yaml +++ b/charts/stable/ispy-agent-dvr/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras. -home: https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr -icon: https://truecharts.org/img/chart-icons/ispy-agent-dvr.png +home: https://truecharts.org/docs/charts/stable/ispy-agent-dvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.png keywords: - dvr - ispy @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: ispy-agent-dvr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr - https://hub.docker.com/r/doitandbedone/ispyagentdvr - https://github.com/doitandbedone/ispyagentdvr-docker version: 2.0.32 diff --git a/charts/stable/ispy-agent-dvr/README.md b/charts/stable/ispy-agent-dvr/README.md index 5881f816c2f..d5258cb999f 100644 --- a/charts/stable/ispy-agent-dvr/README.md +++ b/charts/stable/ispy-agent-dvr/README.md @@ -1,6 +1,6 @@ # ispy-agent-dvr -![Version: 2.0.31](https://img.shields.io/badge/Version-2.0.31-informational?style=flat-square) ![AppVersion: 4.1.1.0](https://img.shields.io/badge/AppVersion-4.1.1.0-informational?style=flat-square) +![Version: 2.0.32](https://img.shields.io/badge/Version-2.0.32-informational?style=flat-square) ![AppVersion: 4.1.1.0](https://img.shields.io/badge/AppVersion-4.1.1.0-informational?style=flat-square) iSpy's Agent DVR, a standalone DVR service to manage IP cameras. @@ -13,6 +13,7 @@ For more information, please click here: [ispy-agent-dvr](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ispy-agent-dvr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ispy-agent-dvr TrueCharts/ispy-agent-dvr ``` @@ -48,7 +49,7 @@ helm install ispy-agent-dvr TrueCharts/ispy-agent-dvr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ispy-agent-dvr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ispy-agent-dvr TrueCharts/ispy-agent-dvr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/iyuuplus/CHANGELOG.md b/charts/stable/iyuuplus/CHANGELOG.md index 00499b22624..7aeab69481f 100644 --- a/charts/stable/iyuuplus/CHANGELOG.md +++ b/charts/stable/iyuuplus/CHANGELOG.md @@ -2,6 +2,16 @@ +## [iyuuplus-2.0.24](https://github.com/truecharts/charts/compare/iyuuplus-2.0.23...iyuuplus-2.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [iyuuplus-2.0.23](https://github.com/truecharts/apps/compare/iyuuplus-2.0.22...iyuuplus-2.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/iyuuplus/Chart.yaml b/charts/stable/iyuuplus/Chart.yaml index b33eed8d9ca..7d33bb2a9b8 100644 --- a/charts/stable/iyuuplus/Chart.yaml +++ b/charts/stable/iyuuplus/Chart.yaml @@ -6,19 +6,19 @@ appVersion: "latest" description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/iyuuplus -icon: https://truecharts.org/img/chart-icons/iyuuplus.png +home: https://truecharts.org/docs/charts/stable/iyuuplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/iyuuplus.png keywords: - iyuuplus - pt sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/iyuuplus - https://hub.docker.com/r/iyuucn/iyuuplus dependencies: - name: common repository: https://library-charts.truecharts.org - version: - 10.4.9 - # condition: + version: 10.4.9 + # condition: maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/iyuuplus/README.md b/charts/stable/iyuuplus/README.md index 2322da56927..ae2dfa5cd07 100644 --- a/charts/stable/iyuuplus/README.md +++ b/charts/stable/iyuuplus/README.md @@ -1,6 +1,6 @@ # iyuuplus -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc. @@ -13,6 +13,7 @@ For more information, please click here: [iyuuplus](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `iyuuplus` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install iyuuplus TrueCharts/iyuuplus ``` @@ -47,7 +48,7 @@ helm install iyuuplus TrueCharts/iyuuplus **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall iyuuplus Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install iyuuplus TrueCharts/iyuuplus -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/jackett/CHANGELOG.md b/charts/stable/jackett/CHANGELOG.md index c33ebcc5693..41feb2fddf5 100644 --- a/charts/stable/jackett/CHANGELOG.md +++ b/charts/stable/jackett/CHANGELOG.md @@ -2,6 +2,17 @@ +## [jackett-11.0.54](https://github.com/truecharts/charts/compare/jackett-11.0.52...jackett-11.0.54) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [jackett-11.0.52](https://github.com/truecharts/apps/compare/jackett-11.0.51...jackett-11.0.52) (2022-07-29) ### Chore diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index ba05d067e3c..36acb6566f0 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.20.1485" +appVersion: "0.20.1489" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -7,7 +7,7 @@ dependencies: deprecated: false description: API Support for your favorite torrent trackers. home: https://truecharts.org/docs/charts/stable/jackett -icon: https://truecharts.org/img/chart-icons/jackett.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.png keywords: - jackett - torrent @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: jackett sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/jackett - https://github.com/Jackett/Jackett type: application version: 11.0.54 diff --git a/charts/stable/jackett/README.md b/charts/stable/jackett/README.md index 4decd283b31..0c7c450277d 100644 --- a/charts/stable/jackett/README.md +++ b/charts/stable/jackett/README.md @@ -1,6 +1,6 @@ # jackett -![Version: 11.0.52](https://img.shields.io/badge/Version-11.0.52-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.20.1485](https://img.shields.io/badge/AppVersion-0.20.1485-informational?style=flat-square) +![Version: 11.0.54](https://img.shields.io/badge/Version-11.0.54-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.20.1489](https://img.shields.io/badge/AppVersion-0.20.1489-informational?style=flat-square) API Support for your favorite torrent trackers. @@ -13,6 +13,7 @@ For more information, please click here: [jackett](https://truecharts.org/docs/c ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `jackett` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install jackett TrueCharts/jackett ``` @@ -47,7 +48,7 @@ helm install jackett TrueCharts/jackett **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall jackett Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install jackett TrueCharts/jackett -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/jdownloader2/CHANGELOG.md b/charts/stable/jdownloader2/CHANGELOG.md index 39cc1665eef..81b0cdf61e3 100644 --- a/charts/stable/jdownloader2/CHANGELOG.md +++ b/charts/stable/jdownloader2/CHANGELOG.md @@ -2,6 +2,16 @@ +## [jdownloader2-8.0.26](https://github.com/truecharts/charts/compare/jdownloader2-8.0.25...jdownloader2-8.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [jdownloader2-8.0.25](https://github.com/truecharts/apps/compare/jdownloader2-8.0.24...jdownloader2-8.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/jdownloader2/Chart.yaml b/charts/stable/jdownloader2/Chart.yaml index 14dac83d7fb..3befcb39c98 100644 --- a/charts/stable/jdownloader2/Chart.yaml +++ b/charts/stable/jdownloader2/Chart.yaml @@ -5,11 +5,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -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. -home: https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2 -icon: https://truecharts.org/img/chart-icons/jdownloader2.png +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. +home: https://truecharts.org/docs/charts/stable/jdownloader2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.png keywords: - jdownloader - download @@ -20,6 +18,7 @@ maintainers: url: https://truecharts.org name: jdownloader2 sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2 - https://github.com/jlesage/docker-jdownloader-2 - https://hub.docker.com/r/jlesage/jdownloader-2 - https://jdownloader.org/ diff --git a/charts/stable/jdownloader2/README.md b/charts/stable/jdownloader2/README.md index ee1f39a5a06..48ba50b3d7f 100644 --- a/charts/stable/jdownloader2/README.md +++ b/charts/stable/jdownloader2/README.md @@ -1,6 +1,6 @@ # jdownloader2 -![Version: 8.0.25](https://img.shields.io/badge/Version-8.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.1](https://img.shields.io/badge/AppVersion-1.7.1-informational?style=flat-square) +![Version: 8.0.26](https://img.shields.io/badge/Version-8.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.1](https://img.shields.io/badge/AppVersion-1.7.1-informational?style=flat-square) 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. @@ -13,6 +13,7 @@ For more information, please click here: [jdownloader2](https://truecharts.org/d ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `jdownloader2` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install jdownloader2 TrueCharts/jdownloader2 ``` @@ -49,7 +50,7 @@ helm install jdownloader2 TrueCharts/jdownloader2 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall jdownloader2 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install jdownloader2 TrueCharts/jdownloader2 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/jellyfin/CHANGELOG.md b/charts/stable/jellyfin/CHANGELOG.md index 6f7c983dffc..7455e9156cd 100644 --- a/charts/stable/jellyfin/CHANGELOG.md +++ b/charts/stable/jellyfin/CHANGELOG.md @@ -2,6 +2,16 @@ +## [jellyfin-11.0.25](https://github.com/truecharts/charts/compare/jellyfin-11.0.24...jellyfin-11.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [jellyfin-11.0.24](https://github.com/truecharts/apps/compare/jellyfin-11.0.23...jellyfin-11.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index e2cc16c12a3..45cbef1ca06 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Jellyfin is a Free Software Media System -home: https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin -icon: https://truecharts.org/img/chart-icons/jellyfin.png +home: https://truecharts.org/docs/charts/stable/jellyfin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyfin.png keywords: - jellyfin - plex @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: jellyfin sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin - https://github.com/jellyfin/jellyfin type: application version: 11.0.25 diff --git a/charts/stable/jellyfin/README.md b/charts/stable/jellyfin/README.md index ee4bd987ba9..86fc16934db 100644 --- a/charts/stable/jellyfin/README.md +++ b/charts/stable/jellyfin/README.md @@ -1,6 +1,6 @@ # jellyfin -![Version: 11.0.24](https://img.shields.io/badge/Version-11.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.8.1](https://img.shields.io/badge/AppVersion-10.8.1-informational?style=flat-square) +![Version: 11.0.25](https://img.shields.io/badge/Version-11.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.8.1](https://img.shields.io/badge/AppVersion-10.8.1-informational?style=flat-square) Jellyfin is a Free Software Media System @@ -13,6 +13,7 @@ For more information, please click here: [jellyfin](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `jellyfin` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install jellyfin TrueCharts/jellyfin ``` @@ -47,7 +48,7 @@ helm install jellyfin TrueCharts/jellyfin **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall jellyfin Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install jellyfin TrueCharts/jellyfin -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/jellyseerr/CHANGELOG.md b/charts/stable/jellyseerr/CHANGELOG.md index 16726f288f6..6b2ddbfc638 100644 --- a/charts/stable/jellyseerr/CHANGELOG.md +++ b/charts/stable/jellyseerr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [jellyseerr-2.0.25](https://github.com/truecharts/charts/compare/jellyseerr-2.0.24...jellyseerr-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [jellyseerr-2.0.24](https://github.com/truecharts/apps/compare/jellyseerr-2.0.23...jellyseerr-2.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/jellyseerr/Chart.yaml b/charts/stable/jellyseerr/Chart.yaml index 6e9d46cdc0e..2f450a1aa7e 100644 --- a/charts/stable/jellyseerr/Chart.yaml +++ b/charts/stable/jellyseerr/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. -home: https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr -icon: https://truecharts.org/img/chart-icons/jellyseerr.png +home: https://truecharts.org/docs/charts/stable/jellyseerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.png keywords: - jellyseerr kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: jellyseerr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr - https://github.com/Fallenbagel/jellyseerr - https://hub.docker.com/r/fallenbagel/jellyseerr version: 2.0.25 diff --git a/charts/stable/jellyseerr/README.md b/charts/stable/jellyseerr/README.md index 8f48b2c67a5..05f1fa2e92b 100644 --- a/charts/stable/jellyseerr/README.md +++ b/charts/stable/jellyseerr/README.md @@ -1,6 +1,6 @@ # jellyseerr -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.1-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.1-informational?style=flat-square) Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. @@ -13,6 +13,7 @@ For more information, please click here: [jellyseerr](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `jellyseerr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install jellyseerr TrueCharts/jellyseerr ``` @@ -48,7 +49,7 @@ helm install jellyseerr TrueCharts/jellyseerr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall jellyseerr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install jellyseerr TrueCharts/jellyseerr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/joplin-server/CHANGELOG.md b/charts/stable/joplin-server/CHANGELOG.md index bd3bf33a415..86c60aaeee0 100644 --- a/charts/stable/joplin-server/CHANGELOG.md +++ b/charts/stable/joplin-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [joplin-server-8.0.26](https://github.com/truecharts/charts/compare/joplin-server-8.0.25...joplin-server-8.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [joplin-server-8.0.25](https://github.com/truecharts/apps/compare/joplin-server-8.0.24...joplin-server-8.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml index ccf4c3c3b76..4aa7443bca5 100644 --- a/charts/stable/joplin-server/Chart.yaml +++ b/charts/stable/joplin-server/Chart.yaml @@ -7,9 +7,10 @@ kubeVersion: ">=1.16.0-0" keywords: - joplin - notes -home: https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server -icon: https://truecharts.org/img/chart-icons/joplin-server.png +home: https://truecharts.org/docs/charts/stable/joplin-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.png sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server - https://github.com/laurent22/joplin/tree/dev/packages/server - https://github.com/laurent22/joplin - https://hub.docker.com/r/joplin/server diff --git a/charts/stable/joplin-server/README.md b/charts/stable/joplin-server/README.md index a34e7c866ec..c37462b9bae 100644 --- a/charts/stable/joplin-server/README.md +++ b/charts/stable/joplin-server/README.md @@ -1,6 +1,6 @@ # joplin-server -![Version: 8.0.25](https://img.shields.io/badge/Version-8.0.25-informational?style=flat-square) ![AppVersion: 2.7.4](https://img.shields.io/badge/AppVersion-2.7.4-informational?style=flat-square) +![Version: 8.0.26](https://img.shields.io/badge/Version-8.0.26-informational?style=flat-square) ![AppVersion: 2.7.4](https://img.shields.io/badge/AppVersion-2.7.4-informational?style=flat-square) This server allows you to sync any Joplin client @@ -13,6 +13,7 @@ For more information, please click here: [joplin-server](https://truecharts.org/ ## Source Code +* * * * @@ -25,21 +26,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `joplin-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install joplin-server TrueCharts/joplin-server ``` @@ -50,7 +51,7 @@ helm install joplin-server TrueCharts/joplin-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall joplin-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install joplin-server TrueCharts/joplin-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/k8s-gateway/CHANGELOG.md b/charts/stable/k8s-gateway/CHANGELOG.md index a3775376e29..0c67835752f 100644 --- a/charts/stable/k8s-gateway/CHANGELOG.md +++ b/charts/stable/k8s-gateway/CHANGELOG.md @@ -2,6 +2,16 @@ +## [k8s-gateway-6.1.9](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.8...k8s-gateway-6.1.9) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [k8s-gateway-6.1.8](https://github.com/truecharts/apps/compare/k8s-gateway-6.1.7...k8s-gateway-6.1.8) (2022-07-26) ### Chore diff --git a/charts/stable/k8s-gateway/Chart.yaml b/charts/stable/k8s-gateway/Chart.yaml index 952a5e89fd9..06097ddafd8 100644 --- a/charts/stable/k8s-gateway/Chart.yaml +++ b/charts/stable/k8s-gateway/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: A Helm chart for the k8s_gateway CoreDNS plugin -home: https://github.com/truecharts/apps/tree/master/charts/core/k8s-gateway -icon: https://truecharts.org/img/chart-icons/k8s-gateway.png +home: https://truecharts.org/docs/charts/stable/k8s-gateway +icon: https://truecharts.org/img/hotlink-ok/chart-icons/k8s-gateway.png keywords: - DNS - networking @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: k8s-gateway sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/k8s-gateway - https://github.com/ori-edge/k8s_gateway type: application version: 6.1.9 diff --git a/charts/stable/k8s-gateway/README.md b/charts/stable/k8s-gateway/README.md index 9de1db84571..a2962549c1f 100644 --- a/charts/stable/k8s-gateway/README.md +++ b/charts/stable/k8s-gateway/README.md @@ -1,6 +1,6 @@ # k8s-gateway -![Version: 6.1.8](https://img.shields.io/badge/Version-6.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square) +![Version: 6.1.9](https://img.shields.io/badge/Version-6.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square) A Helm chart for the k8s_gateway CoreDNS plugin @@ -13,6 +13,7 @@ For more information, please click here: [k8s-gateway](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `k8s-gateway` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install k8s-gateway TrueCharts/k8s-gateway ``` @@ -47,7 +48,7 @@ helm install k8s-gateway TrueCharts/k8s-gateway **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall k8s-gateway Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install k8s-gateway TrueCharts/k8s-gateway -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/kanboard/CHANGELOG.md b/charts/stable/kanboard/CHANGELOG.md index c1dbba36352..f7b736092e4 100644 --- a/charts/stable/kanboard/CHANGELOG.md +++ b/charts/stable/kanboard/CHANGELOG.md @@ -2,6 +2,16 @@ +## [kanboard-8.0.26](https://github.com/truecharts/charts/compare/kanboard-8.0.25...kanboard-8.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kanboard-8.0.25](https://github.com/truecharts/apps/compare/kanboard-8.0.24...kanboard-8.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/kanboard/Chart.yaml b/charts/stable/kanboard/Chart.yaml index 7e7bd7cb7e3..1f71f5c46f0 100644 --- a/charts/stable/kanboard/Chart.yaml +++ b/charts/stable/kanboard/Chart.yaml @@ -7,9 +7,10 @@ kubeVersion: ">=1.16.0-0" keywords: - kanboard - kanban -home: https://github.com/truecharts/charts/tree/master/charts/stable/kanboard -icon: https://truecharts.org/img/chart-icons/kanboard.png +home: https://truecharts.org/docs/charts/stable/kanboard +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kanboard.png sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kanboard - https://github.com/kanboard/kanboard dependencies: - name: common diff --git a/charts/stable/kanboard/README.md b/charts/stable/kanboard/README.md index 15d82c9fcfa..4c1661c0a8b 100644 --- a/charts/stable/kanboard/README.md +++ b/charts/stable/kanboard/README.md @@ -1,6 +1,6 @@ # kanboard -![Version: 8.0.25](https://img.shields.io/badge/Version-8.0.25-informational?style=flat-square) ![AppVersion: 1.2.22](https://img.shields.io/badge/AppVersion-1.2.22-informational?style=flat-square) +![Version: 8.0.26](https://img.shields.io/badge/Version-8.0.26-informational?style=flat-square) ![AppVersion: 1.2.22](https://img.shields.io/badge/AppVersion-1.2.22-informational?style=flat-square) Kanboard is a free and open source Kanban project management software. @@ -13,6 +13,7 @@ For more information, please click here: [kanboard](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kanboard` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kanboard TrueCharts/kanboard ``` @@ -48,7 +49,7 @@ helm install kanboard TrueCharts/kanboard **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall kanboard Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kanboard TrueCharts/kanboard -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/kavita/CHANGELOG.md b/charts/stable/kavita/CHANGELOG.md index c6b77950ef4..02505264c32 100644 --- a/charts/stable/kavita/CHANGELOG.md +++ b/charts/stable/kavita/CHANGELOG.md @@ -2,6 +2,16 @@ +## [kavita-2.0.25](https://github.com/truecharts/charts/compare/kavita-2.0.24...kavita-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kavita-2.0.24](https://github.com/truecharts/apps/compare/kavita-2.0.23...kavita-2.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/kavita/Chart.yaml b/charts/stable/kavita/Chart.yaml index 7a303697231..27a1eba3ca5 100644 --- a/charts/stable/kavita/Chart.yaml +++ b/charts/stable/kavita/Chart.yaml @@ -6,21 +6,21 @@ appVersion: "0.5.4" description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/kavita -icon: https://truecharts.org/img/chart-icons/kavita.png +home: https://truecharts.org/docs/charts/stable/kavita +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavita.png keywords: - kavita - manga - library - book sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kavita - https://www.kavitareader.com dependencies: - name: common repository: https://library-charts.truecharts.org - version: - 10.4.9 - # condition: + version: 10.4.9 + # condition: maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/kavita/README.md b/charts/stable/kavita/README.md index 44344052e26..6fba771a254 100644 --- a/charts/stable/kavita/README.md +++ b/charts/stable/kavita/README.md @@ -1,6 +1,6 @@ # kavita -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.4](https://img.shields.io/badge/AppVersion-0.5.4-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.4](https://img.shields.io/badge/AppVersion-0.5.4-informational?style=flat-square) Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats @@ -13,6 +13,7 @@ For more information, please click here: [kavita](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kavita` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kavita TrueCharts/kavita ``` @@ -47,7 +48,7 @@ helm install kavita TrueCharts/kavita **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall kavita Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kavita TrueCharts/kavita -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/kimai/CHANGELOG.md b/charts/stable/kimai/CHANGELOG.md index 1292dc5b42e..879eb134d65 100644 --- a/charts/stable/kimai/CHANGELOG.md +++ b/charts/stable/kimai/CHANGELOG.md @@ -2,6 +2,16 @@ +## [kimai-3.0.25](https://github.com/truecharts/charts/compare/kimai-3.0.24...kimai-3.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kimai-3.0.24](https://github.com/truecharts/apps/compare/kimai-3.0.23...kimai-3.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/kimai/Chart.yaml b/charts/stable/kimai/Chart.yaml index 6895219a47c..3d379287fb3 100644 --- a/charts/stable/kimai/Chart.yaml +++ b/charts/stable/kimai/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 3.0.49 description: Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers. -home: https://github.com/truecharts/charts/tree/master/charts/stable/kimai -icon: https://truecharts.org/img/chart-icons/kimai.png +home: https://truecharts.org/docs/charts/stable/kimai +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kimai.png keywords: - kimai - time @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: kimai sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kimai - https://github.com/kevinpapst/kimai2 - https://github.com/tobybatch/kimai2 - https://hub.docker.com/r/kimai/kimai2 diff --git a/charts/stable/kimai/README.md b/charts/stable/kimai/README.md index 7cca34ea19b..26ba422799b 100644 --- a/charts/stable/kimai/README.md +++ b/charts/stable/kimai/README.md @@ -1,6 +1,6 @@ # kimai -![Version: 3.0.24](https://img.shields.io/badge/Version-3.0.24-informational?style=flat-square) ![AppVersion: 1.20](https://img.shields.io/badge/AppVersion-1.20-informational?style=flat-square) +![Version: 3.0.25](https://img.shields.io/badge/Version-3.0.25-informational?style=flat-square) ![AppVersion: 1.20](https://img.shields.io/badge/AppVersion-1.20-informational?style=flat-square) Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers. @@ -13,6 +13,7 @@ For more information, please click here: [kimai](https://truecharts.org/docs/cha ## Source Code +* * * * @@ -25,21 +26,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kimai` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kimai TrueCharts/kimai ``` @@ -50,7 +51,7 @@ helm install kimai TrueCharts/kimai **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall kimai Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kimai TrueCharts/kimai -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/kms/CHANGELOG.md b/charts/stable/kms/CHANGELOG.md index 752f4dfa72e..aaadb9bfd2c 100644 --- a/charts/stable/kms/CHANGELOG.md +++ b/charts/stable/kms/CHANGELOG.md @@ -2,6 +2,16 @@ +## [kms-11.0.25](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.14...kms-11.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kms-11.0.24](https://github.com/truecharts/apps/compare/vlmcsd-kms-server-0.0.13...kms-11.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml index e69522369b6..fb2b8b69bef 100644 --- a/charts/stable/kms/Chart.yaml +++ b/charts/stable/kms/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Private Windows Activation Server for development and testing -home: https://github.com/truecharts/charts/tree/master/charts/stable/kms -icon: https://truecharts.org/img/chart-icons/kms.png +home: https://truecharts.org/docs/charts/stable/kms +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kms.png keywords: - kms kubeVersion: ">=1.16.0-0" @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: kms sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kms - https://github.com/Py-KMS-Organization/py-kms - https://hub.docker.com/r/pykmsorg/py-kms type: application diff --git a/charts/stable/kms/README.md b/charts/stable/kms/README.md index 27aec86818c..9ade3f735b0 100644 --- a/charts/stable/kms/README.md +++ b/charts/stable/kms/README.md @@ -1,6 +1,6 @@ # kms -![Version: 11.0.24](https://img.shields.io/badge/Version-11.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: minimal](https://img.shields.io/badge/AppVersion-minimal-informational?style=flat-square) +![Version: 11.0.25](https://img.shields.io/badge/Version-11.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: minimal](https://img.shields.io/badge/AppVersion-minimal-informational?style=flat-square) Private Windows Activation Server for development and testing @@ -13,6 +13,7 @@ For more information, please click here: [kms](https://truecharts.org/docs/chart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kms` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kms TrueCharts/kms ``` @@ -48,7 +49,7 @@ helm install kms TrueCharts/kms **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall kms Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kms TrueCharts/kms -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/kodi-headless/CHANGELOG.md b/charts/stable/kodi-headless/CHANGELOG.md index ac1858a2f4c..493f56f05bd 100644 --- a/charts/stable/kodi-headless/CHANGELOG.md +++ b/charts/stable/kodi-headless/CHANGELOG.md @@ -2,6 +2,16 @@ +## [kodi-headless-2.0.23](https://github.com/truecharts/charts/compare/kodi-headless-2.0.22...kodi-headless-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kodi-headless-2.0.22](https://github.com/truecharts/apps/compare/kodi-headless-2.0.21...kodi-headless-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/kodi-headless/Chart.yaml b/charts/stable/kodi-headless/Chart.yaml index b0a1776c545..f4d6ac0d5ee 100644 --- a/charts/stable/kodi-headless/Chart.yaml +++ b/charts/stable/kodi-headless/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "190" description: A headless install of kodi in a docker container. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless -icon: https://truecharts.org/img/chart-icons/kodi-headless.png +home: https://truecharts.org/docs/charts/stable/kodi-headless +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kodi-headless.png keywords: - kodi-headless sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless - https://hub.docker.com/r/linuxserver/kodi-headless dependencies: - name: common diff --git a/charts/stable/kodi-headless/README.md b/charts/stable/kodi-headless/README.md index 49e8e8287fb..f8c12e83731 100644 --- a/charts/stable/kodi-headless/README.md +++ b/charts/stable/kodi-headless/README.md @@ -1,6 +1,6 @@ # kodi-headless -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 190](https://img.shields.io/badge/AppVersion-190-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 190](https://img.shields.io/badge/AppVersion-190-informational?style=flat-square) A headless install of kodi in a docker container. @@ -13,6 +13,7 @@ For more information, please click here: [kodi-headless](https://truecharts.org/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kodi-headless` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kodi-headless TrueCharts/kodi-headless ``` @@ -47,7 +48,7 @@ helm install kodi-headless TrueCharts/kodi-headless **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall kodi-headless Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kodi-headless TrueCharts/kodi-headless -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/koel/CHANGELOG.md b/charts/stable/koel/CHANGELOG.md index d5c63c07812..b3db135fb42 100644 --- a/charts/stable/koel/CHANGELOG.md +++ b/charts/stable/koel/CHANGELOG.md @@ -2,6 +2,16 @@ +## [koel-3.0.27](https://github.com/truecharts/charts/compare/koel-3.0.26...koel-3.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [koel-3.0.26](https://github.com/truecharts/apps/compare/koel-3.0.25...koel-3.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/koel/Chart.yaml b/charts/stable/koel/Chart.yaml index 2ebaafccb12..ef2a647880e 100644 --- a/charts/stable/koel/Chart.yaml +++ b/charts/stable/koel/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 3.0.49 description: Koel is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side. -home: https://github.com/truecharts/charts/tree/master/charts/stable/koel -icon: https://truecharts.org/img/chart-icons/koel.png +home: https://truecharts.org/docs/charts/stable/koel +icon: https://truecharts.org/img/hotlink-ok/chart-icons/koel.png keywords: - koel - music @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: koel sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/koel - https://github.com/koel/docker - https://hub.docker.com/r/phanan/koel - https://github.com/koel/koel diff --git a/charts/stable/koel/README.md b/charts/stable/koel/README.md index a09a744182b..872b2bd5e1a 100644 --- a/charts/stable/koel/README.md +++ b/charts/stable/koel/README.md @@ -1,6 +1,6 @@ # koel -![Version: 3.0.26](https://img.shields.io/badge/Version-3.0.26-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 3.0.27](https://img.shields.io/badge/Version-3.0.27-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Koel is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side. @@ -13,6 +13,7 @@ For more information, please click here: [koel](https://truecharts.org/docs/char ## Source Code +* * * * @@ -25,21 +26,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `koel` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install koel TrueCharts/koel ``` @@ -50,7 +51,7 @@ helm install koel TrueCharts/koel **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall koel Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install koel TrueCharts/koel -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/komga/CHANGELOG.md b/charts/stable/komga/CHANGELOG.md index f0e6cbb9f1e..d97cf958178 100644 --- a/charts/stable/komga/CHANGELOG.md +++ b/charts/stable/komga/CHANGELOG.md @@ -2,6 +2,16 @@ +## [komga-6.0.30](https://github.com/truecharts/charts/compare/komga-6.0.29...komga-6.0.30) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [komga-6.0.29](https://github.com/truecharts/apps/compare/komga-6.0.28...komga-6.0.29) (2022-07-29) ### Chore diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml index dcd4111ab8f..ef7cabfabe3 100644 --- a/charts/stable/komga/Chart.yaml +++ b/charts/stable/komga/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.4.9 description: A comics/mangas server to serve/stream pages via API home: https://truecharts.org/docs/charts/stable/komga -icon: https://truecharts.org/img/chart-icons/komga.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/komga.png keywords: - komga - comics @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: komga sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/komga - https://komga.org/ - https://github.com/gotson/komga version: 6.0.30 diff --git a/charts/stable/komga/README.md b/charts/stable/komga/README.md index e18bc564eea..140210fe193 100644 --- a/charts/stable/komga/README.md +++ b/charts/stable/komga/README.md @@ -1,6 +1,6 @@ # komga -![Version: 6.0.29](https://img.shields.io/badge/Version-6.0.29-informational?style=flat-square) ![AppVersion: 0.157.0](https://img.shields.io/badge/AppVersion-0.157.0-informational?style=flat-square) +![Version: 6.0.30](https://img.shields.io/badge/Version-6.0.30-informational?style=flat-square) ![AppVersion: 0.157.0](https://img.shields.io/badge/AppVersion-0.157.0-informational?style=flat-square) A comics/mangas server to serve/stream pages via API @@ -13,6 +13,7 @@ For more information, please click here: [komga](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `komga` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install komga TrueCharts/komga ``` @@ -48,7 +49,7 @@ helm install komga TrueCharts/komga **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall komga Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install komga TrueCharts/komga -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/kopia/CHANGELOG.md b/charts/stable/kopia/CHANGELOG.md index 659673857f2..b8a571462db 100644 --- a/charts/stable/kopia/CHANGELOG.md +++ b/charts/stable/kopia/CHANGELOG.md @@ -2,6 +2,16 @@ +## [kopia-2.0.32](https://github.com/truecharts/charts/compare/kopia-2.0.31...kopia-2.0.32) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kopia-2.0.31](https://github.com/truecharts/apps/compare/kopia-2.0.30...kopia-2.0.31) (2022-07-26) ### Chore diff --git a/charts/stable/kopia/Chart.yaml b/charts/stable/kopia/Chart.yaml index 660a3e489b5..93e1254a74d 100644 --- a/charts/stable/kopia/Chart.yaml +++ b/charts/stable/kopia/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication. -home: https://github.com/truecharts/charts/tree/master/charts/stable/kopia -icon: https://truecharts.org/img/chart-icons/kopia.png +home: https://truecharts.org/docs/charts/stable/kopia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.png keywords: - backup kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: kopia sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kopia - https://kopia.io/docs/installation/#docker-images - https://hub.docker.com/r/kopia/kopia - https://github.com/kopia/kopia diff --git a/charts/stable/kopia/README.md b/charts/stable/kopia/README.md index c1ab12534a3..498fcba07cc 100644 --- a/charts/stable/kopia/README.md +++ b/charts/stable/kopia/README.md @@ -1,6 +1,6 @@ # kopia -![Version: 2.0.31](https://img.shields.io/badge/Version-2.0.31-informational?style=flat-square) ![AppVersion: 0.11.3](https://img.shields.io/badge/AppVersion-0.11.3-informational?style=flat-square) +![Version: 2.0.32](https://img.shields.io/badge/Version-2.0.32-informational?style=flat-square) ![AppVersion: 0.11.3](https://img.shields.io/badge/AppVersion-0.11.3-informational?style=flat-square) Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication. @@ -13,6 +13,7 @@ For more information, please click here: [kopia](https://truecharts.org/docs/cha ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kopia` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kopia TrueCharts/kopia ``` @@ -49,7 +50,7 @@ helm install kopia TrueCharts/kopia **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall kopia Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kopia TrueCharts/kopia -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/kutt/CHANGELOG.md b/charts/stable/kutt/CHANGELOG.md index 2fa7d3a7e99..76b837120de 100644 --- a/charts/stable/kutt/CHANGELOG.md +++ b/charts/stable/kutt/CHANGELOG.md @@ -2,6 +2,16 @@ +## [kutt-3.0.26](https://github.com/truecharts/charts/compare/kutt-3.0.25...kutt-3.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [kutt-3.0.25](https://github.com/truecharts/apps/compare/kutt-3.0.24...kutt-3.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/kutt/Chart.yaml b/charts/stable/kutt/Chart.yaml index 1809cc032d0..77d38d3ede4 100644 --- a/charts/stable/kutt/Chart.yaml +++ b/charts/stable/kutt/Chart.yaml @@ -14,8 +14,8 @@ dependencies: version: 3.0.48 deprecated: false description: Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics. -home: https://github.com/truecharts/charts/tree/master/charts/stable/kutt -icon: https://truecharts.org/img/chart-icons/kutt.png +home: https://truecharts.org/docs/charts/stable/kutt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kutt.png keywords: - kutt - link @@ -27,6 +27,7 @@ maintainers: url: https://truecharts.org name: kutt sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kutt - https://github.com/thedevs-network/kutt type: application version: 3.0.26 diff --git a/charts/stable/kutt/README.md b/charts/stable/kutt/README.md index ffe364a4092..2690b599cb8 100644 --- a/charts/stable/kutt/README.md +++ b/charts/stable/kutt/README.md @@ -1,6 +1,6 @@ # kutt -![Version: 3.0.25](https://img.shields.io/badge/Version-3.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.4](https://img.shields.io/badge/AppVersion-2.7.4-informational?style=flat-square) +![Version: 3.0.26](https://img.shields.io/badge/Version-3.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.4](https://img.shields.io/badge/AppVersion-2.7.4-informational?style=flat-square) Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics. @@ -13,6 +13,7 @@ For more information, please click here: [kutt](https://truecharts.org/docs/char ## Source Code +* * ## Requirements @@ -23,22 +24,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `kutt` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install kutt TrueCharts/kutt ``` @@ -49,7 +50,7 @@ helm install kutt TrueCharts/kutt **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall kutt Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install kutt TrueCharts/kutt -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/lanraragi/CHANGELOG.md b/charts/stable/lanraragi/CHANGELOG.md index b99cd76bb55..ae6e03b45e2 100644 --- a/charts/stable/lanraragi/CHANGELOG.md +++ b/charts/stable/lanraragi/CHANGELOG.md @@ -2,6 +2,16 @@ +## [lanraragi-2.0.25](https://github.com/truecharts/charts/compare/lanraragi-2.0.24...lanraragi-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [lanraragi-2.0.24](https://github.com/truecharts/apps/compare/lanraragi-2.0.23...lanraragi-2.0.24) (2022-07-28) ### Chore diff --git a/charts/stable/lanraragi/Chart.yaml b/charts/stable/lanraragi/Chart.yaml index 0238f37fac5..61674478de6 100644 --- a/charts/stable/lanraragi/Chart.yaml +++ b/charts/stable/lanraragi/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Open source server for archival of comics/manga. -home: "https://truecharts.org/docs/charts/stable/lanraragi" -icon: https://truecharts.org/img/chart-icons/lanraragi.png +home: https://truecharts.org/docs/charts/stable/lanraragi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lanraragi.png keywords: - lanraragi - comics @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: lanraragi sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi - https://github.com/Difegue/LANraragi - https://hub.docker.com/r/difegue/lanraragi - https://sugoi.gitbook.io/lanraragi/ diff --git a/charts/stable/lanraragi/README.md b/charts/stable/lanraragi/README.md index a7d56b34d43..d6400679108 100644 --- a/charts/stable/lanraragi/README.md +++ b/charts/stable/lanraragi/README.md @@ -1,6 +1,6 @@ # lanraragi -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![AppVersion: 0.8.6](https://img.shields.io/badge/AppVersion-0.8.6-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![AppVersion: 0.8.6](https://img.shields.io/badge/AppVersion-0.8.6-informational?style=flat-square) Open source server for archival of comics/manga. @@ -13,6 +13,7 @@ For more information, please click here: [lanraragi](https://truecharts.org/docs ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `lanraragi` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install lanraragi TrueCharts/lanraragi ``` @@ -49,7 +50,7 @@ helm install lanraragi TrueCharts/lanraragi **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall lanraragi Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install lanraragi TrueCharts/lanraragi -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/lazylibrarian/CHANGELOG.md b/charts/stable/lazylibrarian/CHANGELOG.md index f7456976b42..5f5a2f1f3e3 100644 --- a/charts/stable/lazylibrarian/CHANGELOG.md +++ b/charts/stable/lazylibrarian/CHANGELOG.md @@ -2,6 +2,17 @@ +## [lazylibrarian-11.0.36](https://github.com/truecharts/charts/compare/lazylibrarian-11.0.34...lazylibrarian-11.0.36) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [lazylibrarian-11.0.34](https://github.com/truecharts/apps/compare/lazylibrarian-11.0.33...lazylibrarian-11.0.34) (2022-07-29) ### Chore diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index f6b12540657..5dc19e0c3f9 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Get all your books, like series with Sonarr... home: https://truecharts.org/docs/charts/stable/lazylibrarian -icon: https://truecharts.org/img/chart-icons/lazylibrarian.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.png keywords: - lazylibrarian - ebooks @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: lazylibrarian sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/lazylibrarian - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - https://lazylibrarian.gitlab.io type: application diff --git a/charts/stable/lazylibrarian/README.md b/charts/stable/lazylibrarian/README.md index 5db4f15740c..660e66da12e 100644 --- a/charts/stable/lazylibrarian/README.md +++ b/charts/stable/lazylibrarian/README.md @@ -1,6 +1,6 @@ # lazylibrarian -![Version: 11.0.34](https://img.shields.io/badge/Version-11.0.34-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 11.0.36](https://img.shields.io/badge/Version-11.0.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Get all your books, like series with Sonarr... @@ -13,6 +13,7 @@ For more information, please click here: [lazylibrarian](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `lazylibrarian` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install lazylibrarian TrueCharts/lazylibrarian ``` @@ -48,7 +49,7 @@ helm install lazylibrarian TrueCharts/lazylibrarian **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall lazylibrarian Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install lazylibrarian TrueCharts/lazylibrarian -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/leaf2mqtt/CHANGELOG.md b/charts/stable/leaf2mqtt/CHANGELOG.md index 32a6122c7fd..6ab9ce8e340 100644 --- a/charts/stable/leaf2mqtt/CHANGELOG.md +++ b/charts/stable/leaf2mqtt/CHANGELOG.md @@ -2,6 +2,16 @@ +## [leaf2mqtt-4.0.25](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.24...leaf2mqtt-4.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [leaf2mqtt-4.0.24](https://github.com/truecharts/apps/compare/leaf2mqtt-4.0.23...leaf2mqtt-4.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/leaf2mqtt/Chart.yaml b/charts/stable/leaf2mqtt/Chart.yaml index 5bdec2ccb40..f6867e30393 100644 --- a/charts/stable/leaf2mqtt/Chart.yaml +++ b/charts/stable/leaf2mqtt/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Nissan Leaf connected services to MQTT adapter -home: https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt -icon: https://truecharts.org/img/chart-icons/leaf2mqtt.png +home: https://truecharts.org/docs/charts/stable/leaf2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/leaf2mqtt.png keywords: - leaf2mqtt - leaf @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: leaf2mqtt sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt - https://github.com/mitsumaui/leaf2mqtt - https://github.com/k8s-at-home/container-images version: 4.0.25 diff --git a/charts/stable/leaf2mqtt/README.md b/charts/stable/leaf2mqtt/README.md index 5079731bcfc..d3898485c1a 100644 --- a/charts/stable/leaf2mqtt/README.md +++ b/charts/stable/leaf2mqtt/README.md @@ -1,6 +1,6 @@ # leaf2mqtt -![Version: 4.0.24](https://img.shields.io/badge/Version-4.0.24-informational?style=flat-square) ![AppVersion: 0.6](https://img.shields.io/badge/AppVersion-0.6-informational?style=flat-square) +![Version: 4.0.25](https://img.shields.io/badge/Version-4.0.25-informational?style=flat-square) ![AppVersion: 0.6](https://img.shields.io/badge/AppVersion-0.6-informational?style=flat-square) Nissan Leaf connected services to MQTT adapter @@ -13,6 +13,7 @@ For more information, please click here: [leaf2mqtt](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `leaf2mqtt` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install leaf2mqtt TrueCharts/leaf2mqtt ``` @@ -48,7 +49,7 @@ helm install leaf2mqtt TrueCharts/leaf2mqtt **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall leaf2mqtt Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install leaf2mqtt TrueCharts/leaf2mqtt -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/leantime/CHANGELOG.md b/charts/stable/leantime/CHANGELOG.md index 03a30cec9ae..a2946f39eb2 100644 --- a/charts/stable/leantime/CHANGELOG.md +++ b/charts/stable/leantime/CHANGELOG.md @@ -2,6 +2,16 @@ +## [leantime-4.0.30](https://github.com/truecharts/charts/compare/leantime-4.0.29...leantime-4.0.30) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [leantime-4.0.29](https://github.com/truecharts/apps/compare/leantime-4.0.28...leantime-4.0.29) (2022-07-28) ### Chore diff --git a/charts/stable/leantime/Chart.yaml b/charts/stable/leantime/Chart.yaml index 0cd78ac789b..574c98d31b6 100644 --- a/charts/stable/leantime/Chart.yaml +++ b/charts/stable/leantime/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 3.0.49 description: "Straightforward open source project management system to make your ideas reality." -home: "https://truecharts.org/docs/charts/stable/leantime" -icon: https://truecharts.org/img/chart-icons/leantime.png +home: https://truecharts.org/docs/charts/stable/leantime +icon: https://truecharts.org/img/hotlink-ok/chart-icons/leantime.png keywords: - leantime - project @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: leantime sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/leantime - https://leantime.io/ - https://hub.docker.com/r/nicholaswilde/leantime version: 4.0.30 diff --git a/charts/stable/leantime/README.md b/charts/stable/leantime/README.md index dfd2d57169f..edd7d438709 100644 --- a/charts/stable/leantime/README.md +++ b/charts/stable/leantime/README.md @@ -1,6 +1,6 @@ # leantime -![Version: 4.0.29](https://img.shields.io/badge/Version-4.0.29-informational?style=flat-square) ![AppVersion: 2.2.3](https://img.shields.io/badge/AppVersion-2.2.3-informational?style=flat-square) +![Version: 4.0.30](https://img.shields.io/badge/Version-4.0.30-informational?style=flat-square) ![AppVersion: 2.2.3](https://img.shields.io/badge/AppVersion-2.2.3-informational?style=flat-square) Straightforward open source project management system to make your ideas reality. @@ -13,6 +13,7 @@ For more information, please click here: [leantime](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `leantime` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install leantime TrueCharts/leantime ``` @@ -49,7 +50,7 @@ helm install leantime TrueCharts/leantime **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall leantime Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install leantime TrueCharts/leantime -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/libreddit/CHANGELOG.md b/charts/stable/libreddit/CHANGELOG.md index f406202924f..ad99ab0589c 100644 --- a/charts/stable/libreddit/CHANGELOG.md +++ b/charts/stable/libreddit/CHANGELOG.md @@ -2,6 +2,16 @@ +## [libreddit-1.0.18](https://github.com/truecharts/charts/compare/libreddit-1.0.17...libreddit-1.0.18) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [libreddit-1.0.17](https://github.com/truecharts/apps/compare/libreddit-1.0.16...libreddit-1.0.17) (2022-07-26) ### Chore diff --git a/charts/stable/libreddit/Chart.yaml b/charts/stable/libreddit/Chart.yaml index 6791108eeb9..c8c47a49853 100644 --- a/charts/stable/libreddit/Chart.yaml +++ b/charts/stable/libreddit/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: An alternative private front-end to Reddit -home: https://github.com/truecharts/charts/tree/master/charts/stable/libreddit -icon: https://truecharts.org/img/chart-icons/libreddit.png +home: https://truecharts.org/docs/charts/stable/libreddit +icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreddit.png keywords: - reddit - libreddit @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: libreddit sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/libreddit - https://github.com/spikecodes/libreddit - https://hub.docker.com/r/spikecodes/libreddit version: 1.0.18 diff --git a/charts/stable/libreddit/README.md b/charts/stable/libreddit/README.md index 54fd5654424..d6d6af1c311 100644 --- a/charts/stable/libreddit/README.md +++ b/charts/stable/libreddit/README.md @@ -1,6 +1,6 @@ # libreddit -![Version: 1.0.17](https://img.shields.io/badge/Version-1.0.17-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.0.18](https://img.shields.io/badge/Version-1.0.18-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) An alternative private front-end to Reddit @@ -13,6 +13,7 @@ For more information, please click here: [libreddit](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `libreddit` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install libreddit TrueCharts/libreddit ``` @@ -48,7 +49,7 @@ helm install libreddit TrueCharts/libreddit **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall libreddit Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install libreddit TrueCharts/libreddit -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/libreoffice/CHANGELOG.md b/charts/stable/libreoffice/CHANGELOG.md index 223e0eddac7..a21d9493dc3 100644 --- a/charts/stable/libreoffice/CHANGELOG.md +++ b/charts/stable/libreoffice/CHANGELOG.md @@ -2,6 +2,16 @@ +## [libreoffice-2.0.23](https://github.com/truecharts/charts/compare/libreoffice-2.0.22...libreoffice-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [libreoffice-2.0.22](https://github.com/truecharts/apps/compare/libreoffice-2.0.21...libreoffice-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/libreoffice/Chart.yaml b/charts/stable/libreoffice/Chart.yaml index 69d038eef9a..afa896924a2 100644 --- a/charts/stable/libreoffice/Chart.yaml +++ b/charts/stable/libreoffice/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "7.2.2" description: LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/libreoffice -icon: https://truecharts.org/img/chart-icons/libreoffice.png +home: https://truecharts.org/docs/charts/stable/libreoffice +icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreoffice.png keywords: - libreoffice sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/libreoffice - https://hub.docker.com/r/linuxserver/libreoffice dependencies: - name: common diff --git a/charts/stable/libreoffice/README.md b/charts/stable/libreoffice/README.md index 3a416f579e1..e30e0f46e04 100644 --- a/charts/stable/libreoffice/README.md +++ b/charts/stable/libreoffice/README.md @@ -1,6 +1,6 @@ # libreoffice -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.2.2](https://img.shields.io/badge/AppVersion-7.2.2-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.2.2](https://img.shields.io/badge/AppVersion-7.2.2-informational?style=flat-square) LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org. @@ -13,6 +13,7 @@ For more information, please click here: [libreoffice](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `libreoffice` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install libreoffice TrueCharts/libreoffice ``` @@ -47,7 +48,7 @@ helm install libreoffice TrueCharts/libreoffice **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall libreoffice Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install libreoffice TrueCharts/libreoffice -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/librephotos/CHANGELOG.md b/charts/stable/librephotos/CHANGELOG.md index 67faff25793..d41616aa6ef 100644 --- a/charts/stable/librephotos/CHANGELOG.md +++ b/charts/stable/librephotos/CHANGELOG.md @@ -2,6 +2,16 @@ +## [librephotos-4.0.27](https://github.com/truecharts/charts/compare/librephotos-4.0.26...librephotos-4.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [librephotos-4.0.26](https://github.com/truecharts/apps/compare/librephotos-4.0.25...librephotos-4.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/librephotos/Chart.yaml b/charts/stable/librephotos/Chart.yaml index 53b1518c4ec..ca1d6af16eb 100644 --- a/charts/stable/librephotos/Chart.yaml +++ b/charts/stable/librephotos/Chart.yaml @@ -13,8 +13,8 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.48 description: "A self-hosted open source photo management service." -home: https://github.com/truecharts/charts/tree/master/charts/stable/librephotos -icon: https://truecharts.org/img/chart-icons/librephotos.png +home: https://truecharts.org/docs/charts/stable/librephotos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/librephotos.png keywords: - photos - gallery @@ -25,6 +25,7 @@ maintainers: url: https://truecharts.org name: librephotos sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/librephotos - https://github.com/LibrePhotos/librephotos - https://hub.docker.com/r/reallibrephotos/librephotos version: 4.0.27 diff --git a/charts/stable/librephotos/README.md b/charts/stable/librephotos/README.md index 838481c3d16..315a857a6e5 100644 --- a/charts/stable/librephotos/README.md +++ b/charts/stable/librephotos/README.md @@ -1,6 +1,6 @@ # librephotos -![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![AppVersion: 2022w6](https://img.shields.io/badge/AppVersion-2022w6-informational?style=flat-square) +![Version: 4.0.27](https://img.shields.io/badge/Version-4.0.27-informational?style=flat-square) ![AppVersion: 2022w6](https://img.shields.io/badge/AppVersion-2022w6-informational?style=flat-square) A self-hosted open source photo management service. @@ -13,6 +13,7 @@ For more information, please click here: [librephotos](https://truecharts.org/do ## Source Code +* * * @@ -24,22 +25,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `librephotos` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install librephotos TrueCharts/librephotos ``` @@ -50,7 +51,7 @@ helm install librephotos TrueCharts/librephotos **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall librephotos Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install librephotos TrueCharts/librephotos -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/librespeed/CHANGELOG.md b/charts/stable/librespeed/CHANGELOG.md index e15c5346ebe..785238ead54 100644 --- a/charts/stable/librespeed/CHANGELOG.md +++ b/charts/stable/librespeed/CHANGELOG.md @@ -2,6 +2,16 @@ +## [librespeed-6.0.24](https://github.com/truecharts/charts/compare/librespeed-6.0.23...librespeed-6.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [librespeed-6.0.23](https://github.com/truecharts/apps/compare/librespeed-6.0.22...librespeed-6.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml index c87c40f794b..2b0563fbfc7 100644 --- a/charts/stable/librespeed/Chart.yaml +++ b/charts/stable/librespeed/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Librespeed is a HTML5 webpage to test upload and download speeds -home: https://github.com/truecharts/charts/tree/master/charts/stable/librespeed -icon: https://truecharts.org/img/chart-icons/librespeed.png +home: https://truecharts.org/docs/charts/stable/librespeed +icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.png keywords: - librespeed - speedtest @@ -17,9 +17,9 @@ maintainers: url: https://truecharts.org name: librespeed sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/librespeed - https://github.com/librespeed/speedtest - https://hub.docker.com/r/linuxserver/librespeed - - https://github.com/truecharts/apps/tree/master/charts/librespeed version: 6.0.24 annotations: truecharts.org/catagories: | diff --git a/charts/stable/librespeed/README.md b/charts/stable/librespeed/README.md index 2664c1f7d01..632e9aedaa8 100644 --- a/charts/stable/librespeed/README.md +++ b/charts/stable/librespeed/README.md @@ -1,6 +1,6 @@ # librespeed -![Version: 6.0.23](https://img.shields.io/badge/Version-6.0.23-informational?style=flat-square) ![AppVersion: 5.2.4](https://img.shields.io/badge/AppVersion-5.2.4-informational?style=flat-square) +![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![AppVersion: 5.2.4](https://img.shields.io/badge/AppVersion-5.2.4-informational?style=flat-square) Librespeed is a HTML5 webpage to test upload and download speeds @@ -13,9 +13,9 @@ For more information, please click here: [librespeed](https://truecharts.org/doc ## Source Code +* * * -* ## Requirements @@ -25,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `librespeed` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install librespeed TrueCharts/librespeed ``` @@ -49,7 +49,7 @@ helm install librespeed TrueCharts/librespeed **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +68,7 @@ helm uninstall librespeed Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install librespeed TrueCharts/librespeed -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/lidarr/CHANGELOG.md b/charts/stable/lidarr/CHANGELOG.md index 84db926925f..8721babd073 100644 --- a/charts/stable/lidarr/CHANGELOG.md +++ b/charts/stable/lidarr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [lidarr-11.0.23](https://github.com/truecharts/charts/compare/lidarr-11.0.22...lidarr-11.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [lidarr-11.0.22](https://github.com/truecharts/apps/compare/lidarr-11.0.21...lidarr-11.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index 67ec6ddc00a..de26355bc38 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Looks and smells like Sonarr but made for music -home: https://github.com/truecharts/charts/tree/master/charts/stable/lidarr -icon: https://truecharts.org/img/chart-icons/lidarr.png +home: https://truecharts.org/docs/charts/stable/lidarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.png keywords: - lidarr - torrent @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: lidarr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr - https://github.com/Lidarr/Lidarr type: application version: 11.0.23 diff --git a/charts/stable/lidarr/README.md b/charts/stable/lidarr/README.md index 887948e7b94..ebfbffe6130 100644 --- a/charts/stable/lidarr/README.md +++ b/charts/stable/lidarr/README.md @@ -1,6 +1,6 @@ # lidarr -![Version: 11.0.22](https://img.shields.io/badge/Version-11.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0.2600](https://img.shields.io/badge/AppVersion-1.1.0.2600-informational?style=flat-square) +![Version: 11.0.23](https://img.shields.io/badge/Version-11.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0.2600](https://img.shields.io/badge/AppVersion-1.1.0.2600-informational?style=flat-square) Looks and smells like Sonarr but made for music @@ -13,6 +13,7 @@ For more information, please click here: [lidarr](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `lidarr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install lidarr TrueCharts/lidarr ``` @@ -47,7 +48,7 @@ helm install lidarr TrueCharts/lidarr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall lidarr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install lidarr TrueCharts/lidarr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/linkace/CHANGELOG.md b/charts/stable/linkace/CHANGELOG.md index 2a2dfea3e49..a6b4b7eb626 100644 --- a/charts/stable/linkace/CHANGELOG.md +++ b/charts/stable/linkace/CHANGELOG.md @@ -2,6 +2,16 @@ +## [linkace-4.0.33](https://github.com/truecharts/charts/compare/linkace-4.0.32...linkace-4.0.33) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [linkace-4.0.32](https://github.com/truecharts/apps/compare/linkace-4.0.31...linkace-4.0.32) (2022-07-26) ### Chore diff --git a/charts/stable/linkace/Chart.yaml b/charts/stable/linkace/Chart.yaml index 9d82e9fb4b7..02b132458b7 100644 --- a/charts/stable/linkace/Chart.yaml +++ b/charts/stable/linkace/Chart.yaml @@ -13,8 +13,8 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.48 description: Your self-hosted bookmark archive. Free and open source. -home: https://github.com/truecharts/charts/tree/master/charts/stable/linkace -icon: https://truecharts.org/img/chart-icons/linkace.png +home: https://truecharts.org/docs/charts/stable/linkace +icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkace.png keywords: - linkace kubeVersion: ">=1.16.0-0" @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: linkace sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/linkace - https://www.linkace.org/docs/ - https://github.com/linkace/linkace - https://hub.docker.com/r/linkace/linkace diff --git a/charts/stable/linkace/README.md b/charts/stable/linkace/README.md index 3d640502e7e..bb101234880 100644 --- a/charts/stable/linkace/README.md +++ b/charts/stable/linkace/README.md @@ -1,6 +1,6 @@ # linkace -![Version: 4.0.32](https://img.shields.io/badge/Version-4.0.32-informational?style=flat-square) ![AppVersion: 1.10.2](https://img.shields.io/badge/AppVersion-1.10.2-informational?style=flat-square) +![Version: 4.0.33](https://img.shields.io/badge/Version-4.0.33-informational?style=flat-square) ![AppVersion: 1.10.2](https://img.shields.io/badge/AppVersion-1.10.2-informational?style=flat-square) Your self-hosted bookmark archive. Free and open source. @@ -13,6 +13,7 @@ For more information, please click here: [linkace](https://truecharts.org/docs/c ## Source Code +* * * * @@ -25,22 +26,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `linkace` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install linkace TrueCharts/linkace ``` @@ -51,7 +52,7 @@ helm install linkace TrueCharts/linkace **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -70,7 +71,7 @@ helm uninstall linkace Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -88,9 +89,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install linkace TrueCharts/linkace -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/linkding/CHANGELOG.md b/charts/stable/linkding/CHANGELOG.md index 0c9e6d62325..0ed5c198032 100644 --- a/charts/stable/linkding/CHANGELOG.md +++ b/charts/stable/linkding/CHANGELOG.md @@ -2,6 +2,16 @@ +## [linkding-2.0.25](https://github.com/truecharts/charts/compare/linkding-2.0.24...linkding-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [linkding-2.0.24](https://github.com/truecharts/apps/compare/linkding-2.0.23...linkding-2.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/linkding/Chart.yaml b/charts/stable/linkding/Chart.yaml index a5912161ca2..12c9c850a8c 100644 --- a/charts/stable/linkding/Chart.yaml +++ b/charts/stable/linkding/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. -home: https://github.com/truecharts/charts/tree/master/charts/stable/linkding -icon: https://truecharts.org/img/chart-icons/linkding.png +home: https://truecharts.org/docs/charts/stable/linkding +icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.png keywords: - bookmarks - links @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: linkding sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/linkding - https://github.com/sissbruecker/linkding - https://hub.docker.com/r/sissbruecker/linkding version: 2.0.25 diff --git a/charts/stable/linkding/README.md b/charts/stable/linkding/README.md index c1982474780..33691e7dca7 100644 --- a/charts/stable/linkding/README.md +++ b/charts/stable/linkding/README.md @@ -1,6 +1,6 @@ # linkding -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![AppVersion: 1.12.0](https://img.shields.io/badge/AppVersion-1.12.0-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![AppVersion: 1.12.0](https://img.shields.io/badge/AppVersion-1.12.0-informational?style=flat-square) Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. @@ -13,6 +13,7 @@ For more information, please click here: [linkding](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `linkding` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install linkding TrueCharts/linkding ``` @@ -48,7 +49,7 @@ helm install linkding TrueCharts/linkding **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall linkding Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install linkding TrueCharts/linkding -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/littlelink/CHANGELOG.md b/charts/stable/littlelink/CHANGELOG.md index fa87f5bce7f..d46f2d23c91 100644 --- a/charts/stable/littlelink/CHANGELOG.md +++ b/charts/stable/littlelink/CHANGELOG.md @@ -2,6 +2,17 @@ +## [littlelink-6.0.45](https://github.com/truecharts/charts/compare/littlelink-6.0.43...littlelink-6.0.45) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [littlelink-6.0.43](https://github.com/truecharts/apps/compare/littlelink-6.0.42...littlelink-6.0.43) (2022-07-29) ### Chore diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml index 9455b7b11e7..c81280eb20b 100644 --- a/charts/stable/littlelink/Chart.yaml +++ b/charts/stable/littlelink/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Easy platform to combine all your social links home: https://truecharts.org/docs/charts/stable/littlelink -icon: https://truecharts.org/img/chart-icons/littlelink.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.png keywords: - littlelink kubeVersion: ">=1.16.0-0" @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: littlelink sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/littlelink - https://github.com/techno-tim/littlelink-server - https://github.com/sethcottle/littlelink type: application diff --git a/charts/stable/littlelink/README.md b/charts/stable/littlelink/README.md index ece98849e09..f42b1ef4ae9 100644 --- a/charts/stable/littlelink/README.md +++ b/charts/stable/littlelink/README.md @@ -1,6 +1,6 @@ # littlelink -![Version: 6.0.43](https://img.shields.io/badge/Version-6.0.43-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 6.0.45](https://img.shields.io/badge/Version-6.0.45-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Easy platform to combine all your social links @@ -13,6 +13,7 @@ For more information, please click here: [littlelink](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `littlelink` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install littlelink TrueCharts/littlelink ``` @@ -48,7 +49,7 @@ helm install littlelink TrueCharts/littlelink **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall littlelink Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install littlelink TrueCharts/littlelink -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/logitech-media-server/CHANGELOG.md b/charts/stable/logitech-media-server/CHANGELOG.md index 5c09962e465..63177f6c740 100644 --- a/charts/stable/logitech-media-server/CHANGELOG.md +++ b/charts/stable/logitech-media-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [logitech-media-server-4.0.27](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.26...logitech-media-server-4.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [logitech-media-server-4.0.26](https://github.com/truecharts/apps/compare/logitech-media-server-4.0.25...logitech-media-server-4.0.26) (2022-07-27) ### Chore diff --git a/charts/stable/logitech-media-server/Chart.yaml b/charts/stable/logitech-media-server/Chart.yaml index 5a436322311..7b3cea49861 100644 --- a/charts/stable/logitech-media-server/Chart.yaml +++ b/charts/stable/logitech-media-server/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Logitech Media Server is a platform for home/office audio streaming. -home: https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server -icon: https://truecharts.org/img/chart-icons/logitech-media-server.png +home: https://truecharts.org/docs/charts/stable/logitech-media-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/logitech-media-server.png keywords: - logitech-media-server - squeezebox @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: logitech-media-server sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server - https://github.com/Logitech/slimserver - https://hub.docker.com/r/lmscommunity/logitechmediaserver type: application diff --git a/charts/stable/logitech-media-server/README.md b/charts/stable/logitech-media-server/README.md index fde120a6a36..0d0fe106fa9 100644 --- a/charts/stable/logitech-media-server/README.md +++ b/charts/stable/logitech-media-server/README.md @@ -1,6 +1,6 @@ # logitech-media-server -![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.3.0](https://img.shields.io/badge/AppVersion-8.3.0-informational?style=flat-square) +![Version: 4.0.27](https://img.shields.io/badge/Version-4.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.3.0](https://img.shields.io/badge/AppVersion-8.3.0-informational?style=flat-square) Logitech Media Server is a platform for home/office audio streaming. @@ -13,6 +13,7 @@ For more information, please click here: [logitech-media-server](https://truecha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `logitech-media-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install logitech-media-server TrueCharts/logitech-media-server ``` @@ -48,7 +49,7 @@ helm install logitech-media-server TrueCharts/logitech-media-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall logitech-media-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install logitech-media-server TrueCharts/logitech-media-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/loki/CHANGELOG.md b/charts/stable/loki/CHANGELOG.md index 88c52d82012..756c1626978 100644 --- a/charts/stable/loki/CHANGELOG.md +++ b/charts/stable/loki/CHANGELOG.md @@ -2,6 +2,16 @@ +## [loki-5.0.29](https://github.com/truecharts/charts/compare/loki-5.0.28...loki-5.0.29) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [loki-5.0.28](https://github.com/truecharts/apps/compare/loki-5.0.27...loki-5.0.28) (2022-07-26) ### Chore diff --git a/charts/stable/loki/Chart.yaml b/charts/stable/loki/Chart.yaml index 656dabad9af..760cc6629ae 100644 --- a/charts/stable/loki/Chart.yaml +++ b/charts/stable/loki/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: "3.0.37" deprecated: false description: "Loki: like Prometheus, but for logs." -home: https://github.com/truecharts/charts/tree/master/charts/stable/loki -icon: https://truecharts.org/img/chart-icons/loki.png +home: https://truecharts.org/docs/charts/stable/loki +icon: https://truecharts.org/img/hotlink-ok/chart-icons/loki.png keywords: - logs kubeVersion: ">=1.16.0-0" @@ -21,6 +21,7 @@ maintainers: url: https://truecharts.org name: loki sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/loki - https://github.com/grafana/loki type: application version: 5.0.29 diff --git a/charts/stable/loki/README.md b/charts/stable/loki/README.md index 77dbff1b213..5cc918a1b8f 100644 --- a/charts/stable/loki/README.md +++ b/charts/stable/loki/README.md @@ -1,6 +1,6 @@ # loki -![Version: 5.0.28](https://img.shields.io/badge/Version-5.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square) +![Version: 5.0.29](https://img.shields.io/badge/Version-5.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square) Loki: like Prometheus, but for logs. @@ -13,6 +13,7 @@ For more information, please click here: [loki](https://truecharts.org/docs/char ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org | promtail | 3.0.36 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org | promtail | 3.0.37 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `loki` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install loki TrueCharts/loki ``` @@ -48,7 +49,7 @@ helm install loki TrueCharts/loki **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall loki Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install loki TrueCharts/loki -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/lychee/CHANGELOG.md b/charts/stable/lychee/CHANGELOG.md index 67be2e50cd1..e8589ffc170 100644 --- a/charts/stable/lychee/CHANGELOG.md +++ b/charts/stable/lychee/CHANGELOG.md @@ -2,6 +2,16 @@ +## [lychee-13.0.28](https://github.com/truecharts/charts/compare/lychee-13.0.27...lychee-13.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [lychee-13.0.27](https://github.com/truecharts/apps/compare/lychee-13.0.26...lychee-13.0.27) (2022-07-26) ### Chore diff --git a/charts/stable/lychee/Chart.yaml b/charts/stable/lychee/Chart.yaml index 7fbe36376f2..3d89e1abbec 100644 --- a/charts/stable/lychee/Chart.yaml +++ b/charts/stable/lychee/Chart.yaml @@ -13,11 +13,9 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.48 deprecated: false -description: - Lychee is a free photo-management tool, which runs on your server or - web-space -home: https://github.com/truecharts/charts/tree/master/charts/stable/lychee -icon: https://truecharts.org/img/chart-icons/lychee.png +description: Lychee is a free photo-management tool, which runs on your server or web-space +home: https://truecharts.org/docs/charts/stable/lychee +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lychee.png keywords: - lychee - photo @@ -29,6 +27,7 @@ maintainers: url: https://truecharts.org name: lychee sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/lychee - https://github.com/LycheeOrg/Lychee - https://hub.docker.com/r/lycheeorg/lychee type: application diff --git a/charts/stable/lychee/README.md b/charts/stable/lychee/README.md index ac0618a58e2..32b2b74c4b9 100644 --- a/charts/stable/lychee/README.md +++ b/charts/stable/lychee/README.md @@ -1,6 +1,6 @@ # lychee -![Version: 13.0.27](https://img.shields.io/badge/Version-13.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.4.0](https://img.shields.io/badge/AppVersion-4.4.0-informational?style=flat-square) +![Version: 13.0.28](https://img.shields.io/badge/Version-13.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.4.0](https://img.shields.io/badge/AppVersion-4.4.0-informational?style=flat-square) Lychee is a free photo-management tool, which runs on your server or web-space @@ -13,6 +13,7 @@ For more information, please click here: [lychee](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,22 +25,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `lychee` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install lychee TrueCharts/lychee ``` @@ -50,7 +51,7 @@ helm install lychee TrueCharts/lychee **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall lychee Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install lychee TrueCharts/lychee -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/makemkv/CHANGELOG.md b/charts/stable/makemkv/CHANGELOG.md index fbf42946b6a..b97cf45647a 100644 --- a/charts/stable/makemkv/CHANGELOG.md +++ b/charts/stable/makemkv/CHANGELOG.md @@ -2,6 +2,16 @@ +## [makemkv-2.0.27](https://github.com/truecharts/charts/compare/makemkv-2.0.26...makemkv-2.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [makemkv-2.0.26](https://github.com/truecharts/apps/compare/makemkv-2.0.25...makemkv-2.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/makemkv/Chart.yaml b/charts/stable/makemkv/Chart.yaml index 8ffbf664251..283b2f0995d 100644 --- a/charts/stable/makemkv/Chart.yaml +++ b/charts/stable/makemkv/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. -home: https://github.com/truecharts/charts/tree/master/charts/stable/makemkv -icon: https://truecharts.org/img/chart-icons/makemkv.png +home: https://truecharts.org/docs/charts/stable/makemkv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.png keywords: - mkv kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: makemkv sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv - https://github.com/jlesage/docker-makemkv - https://hub.docker.com/r/jlesage/makemkv version: 2.0.27 diff --git a/charts/stable/makemkv/README.md b/charts/stable/makemkv/README.md index eaf52d378c1..15875f7d1c7 100644 --- a/charts/stable/makemkv/README.md +++ b/charts/stable/makemkv/README.md @@ -1,6 +1,6 @@ # makemkv -![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![AppVersion: 1.22.1](https://img.shields.io/badge/AppVersion-1.22.1-informational?style=flat-square) +![Version: 2.0.27](https://img.shields.io/badge/Version-2.0.27-informational?style=flat-square) ![AppVersion: 1.22.1](https://img.shields.io/badge/AppVersion-1.22.1-informational?style=flat-square) MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. @@ -13,6 +13,7 @@ For more information, please click here: [makemkv](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `makemkv` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install makemkv TrueCharts/makemkv ``` @@ -48,7 +49,7 @@ helm install makemkv TrueCharts/makemkv **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall makemkv Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install makemkv TrueCharts/makemkv -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/matomo/CHANGELOG.md b/charts/stable/matomo/CHANGELOG.md index 42e7372e0cf..4eb71377978 100644 --- a/charts/stable/matomo/CHANGELOG.md +++ b/charts/stable/matomo/CHANGELOG.md @@ -2,6 +2,17 @@ +## [matomo-3.0.41](https://github.com/truecharts/charts/compare/matomo-3.0.39...matomo-3.0.41) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [matomo-3.0.39](https://github.com/truecharts/apps/compare/matomo-3.0.38...matomo-3.0.39) (2022-07-28) ### Chore diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml index 53027163d41..c363366f5b1 100644 --- a/charts/stable/matomo/Chart.yaml +++ b/charts/stable/matomo/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 3.0.49 description: Matomo is the leading Free/Libre open analytics platform -home: "https://truecharts.org/docs/charts/stable/matomo" -icon: https://truecharts.org/img/chart-icons/matomo.png +home: https://truecharts.org/docs/charts/stable/matomo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png keywords: - analytics kubeVersion: ">=1.16.0-0" @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: matomo sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/matomo - https://hub.docker.com/r/bitnami/matomo - https://github.com/bitnami/bitnami-docker-matomo - https://github.com/matomo-org/matomo diff --git a/charts/stable/matomo/README.md b/charts/stable/matomo/README.md index a6bd8af0624..2eb3f32a364 100644 --- a/charts/stable/matomo/README.md +++ b/charts/stable/matomo/README.md @@ -1,6 +1,6 @@ # matomo -![Version: 3.0.39](https://img.shields.io/badge/Version-3.0.39-informational?style=flat-square) ![AppVersion: 4.10.1](https://img.shields.io/badge/AppVersion-4.10.1-informational?style=flat-square) +![Version: 3.0.41](https://img.shields.io/badge/Version-3.0.41-informational?style=flat-square) ![AppVersion: 4.10.1](https://img.shields.io/badge/AppVersion-4.10.1-informational?style=flat-square) Matomo is the leading Free/Libre open analytics platform @@ -13,6 +13,7 @@ For more information, please click here: [matomo](https://truecharts.org/docs/ch ## Source Code +* * * * @@ -25,21 +26,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `matomo` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install matomo TrueCharts/matomo ``` @@ -50,7 +51,7 @@ helm install matomo TrueCharts/matomo **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall matomo Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install matomo TrueCharts/matomo -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/mattermost/CHANGELOG.md b/charts/stable/mattermost/CHANGELOG.md index cd6997e70cb..294322cb513 100644 --- a/charts/stable/mattermost/CHANGELOG.md +++ b/charts/stable/mattermost/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mattermost-3.0.28](https://github.com/truecharts/charts/compare/mattermost-3.0.27...mattermost-3.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mattermost-3.0.27](https://github.com/truecharts/apps/compare/mattermost-3.0.26...mattermost-3.0.27) (2022-07-26) ### Chore diff --git a/charts/stable/mattermost/Chart.yaml b/charts/stable/mattermost/Chart.yaml index 5bae904db49..8ae1c7803d0 100644 --- a/charts/stable/mattermost/Chart.yaml +++ b/charts/stable/mattermost/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 8.0.50 description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. -home: https://github.com/truecharts/charts/tree/master/charts/stable/mattermost -icon: https://truecharts.org/img/chart-icons/mattermost.png +home: https://truecharts.org/docs/charts/stable/mattermost +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png keywords: - team - mattermost @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: mattermost sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost - https://github.com/mattermost/mattermost-server - https://github.com/mattermost/docker version: 3.0.28 diff --git a/charts/stable/mattermost/README.md b/charts/stable/mattermost/README.md index 13f88153809..1cce7665e1d 100644 --- a/charts/stable/mattermost/README.md +++ b/charts/stable/mattermost/README.md @@ -1,6 +1,6 @@ # mattermost -![Version: 3.0.27](https://img.shields.io/badge/Version-3.0.27-informational?style=flat-square) ![AppVersion: 6.3](https://img.shields.io/badge/AppVersion-6.3-informational?style=flat-square) +![Version: 3.0.28](https://img.shields.io/badge/Version-3.0.28-informational?style=flat-square) ![AppVersion: 6.3](https://img.shields.io/badge/AppVersion-6.3-informational?style=flat-square) Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. @@ -13,6 +13,7 @@ For more information, please click here: [mattermost](https://truecharts.org/doc ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mattermost` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mattermost TrueCharts/mattermost ``` @@ -49,7 +50,7 @@ helm install mattermost TrueCharts/mattermost **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall mattermost Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mattermost TrueCharts/mattermost -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/mealie/CHANGELOG.md b/charts/stable/mealie/CHANGELOG.md index 6a121174fd6..47c2ce852c3 100644 --- a/charts/stable/mealie/CHANGELOG.md +++ b/charts/stable/mealie/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mealie-8.0.27](https://github.com/truecharts/charts/compare/mealie-8.0.26...mealie-8.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mealie-8.0.26](https://github.com/truecharts/apps/compare/mealie-8.0.25...mealie-8.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index f1f09eb145a..50eb325d79b 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 8.0.50 description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend -home: https://github.com/truecharts/charts/tree/master/charts/stable/mealie -icon: https://truecharts.org/img/chart-icons/mealie.png +home: https://truecharts.org/docs/charts/stable/mealie +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.png keywords: - grocy kubeVersion: ">=1.16.0-0" @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: mealie sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mealie - https://github.com/hay-kot/mealie version: 8.0.27 annotations: diff --git a/charts/stable/mealie/README.md b/charts/stable/mealie/README.md index 900842cc431..2ae2268bc5a 100644 --- a/charts/stable/mealie/README.md +++ b/charts/stable/mealie/README.md @@ -1,6 +1,6 @@ # mealie -![Version: 8.0.26](https://img.shields.io/badge/Version-8.0.26-informational?style=flat-square) ![AppVersion: 0.5.6](https://img.shields.io/badge/AppVersion-0.5.6-informational?style=flat-square) +![Version: 8.0.27](https://img.shields.io/badge/Version-8.0.27-informational?style=flat-square) ![AppVersion: 0.5.6](https://img.shields.io/badge/AppVersion-0.5.6-informational?style=flat-square) Mealie is a self hosted recipe manager and meal planner with a RestAPI backend @@ -13,6 +13,7 @@ For more information, please click here: [mealie](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mealie` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mealie TrueCharts/mealie ``` @@ -48,7 +49,7 @@ helm install mealie TrueCharts/mealie **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall mealie Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mealie TrueCharts/mealie -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/mediainfo/CHANGELOG.md b/charts/stable/mediainfo/CHANGELOG.md index 6cced6b134a..400f7f891fc 100644 --- a/charts/stable/mediainfo/CHANGELOG.md +++ b/charts/stable/mediainfo/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mediainfo-1.0.3](https://github.com/truecharts/charts/compare/mediainfo-1.0.2...mediainfo-1.0.3) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mediainfo-1.0.2](https://github.com/truecharts/apps/compare/mediainfo-1.0.1...mediainfo-1.0.2) (2022-07-26) ### Chore diff --git a/charts/stable/mediainfo/Chart.yaml b/charts/stable/mediainfo/Chart.yaml index 877aa1d0b90..e7bb792fc20 100644 --- a/charts/stable/mediainfo/Chart.yaml +++ b/charts/stable/mediainfo/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. -home: https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo -icon: https://truecharts.org/img/chart-icons/mediainfo.png +home: https://truecharts.org/docs/charts/stable/mediainfo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediainfo.png keywords: - info - media @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: mediainfo sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo - https://github.com/jlesage/docker-mediainfo - https://hub.docker.com/r/jlesage/mediainfo/ type: application diff --git a/charts/stable/mediainfo/README.md b/charts/stable/mediainfo/README.md index a495b7fe4d8..4c1905a47d7 100644 --- a/charts/stable/mediainfo/README.md +++ b/charts/stable/mediainfo/README.md @@ -1,6 +1,6 @@ # mediainfo -![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.0](https://img.shields.io/badge/AppVersion-1.10.0-informational?style=flat-square) +![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.0](https://img.shields.io/badge/AppVersion-1.10.0-informational?style=flat-square) MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. @@ -13,6 +13,7 @@ For more information, please click here: [mediainfo](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mediainfo` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mediainfo TrueCharts/mediainfo ``` @@ -48,7 +49,7 @@ helm install mediainfo TrueCharts/mediainfo **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall mediainfo Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mediainfo TrueCharts/mediainfo -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/medusa/CHANGELOG.md b/charts/stable/medusa/CHANGELOG.md index b7db42e6ae7..acdba354480 100644 --- a/charts/stable/medusa/CHANGELOG.md +++ b/charts/stable/medusa/CHANGELOG.md @@ -2,6 +2,17 @@ +## [medusa-3.0.32](https://github.com/truecharts/charts/compare/medusa-3.0.30...medusa-3.0.32) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [medusa-3.0.30](https://github.com/truecharts/apps/compare/medusa-3.0.29...medusa-3.0.30) (2022-07-27) ### Chore diff --git a/charts/stable/medusa/Chart.yaml b/charts/stable/medusa/Chart.yaml index 0ff4876fcf6..6fde88c8431 100644 --- a/charts/stable/medusa/Chart.yaml +++ b/charts/stable/medusa/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: An automatic Video Library Manager for TV Shows -home: https://github.com/truecharts/charts/tree/master/charts/stable/medusa -icon: https://truecharts.org/img/chart-icons/medusa.png +home: https://truecharts.org/docs/charts/stable/medusa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.png keywords: - medusa - video @@ -21,6 +21,7 @@ maintainers: url: https://truecharts.org name: medusa sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/medusa - https://github.com/linuxserver/docker-medusa - https://pymedusa.com/ type: application diff --git a/charts/stable/medusa/README.md b/charts/stable/medusa/README.md index 39f777d1122..6ae5d98acc6 100644 --- a/charts/stable/medusa/README.md +++ b/charts/stable/medusa/README.md @@ -1,6 +1,6 @@ # medusa -![Version: 3.0.30](https://img.shields.io/badge/Version-3.0.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.6](https://img.shields.io/badge/AppVersion-1.0.6-informational?style=flat-square) +![Version: 3.0.32](https://img.shields.io/badge/Version-3.0.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.6](https://img.shields.io/badge/AppVersion-1.0.6-informational?style=flat-square) An automatic Video Library Manager for TV Shows @@ -13,6 +13,7 @@ For more information, please click here: [medusa](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `medusa` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install medusa TrueCharts/medusa ``` @@ -48,7 +49,7 @@ helm install medusa TrueCharts/medusa **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall medusa Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install medusa TrueCharts/medusa -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/meshroom/CHANGELOG.md b/charts/stable/meshroom/CHANGELOG.md index e8e3aec14ba..437aad2b533 100644 --- a/charts/stable/meshroom/CHANGELOG.md +++ b/charts/stable/meshroom/CHANGELOG.md @@ -2,6 +2,16 @@ +## [meshroom-2.0.24](https://github.com/truecharts/charts/compare/meshroom-2.0.23...meshroom-2.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [meshroom-2.0.23](https://github.com/truecharts/apps/compare/meshroom-2.0.22...meshroom-2.0.23) (2022-07-27) ### Chore diff --git a/charts/stable/meshroom/Chart.yaml b/charts/stable/meshroom/Chart.yaml index 0feddeffbe5..024caabb537 100644 --- a/charts/stable/meshroom/Chart.yaml +++ b/charts/stable/meshroom/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. -home: https://github.com/truecharts/charts/tree/master/charts/stable/meshroom -icon: https://truecharts.org/img/chart-icons/meshroom.png +home: https://truecharts.org/docs/charts/stable/meshroom +icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.png keywords: - meshroom kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: meshroom sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/meshroom - https://github.com/alicevision/meshroom - https://hub.docker.com/r/alicevision/meshroom version: 2.0.24 diff --git a/charts/stable/meshroom/README.md b/charts/stable/meshroom/README.md index 2ca33838e14..b295f933ced 100644 --- a/charts/stable/meshroom/README.md +++ b/charts/stable/meshroom/README.md @@ -1,6 +1,6 @@ # meshroom -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![AppVersion: 2.4.0](https://img.shields.io/badge/AppVersion-2.4.0-informational?style=flat-square) +![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![AppVersion: 2.4.0](https://img.shields.io/badge/AppVersion-2.4.0-informational?style=flat-square) Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. @@ -13,6 +13,7 @@ For more information, please click here: [meshroom](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `meshroom` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install meshroom TrueCharts/meshroom ``` @@ -48,7 +49,7 @@ helm install meshroom TrueCharts/meshroom **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall meshroom Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install meshroom TrueCharts/meshroom -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/metube/CHANGELOG.md b/charts/stable/metube/CHANGELOG.md index f36f52bf462..0f3a7967b33 100644 --- a/charts/stable/metube/CHANGELOG.md +++ b/charts/stable/metube/CHANGELOG.md @@ -2,6 +2,16 @@ +## [metube-2.0.23](https://github.com/truecharts/charts/compare/metube-2.0.22...metube-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [metube-2.0.22](https://github.com/truecharts/apps/compare/metube-2.0.21...metube-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/metube/Chart.yaml b/charts/stable/metube/Chart.yaml index cedc2302894..63034d6de04 100644 --- a/charts/stable/metube/Chart.yaml +++ b/charts/stable/metube/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites -home: https://github.com/truecharts/charts/tree/master/charts/stable/metube -icon: https://truecharts.org/img/chart-icons/metube.png +home: https://truecharts.org/docs/charts/stable/metube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.png keywords: - metube kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: metube sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/metube - https://github.com/alexta69/metube version: 2.0.23 annotations: diff --git a/charts/stable/metube/README.md b/charts/stable/metube/README.md index 53adf4c2cc2..0c5e28fafe4 100644 --- a/charts/stable/metube/README.md +++ b/charts/stable/metube/README.md @@ -1,6 +1,6 @@ # metube -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![AppVersion: 2022](https://img.shields.io/badge/AppVersion-2022-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![AppVersion: 2022](https://img.shields.io/badge/AppVersion-2022-informational?style=flat-square) Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites @@ -13,6 +13,7 @@ For more information, please click here: [metube](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `metube` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install metube TrueCharts/metube ``` @@ -47,7 +48,7 @@ helm install metube TrueCharts/metube **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall metube Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install metube TrueCharts/metube -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/minecraft-bedrock/CHANGELOG.md b/charts/stable/minecraft-bedrock/CHANGELOG.md index fcdadf8da5a..e841d2013e2 100644 --- a/charts/stable/minecraft-bedrock/CHANGELOG.md +++ b/charts/stable/minecraft-bedrock/CHANGELOG.md @@ -2,6 +2,16 @@ +## [minecraft-bedrock-1.0.25](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.24...minecraft-bedrock-1.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [minecraft-bedrock-1.0.24](https://github.com/truecharts/apps/compare/minecraft-bedrock-1.0.23...minecraft-bedrock-1.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/minecraft-bedrock/Chart.yaml b/charts/stable/minecraft-bedrock/Chart.yaml index 2b936a9771a..ac99928d078 100644 --- a/charts/stable/minecraft-bedrock/Chart.yaml +++ b/charts/stable/minecraft-bedrock/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Minecraft Bedrock Dedicated Server -home: https://github.com/truecharts/apps/tree/master/charts/games/minecraft-bedrock -icon: https://truecharts.org/img/chart-icons/minecraft-bedrock.png +home: https://truecharts.org/docs/charts/stable/minecraft-bedrock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.png keywords: - minecraft kubeVersion: ">=1.16.0-0" @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: minecraft-bedrock sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock - https://github.com/itzg/docker-minecraft-server - https://hub.docker.com/r/itzg/minecraft-server type: application diff --git a/charts/stable/minecraft-bedrock/README.md b/charts/stable/minecraft-bedrock/README.md index 88af935a61a..ea3635c8b36 100644 --- a/charts/stable/minecraft-bedrock/README.md +++ b/charts/stable/minecraft-bedrock/README.md @@ -1,6 +1,6 @@ # minecraft-bedrock -![Version: 1.0.24](https://img.shields.io/badge/Version-1.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.1.0](https://img.shields.io/badge/AppVersion-2022.1.0-informational?style=flat-square) +![Version: 1.0.25](https://img.shields.io/badge/Version-1.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.1.0](https://img.shields.io/badge/AppVersion-2022.1.0-informational?style=flat-square) Minecraft Bedrock Dedicated Server @@ -13,6 +13,7 @@ For more information, please click here: [minecraft-bedrock](https://truecharts. ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `minecraft-bedrock` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install minecraft-bedrock TrueCharts/minecraft-bedrock ``` @@ -48,7 +49,7 @@ helm install minecraft-bedrock TrueCharts/minecraft-bedrock **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall minecraft-bedrock Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install minecraft-bedrock TrueCharts/minecraft-bedrock -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/minecraft-java/CHANGELOG.md b/charts/stable/minecraft-java/CHANGELOG.md index eece2c554e2..508592aaae4 100644 --- a/charts/stable/minecraft-java/CHANGELOG.md +++ b/charts/stable/minecraft-java/CHANGELOG.md @@ -2,6 +2,17 @@ +## [minecraft-java-1.0.36](https://github.com/truecharts/charts/compare/minecraft-java-1.0.34...minecraft-java-1.0.36) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [minecraft-java-1.0.34](https://github.com/truecharts/apps/compare/minecraft-java-1.0.33...minecraft-java-1.0.34) (2022-07-26) ### Chore diff --git a/charts/stable/minecraft-java/Chart.yaml b/charts/stable/minecraft-java/Chart.yaml index 81721c8dca6..315f6fc78e8 100644 --- a/charts/stable/minecraft-java/Chart.yaml +++ b/charts/stable/minecraft-java/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Minecraft Java Dedicated Server -home: https://github.com/truecharts/apps/tree/master/charts/games/minecraft-java -icon: https://truecharts.org/img/chart-icons/minecraft-java.png +home: https://truecharts.org/docs/charts/stable/minecraft-java +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.png keywords: - minecraft kubeVersion: ">=1.16.0-0" @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: minecraft-java sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java - https://github.com/itzg/docker-minecraft-server - https://hub.docker.com/r/itzg/minecraft-server type: application diff --git a/charts/stable/minecraft-java/README.md b/charts/stable/minecraft-java/README.md index ec45b143cc6..d6257da6382 100644 --- a/charts/stable/minecraft-java/README.md +++ b/charts/stable/minecraft-java/README.md @@ -1,6 +1,6 @@ # minecraft-java -![Version: 1.0.34](https://img.shields.io/badge/Version-1.0.34-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.10.0](https://img.shields.io/badge/AppVersion-2022.10.0-informational?style=flat-square) +![Version: 1.0.36](https://img.shields.io/badge/Version-1.0.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.10.0](https://img.shields.io/badge/AppVersion-2022.10.0-informational?style=flat-square) Minecraft Java Dedicated Server @@ -13,6 +13,7 @@ For more information, please click here: [minecraft-java](https://truecharts.org ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `minecraft-java` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install minecraft-java TrueCharts/minecraft-java ``` @@ -48,7 +49,7 @@ helm install minecraft-java TrueCharts/minecraft-java **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall minecraft-java Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install minecraft-java TrueCharts/minecraft-java -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/minetest/CHANGELOG.md b/charts/stable/minetest/CHANGELOG.md index d1361a12504..fe2d6ef1462 100644 --- a/charts/stable/minetest/CHANGELOG.md +++ b/charts/stable/minetest/CHANGELOG.md @@ -2,6 +2,16 @@ +## [minetest-1.0.23](https://github.com/truecharts/charts/compare/minetest-1.0.22...minetest-1.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [minetest-1.0.22](https://github.com/truecharts/apps/compare/minetest-1.0.21...minetest-1.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/minetest/Chart.yaml b/charts/stable/minetest/Chart.yaml index d7ea2ac4d79..b8c53a80e64 100644 --- a/charts/stable/minetest/Chart.yaml +++ b/charts/stable/minetest/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "5.5.1" description: Minetest (server) is a near-infinite-world block sandbox game and a game engine. type: application deprecated: false -home: https://github.com/truecharts/apps/tree/master/charts/games/minetest -icon: https://truecharts.org/img/chart-icons/minetest.png +home: https://truecharts.org/docs/charts/stable/minetest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.png keywords: - minetest sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minetest - https://hub.docker.com/r/linuxserver/minetest dependencies: - name: common diff --git a/charts/stable/minetest/README.md b/charts/stable/minetest/README.md index dd71abe2317..76c76d416b4 100644 --- a/charts/stable/minetest/README.md +++ b/charts/stable/minetest/README.md @@ -1,6 +1,6 @@ # minetest -![Version: 1.0.22](https://img.shields.io/badge/Version-1.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.5.1](https://img.shields.io/badge/AppVersion-5.5.1-informational?style=flat-square) +![Version: 1.0.23](https://img.shields.io/badge/Version-1.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.5.1](https://img.shields.io/badge/AppVersion-5.5.1-informational?style=flat-square) Minetest (server) is a near-infinite-world block sandbox game and a game engine. @@ -13,6 +13,7 @@ For more information, please click here: [minetest](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `minetest` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install minetest TrueCharts/minetest ``` @@ -47,7 +48,7 @@ helm install minetest TrueCharts/minetest **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall minetest Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install minetest TrueCharts/minetest -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/miniflux/CHANGELOG.md b/charts/stable/miniflux/CHANGELOG.md index 467bb16b024..61fffac30c3 100644 --- a/charts/stable/miniflux/CHANGELOG.md +++ b/charts/stable/miniflux/CHANGELOG.md @@ -2,6 +2,16 @@ +## [miniflux-7.0.27](https://github.com/truecharts/charts/compare/miniflux-7.0.26...miniflux-7.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [miniflux-7.0.26](https://github.com/truecharts/apps/compare/miniflux-7.0.25...miniflux-7.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/miniflux/Chart.yaml b/charts/stable/miniflux/Chart.yaml index e0e7bd80644..9b04360684d 100644 --- a/charts/stable/miniflux/Chart.yaml +++ b/charts/stable/miniflux/Chart.yaml @@ -8,9 +8,10 @@ keywords: - miniflux - rss - news -home: https://github.com/truecharts/charts/tree/master/charts/stable/miniflux -icon: https://truecharts.org/img/chart-icons/miniflux.png +home: https://truecharts.org/docs/charts/stable/miniflux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/miniflux.png sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/miniflux - https://github.com/miniflux/v2 dependencies: - name: common diff --git a/charts/stable/miniflux/README.md b/charts/stable/miniflux/README.md index e9d96b38043..b707c822559 100644 --- a/charts/stable/miniflux/README.md +++ b/charts/stable/miniflux/README.md @@ -1,6 +1,6 @@ # miniflux -![Version: 7.0.26](https://img.shields.io/badge/Version-7.0.26-informational?style=flat-square) ![AppVersion: 2.0.37](https://img.shields.io/badge/AppVersion-2.0.37-informational?style=flat-square) +![Version: 7.0.27](https://img.shields.io/badge/Version-7.0.27-informational?style=flat-square) ![AppVersion: 2.0.37](https://img.shields.io/badge/AppVersion-2.0.37-informational?style=flat-square) Miniflux is a minimalist and opinionated feed reader. @@ -13,6 +13,7 @@ For more information, please click here: [miniflux](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `miniflux` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install miniflux TrueCharts/miniflux ``` @@ -48,7 +49,7 @@ helm install miniflux TrueCharts/miniflux **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall miniflux Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install miniflux TrueCharts/miniflux -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/minio-console/CHANGELOG.md b/charts/stable/minio-console/CHANGELOG.md index feb7af6b133..641a7613089 100644 --- a/charts/stable/minio-console/CHANGELOG.md +++ b/charts/stable/minio-console/CHANGELOG.md @@ -2,6 +2,17 @@ +## [minio-console-3.0.28](https://github.com/truecharts/charts/compare/minio-console-3.0.26...minio-console-3.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [minio-console-3.0.26](https://github.com/truecharts/apps/compare/minio-console-3.0.25...minio-console-3.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/minio-console/Chart.yaml b/charts/stable/minio-console/Chart.yaml index 36bdae0849c..b2f874f5383 100644 --- a/charts/stable/minio-console/Chart.yaml +++ b/charts/stable/minio-console/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 -appVersion: "0.19.3" +appVersion: "0.19.4" dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 description: A management console for minio server and operator -home: https://github.com/truecharts/charts/tree/master/charts/stable/minio-console -icon: https://truecharts.org/img/chart-icons/minio-console.png +home: https://truecharts.org/docs/charts/stable/minio-console +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio-console.png keywords: - minio-console - minio @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: minio-console sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minio-console - https://github.com/minio/console version: 3.0.28 annotations: diff --git a/charts/stable/minio-console/README.md b/charts/stable/minio-console/README.md index 8d9cd36a523..125f259b12d 100644 --- a/charts/stable/minio-console/README.md +++ b/charts/stable/minio-console/README.md @@ -1,6 +1,6 @@ # minio-console -![Version: 3.0.26](https://img.shields.io/badge/Version-3.0.26-informational?style=flat-square) ![AppVersion: 0.19.3](https://img.shields.io/badge/AppVersion-0.19.3-informational?style=flat-square) +![Version: 3.0.28](https://img.shields.io/badge/Version-3.0.28-informational?style=flat-square) ![AppVersion: 0.19.4](https://img.shields.io/badge/AppVersion-0.19.4-informational?style=flat-square) A management console for minio server and operator @@ -13,6 +13,7 @@ For more information, please click here: [minio-console](https://truecharts.org/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `minio-console` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install minio-console TrueCharts/minio-console ``` @@ -47,7 +48,7 @@ helm install minio-console TrueCharts/minio-console **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall minio-console Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install minio-console TrueCharts/minio-console -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/minio/CHANGELOG.md b/charts/stable/minio/CHANGELOG.md index 6afb81e466e..be6f43d1c5d 100644 --- a/charts/stable/minio/CHANGELOG.md +++ b/charts/stable/minio/CHANGELOG.md @@ -2,6 +2,16 @@ +## [minio-3.0.38](https://github.com/truecharts/charts/compare/minio-3.0.37...minio-3.0.38) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [minio-3.0.37](https://github.com/truecharts/apps/compare/minio-3.0.36...minio-3.0.37) (2022-07-27) ### Chore diff --git a/charts/stable/minio/Chart.yaml b/charts/stable/minio/Chart.yaml index 984cf8d43cc..58a31337f55 100644 --- a/charts/stable/minio/Chart.yaml +++ b/charts/stable/minio/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Minio is a self-hosted S3 storage server -home: https://github.com/truecharts/charts/tree/master/charts/stable/minio -icon: https://truecharts.org/img/chart-icons/minio.png +home: https://truecharts.org/docs/charts/stable/minio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.png keywords: - minio - s3 @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: minio sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minio - https://github.com/minio/minio version: 3.0.38 annotations: diff --git a/charts/stable/minio/README.md b/charts/stable/minio/README.md index 8804647374b..645e60ae010 100644 --- a/charts/stable/minio/README.md +++ b/charts/stable/minio/README.md @@ -1,6 +1,6 @@ # minio -![Version: 3.0.37](https://img.shields.io/badge/Version-3.0.37-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 3.0.38](https://img.shields.io/badge/Version-3.0.38-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Minio is a self-hosted S3 storage server @@ -13,6 +13,7 @@ For more information, please click here: [minio](https://truecharts.org/docs/cha ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `minio` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install minio TrueCharts/minio ``` @@ -47,7 +48,7 @@ helm install minio TrueCharts/minio **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall minio Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install minio TrueCharts/minio -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/minisatip/CHANGELOG.md b/charts/stable/minisatip/CHANGELOG.md index 0e24814e46d..f6f22ada466 100644 --- a/charts/stable/minisatip/CHANGELOG.md +++ b/charts/stable/minisatip/CHANGELOG.md @@ -2,6 +2,16 @@ +## [minisatip-2.0.23](https://github.com/truecharts/charts/compare/minisatip-2.0.22...minisatip-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [minisatip-2.0.22](https://github.com/truecharts/apps/compare/minisatip-2.0.21...minisatip-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/minisatip/Chart.yaml b/charts/stable/minisatip/Chart.yaml index 67834927f8c..5535ce53970 100644 --- a/charts/stable/minisatip/Chart.yaml +++ b/charts/stable/minisatip/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "2021.12.01" description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/minisatip -icon: https://truecharts.org/img/chart-icons/minisatip.png +home: https://truecharts.org/docs/charts/stable/minisatip +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minisatip.png keywords: - minisatip sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minisatip - https://hub.docker.com/r/linuxserver/minisatip dependencies: - name: common diff --git a/charts/stable/minisatip/README.md b/charts/stable/minisatip/README.md index fa5cd294787..dc491979c5f 100644 --- a/charts/stable/minisatip/README.md +++ b/charts/stable/minisatip/README.md @@ -1,6 +1,6 @@ # minisatip -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.12.01](https://img.shields.io/badge/AppVersion-2021.12.01-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.12.01](https://img.shields.io/badge/AppVersion-2021.12.01-informational?style=flat-square) Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. @@ -13,6 +13,7 @@ For more information, please click here: [minisatip](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `minisatip` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install minisatip TrueCharts/minisatip ``` @@ -47,7 +48,7 @@ helm install minisatip TrueCharts/minisatip **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall minisatip Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install minisatip TrueCharts/minisatip -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/mkvcleaver/CHANGELOG.md b/charts/stable/mkvcleaver/CHANGELOG.md index 99b54f078bb..b03a19ea30d 100644 --- a/charts/stable/mkvcleaver/CHANGELOG.md +++ b/charts/stable/mkvcleaver/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mkvcleaver-1.0.3](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.2...mkvcleaver-1.0.3) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mkvcleaver-1.0.2](https://github.com/truecharts/apps/compare/mkvcleaver-1.0.1...mkvcleaver-1.0.2) (2022-07-26) ### Chore diff --git a/charts/stable/mkvcleaver/Chart.yaml b/charts/stable/mkvcleaver/Chart.yaml index c367287580a..ccc7f8c999e 100644 --- a/charts/stable/mkvcleaver/Chart.yaml +++ b/charts/stable/mkvcleaver/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: MKVCleaver is a tool for batch extraction of data from MKV files -home: https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver -icon: https://truecharts.org/img/chart-icons/mkvcleaver.png +home: https://truecharts.org/docs/charts/stable/mkvcleaver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvcleaver.png keywords: - media - mkvcleaver @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: mkvcleaver sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver - https://github.com/jlesage/docker-mkvcleaver - https://hub.docker.com/r/jlesage/mkvcleaver/ type: application diff --git a/charts/stable/mkvcleaver/README.md b/charts/stable/mkvcleaver/README.md index 94df2312858..066b6878e6a 100644 --- a/charts/stable/mkvcleaver/README.md +++ b/charts/stable/mkvcleaver/README.md @@ -1,6 +1,6 @@ # mkvcleaver -![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square) +![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square) MKVCleaver is a tool for batch extraction of data from MKV files @@ -13,6 +13,7 @@ For more information, please click here: [mkvcleaver](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mkvcleaver` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mkvcleaver TrueCharts/mkvcleaver ``` @@ -48,7 +49,7 @@ helm install mkvcleaver TrueCharts/mkvcleaver **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall mkvcleaver Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mkvcleaver TrueCharts/mkvcleaver -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/mkvtoolnix/CHANGELOG.md b/charts/stable/mkvtoolnix/CHANGELOG.md index 9bfc24d9cbd..4ac2ef1b85b 100644 --- a/charts/stable/mkvtoolnix/CHANGELOG.md +++ b/charts/stable/mkvtoolnix/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mkvtoolnix-2.0.25](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.24...mkvtoolnix-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mkvtoolnix-2.0.24](https://github.com/truecharts/apps/compare/mkvtoolnix-2.0.23...mkvtoolnix-2.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/mkvtoolnix/Chart.yaml b/charts/stable/mkvtoolnix/Chart.yaml index e7785489c5f..b33cdd436db 100644 --- a/charts/stable/mkvtoolnix/Chart.yaml +++ b/charts/stable/mkvtoolnix/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: MKVToolNix is a set of tools to create, alter and inspect Matroska files. -home: https://github.com/truecharts/charts/tree/master/charts/stable/mkvtoolnix -icon: https://truecharts.org/img/chart-icons/mkvtoolnix.png +home: https://truecharts.org/docs/charts/stable/mkvtoolnix +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvtoolnix.png keywords: - media - mkvtoolnix @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: mkvtoolnix sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mkvtoolnix - https://github.com/jlesage/docker-mkvtoolnix - https://hub.docker.com/r/jlesage/mkvtoolnix - https://mkvtoolnix.download/ diff --git a/charts/stable/mkvtoolnix/README.md b/charts/stable/mkvtoolnix/README.md index db9006ec918..e2b96f08c90 100644 --- a/charts/stable/mkvtoolnix/README.md +++ b/charts/stable/mkvtoolnix/README.md @@ -1,6 +1,6 @@ # mkvtoolnix -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.64.0](https://img.shields.io/badge/AppVersion-1.64.0-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.64.0](https://img.shields.io/badge/AppVersion-1.64.0-informational?style=flat-square) MKVToolNix is a set of tools to create, alter and inspect Matroska files. @@ -13,6 +13,7 @@ For more information, please click here: [mkvtoolnix](https://truecharts.org/doc ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mkvtoolnix` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mkvtoolnix TrueCharts/mkvtoolnix ``` @@ -49,7 +50,7 @@ helm install mkvtoolnix TrueCharts/mkvtoolnix **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall mkvtoolnix Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mkvtoolnix TrueCharts/mkvtoolnix -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/ml-workspace/CHANGELOG.md b/charts/stable/ml-workspace/CHANGELOG.md index 398c7494982..589aa2ce966 100644 --- a/charts/stable/ml-workspace/CHANGELOG.md +++ b/charts/stable/ml-workspace/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ml-workspace-2.0.24](https://github.com/truecharts/charts/compare/ml-workspace-2.0.23...ml-workspace-2.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ml-workspace-2.0.23](https://github.com/truecharts/apps/compare/ml-workspace-2.0.22...ml-workspace-2.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/ml-workspace/Chart.yaml b/charts/stable/ml-workspace/Chart.yaml index d040a6075ad..98fedb33e02 100644 --- a/charts/stable/ml-workspace/Chart.yaml +++ b/charts/stable/ml-workspace/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: All-in-one web-based development environment for machine learning -home: https://github.com/truecharts/charts/tree/master/charts/stable/ml-workspace -icon: https://truecharts.org/img/chart-icons/ml-workspace.png +home: https://truecharts.org/docs/charts/stable/ml-workspace +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ml-workspace.png keywords: - machine - learning @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: ml-workspace sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ml-workspace - https://github.com/ml-tooling/ml-workspace - https://hub.docker.com/r/mltooling/ml-workspace - https://hub.docker.com/r/mltooling/ml-workspace-gpu diff --git a/charts/stable/ml-workspace/README.md b/charts/stable/ml-workspace/README.md index ce52c6da91b..ae0fe8bfbb6 100644 --- a/charts/stable/ml-workspace/README.md +++ b/charts/stable/ml-workspace/README.md @@ -1,6 +1,6 @@ # ml-workspace -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![AppVersion: 0.13.2](https://img.shields.io/badge/AppVersion-0.13.2-informational?style=flat-square) +![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![AppVersion: 0.13.2](https://img.shields.io/badge/AppVersion-0.13.2-informational?style=flat-square) All-in-one web-based development environment for machine learning @@ -13,6 +13,7 @@ For more information, please click here: [ml-workspace](https://truecharts.org/d ## Source Code +* * * * @@ -27,20 +28,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ml-workspace` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ml-workspace TrueCharts/ml-workspace ``` @@ -51,7 +52,7 @@ helm install ml-workspace TrueCharts/ml-workspace **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -70,7 +71,7 @@ helm uninstall ml-workspace Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -88,9 +89,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ml-workspace TrueCharts/ml-workspace -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/monica/CHANGELOG.md b/charts/stable/monica/CHANGELOG.md index 6856563322f..b5e5b27f31f 100644 --- a/charts/stable/monica/CHANGELOG.md +++ b/charts/stable/monica/CHANGELOG.md @@ -2,6 +2,16 @@ +## [monica-3.0.34](https://github.com/truecharts/charts/compare/monica-3.0.33...monica-3.0.34) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [monica-3.0.33](https://github.com/truecharts/apps/compare/monica-3.0.32...monica-3.0.33) (2022-07-26) ### Chore diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index 049952307bd..3d7916c01dd 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 3.0.49 description: "Monica is a great open source personal relationship management system." -home: https://github.com/truecharts/charts/tree/master/charts/stable/monica -icon: https://truecharts.org/img/chart-icons/monica.png +home: https://truecharts.org/docs/charts/stable/monica +icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.png keywords: - crm kubeVersion: ">=1.16.0-0" @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: monica sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/monica - https://github.com/monicahq/monica - https://hub.docker.com/_/monica version: 3.0.34 diff --git a/charts/stable/monica/README.md b/charts/stable/monica/README.md index 423cec451e2..837aa81547b 100644 --- a/charts/stable/monica/README.md +++ b/charts/stable/monica/README.md @@ -1,6 +1,6 @@ # monica -![Version: 3.0.33](https://img.shields.io/badge/Version-3.0.33-informational?style=flat-square) ![AppVersion: 3.7.0](https://img.shields.io/badge/AppVersion-3.7.0-informational?style=flat-square) +![Version: 3.0.34](https://img.shields.io/badge/Version-3.0.34-informational?style=flat-square) ![AppVersion: 3.7.0](https://img.shields.io/badge/AppVersion-3.7.0-informational?style=flat-square) Monica is a great open source personal relationship management system. @@ -13,6 +13,7 @@ For more information, please click here: [monica](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `monica` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install monica TrueCharts/monica ``` @@ -49,7 +50,7 @@ helm install monica TrueCharts/monica **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall monica Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install monica TrueCharts/monica -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/mosdns/CHANGELOG.md b/charts/stable/mosdns/CHANGELOG.md index c4f174a505d..4f390e5697a 100644 --- a/charts/stable/mosdns/CHANGELOG.md +++ b/charts/stable/mosdns/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mosdns-2.0.25](https://github.com/truecharts/charts/compare/mosdns-2.0.24...mosdns-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mosdns-2.0.24](https://github.com/truecharts/apps/compare/mosdns-2.0.23...mosdns-2.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/mosdns/Chart.yaml b/charts/stable/mosdns/Chart.yaml index 22cf417c84c..8a8e85c99c8 100644 --- a/charts/stable/mosdns/Chart.yaml +++ b/charts/stable/mosdns/Chart.yaml @@ -6,19 +6,19 @@ appVersion: "3.9.0" description: A location-based pluggable DNS forwarder/splitter. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/mosdns -icon: https://truecharts.org/img/chart-icons/mosdns.png +home: https://truecharts.org/docs/charts/stable/mosdns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosdns.png keywords: - mosdns - dns sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mosdns - https://hub.docker.com/r/601096721/mosdns dependencies: - name: common repository: https://library-charts.truecharts.org - version: - 10.4.9 - # condition: + version: 10.4.9 + # condition: maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/mosdns/README.md b/charts/stable/mosdns/README.md index d28aeee5f5b..31b95dd4d12 100644 --- a/charts/stable/mosdns/README.md +++ b/charts/stable/mosdns/README.md @@ -1,6 +1,6 @@ # mosdns -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.0](https://img.shields.io/badge/AppVersion-3.9.0-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.0](https://img.shields.io/badge/AppVersion-3.9.0-informational?style=flat-square) A location-based pluggable DNS forwarder/splitter. @@ -13,6 +13,7 @@ For more information, please click here: [mosdns](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mosdns` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mosdns TrueCharts/mosdns ``` @@ -47,7 +48,7 @@ helm install mosdns TrueCharts/mosdns **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall mosdns Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mosdns TrueCharts/mosdns -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/mosquitto/CHANGELOG.md b/charts/stable/mosquitto/CHANGELOG.md index 6c94e807089..c607230d38a 100644 --- a/charts/stable/mosquitto/CHANGELOG.md +++ b/charts/stable/mosquitto/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mosquitto-6.0.28](https://github.com/truecharts/charts/compare/mosquitto-6.0.27...mosquitto-6.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mosquitto-6.0.27](https://github.com/truecharts/apps/compare/mosquitto-6.0.26...mosquitto-6.0.27) (2022-07-26) ### Chore diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index 682eb2c39db..1b5ca4a2ee2 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Eclipse Mosquitto - An open source MQTT broker -home: https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto -icon: https://truecharts.org/img/chart-icons/mosquitto.png +home: https://truecharts.org/docs/charts/stable/mosquitto +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosquitto.png keywords: - mosquitto - MQTT @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: mosquitto sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto - https://github.com/eclipse/mosquitto type: application version: 6.0.28 diff --git a/charts/stable/mosquitto/README.md b/charts/stable/mosquitto/README.md index 58688a40f8d..06f13f71064 100644 --- a/charts/stable/mosquitto/README.md +++ b/charts/stable/mosquitto/README.md @@ -1,6 +1,6 @@ # mosquitto -![Version: 6.0.27](https://img.shields.io/badge/Version-6.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.14](https://img.shields.io/badge/AppVersion-2.0.14-informational?style=flat-square) +![Version: 6.0.28](https://img.shields.io/badge/Version-6.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.14](https://img.shields.io/badge/AppVersion-2.0.14-informational?style=flat-square) Eclipse Mosquitto - An open source MQTT broker @@ -13,6 +13,7 @@ For more information, please click here: [mosquitto](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mosquitto` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mosquitto TrueCharts/mosquitto ``` @@ -47,7 +48,7 @@ helm install mosquitto TrueCharts/mosquitto **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall mosquitto Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mosquitto TrueCharts/mosquitto -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/mstream/CHANGELOG.md b/charts/stable/mstream/CHANGELOG.md index 03ad619a67b..3655b8bdc36 100644 --- a/charts/stable/mstream/CHANGELOG.md +++ b/charts/stable/mstream/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mstream-3.0.23](https://github.com/truecharts/charts/compare/mstream-3.0.22...mstream-3.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mstream-3.0.22](https://github.com/truecharts/apps/compare/mstream-3.0.21...mstream-3.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/mstream/Chart.yaml b/charts/stable/mstream/Chart.yaml index f219a1361e2..f84e169710c 100644 --- a/charts/stable/mstream/Chart.yaml +++ b/charts/stable/mstream/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: A personal music streaming server -home: https://github.com/truecharts/charts/tree/master/charts/stable/mstream -icon: https://truecharts.org/img/chart-icons/mstream.png +home: https://truecharts.org/docs/charts/stable/mstream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mstream.png keywords: - mstream - server @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: mstream sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mstream - https://github.com/linuxserver/docker-mstream - https://mstream.io/ type: application diff --git a/charts/stable/mstream/README.md b/charts/stable/mstream/README.md index 7d52d3d3385..2d478f058b9 100644 --- a/charts/stable/mstream/README.md +++ b/charts/stable/mstream/README.md @@ -1,6 +1,6 @@ # mstream -![Version: 3.0.22](https://img.shields.io/badge/Version-3.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.2.5](https://img.shields.io/badge/AppVersion-5.2.5-informational?style=flat-square) +![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.2.5](https://img.shields.io/badge/AppVersion-5.2.5-informational?style=flat-square) A personal music streaming server @@ -13,6 +13,7 @@ For more information, please click here: [mstream](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mstream` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mstream TrueCharts/mstream ``` @@ -48,7 +49,7 @@ helm install mstream TrueCharts/mstream **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall mstream Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mstream TrueCharts/mstream -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/muximux/CHANGELOG.md b/charts/stable/muximux/CHANGELOG.md index 88595e12031..3fd99b64c7a 100644 --- a/charts/stable/muximux/CHANGELOG.md +++ b/charts/stable/muximux/CHANGELOG.md @@ -2,6 +2,16 @@ +## [muximux-3.0.23](https://github.com/truecharts/charts/compare/muximux-3.0.22...muximux-3.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [muximux-3.0.22](https://github.com/truecharts/apps/compare/muximux-3.0.21...muximux-3.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/muximux/Chart.yaml b/charts/stable/muximux/Chart.yaml index 9dd2f7c0418..09249cbbd1e 100644 --- a/charts/stable/muximux/Chart.yaml +++ b/charts/stable/muximux/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - A lightweight portal to view & manage your HTPC apps without having to - run anything more than a PHP enabled webserver -home: https://github.com/truecharts/charts/tree/master/charts/stable/muximux -icon: https://truecharts.org/img/chart-icons/muximux.png +description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver +home: https://truecharts.org/docs/charts/stable/muximux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/muximux.png keywords: - muximux - htpc @@ -21,6 +19,7 @@ maintainers: url: https://truecharts.org name: muximux sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/muximux - https://github.com/linuxserver/docker-muximux - https://github.com/mescon/Muximux type: application diff --git a/charts/stable/muximux/README.md b/charts/stable/muximux/README.md index d3a534b9bcb..68b157ae600 100644 --- a/charts/stable/muximux/README.md +++ b/charts/stable/muximux/README.md @@ -1,6 +1,6 @@ # muximux -![Version: 3.0.22](https://img.shields.io/badge/Version-3.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 057352e8](https://img.shields.io/badge/AppVersion-057352e8-informational?style=flat-square) +![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 057352e8](https://img.shields.io/badge/AppVersion-057352e8-informational?style=flat-square) A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver @@ -13,6 +13,7 @@ For more information, please click here: [muximux](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `muximux` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install muximux TrueCharts/muximux ``` @@ -48,7 +49,7 @@ helm install muximux TrueCharts/muximux **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall muximux Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install muximux TrueCharts/muximux -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/mylar/CHANGELOG.md b/charts/stable/mylar/CHANGELOG.md index 0a85b489536..e1760e4285a 100644 --- a/charts/stable/mylar/CHANGELOG.md +++ b/charts/stable/mylar/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mylar-6.0.26](https://github.com/truecharts/charts/compare/mylar-6.0.25...mylar-6.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mylar-6.0.25](https://github.com/truecharts/apps/compare/mylar-6.0.24...mylar-6.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index 72921b58782..5e916f72d89 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Mylar is a automated Comic Book downloader -home: https://github.com/truecharts/charts/tree/master/charts/stable/mylar -icon: https://truecharts.org/img/chart-icons/mylar.png +home: https://truecharts.org/docs/charts/stable/mylar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.png keywords: - mylar kubeVersion: ">=1.16.0-0" @@ -16,9 +16,9 @@ maintainers: url: https://truecharts.org name: mylar sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mylar - https://github.com/mylar3/mylar3 - https://github.com/linuxserver/docker-mylar3 - - https://github.com/truecharts/apps/tree/master/charts/mylar version: 6.0.26 annotations: truecharts.org/catagories: | diff --git a/charts/stable/mylar/README.md b/charts/stable/mylar/README.md index 994844d3508..93612122f08 100644 --- a/charts/stable/mylar/README.md +++ b/charts/stable/mylar/README.md @@ -1,6 +1,6 @@ # mylar -![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: 0.6.8](https://img.shields.io/badge/AppVersion-0.6.8-informational?style=flat-square) +![Version: 6.0.26](https://img.shields.io/badge/Version-6.0.26-informational?style=flat-square) ![AppVersion: 0.6.8](https://img.shields.io/badge/AppVersion-0.6.8-informational?style=flat-square) Mylar is a automated Comic Book downloader @@ -13,9 +13,9 @@ For more information, please click here: [mylar](https://truecharts.org/docs/cha ## Source Code +* * * -* ## Requirements @@ -25,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mylar` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mylar TrueCharts/mylar ``` @@ -49,7 +49,7 @@ helm install mylar TrueCharts/mylar **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +68,7 @@ helm uninstall mylar Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mylar TrueCharts/mylar -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/mysql-workbench/CHANGELOG.md b/charts/stable/mysql-workbench/CHANGELOG.md index 779b2348cd1..d1c9ca01457 100644 --- a/charts/stable/mysql-workbench/CHANGELOG.md +++ b/charts/stable/mysql-workbench/CHANGELOG.md @@ -2,6 +2,16 @@ +## [mysql-workbench-2.0.24](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.23...mysql-workbench-2.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [mysql-workbench-2.0.23](https://github.com/truecharts/apps/compare/mysql-workbench-2.0.22...mysql-workbench-2.0.23) (2022-07-27) ### Chore diff --git a/charts/stable/mysql-workbench/Chart.yaml b/charts/stable/mysql-workbench/Chart.yaml index 057b2e8a99a..0e2b8c71604 100644 --- a/charts/stable/mysql-workbench/Chart.yaml +++ b/charts/stable/mysql-workbench/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "8.0.30" description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench -icon: https://truecharts.org/img/chart-icons/mysql-workbench.png +home: https://truecharts.org/docs/charts/stable/mysql-workbench +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png keywords: - mysql-workbench sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench - https://hub.docker.com/r/linuxserver/mysql-workbench dependencies: - name: common diff --git a/charts/stable/mysql-workbench/README.md b/charts/stable/mysql-workbench/README.md index 1a3a4e6dea6..aac0c3607e2 100644 --- a/charts/stable/mysql-workbench/README.md +++ b/charts/stable/mysql-workbench/README.md @@ -1,6 +1,6 @@ # mysql-workbench -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.30](https://img.shields.io/badge/AppVersion-8.0.30-informational?style=flat-square) +![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.30](https://img.shields.io/badge/AppVersion-8.0.30-informational?style=flat-square) MySQL Workbench is a unified visual tool for database architects, developers and DBAs. @@ -13,6 +13,7 @@ For more information, please click here: [mysql-workbench](https://truecharts.or ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `mysql-workbench` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install mysql-workbench TrueCharts/mysql-workbench ``` @@ -47,7 +48,7 @@ helm install mysql-workbench TrueCharts/mysql-workbench **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall mysql-workbench Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install mysql-workbench TrueCharts/mysql-workbench -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/n8n/CHANGELOG.md b/charts/stable/n8n/CHANGELOG.md index de8c2b7829c..bcbcdd97c68 100644 --- a/charts/stable/n8n/CHANGELOG.md +++ b/charts/stable/n8n/CHANGELOG.md @@ -2,6 +2,16 @@ +## [n8n-4.0.36](https://github.com/truecharts/charts/compare/n8n-4.0.35...n8n-4.0.36) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [n8n-4.0.35](https://github.com/truecharts/apps/compare/n8n-4.0.34...n8n-4.0.35) (2022-07-28) ### Chore diff --git a/charts/stable/n8n/Chart.yaml b/charts/stable/n8n/Chart.yaml index d86f551c360..c939196bcc4 100644 --- a/charts/stable/n8n/Chart.yaml +++ b/charts/stable/n8n/Chart.yaml @@ -13,8 +13,8 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.48 description: n8n is an extendable workflow automation tool. -home: "https://truecharts.org/docs/charts/stable/n8n" -icon: https://truecharts.org/img/chart-icons/n8n.png +home: https://truecharts.org/docs/charts/stable/n8n +icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png keywords: - workflows - automation @@ -25,6 +25,7 @@ maintainers: url: https://truecharts.org name: n8n sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/n8n - https://docs.n8n.io/ - https://github.com/n8n-io/n8n - https://hub.docker.com/r/n8nio/n8n diff --git a/charts/stable/n8n/README.md b/charts/stable/n8n/README.md index b3e7075d93a..933b30746a8 100644 --- a/charts/stable/n8n/README.md +++ b/charts/stable/n8n/README.md @@ -1,6 +1,6 @@ # n8n -![Version: 4.0.35](https://img.shields.io/badge/Version-4.0.35-informational?style=flat-square) ![AppVersion: 0.188.0](https://img.shields.io/badge/AppVersion-0.188.0-informational?style=flat-square) +![Version: 4.0.36](https://img.shields.io/badge/Version-4.0.36-informational?style=flat-square) ![AppVersion: 0.188.0](https://img.shields.io/badge/AppVersion-0.188.0-informational?style=flat-square) n8n is an extendable workflow automation tool. @@ -13,6 +13,7 @@ For more information, please click here: [n8n](https://truecharts.org/docs/chart ## Source Code +* * * * @@ -25,22 +26,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `n8n` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install n8n TrueCharts/n8n ``` @@ -51,7 +52,7 @@ helm install n8n TrueCharts/n8n **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -70,7 +71,7 @@ helm uninstall n8n Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -88,9 +89,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install n8n TrueCharts/n8n -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/nano-wallet/CHANGELOG.md b/charts/stable/nano-wallet/CHANGELOG.md index 82f8e75c626..3b7ea325250 100644 --- a/charts/stable/nano-wallet/CHANGELOG.md +++ b/charts/stable/nano-wallet/CHANGELOG.md @@ -2,6 +2,16 @@ +## [nano-wallet-2.0.23](https://github.com/truecharts/charts/compare/nano-wallet-2.0.22...nano-wallet-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [nano-wallet-2.0.22](https://github.com/truecharts/apps/compare/nano-wallet-2.0.21...nano-wallet-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/nano-wallet/Chart.yaml b/charts/stable/nano-wallet/Chart.yaml index 7c717fcef75..d3871f9d790 100644 --- a/charts/stable/nano-wallet/Chart.yaml +++ b/charts/stable/nano-wallet/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "2021.12.16" description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/nano-wallet -icon: https://truecharts.org/img/chart-icons/nano-wallet.png +home: https://truecharts.org/docs/charts/stable/nano-wallet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nano-wallet.png keywords: - nano-wallet sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nano-wallet - https://hub.docker.com/r/linuxserver/nano-wallet dependencies: - name: common diff --git a/charts/stable/nano-wallet/README.md b/charts/stable/nano-wallet/README.md index 7c48b1e043c..bd06d5e038a 100644 --- a/charts/stable/nano-wallet/README.md +++ b/charts/stable/nano-wallet/README.md @@ -1,6 +1,6 @@ # nano-wallet -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.12.16](https://img.shields.io/badge/AppVersion-2021.12.16-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.12.16](https://img.shields.io/badge/AppVersion-2021.12.16-informational?style=flat-square) Nano-wallet is a digital payment protocol designed to be accessible and lightweight. @@ -13,6 +13,7 @@ For more information, please click here: [nano-wallet](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `nano-wallet` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install nano-wallet TrueCharts/nano-wallet ``` @@ -47,7 +48,7 @@ helm install nano-wallet TrueCharts/nano-wallet **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall nano-wallet Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install nano-wallet TrueCharts/nano-wallet -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/navidrome/CHANGELOG.md b/charts/stable/navidrome/CHANGELOG.md index 94330fcc464..1562dd5fc41 100644 --- a/charts/stable/navidrome/CHANGELOG.md +++ b/charts/stable/navidrome/CHANGELOG.md @@ -2,6 +2,16 @@ +## [navidrome-11.0.25](https://github.com/truecharts/charts/compare/navidrome-11.0.24...navidrome-11.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [navidrome-11.0.24](https://github.com/truecharts/apps/compare/navidrome-11.0.23...navidrome-11.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml index 70301e458fe..09c0f0ac4a2 100644 --- a/charts/stable/navidrome/Chart.yaml +++ b/charts/stable/navidrome/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Navidrome is an open source web-based music collection server and streamer -home: https://github.com/truecharts/charts/tree/master/charts/stable/navidrome -icon: https://truecharts.org/img/chart-icons/navidrome.png +home: https://truecharts.org/docs/charts/stable/navidrome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/navidrome.png keywords: - navidrome - music @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: navidrome sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/navidrome - https://github.com/deluan/navidrome - https://hub.docker.com/r/deluan/navidrome type: application diff --git a/charts/stable/navidrome/README.md b/charts/stable/navidrome/README.md index 56a0b793ad7..9b419dd26f6 100644 --- a/charts/stable/navidrome/README.md +++ b/charts/stable/navidrome/README.md @@ -1,6 +1,6 @@ # navidrome -![Version: 11.0.24](https://img.shields.io/badge/Version-11.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.47.5](https://img.shields.io/badge/AppVersion-0.47.5-informational?style=flat-square) +![Version: 11.0.25](https://img.shields.io/badge/Version-11.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.47.5](https://img.shields.io/badge/AppVersion-0.47.5-informational?style=flat-square) Navidrome is an open source web-based music collection server and streamer @@ -13,6 +13,7 @@ For more information, please click here: [navidrome](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `navidrome` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install navidrome TrueCharts/navidrome ``` @@ -48,7 +49,7 @@ helm install navidrome TrueCharts/navidrome **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall navidrome Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install navidrome TrueCharts/navidrome -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/netdata/CHANGELOG.md b/charts/stable/netdata/CHANGELOG.md index 40d0303f87f..f877cf4907f 100644 --- a/charts/stable/netdata/CHANGELOG.md +++ b/charts/stable/netdata/CHANGELOG.md @@ -2,6 +2,16 @@ +## [netdata-2.0.26](https://github.com/truecharts/charts/compare/netdata-2.0.25...netdata-2.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [netdata-2.0.25](https://github.com/truecharts/apps/compare/netdata-2.0.24...netdata-2.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/netdata/Chart.yaml b/charts/stable/netdata/Chart.yaml index 97ec54e13c3..47258d396fb 100644 --- a/charts/stable/netdata/Chart.yaml +++ b/charts/stable/netdata/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Netdata is high-fidelity infrastructure monitoring and troubleshooting. -home: https://github.com/truecharts/charts/tree/master/charts/stable/netdata -icon: https://truecharts.org/img/chart-icons/netdata.png +home: https://truecharts.org/docs/charts/stable/netdata +icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.png keywords: - netdata - monitoring @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: netdata sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/netdata - https://github.com/netdata version: 2.0.26 annotations: diff --git a/charts/stable/netdata/README.md b/charts/stable/netdata/README.md index 581f8779bbc..828448bc650 100644 --- a/charts/stable/netdata/README.md +++ b/charts/stable/netdata/README.md @@ -1,6 +1,6 @@ # netdata -![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![AppVersion: 1.35.1](https://img.shields.io/badge/AppVersion-1.35.1-informational?style=flat-square) +![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![AppVersion: 1.35.1](https://img.shields.io/badge/AppVersion-1.35.1-informational?style=flat-square) Netdata is high-fidelity infrastructure monitoring and troubleshooting. @@ -13,6 +13,7 @@ For more information, please click here: [netdata](https://truecharts.org/docs/c ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `netdata` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install netdata TrueCharts/netdata ``` @@ -47,7 +48,7 @@ helm install netdata TrueCharts/netdata **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall netdata Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install netdata TrueCharts/netdata -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/nextcloud/CHANGELOG.md b/charts/stable/nextcloud/CHANGELOG.md index 9232118a9aa..bb4f1e418b8 100644 --- a/charts/stable/nextcloud/CHANGELOG.md +++ b/charts/stable/nextcloud/CHANGELOG.md @@ -2,6 +2,20 @@ +## [nextcloud-15.2.33](https://github.com/truecharts/charts/compare/nextcloud-15.2.31...nextcloud-15.2.33) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + ### Fix + +- sync client_max_body_size with PHP_UPLOAD_LIMIT ([#3383](https://github.com/truecharts/charts/issues/3383)) + + + + ## [nextcloud-15.2.31](https://github.com/truecharts/apps/compare/nextcloud-15.2.30...nextcloud-15.2.31) (2022-07-27) ### Feat diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 021f4b50630..3b313ac17ac 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -17,11 +17,9 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.48 deprecated: false -description: - A private cloud server that puts the control and security of your own - data back into your hands. -home: https://github.com/truecharts/charts/tree/master/charts/stable/nextcloud -icon: https://truecharts.org/img/chart-icons/nextcloud.png +description: A private cloud server that puts the control and security of your own data back into your hands. +home: https://truecharts.org/docs/charts/stable/nextcloud +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.png keywords: - nextcloud - storage @@ -35,6 +33,7 @@ maintainers: url: https://truecharts.org name: nextcloud sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nextcloud - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application diff --git a/charts/stable/nextcloud/README.md b/charts/stable/nextcloud/README.md index d53558bff8b..8e2d2922e16 100644 --- a/charts/stable/nextcloud/README.md +++ b/charts/stable/nextcloud/README.md @@ -1,6 +1,6 @@ # nextcloud -![Version: 15.2.31](https://img.shields.io/badge/Version-15.2.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.0.3](https://img.shields.io/badge/AppVersion-24.0.3-informational?style=flat-square) +![Version: 15.2.33](https://img.shields.io/badge/Version-15.2.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.0.3](https://img.shields.io/badge/AppVersion-24.0.3-informational?style=flat-square) A private cloud server that puts the control and security of your own data back into your hands. @@ -13,6 +13,7 @@ For more information, please click here: [nextcloud](https://truecharts.org/docs ## Source Code +* * * @@ -24,23 +25,23 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | collabora-online | 12.1.23 | -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | collabora-online | 12.1.24 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `nextcloud` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install nextcloud TrueCharts/nextcloud ``` @@ -51,7 +52,7 @@ helm install nextcloud TrueCharts/nextcloud **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -70,7 +71,7 @@ helm uninstall nextcloud Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -88,9 +89,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install nextcloud TrueCharts/nextcloud -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/nextpvr/CHANGELOG.md b/charts/stable/nextpvr/CHANGELOG.md index 361bc1c33c5..a8d6dfd1205 100644 --- a/charts/stable/nextpvr/CHANGELOG.md +++ b/charts/stable/nextpvr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [nextpvr-2.0.24](https://github.com/truecharts/charts/compare/nextpvr-2.0.23...nextpvr-2.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [nextpvr-2.0.23](https://github.com/truecharts/apps/compare/nextpvr-2.0.22...nextpvr-2.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/nextpvr/Chart.yaml b/charts/stable/nextpvr/Chart.yaml index 04fa251c4ee..f645974ce83 100644 --- a/charts/stable/nextpvr/Chart.yaml +++ b/charts/stable/nextpvr/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. -home: https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr -icon: https://truecharts.org/img/chart-icons/nextpvr.png +home: https://truecharts.org/docs/charts/stable/nextpvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.png keywords: - pvr - recorder @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: nextpvr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr - https://hub.docker.com/r/nextpvr/nextpvr_amd64 - https://github.com/sub3/NextPVR/wiki/Install-Docker version: 2.0.24 diff --git a/charts/stable/nextpvr/README.md b/charts/stable/nextpvr/README.md index 614a4f36e22..5aca63ed007 100644 --- a/charts/stable/nextpvr/README.md +++ b/charts/stable/nextpvr/README.md @@ -1,6 +1,6 @@ # nextpvr -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. @@ -13,6 +13,7 @@ For more information, please click here: [nextpvr](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `nextpvr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install nextpvr TrueCharts/nextpvr ``` @@ -48,7 +49,7 @@ helm install nextpvr TrueCharts/nextpvr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall nextpvr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install nextpvr TrueCharts/nextpvr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/ngircd/CHANGELOG.md b/charts/stable/ngircd/CHANGELOG.md index f7fde935d64..91af64fd2fb 100644 --- a/charts/stable/ngircd/CHANGELOG.md +++ b/charts/stable/ngircd/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ngircd-2.0.23](https://github.com/truecharts/charts/compare/ngircd-2.0.22...ngircd-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ngircd-2.0.22](https://github.com/truecharts/apps/compare/ngircd-2.0.21...ngircd-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/ngircd/Chart.yaml b/charts/stable/ngircd/Chart.yaml index 4e8e9453b10..54a9f929e83 100644 --- a/charts/stable/ngircd/Chart.yaml +++ b/charts/stable/ngircd/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "2021.11.21" description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/ngircd -icon: https://truecharts.org/img/chart-icons/ngircd.png +home: https://truecharts.org/docs/charts/stable/ngircd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ngircd.png keywords: - ngircd sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ngircd - https://hub.docker.com/r/linuxserver/ngircd dependencies: - name: common diff --git a/charts/stable/ngircd/README.md b/charts/stable/ngircd/README.md index f4c8c6fded1..e82fc18bde0 100644 --- a/charts/stable/ngircd/README.md +++ b/charts/stable/ngircd/README.md @@ -1,6 +1,6 @@ # ngircd -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.11.21](https://img.shields.io/badge/AppVersion-2021.11.21-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.11.21](https://img.shields.io/badge/AppVersion-2021.11.21-informational?style=flat-square) Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. @@ -13,6 +13,7 @@ For more information, please click here: [ngircd](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ngircd` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ngircd TrueCharts/ngircd ``` @@ -47,7 +48,7 @@ helm install ngircd TrueCharts/ngircd **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall ngircd Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ngircd TrueCharts/ngircd -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/nntp2nntp/CHANGELOG.md b/charts/stable/nntp2nntp/CHANGELOG.md index 8e9557168fa..e5de36d447d 100644 --- a/charts/stable/nntp2nntp/CHANGELOG.md +++ b/charts/stable/nntp2nntp/CHANGELOG.md @@ -2,6 +2,16 @@ +## [nntp2nntp-2.0.23](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.22...nntp2nntp-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [nntp2nntp-2.0.22](https://github.com/truecharts/apps/compare/nntp2nntp-2.0.21...nntp2nntp-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/nntp2nntp/Chart.yaml b/charts/stable/nntp2nntp/Chart.yaml index 0919140976f..e7ccca5774b 100644 --- a/charts/stable/nntp2nntp/Chart.yaml +++ b/charts/stable/nntp2nntp/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "0.3.202205" description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/nntp2nntp -icon: https://truecharts.org/img/chart-icons/nntp2nntp.png +home: https://truecharts.org/docs/charts/stable/nntp2nntp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nntp2nntp.png keywords: - nntp2nntp sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nntp2nntp - https://hub.docker.com/r/linuxserver/nntp2nntp dependencies: - name: common diff --git a/charts/stable/nntp2nntp/README.md b/charts/stable/nntp2nntp/README.md index a5ad033b6d1..3b410d203fa 100644 --- a/charts/stable/nntp2nntp/README.md +++ b/charts/stable/nntp2nntp/README.md @@ -1,6 +1,6 @@ # nntp2nntp -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.202205](https://img.shields.io/badge/AppVersion-0.3.202205-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.202205](https://img.shields.io/badge/AppVersion-0.3.202205-informational?style=flat-square) Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. @@ -13,6 +13,7 @@ For more information, please click here: [nntp2nntp](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `nntp2nntp` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install nntp2nntp TrueCharts/nntp2nntp ``` @@ -47,7 +48,7 @@ helm install nntp2nntp TrueCharts/nntp2nntp **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall nntp2nntp Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install nntp2nntp TrueCharts/nntp2nntp -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/nocodb/CHANGELOG.md b/charts/stable/nocodb/CHANGELOG.md index 5c4786ee373..0c500c144ee 100644 --- a/charts/stable/nocodb/CHANGELOG.md +++ b/charts/stable/nocodb/CHANGELOG.md @@ -2,6 +2,16 @@ +## [nocodb-3.0.32](https://github.com/truecharts/charts/compare/nocodb-3.0.31...nocodb-3.0.32) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [nocodb-3.0.31](https://github.com/truecharts/apps/compare/nocodb-3.0.30...nocodb-3.0.31) (2022-07-26) ### Chore diff --git a/charts/stable/nocodb/Chart.yaml b/charts/stable/nocodb/Chart.yaml index b9c102c5801..b9c52daf907 100644 --- a/charts/stable/nocodb/Chart.yaml +++ b/charts/stable/nocodb/Chart.yaml @@ -13,8 +13,8 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.48 description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. -home: https://github.com/truecharts/charts/tree/master/charts/stable/nocodb -icon: https://truecharts.org/img/chart-icons/nocodb.png +home: https://truecharts.org/docs/charts/stable/nocodb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.png keywords: - nocodb kubeVersion: ">=1.16.0-0" @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: nocodb sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb - https://hub.docker.com/r/nocodb/nocodb - https://github.com/nocodb/nocodb version: 3.0.32 diff --git a/charts/stable/nocodb/README.md b/charts/stable/nocodb/README.md index be289b528c6..4964d50a908 100644 --- a/charts/stable/nocodb/README.md +++ b/charts/stable/nocodb/README.md @@ -1,6 +1,6 @@ # nocodb -![Version: 3.0.31](https://img.shields.io/badge/Version-3.0.31-informational?style=flat-square) ![AppVersion: 0.92.4](https://img.shields.io/badge/AppVersion-0.92.4-informational?style=flat-square) +![Version: 3.0.32](https://img.shields.io/badge/Version-3.0.32-informational?style=flat-square) ![AppVersion: 0.92.4](https://img.shields.io/badge/AppVersion-0.92.4-informational?style=flat-square) Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. @@ -13,6 +13,7 @@ For more information, please click here: [nocodb](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,22 +25,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `nocodb` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install nocodb TrueCharts/nocodb ``` @@ -50,7 +51,7 @@ helm install nocodb TrueCharts/nocodb **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall nocodb Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install nocodb TrueCharts/nocodb -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/node-red/CHANGELOG.md b/charts/stable/node-red/CHANGELOG.md index d829fbd0ea2..bfa759009db 100644 --- a/charts/stable/node-red/CHANGELOG.md +++ b/charts/stable/node-red/CHANGELOG.md @@ -2,6 +2,16 @@ +## [node-red-11.0.27](https://github.com/truecharts/charts/compare/node-red-11.0.26...node-red-11.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [node-red-11.0.26](https://github.com/truecharts/apps/compare/node-red-11.0.25...node-red-11.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index 5b8ce73062e..72945687857 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/node-red/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Node-RED is low-code programming for event-driven applications -home: https://github.com/truecharts/charts/tree/master/charts/stable/node-red -icon: https://truecharts.org/img/chart-icons/node-red.png +home: https://truecharts.org/docs/charts/stable/node-red +icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.png keywords: - node-red - nodered @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: node-red sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/node-red - https://github.com/node-red/node-red-docker type: application version: 11.0.27 diff --git a/charts/stable/node-red/README.md b/charts/stable/node-red/README.md index 37531c6b968..2bede9852c3 100644 --- a/charts/stable/node-red/README.md +++ b/charts/stable/node-red/README.md @@ -1,6 +1,6 @@ # node-red -![Version: 11.0.26](https://img.shields.io/badge/Version-11.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.1](https://img.shields.io/badge/AppVersion-3.0.1-informational?style=flat-square) +![Version: 11.0.27](https://img.shields.io/badge/Version-11.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.1](https://img.shields.io/badge/AppVersion-3.0.1-informational?style=flat-square) Node-RED is low-code programming for event-driven applications @@ -13,6 +13,7 @@ For more information, please click here: [node-red](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `node-red` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install node-red TrueCharts/node-red ``` @@ -47,7 +48,7 @@ helm install node-red TrueCharts/node-red **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall node-red Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install node-red TrueCharts/node-red -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/novnc/CHANGELOG.md b/charts/stable/novnc/CHANGELOG.md index ddf7e2bc70c..da808dbce20 100644 --- a/charts/stable/novnc/CHANGELOG.md +++ b/charts/stable/novnc/CHANGELOG.md @@ -2,6 +2,16 @@ +## [novnc-3.0.24](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.15...novnc-3.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [novnc-3.0.23](https://github.com/truecharts/apps/compare/cura-novnc-0.0.13...novnc-3.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/novnc/Chart.yaml b/charts/stable/novnc/Chart.yaml index 637a9b370bb..41c26887d6e 100644 --- a/charts/stable/novnc/Chart.yaml +++ b/charts/stable/novnc/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: The open source VNC client -home: https://github.com/truecharts/charts/tree/master/charts/stable/novnc -icon: https://truecharts.org/img/chart-icons/novnc.png +home: https://truecharts.org/docs/charts/stable/novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/novnc.png keywords: - novnc - vnc @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: novnc sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/novnc - https://novnc.com/ type: application version: 3.0.24 diff --git a/charts/stable/novnc/README.md b/charts/stable/novnc/README.md index d301d036ffa..5413ab7e3e9 100644 --- a/charts/stable/novnc/README.md +++ b/charts/stable/novnc/README.md @@ -1,6 +1,6 @@ # novnc -![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) +![Version: 3.0.24](https://img.shields.io/badge/Version-3.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) The open source VNC client @@ -13,6 +13,7 @@ For more information, please click here: [novnc](https://truecharts.org/docs/cha ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `novnc` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install novnc TrueCharts/novnc ``` @@ -47,7 +48,7 @@ helm install novnc TrueCharts/novnc **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall novnc Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install novnc TrueCharts/novnc -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/ntfy/CHANGELOG.md b/charts/stable/ntfy/CHANGELOG.md index 1a5658ded1c..ef7a53bc4d3 100644 --- a/charts/stable/ntfy/CHANGELOG.md +++ b/charts/stable/ntfy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ntfy-2.0.27](https://github.com/truecharts/charts/compare/ntfy-2.0.26...ntfy-2.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ntfy-2.0.26](https://github.com/truecharts/apps/compare/ntfy-2.0.25...ntfy-2.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/ntfy/Chart.yaml b/charts/stable/ntfy/Chart.yaml index 6b6a515a802..e1906025f35 100644 --- a/charts/stable/ntfy/Chart.yaml +++ b/charts/stable/ntfy/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer. -home: https://github.com/truecharts/charts/tree/master/charts/stable/ntfy -icon: https://truecharts.org/img/chart-icons/ntfy.png +home: https://truecharts.org/docs/charts/stable/ntfy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.png keywords: - ntfy kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: ntfy sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy - https://github.com/binwiederhier/ntfy/ version: 2.0.27 annotations: diff --git a/charts/stable/ntfy/README.md b/charts/stable/ntfy/README.md index 3261f487594..137217ab84d 100644 --- a/charts/stable/ntfy/README.md +++ b/charts/stable/ntfy/README.md @@ -1,6 +1,6 @@ # ntfy -![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![AppVersion: 1.27.2](https://img.shields.io/badge/AppVersion-1.27.2-informational?style=flat-square) +![Version: 2.0.27](https://img.shields.io/badge/Version-2.0.27-informational?style=flat-square) ![AppVersion: 1.27.2](https://img.shields.io/badge/AppVersion-1.27.2-informational?style=flat-square) ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer. @@ -13,6 +13,7 @@ For more information, please click here: [ntfy](https://truecharts.org/docs/char ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ntfy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ntfy TrueCharts/ntfy ``` @@ -47,7 +48,7 @@ helm install ntfy TrueCharts/ntfy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall ntfy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ntfy TrueCharts/ntfy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/nullserv/CHANGELOG.md b/charts/stable/nullserv/CHANGELOG.md index e03949f52bd..bebccc1cc26 100644 --- a/charts/stable/nullserv/CHANGELOG.md +++ b/charts/stable/nullserv/CHANGELOG.md @@ -2,6 +2,16 @@ +## [nullserv-6.0.26](https://github.com/truecharts/charts/compare/nullserv-6.0.25...nullserv-6.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [nullserv-6.0.25](https://github.com/truecharts/apps/compare/nullserv-6.0.24...nullserv-6.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/nullserv/Chart.yaml b/charts/stable/nullserv/Chart.yaml index 3702b836337..4232d1f4469 100644 --- a/charts/stable/nullserv/Chart.yaml +++ b/charts/stable/nullserv/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: A simple null file http and https server -home: https://github.com/truecharts/charts/tree/master/charts/stable/nullserv -icon: https://truecharts.org/img/chart-icons/nullserv.png +home: https://truecharts.org/docs/charts/stable/nullserv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.png keywords: - nullserv kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: nullserv sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nullserv - https://github.com/bmrzycki/nullserv version: 6.0.26 annotations: diff --git a/charts/stable/nullserv/README.md b/charts/stable/nullserv/README.md index c6c7d6ec840..8a899945215 100644 --- a/charts/stable/nullserv/README.md +++ b/charts/stable/nullserv/README.md @@ -1,6 +1,6 @@ # nullserv -![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square) +![Version: 6.0.26](https://img.shields.io/badge/Version-6.0.26-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square) A simple null file http and https server @@ -13,6 +13,7 @@ For more information, please click here: [nullserv](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `nullserv` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install nullserv TrueCharts/nullserv ``` @@ -47,7 +48,7 @@ helm install nullserv TrueCharts/nullserv **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall nullserv Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install nullserv TrueCharts/nullserv -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/nzbget/CHANGELOG.md b/charts/stable/nzbget/CHANGELOG.md index e0b762f42ff..d3811bfc438 100644 --- a/charts/stable/nzbget/CHANGELOG.md +++ b/charts/stable/nzbget/CHANGELOG.md @@ -2,6 +2,16 @@ +## [nzbget-11.0.25](https://github.com/truecharts/charts/compare/nzbget-11.0.24...nzbget-11.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [nzbget-11.0.24](https://github.com/truecharts/apps/compare/nzbget-11.0.23...nzbget-11.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml index 488e075a8ca..0ae4950df15 100644 --- a/charts/stable/nzbget/Chart.yaml +++ b/charts/stable/nzbget/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: NZBGet is a Usenet downloader client -home: https://github.com/truecharts/charts/tree/master/charts/stable/nzbget -icon: https://truecharts.org/img/chart-icons/nzbget.png +home: https://truecharts.org/docs/charts/stable/nzbget +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.png keywords: - nzbget - usenet @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: nzbget sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nzbget - https://nzbget.net/ type: application version: 11.0.25 diff --git a/charts/stable/nzbget/README.md b/charts/stable/nzbget/README.md index ef96b6b08f1..95fbdca0971 100644 --- a/charts/stable/nzbget/README.md +++ b/charts/stable/nzbget/README.md @@ -1,6 +1,6 @@ # nzbget -![Version: 11.0.24](https://img.shields.io/badge/Version-11.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 21.1](https://img.shields.io/badge/AppVersion-21.1-informational?style=flat-square) +![Version: 11.0.25](https://img.shields.io/badge/Version-11.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 21.1](https://img.shields.io/badge/AppVersion-21.1-informational?style=flat-square) NZBGet is a Usenet downloader client @@ -13,6 +13,7 @@ For more information, please click here: [nzbget](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `nzbget` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install nzbget TrueCharts/nzbget ``` @@ -47,7 +48,7 @@ helm install nzbget TrueCharts/nzbget **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall nzbget Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install nzbget TrueCharts/nzbget -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/nzbhydra/CHANGELOG.md b/charts/stable/nzbhydra/CHANGELOG.md index 0fa7b546b59..cae89469493 100644 --- a/charts/stable/nzbhydra/CHANGELOG.md +++ b/charts/stable/nzbhydra/CHANGELOG.md @@ -2,6 +2,16 @@ +## [nzbhydra-11.0.28](https://github.com/truecharts/charts/compare/nzbhydra-11.0.27...nzbhydra-11.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [nzbhydra-11.0.27](https://github.com/truecharts/apps/compare/nzbhydra-11.0.26...nzbhydra-11.0.27) (2022-07-26) ### Chore diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml index c9f85418978..1c441c4f089 100644 --- a/charts/stable/nzbhydra/Chart.yaml +++ b/charts/stable/nzbhydra/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: true description: Usenet meta search -home: https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra -icon: https://truecharts.org/img/chart-icons/nzbhydra.png +home: https://truecharts.org/docs/charts/stable/nzbhydra +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbhydra.png keywords: - nzbhydra - usenet @@ -15,6 +15,7 @@ kubeVersion: ">=1.16.0-0" maintainers: [] name: nzbhydra sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra - https://github.com/theotherp/nzbhydra2 type: application version: 11.0.28 diff --git a/charts/stable/nzbhydra/README.md b/charts/stable/nzbhydra/README.md index 791502799a4..794e285406c 100644 --- a/charts/stable/nzbhydra/README.md +++ b/charts/stable/nzbhydra/README.md @@ -1,6 +1,6 @@ # nzbhydra -![Version: 11.0.27](https://img.shields.io/badge/Version-11.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 11.0.28](https://img.shields.io/badge/Version-11.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) Usenet meta search @@ -15,6 +15,7 @@ For more information, please click here: [nzbhydra](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `nzbhydra` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install nzbhydra TrueCharts/nzbhydra ``` @@ -49,7 +50,7 @@ helm install nzbhydra TrueCharts/nzbhydra **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall nzbhydra Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install nzbhydra TrueCharts/nzbhydra -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/octoprint/CHANGELOG.md b/charts/stable/octoprint/CHANGELOG.md index 40edbd54880..27de1acdc7a 100644 --- a/charts/stable/octoprint/CHANGELOG.md +++ b/charts/stable/octoprint/CHANGELOG.md @@ -2,6 +2,16 @@ +## [octoprint-6.0.26](https://github.com/truecharts/charts/compare/octoprint-6.0.25...octoprint-6.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [octoprint-6.0.25](https://github.com/truecharts/apps/compare/octoprint-6.0.24...octoprint-6.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml index 1f895f803e2..fddc95675fd 100644 --- a/charts/stable/octoprint/Chart.yaml +++ b/charts/stable/octoprint/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: OctoPrint is the snappy web interface for your 3D printer -home: https://github.com/truecharts/charts/tree/master/charts/stable/octoprint -icon: https://truecharts.org/img/chart-icons/octoprint.png +home: https://truecharts.org/docs/charts/stable/octoprint +icon: https://truecharts.org/img/hotlink-ok/chart-icons/octoprint.png keywords: - octoprint - 3d @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: octoprint sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/octoprint - https://github.com/OctoPrint/OctoPrint - https://hub.docker.com/r/octoprint/octoprint version: 6.0.26 diff --git a/charts/stable/octoprint/README.md b/charts/stable/octoprint/README.md index ba2929f9f47..d72907c4357 100644 --- a/charts/stable/octoprint/README.md +++ b/charts/stable/octoprint/README.md @@ -1,6 +1,6 @@ # octoprint -![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: 1.8.1](https://img.shields.io/badge/AppVersion-1.8.1-informational?style=flat-square) +![Version: 6.0.26](https://img.shields.io/badge/Version-6.0.26-informational?style=flat-square) ![AppVersion: 1.8.1](https://img.shields.io/badge/AppVersion-1.8.1-informational?style=flat-square) OctoPrint is the snappy web interface for your 3D printer @@ -13,6 +13,7 @@ For more information, please click here: [octoprint](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `octoprint` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install octoprint TrueCharts/octoprint ``` @@ -48,7 +49,7 @@ helm install octoprint TrueCharts/octoprint **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall octoprint Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install octoprint TrueCharts/octoprint -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/odoo/CHANGELOG.md b/charts/stable/odoo/CHANGELOG.md index 408e51d35b1..6299e420c29 100644 --- a/charts/stable/odoo/CHANGELOG.md +++ b/charts/stable/odoo/CHANGELOG.md @@ -2,6 +2,16 @@ +## [odoo-8.0.31](https://github.com/truecharts/charts/compare/odoo-8.0.30...odoo-8.0.31) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [odoo-8.0.30](https://github.com/truecharts/apps/compare/odoo-8.0.29...odoo-8.0.30) (2022-07-28) ### Chore diff --git a/charts/stable/odoo/Chart.yaml b/charts/stable/odoo/Chart.yaml index dca49bf52fc..5a8dab0cd18 100644 --- a/charts/stable/odoo/Chart.yaml +++ b/charts/stable/odoo/Chart.yaml @@ -5,8 +5,8 @@ kubeVersion: ">=1.16.0-0" name: odoo description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. type: application -home: "https://truecharts.org/docs/charts/stable/odoo" -icon: https://truecharts.org/img/chart-icons/odoo.png +home: https://truecharts.org/docs/charts/stable/odoo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png keywords: - odoo - crm @@ -16,6 +16,7 @@ keywords: - mrp - marketing sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/odoo - https://www.odoo.com/ - https://hub.docker.com/repository/docker/nicholaswilde/odoo dependencies: diff --git a/charts/stable/odoo/README.md b/charts/stable/odoo/README.md index 7e24212fda8..72bf755bf56 100644 --- a/charts/stable/odoo/README.md +++ b/charts/stable/odoo/README.md @@ -1,6 +1,6 @@ # odoo -![Version: 8.0.30](https://img.shields.io/badge/Version-8.0.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 15.0](https://img.shields.io/badge/AppVersion-15.0-informational?style=flat-square) +![Version: 8.0.31](https://img.shields.io/badge/Version-8.0.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 15.0](https://img.shields.io/badge/AppVersion-15.0-informational?style=flat-square) All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. @@ -13,6 +13,7 @@ For more information, please click here: [odoo](https://truecharts.org/docs/char ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `odoo` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install odoo TrueCharts/odoo ``` @@ -49,7 +50,7 @@ helm install odoo TrueCharts/odoo **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall odoo Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install odoo TrueCharts/odoo -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/omada-controller/CHANGELOG.md b/charts/stable/omada-controller/CHANGELOG.md index 071942c2810..a25a0e58dff 100644 --- a/charts/stable/omada-controller/CHANGELOG.md +++ b/charts/stable/omada-controller/CHANGELOG.md @@ -2,6 +2,17 @@ +## [omada-controller-6.0.45](https://github.com/truecharts/charts/compare/omada-controller-6.0.43...omada-controller-6.0.45) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [omada-controller-6.0.43](https://github.com/truecharts/apps/compare/omada-controller-6.0.42...omada-controller-6.0.43) (2022-07-30) ### Chore diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index dcc1034dd7a..56c2827078a 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 -appVersion: "5.3" +appVersion: "5.4" dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 description: Omada is a SDN tool for TP-Link Omada hardware home: https://truecharts.org/docs/charts/stable/omada-controller -icon: https://truecharts.org/img/chart-icons/omada-controller.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png keywords: - omada-controller kubeVersion: ">=1.16.0-0" @@ -16,8 +16,8 @@ maintainers: url: https://truecharts.org name: omada-controller sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller - https://github.com/mbentley/docker-omada-controller - - https://github.com/truecharts/apps/tree/master/charts/omada-controller version: 6.0.45 annotations: truecharts.org/catagories: | diff --git a/charts/stable/omada-controller/README.md b/charts/stable/omada-controller/README.md index abd1841f50b..be5cdff7531 100644 --- a/charts/stable/omada-controller/README.md +++ b/charts/stable/omada-controller/README.md @@ -1,6 +1,6 @@ # omada-controller -![Version: 6.0.43](https://img.shields.io/badge/Version-6.0.43-informational?style=flat-square) ![AppVersion: 5.3](https://img.shields.io/badge/AppVersion-5.3-informational?style=flat-square) +![Version: 6.0.45](https://img.shields.io/badge/Version-6.0.45-informational?style=flat-square) ![AppVersion: 5.4](https://img.shields.io/badge/AppVersion-5.4-informational?style=flat-square) Omada is a SDN tool for TP-Link Omada hardware @@ -13,8 +13,8 @@ For more information, please click here: [omada-controller](https://truecharts.o ## Source Code +* * -* ## Requirements @@ -24,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `omada-controller` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install omada-controller TrueCharts/omada-controller ``` @@ -48,7 +48,7 @@ helm install omada-controller TrueCharts/omada-controller **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +67,7 @@ helm uninstall omada-controller Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install omada-controller TrueCharts/omada-controller -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/ombi/CHANGELOG.md b/charts/stable/ombi/CHANGELOG.md index 3676790e38d..b764502276f 100644 --- a/charts/stable/ombi/CHANGELOG.md +++ b/charts/stable/ombi/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ombi-11.0.27](https://github.com/truecharts/charts/compare/ombi-11.0.26...ombi-11.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ombi-11.0.26](https://github.com/truecharts/apps/compare/ombi-11.0.25...ombi-11.0.26) (2022-07-29) ### Chore diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index 5630cf6de5a..262475041ce 100644 --- a/charts/stable/ombi/Chart.yaml +++ b/charts/stable/ombi/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Want a Movie or TV Show on Plex or Emby? Use Ombi! home: https://truecharts.org/docs/charts/stable/ombi -icon: https://truecharts.org/img/chart-icons/ombi.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ombi.png keywords: - ombi - plex @@ -22,6 +22,7 @@ maintainers: url: https://truecharts.org name: ombi sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ombi - https://github.com/tidusjar/Ombi type: application version: 11.0.27 diff --git a/charts/stable/ombi/README.md b/charts/stable/ombi/README.md index f206f0b76ff..0d800783a64 100644 --- a/charts/stable/ombi/README.md +++ b/charts/stable/ombi/README.md @@ -1,6 +1,6 @@ # ombi -![Version: 11.0.26](https://img.shields.io/badge/Version-11.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.22.3](https://img.shields.io/badge/AppVersion-4.22.3-informational?style=flat-square) +![Version: 11.0.27](https://img.shields.io/badge/Version-11.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.22.3](https://img.shields.io/badge/AppVersion-4.22.3-informational?style=flat-square) Want a Movie or TV Show on Plex or Emby? Use Ombi! @@ -13,6 +13,7 @@ For more information, please click here: [ombi](https://truecharts.org/docs/char ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ombi` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ombi TrueCharts/ombi ``` @@ -47,7 +48,7 @@ helm install ombi TrueCharts/ombi **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall ombi Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ombi TrueCharts/ombi -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/onlyoffice-document-server/CHANGELOG.md b/charts/stable/onlyoffice-document-server/CHANGELOG.md index 19ca69da774..ab18eab0ebb 100644 --- a/charts/stable/onlyoffice-document-server/CHANGELOG.md +++ b/charts/stable/onlyoffice-document-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [onlyoffice-document-server-6.0.25](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.24...onlyoffice-document-server-6.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [onlyoffice-document-server-6.0.24](https://github.com/truecharts/apps/compare/onlyoffice-document-server-6.0.23...onlyoffice-document-server-6.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml index 6b3eb456d7f..4b7e793c825 100644 --- a/charts/stable/onlyoffice-document-server/Chart.yaml +++ b/charts/stable/onlyoffice-document-server/Chart.yaml @@ -12,13 +12,9 @@ dependencies: name: redis repository: https://charts.truecharts.org version: 3.0.48 -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." -home: https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server -icon: https://truecharts.org/img/chart-icons/onlyoffice-document-server.png +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." +home: https://truecharts.org/docs/charts/stable/onlyoffice-document-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.png keywords: - onlyoffice kubeVersion: ">=1.16.0-0" @@ -28,6 +24,7 @@ maintainers: url: https://truecharts.org name: onlyoffice-document-server sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server - https://github.com/ONLYOFFICE/DocumentServer - https://github.com/ONLYOFFICE/Docker-DocumentServer - https://hub.docker.com/r/onlyoffice/documentserver/ diff --git a/charts/stable/onlyoffice-document-server/README.md b/charts/stable/onlyoffice-document-server/README.md index 635ed38b991..27f5093f29b 100644 --- a/charts/stable/onlyoffice-document-server/README.md +++ b/charts/stable/onlyoffice-document-server/README.md @@ -1,6 +1,6 @@ # onlyoffice-document-server -![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![AppVersion: 7.0.0](https://img.shields.io/badge/AppVersion-7.0.0-informational?style=flat-square) +![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: 7.0.0](https://img.shields.io/badge/AppVersion-7.0.0-informational?style=flat-square) 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. @@ -13,6 +13,7 @@ For more information, please click here: [onlyoffice-document-server](https://tr ## Source Code +* * * * @@ -25,22 +26,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `onlyoffice-document-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install onlyoffice-document-server TrueCharts/onlyoffice-document-server ``` @@ -51,7 +52,7 @@ helm install onlyoffice-document-server TrueCharts/onlyoffice-document-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -70,7 +71,7 @@ helm uninstall onlyoffice-document-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -88,9 +89,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install onlyoffice-document-server TrueCharts/onlyoffice-document-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/openhab/CHANGELOG.md b/charts/stable/openhab/CHANGELOG.md index 4b17fb16f93..4423357c77b 100644 --- a/charts/stable/openhab/CHANGELOG.md +++ b/charts/stable/openhab/CHANGELOG.md @@ -2,6 +2,16 @@ +## [openhab-2.0.26](https://github.com/truecharts/charts/compare/openhab-2.0.25...openhab-2.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [openhab-2.0.25](https://github.com/truecharts/apps/compare/openhab-2.0.24...openhab-2.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/openhab/Chart.yaml b/charts/stable/openhab/Chart.yaml index 45dddffbf3e..1636cd1491b 100644 --- a/charts/stable/openhab/Chart.yaml +++ b/charts/stable/openhab/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: OpenHab is a home-automation application -home: https://github.com/truecharts/charts/tree/master/charts/stable/openhab -icon: https://truecharts.org/img/chart-icons/openhab.png +home: https://truecharts.org/docs/charts/stable/openhab +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openhab.png keywords: - openhab kubeVersion: ">=1.16.0-0" @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: openhab sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openhab - https://hub.docker.com/r/openhab/openhab type: application version: 2.0.26 diff --git a/charts/stable/openhab/README.md b/charts/stable/openhab/README.md index c13634d63b3..6b700a63989 100644 --- a/charts/stable/openhab/README.md +++ b/charts/stable/openhab/README.md @@ -1,6 +1,6 @@ # openhab -![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.0](https://img.shields.io/badge/AppVersion-3.3.0-informational?style=flat-square) +![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.0](https://img.shields.io/badge/AppVersion-3.3.0-informational?style=flat-square) OpenHab is a home-automation application @@ -13,6 +13,7 @@ For more information, please click here: [openhab](https://truecharts.org/docs/c ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `openhab` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install openhab TrueCharts/openhab ``` @@ -47,7 +48,7 @@ helm install openhab TrueCharts/openhab **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall openhab Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install openhab TrueCharts/openhab -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/openkm/CHANGELOG.md b/charts/stable/openkm/CHANGELOG.md index d0ba64ec2a5..9915e7cf1af 100644 --- a/charts/stable/openkm/CHANGELOG.md +++ b/charts/stable/openkm/CHANGELOG.md @@ -2,6 +2,16 @@ +## [openkm-7.0.26](https://github.com/truecharts/charts/compare/openkm-7.0.25...openkm-7.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [openkm-7.0.25](https://github.com/truecharts/apps/compare/openkm-7.0.24...openkm-7.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/openkm/Chart.yaml b/charts/stable/openkm/Chart.yaml index 47bd9fcd6fb..753f8cb8b0f 100644 --- a/charts/stable/openkm/Chart.yaml +++ b/charts/stable/openkm/Chart.yaml @@ -8,9 +8,10 @@ keywords: - openkm - documentation management - docs -home: https://github.com/truecharts/charts/tree/master/charts/stable/openkm -icon: https://truecharts.org/img/chart-icons/openkm.png +home: https://truecharts.org/docs/charts/stable/openkm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openkm.png sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openkm - https://www.openkm.com/ - https://github.com/openkm/document-management-system dependencies: diff --git a/charts/stable/openkm/README.md b/charts/stable/openkm/README.md index af1fedccf9a..74c8e7d56f1 100644 --- a/charts/stable/openkm/README.md +++ b/charts/stable/openkm/README.md @@ -1,6 +1,6 @@ # openkm -![Version: 7.0.25](https://img.shields.io/badge/Version-7.0.25-informational?style=flat-square) ![AppVersion: 6.3.11](https://img.shields.io/badge/AppVersion-6.3.11-informational?style=flat-square) +![Version: 7.0.26](https://img.shields.io/badge/Version-7.0.26-informational?style=flat-square) ![AppVersion: 6.3.11](https://img.shields.io/badge/AppVersion-6.3.11-informational?style=flat-square) OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. @@ -13,6 +13,7 @@ For more information, please click here: [openkm](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `openkm` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install openkm TrueCharts/openkm ``` @@ -49,7 +50,7 @@ helm install openkm TrueCharts/openkm **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall openkm Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install openkm TrueCharts/openkm -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/openldap/CHANGELOG.md b/charts/stable/openldap/CHANGELOG.md index 4835b4f822f..b05d7ed60b1 100644 --- a/charts/stable/openldap/CHANGELOG.md +++ b/charts/stable/openldap/CHANGELOG.md @@ -2,6 +2,16 @@ +## [openldap-7.0.26](https://github.com/truecharts/charts/compare/openldap-7.0.25...openldap-7.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [openldap-7.0.25](https://github.com/truecharts/apps/compare/openldap-7.0.24...openldap-7.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/openldap/Chart.yaml b/charts/stable/openldap/Chart.yaml index bed389faf2c..b5d48080358 100644 --- a/charts/stable/openldap/Chart.yaml +++ b/charts/stable/openldap/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Community developed LDAP software -home: https://github.com/truecharts/charts/tree/master/charts/stable/openldap -icon: https://truecharts.org/img/chart-icons/openldap.png +home: https://truecharts.org/docs/charts/stable/openldap +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openldap.png keywords: - ldap - openldap @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: openldap sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openldap - https://github.com/jp-gouin/helm-openldap - https://github.com/osixia/docker-openldap type: application diff --git a/charts/stable/openldap/README.md b/charts/stable/openldap/README.md index de75a7a5972..a7b4cad08c1 100644 --- a/charts/stable/openldap/README.md +++ b/charts/stable/openldap/README.md @@ -1,6 +1,6 @@ # openldap -![Version: 7.0.25](https://img.shields.io/badge/Version-7.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) +![Version: 7.0.26](https://img.shields.io/badge/Version-7.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) Community developed LDAP software @@ -13,6 +13,7 @@ For more information, please click here: [openldap](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `openldap` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install openldap TrueCharts/openldap ``` @@ -48,7 +49,7 @@ helm install openldap TrueCharts/openldap **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall openldap Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install openldap TrueCharts/openldap -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/openspeedtest/CHANGELOG.md b/charts/stable/openspeedtest/CHANGELOG.md index d544eadeaef..111f0aaf1dd 100644 --- a/charts/stable/openspeedtest/CHANGELOG.md +++ b/charts/stable/openspeedtest/CHANGELOG.md @@ -2,6 +2,16 @@ +## [openspeedtest-1.0.24](https://github.com/truecharts/charts/compare/openspeedtest-1.0.23...openspeedtest-1.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [openspeedtest-1.0.23](https://github.com/truecharts/apps/compare/openspeedtest-1.0.22...openspeedtest-1.0.23) (2022-07-29) ### Chore diff --git a/charts/stable/openspeedtest/Chart.yaml b/charts/stable/openspeedtest/Chart.yaml index a0790d6a0ba..cc81a1f5a6b 100644 --- a/charts/stable/openspeedtest/Chart.yaml +++ b/charts/stable/openspeedtest/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new. home: https://truecharts.org/docs/charts/stable/openspeedtest -icon: https://truecharts.org/img/chart-icons/openspeedtest.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openspeedtest.png keywords: - speedtest - speed test @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: openspeedtest sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest - https://github.com/openspeedtest/Speed-Test type: application version: 1.0.24 diff --git a/charts/stable/openspeedtest/README.md b/charts/stable/openspeedtest/README.md index a20821bd745..31ae93b3f69 100644 --- a/charts/stable/openspeedtest/README.md +++ b/charts/stable/openspeedtest/README.md @@ -1,6 +1,6 @@ # openspeedtest -![Version: 1.0.23](https://img.shields.io/badge/Version-1.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.0.24](https://img.shields.io/badge/Version-1.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new. @@ -13,6 +13,7 @@ For more information, please click here: [openspeedtest](https://truecharts.org/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `openspeedtest` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install openspeedtest TrueCharts/openspeedtest ``` @@ -47,7 +48,7 @@ helm install openspeedtest TrueCharts/openspeedtest **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall openspeedtest Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install openspeedtest TrueCharts/openspeedtest -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/openvscode-server/CHANGELOG.md b/charts/stable/openvscode-server/CHANGELOG.md index 3c1d5bf866d..2a4eb139573 100644 --- a/charts/stable/openvscode-server/CHANGELOG.md +++ b/charts/stable/openvscode-server/CHANGELOG.md @@ -2,6 +2,16 @@ +## [openvscode-server-2.0.27](https://github.com/truecharts/charts/compare/openvscode-server-2.0.26...openvscode-server-2.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [openvscode-server-2.0.26](https://github.com/truecharts/apps/compare/openvscode-server-2.0.25...openvscode-server-2.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/openvscode-server/Chart.yaml b/charts/stable/openvscode-server/Chart.yaml index 85f0383bff3..9c08bc48fc1 100644 --- a/charts/stable/openvscode-server/Chart.yaml +++ b/charts/stable/openvscode-server/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "1.69.2" description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server -icon: https://truecharts.org/img/chart-icons/openvscode-server.png +home: https://truecharts.org/docs/charts/stable/openvscode-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.png keywords: - openvscode-server sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server - https://hub.docker.com/r/linuxserver/openvscode-server dependencies: - name: common diff --git a/charts/stable/openvscode-server/README.md b/charts/stable/openvscode-server/README.md index 523be240db9..03f914963a2 100644 --- a/charts/stable/openvscode-server/README.md +++ b/charts/stable/openvscode-server/README.md @@ -1,6 +1,6 @@ # openvscode-server -![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.69.2](https://img.shields.io/badge/AppVersion-1.69.2-informational?style=flat-square) +![Version: 2.0.27](https://img.shields.io/badge/Version-2.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.69.2](https://img.shields.io/badge/AppVersion-1.69.2-informational?style=flat-square) Openvscode-server provides a version of VS Code that runs a server on a remote machine. @@ -13,6 +13,7 @@ For more information, please click here: [openvscode-server](https://truecharts. ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `openvscode-server` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install openvscode-server TrueCharts/openvscode-server ``` @@ -47,7 +48,7 @@ helm install openvscode-server TrueCharts/openvscode-server **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall openvscode-server Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install openvscode-server TrueCharts/openvscode-server -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/organizr/CHANGELOG.md b/charts/stable/organizr/CHANGELOG.md index 502dce553ac..5f684dfd4dc 100644 --- a/charts/stable/organizr/CHANGELOG.md +++ b/charts/stable/organizr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [organizr-11.0.24](https://github.com/truecharts/charts/compare/organizr-11.0.23...organizr-11.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [organizr-11.0.23](https://github.com/truecharts/apps/compare/organizr-11.0.22...organizr-11.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/organizr/Chart.yaml b/charts/stable/organizr/Chart.yaml index 1d97f93bede..e583168ea04 100644 --- a/charts/stable/organizr/Chart.yaml +++ b/charts/stable/organizr/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: HTPC/Homelab Services Organizer -home: https://github.com/truecharts/charts/tree/master/charts/stable/organizr -icon: https://truecharts.org/img/chart-icons/organizr.png +home: https://truecharts.org/docs/charts/stable/organizr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/organizr.png keywords: - organizr kubeVersion: ">=1.16.0-0" @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: organizr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/organizr - https://github.com/causefx/Organizr - https://hub.docker.com/r/organizr/organizr type: application diff --git a/charts/stable/organizr/README.md b/charts/stable/organizr/README.md index 74cbd14a61b..6575aded2e2 100644 --- a/charts/stable/organizr/README.md +++ b/charts/stable/organizr/README.md @@ -1,6 +1,6 @@ # organizr -![Version: 11.0.23](https://img.shields.io/badge/Version-11.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 11.0.24](https://img.shields.io/badge/Version-11.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) HTPC/Homelab Services Organizer @@ -13,6 +13,7 @@ For more information, please click here: [organizr](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `organizr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install organizr TrueCharts/organizr ``` @@ -48,7 +49,7 @@ helm install organizr TrueCharts/organizr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall organizr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install organizr TrueCharts/organizr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/oscam/CHANGELOG.md b/charts/stable/oscam/CHANGELOG.md index 6922710565d..e4cc9c85d71 100644 --- a/charts/stable/oscam/CHANGELOG.md +++ b/charts/stable/oscam/CHANGELOG.md @@ -2,6 +2,16 @@ +## [oscam-6.0.23](https://github.com/truecharts/charts/compare/oscam-6.0.22...oscam-6.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [oscam-6.0.22](https://github.com/truecharts/apps/compare/oscam-6.0.21...oscam-6.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/oscam/Chart.yaml b/charts/stable/oscam/Chart.yaml index b5bacaec89b..ff1c23d0990 100644 --- a/charts/stable/oscam/Chart.yaml +++ b/charts/stable/oscam/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Open Source Conditional Access Module software -home: https://github.com/truecharts/charts/tree/master/charts/stable/oscam -icon: https://truecharts.org/img/chart-icons/oscam.png +home: https://truecharts.org/docs/charts/stable/oscam +icon: https://truecharts.org/img/hotlink-ok/chart-icons/oscam.png keywords: - oscam kubeVersion: ">=1.16.0-0" @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: oscam sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/oscam - https://trac.streamboard.tv/oscam/browser/trunk type: application version: 6.0.23 diff --git a/charts/stable/oscam/README.md b/charts/stable/oscam/README.md index 93199f37a1d..c6f44f132e2 100644 --- a/charts/stable/oscam/README.md +++ b/charts/stable/oscam/README.md @@ -1,6 +1,6 @@ # oscam -![Version: 6.0.22](https://img.shields.io/badge/Version-6.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11693](https://img.shields.io/badge/AppVersion-11693-informational?style=flat-square) +![Version: 6.0.23](https://img.shields.io/badge/Version-6.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11693](https://img.shields.io/badge/AppVersion-11693-informational?style=flat-square) Open Source Conditional Access Module software @@ -13,6 +13,7 @@ For more information, please click here: [oscam](https://truecharts.org/docs/cha ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `oscam` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install oscam TrueCharts/oscam ``` @@ -47,7 +48,7 @@ helm install oscam TrueCharts/oscam **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall oscam Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install oscam TrueCharts/oscam -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/outline/CHANGELOG.md b/charts/stable/outline/CHANGELOG.md index c476cc67400..e0d113224c4 100644 --- a/charts/stable/outline/CHANGELOG.md +++ b/charts/stable/outline/CHANGELOG.md @@ -2,6 +2,16 @@ +## [outline-3.0.29](https://github.com/truecharts/charts/compare/outline-3.0.28...outline-3.0.29) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [outline-3.0.28](https://github.com/truecharts/apps/compare/outline-3.0.27...outline-3.0.28) (2022-07-28) ### Chore diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml index 4d73554cdd4..05f4470fb47 100644 --- a/charts/stable/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -14,8 +14,8 @@ dependencies: version: 3.0.48 deprecated: false description: A fast, collaborative, knowledge base for your team built using React and Node.js. -home: https://github.com/truecharts/charts/tree/master/charts/stable/outline -icon: https://truecharts.org/img/chart-icons/outline.png +home: https://truecharts.org/docs/charts/stable/outline +icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.png keywords: - outline - knowledge @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: outline sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/outline - https://github.com/outline/outline type: application version: 3.0.29 diff --git a/charts/stable/outline/README.md b/charts/stable/outline/README.md index d3f4e36d060..9bd3ff57aa9 100644 --- a/charts/stable/outline/README.md +++ b/charts/stable/outline/README.md @@ -1,6 +1,6 @@ # outline -![Version: 3.0.28](https://img.shields.io/badge/Version-3.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.65.2](https://img.shields.io/badge/AppVersion-0.65.2-informational?style=flat-square) +![Version: 3.0.29](https://img.shields.io/badge/Version-3.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.65.2](https://img.shields.io/badge/AppVersion-0.65.2-informational?style=flat-square) A fast, collaborative, knowledge base for your team built using React and Node.js. @@ -13,6 +13,7 @@ For more information, please click here: [outline](https://truecharts.org/docs/c ## Source Code +* * ## Requirements @@ -23,22 +24,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `outline` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install outline TrueCharts/outline ``` @@ -49,7 +50,7 @@ helm install outline TrueCharts/outline **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall outline Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install outline TrueCharts/outline -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/overseerr/CHANGELOG.md b/charts/stable/overseerr/CHANGELOG.md index c807134da07..4149577f607 100644 --- a/charts/stable/overseerr/CHANGELOG.md +++ b/charts/stable/overseerr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [overseerr-6.0.25](https://github.com/truecharts/charts/compare/overseerr-6.0.24...overseerr-6.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [overseerr-6.0.24](https://github.com/truecharts/apps/compare/overseerr-6.0.23...overseerr-6.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml index 6e7af579fa0..d4e04795add 100644 --- a/charts/stable/overseerr/Chart.yaml +++ b/charts/stable/overseerr/Chart.yaml @@ -4,12 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -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! -home: https://github.com/truecharts/charts/tree/master/charts/stable/overseerr -icon: https://truecharts.org/img/chart-icons/overseerr.png +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! +home: https://truecharts.org/docs/charts/stable/overseerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/overseerr.png keywords: - overseerr - plex @@ -22,6 +19,7 @@ maintainers: url: https://truecharts.org name: overseerr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/overseerr - https://github.com/sct/overseerr - https://hub.docker.com/r/sctx/overseerr version: 6.0.25 diff --git a/charts/stable/overseerr/README.md b/charts/stable/overseerr/README.md index 0ac4753166a..260bb7aa294 100644 --- a/charts/stable/overseerr/README.md +++ b/charts/stable/overseerr/README.md @@ -1,6 +1,6 @@ # overseerr -![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![AppVersion: 1.29.1](https://img.shields.io/badge/AppVersion-1.29.1-informational?style=flat-square) +![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: 1.29.1](https://img.shields.io/badge/AppVersion-1.29.1-informational?style=flat-square) 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! @@ -13,6 +13,7 @@ For more information, please click here: [overseerr](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `overseerr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install overseerr TrueCharts/overseerr ``` @@ -48,7 +49,7 @@ helm install overseerr TrueCharts/overseerr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall overseerr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install overseerr TrueCharts/overseerr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/owncast/CHANGELOG.md b/charts/stable/owncast/CHANGELOG.md index 40a21259472..219d327b6cc 100644 --- a/charts/stable/owncast/CHANGELOG.md +++ b/charts/stable/owncast/CHANGELOG.md @@ -2,6 +2,16 @@ +## [owncast-6.0.26](https://github.com/truecharts/charts/compare/owncast-6.0.25...owncast-6.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [owncast-6.0.25](https://github.com/truecharts/apps/compare/owncast-6.0.24...owncast-6.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml index c1bec764bb6..7b7189a7547 100644 --- a/charts/stable/owncast/Chart.yaml +++ b/charts/stable/owncast/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - Take control over your live stream video by running it yourself. Streaming - + chat out of the box. -home: https://github.com/truecharts/charts/tree/master/charts/stable/owncast -icon: https://truecharts.org/img/chart-icons/owncast.png +description: Take control over your live stream video by running it yourself. Streaming + chat out of the box. +home: https://truecharts.org/docs/charts/stable/owncast +icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncast.png keywords: - owncast - stream @@ -21,6 +19,7 @@ maintainers: url: https://truecharts.org name: owncast sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/owncast - https://owncast.online/ - https://github.com/owncast/owncast version: 6.0.26 diff --git a/charts/stable/owncast/README.md b/charts/stable/owncast/README.md index e0e2550bc77..28483ff11ce 100644 --- a/charts/stable/owncast/README.md +++ b/charts/stable/owncast/README.md @@ -1,6 +1,6 @@ # owncast -![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: 0.0.12](https://img.shields.io/badge/AppVersion-0.0.12-informational?style=flat-square) +![Version: 6.0.26](https://img.shields.io/badge/Version-6.0.26-informational?style=flat-square) ![AppVersion: 0.0.12](https://img.shields.io/badge/AppVersion-0.0.12-informational?style=flat-square) Take control over your live stream video by running it yourself. Streaming + chat out of the box. @@ -13,6 +13,7 @@ For more information, please click here: [owncast](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `owncast` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install owncast TrueCharts/owncast ``` @@ -48,7 +49,7 @@ helm install owncast TrueCharts/owncast **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall owncast Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install owncast TrueCharts/owncast -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/owncloud-ocis/CHANGELOG.md b/charts/stable/owncloud-ocis/CHANGELOG.md index cfef52f383a..0f6d5ae52d9 100644 --- a/charts/stable/owncloud-ocis/CHANGELOG.md +++ b/charts/stable/owncloud-ocis/CHANGELOG.md @@ -2,6 +2,16 @@ +## [owncloud-ocis-7.0.24](https://github.com/truecharts/charts/compare/owncloud-ocis-7.0.23...owncloud-ocis-7.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [owncloud-ocis-7.0.23](https://github.com/truecharts/apps/compare/owncloud-ocis-7.0.22...owncloud-ocis-7.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/owncloud-ocis/Chart.yaml b/charts/stable/owncloud-ocis/Chart.yaml index 56576d1e019..0d8d7f1fcb6 100644 --- a/charts/stable/owncloud-ocis/Chart.yaml +++ b/charts/stable/owncloud-ocis/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: ownCloud Infinite Scale is a self-hosted file sync and share server. -home: https://github.com/truecharts/charts/tree/master/charts/stable/owncloud-ocis -icon: https://truecharts.org/img/chart-icons/owncloud-ocis.png +home: https://truecharts.org/docs/charts/stable/owncloud-ocis +icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncloud-ocis.png keywords: - owncloud - ocis @@ -23,6 +23,7 @@ maintainers: url: https://truecharts.org name: owncloud-ocis sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/owncloud-ocis - https://hub.docker.com/r/owncloud/ocis - https://owncloud.dev/ocis/ version: 7.0.24 diff --git a/charts/stable/owncloud-ocis/README.md b/charts/stable/owncloud-ocis/README.md index e236ca5281d..47187dccc6b 100644 --- a/charts/stable/owncloud-ocis/README.md +++ b/charts/stable/owncloud-ocis/README.md @@ -1,6 +1,6 @@ # owncloud-ocis -![Version: 7.0.23](https://img.shields.io/badge/Version-7.0.23-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square) +![Version: 7.0.24](https://img.shields.io/badge/Version-7.0.24-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square) ownCloud Infinite Scale is a self-hosted file sync and share server. @@ -13,6 +13,7 @@ For more information, please click here: [owncloud-ocis](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `owncloud-ocis` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install owncloud-ocis TrueCharts/owncloud-ocis ``` @@ -48,7 +49,7 @@ helm install owncloud-ocis TrueCharts/owncloud-ocis **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall owncloud-ocis Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install owncloud-ocis TrueCharts/owncloud-ocis -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/paperless-ng/CHANGELOG.md b/charts/stable/paperless-ng/CHANGELOG.md index 92e1fe5fcf8..23e48b6d3f5 100644 --- a/charts/stable/paperless-ng/CHANGELOG.md +++ b/charts/stable/paperless-ng/CHANGELOG.md @@ -2,6 +2,16 @@ +## [paperless-ng-4.0.28](https://github.com/truecharts/charts/compare/paperless-ng-4.0.27...paperless-ng-4.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [paperless-ng-4.0.27](https://github.com/truecharts/apps/compare/paperless-ng-4.0.26...paperless-ng-4.0.27) (2022-07-29) ### Chore diff --git a/charts/stable/paperless-ng/Chart.yaml b/charts/stable/paperless-ng/Chart.yaml index 8ae4053c8a5..566738ee268 100644 --- a/charts/stable/paperless-ng/Chart.yaml +++ b/charts/stable/paperless-ng/Chart.yaml @@ -7,13 +7,14 @@ description: Paperless-ngx is an application by Daniel Quinn and contributors th type: application deprecated: false home: https://truecharts.org/docs/charts/stable/paperless-ng -icon: https://truecharts.org/img/chart-icons/paperless-ng.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/paperless-ng.png keywords: - paperless-ng - paperless-ngx - documents - paper sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ng - https://github.com/paperless-ngx/paperless-ngx - https://paperless-ngx.readthedocs.io/en/latest/ dependencies: diff --git a/charts/stable/paperless-ng/README.md b/charts/stable/paperless-ng/README.md index 2f7c8a88f21..aba486b71a4 100644 --- a/charts/stable/paperless-ng/README.md +++ b/charts/stable/paperless-ng/README.md @@ -1,6 +1,6 @@ # paperless-ng -![Version: 4.0.27](https://img.shields.io/badge/Version-4.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square) +![Version: 4.0.28](https://img.shields.io/badge/Version-4.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square) Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. @@ -13,6 +13,7 @@ For more information, please click here: [paperless-ng](https://truecharts.org/d ## Source Code +* * * @@ -24,22 +25,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `paperless-ng` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install paperless-ng TrueCharts/paperless-ng ``` @@ -50,7 +51,7 @@ helm install paperless-ng TrueCharts/paperless-ng **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall paperless-ng Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install paperless-ng TrueCharts/paperless-ng -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/papermerge/CHANGELOG.md b/charts/stable/papermerge/CHANGELOG.md index e6c670e22be..a612c0584d6 100644 --- a/charts/stable/papermerge/CHANGELOG.md +++ b/charts/stable/papermerge/CHANGELOG.md @@ -2,6 +2,16 @@ +## [papermerge-3.0.24](https://github.com/truecharts/charts/compare/papermerge-3.0.23...papermerge-3.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [papermerge-3.0.23](https://github.com/truecharts/apps/compare/papermerge-3.0.22...papermerge-3.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/papermerge/Chart.yaml b/charts/stable/papermerge/Chart.yaml index 180b76b6985..ce749622a1b 100644 --- a/charts/stable/papermerge/Chart.yaml +++ b/charts/stable/papermerge/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "2.0.1" description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/papermerge -icon: https://truecharts.org/img/chart-icons/papermerge.png +home: https://truecharts.org/docs/charts/stable/papermerge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.png keywords: - papermerge sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge - https://hub.docker.com/r/linuxserver/papermerge dependencies: - name: common diff --git a/charts/stable/papermerge/README.md b/charts/stable/papermerge/README.md index a9ffa1f02c1..a27eb022913 100644 --- a/charts/stable/papermerge/README.md +++ b/charts/stable/papermerge/README.md @@ -1,6 +1,6 @@ # papermerge -![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-informational?style=flat-square) +![Version: 3.0.24](https://img.shields.io/badge/Version-3.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-informational?style=flat-square) Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. @@ -13,6 +13,7 @@ For more information, please click here: [papermerge](https://truecharts.org/doc ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `papermerge` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install papermerge TrueCharts/papermerge ``` @@ -48,7 +49,7 @@ helm install papermerge TrueCharts/papermerge **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall papermerge Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install papermerge TrueCharts/papermerge -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/pgadmin/CHANGELOG.md b/charts/stable/pgadmin/CHANGELOG.md index 241d5d1287a..5a457417570 100644 --- a/charts/stable/pgadmin/CHANGELOG.md +++ b/charts/stable/pgadmin/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pgadmin-7.0.27](https://github.com/truecharts/charts/compare/pgadmin-7.0.26...pgadmin-7.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pgadmin-7.0.26](https://github.com/truecharts/apps/compare/pgadmin-7.0.25...pgadmin-7.0.26) (2022-07-28) ### Chore diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml index c0ab41f0ca4..a3fb4303585 100644 --- a/charts/stable/pgadmin/Chart.yaml +++ b/charts/stable/pgadmin/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Web-Based postgresql database management utility -home: "https://truecharts.org/docs/charts/stable/pgadmin" -icon: https://truecharts.org/img/chart-icons/pgadmin.png +home: https://truecharts.org/docs/charts/stable/pgadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.png keywords: - pgadmin - db @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: pgadmin sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin - https://www.pgadmin.org/ type: application version: 7.0.27 diff --git a/charts/stable/pgadmin/README.md b/charts/stable/pgadmin/README.md index 5f5fb808628..91c33892f60 100644 --- a/charts/stable/pgadmin/README.md +++ b/charts/stable/pgadmin/README.md @@ -1,6 +1,6 @@ # pgadmin -![Version: 7.0.26](https://img.shields.io/badge/Version-7.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.12](https://img.shields.io/badge/AppVersion-6.12-informational?style=flat-square) +![Version: 7.0.27](https://img.shields.io/badge/Version-7.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.12](https://img.shields.io/badge/AppVersion-6.12-informational?style=flat-square) Web-Based postgresql database management utility @@ -13,6 +13,7 @@ For more information, please click here: [pgadmin](https://truecharts.org/docs/c ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pgadmin` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pgadmin TrueCharts/pgadmin ``` @@ -47,7 +48,7 @@ helm install pgadmin TrueCharts/pgadmin **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall pgadmin Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pgadmin TrueCharts/pgadmin -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/photoprism/CHANGELOG.md b/charts/stable/photoprism/CHANGELOG.md index 3c41ec6e7b9..8d4f27e7c84 100644 --- a/charts/stable/photoprism/CHANGELOG.md +++ b/charts/stable/photoprism/CHANGELOG.md @@ -2,6 +2,16 @@ +## [photoprism-10.0.31](https://github.com/truecharts/charts/compare/photoprism-10.0.30...photoprism-10.0.31) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [photoprism-10.0.30](https://github.com/truecharts/apps/compare/photoprism-10.0.29...photoprism-10.0.30) (2022-07-29) ### Chore diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 9fe67e5d52d..5e4d1f7b467 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -8,11 +8,9 @@ dependencies: name: mariadb repository: https://charts.truecharts.org/ version: 3.0.49 -description: - "PhotoPrism\xC2\xAE is a server-based application for browsing, organizing\ - \ and sharing your personal photo collection" +description: "PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection" home: https://truecharts.org/docs/charts/stable/photoprism -icon: https://truecharts.org/img/chart-icons/photoprism.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.png keywords: - photos - photoprism @@ -25,6 +23,7 @@ maintainers: url: https://truecharts.org name: photoprism sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism version: 10.0.31 diff --git a/charts/stable/photoprism/README.md b/charts/stable/photoprism/README.md index 7d2de4ec4be..cdc501b250e 100644 --- a/charts/stable/photoprism/README.md +++ b/charts/stable/photoprism/README.md @@ -1,6 +1,6 @@ # photoprism -![Version: 10.0.30](https://img.shields.io/badge/Version-10.0.30-informational?style=flat-square) ![AppVersion: 220728](https://img.shields.io/badge/AppVersion-220728-informational?style=flat-square) +![Version: 10.0.31](https://img.shields.io/badge/Version-10.0.31-informational?style=flat-square) ![AppVersion: 220728](https://img.shields.io/badge/AppVersion-220728-informational?style=flat-square) PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection @@ -13,6 +13,7 @@ For more information, please click here: [photoprism](https://truecharts.org/doc ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `photoprism` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install photoprism TrueCharts/photoprism ``` @@ -49,7 +50,7 @@ helm install photoprism TrueCharts/photoprism **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall photoprism Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install photoprism TrueCharts/photoprism -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/photoshow/CHANGELOG.md b/charts/stable/photoshow/CHANGELOG.md index ce5028e8228..4958032b0a5 100644 --- a/charts/stable/photoshow/CHANGELOG.md +++ b/charts/stable/photoshow/CHANGELOG.md @@ -2,6 +2,16 @@ +## [photoshow-3.0.23](https://github.com/truecharts/charts/compare/photoshow-3.0.22...photoshow-3.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [photoshow-3.0.22](https://github.com/truecharts/apps/compare/photoshow-3.0.21...photoshow-3.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/photoshow/Chart.yaml b/charts/stable/photoshow/Chart.yaml index e30457ed48e..42559b9e5af 100644 --- a/charts/stable/photoshow/Chart.yaml +++ b/charts/stable/photoshow/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: A gallery software at its easiest, it doesn't even require a database. -home: https://github.com/truecharts/charts/tree/master/charts/stable/photoshow -icon: https://truecharts.org/img/chart-icons/photoshow.png +home: https://truecharts.org/docs/charts/stable/photoshow +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoshow.png keywords: - photoshow - photo @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: photoshow sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/photoshow - https://github.com/thibaud-rohmer/PhotoShow - https://github.com/linuxserver/docker-photoshow type: application diff --git a/charts/stable/photoshow/README.md b/charts/stable/photoshow/README.md index b5900c1e1d3..1279b3a2302 100644 --- a/charts/stable/photoshow/README.md +++ b/charts/stable/photoshow/README.md @@ -1,6 +1,6 @@ # photoshow -![Version: 3.0.22](https://img.shields.io/badge/Version-3.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 48aabb98](https://img.shields.io/badge/AppVersion-48aabb98-informational?style=flat-square) +![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 48aabb98](https://img.shields.io/badge/AppVersion-48aabb98-informational?style=flat-square) A gallery software at its easiest, it doesn't even require a database. @@ -13,6 +13,7 @@ For more information, please click here: [photoshow](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `photoshow` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install photoshow TrueCharts/photoshow ``` @@ -48,7 +49,7 @@ helm install photoshow TrueCharts/photoshow **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall photoshow Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install photoshow TrueCharts/photoshow -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/photoview/CHANGELOG.md b/charts/stable/photoview/CHANGELOG.md index 88d05b2e799..49e12ea4d8b 100644 --- a/charts/stable/photoview/CHANGELOG.md +++ b/charts/stable/photoview/CHANGELOG.md @@ -2,6 +2,16 @@ +## [photoview-4.0.26](https://github.com/truecharts/charts/compare/photoview-4.0.25...photoview-4.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [photoview-4.0.25](https://github.com/truecharts/apps/compare/photoview-4.0.24...photoview-4.0.25) (2022-07-27) ### Chore diff --git a/charts/stable/photoview/Chart.yaml b/charts/stable/photoview/Chart.yaml index 7af3a57fc70..e5a77ac1e12 100644 --- a/charts/stable/photoview/Chart.yaml +++ b/charts/stable/photoview/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 8.0.50 description: Photoview is a simple and user-friendly photo gallery. -home: https://github.com/truecharts/charts/tree/master/charts/stable/photoview -icon: https://truecharts.org/img/chart-icons/photoview.png +home: https://truecharts.org/docs/charts/stable/photoview +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.png keywords: - photo - gallery @@ -21,6 +21,7 @@ maintainers: url: https://truecharts.org name: photoview sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/photoview - https://github.com/photoview/photoview - https://hub.docker.com/r/viktorstrate/photoview version: 4.0.26 diff --git a/charts/stable/photoview/README.md b/charts/stable/photoview/README.md index 5529198cb37..0bd5cf9af3b 100644 --- a/charts/stable/photoview/README.md +++ b/charts/stable/photoview/README.md @@ -1,6 +1,6 @@ # photoview -![Version: 4.0.25](https://img.shields.io/badge/Version-4.0.25-informational?style=flat-square) ![AppVersion: 2.3.13](https://img.shields.io/badge/AppVersion-2.3.13-informational?style=flat-square) +![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![AppVersion: 2.3.13](https://img.shields.io/badge/AppVersion-2.3.13-informational?style=flat-square) Photoview is a simple and user-friendly photo gallery. @@ -13,6 +13,7 @@ For more information, please click here: [photoview](https://truecharts.org/docs ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `photoview` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install photoview TrueCharts/photoview ``` @@ -49,7 +50,7 @@ helm install photoview TrueCharts/photoview **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall photoview Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install photoview TrueCharts/photoview -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/phpldapadmin/CHANGELOG.md b/charts/stable/phpldapadmin/CHANGELOG.md index 9d7aba6c0a6..91b97ede9ab 100644 --- a/charts/stable/phpldapadmin/CHANGELOG.md +++ b/charts/stable/phpldapadmin/CHANGELOG.md @@ -2,6 +2,16 @@ +## [phpldapadmin-6.0.25](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.24...phpldapadmin-6.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [phpldapadmin-6.0.24](https://github.com/truecharts/apps/compare/phpldapadmin-6.0.23...phpldapadmin-6.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/phpldapadmin/Chart.yaml b/charts/stable/phpldapadmin/Chart.yaml index 8374c4e1c27..9593ab18a0d 100644 --- a/charts/stable/phpldapadmin/Chart.yaml +++ b/charts/stable/phpldapadmin/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Web-based LDAP browser to manage your LDAP server -home: https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin -icon: https://truecharts.org/img/chart-icons/phpldapadmin.png +home: https://truecharts.org/docs/charts/stable/phpldapadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpldapadmin.png keywords: - phpldapadmin - openldap @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: phpldapadmin sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog type: application version: 6.0.25 diff --git a/charts/stable/phpldapadmin/README.md b/charts/stable/phpldapadmin/README.md index a981e9a907a..5eabdc670f7 100644 --- a/charts/stable/phpldapadmin/README.md +++ b/charts/stable/phpldapadmin/README.md @@ -1,6 +1,6 @@ # phpldapadmin -![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square) +![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square) Web-based LDAP browser to manage your LDAP server @@ -13,6 +13,7 @@ For more information, please click here: [phpldapadmin](https://truecharts.org/d ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `phpldapadmin` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install phpldapadmin TrueCharts/phpldapadmin ``` @@ -47,7 +48,7 @@ helm install phpldapadmin TrueCharts/phpldapadmin **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall phpldapadmin Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install phpldapadmin TrueCharts/phpldapadmin -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/piaware/CHANGELOG.md b/charts/stable/piaware/CHANGELOG.md index 54786e29d6c..adc01e38f96 100644 --- a/charts/stable/piaware/CHANGELOG.md +++ b/charts/stable/piaware/CHANGELOG.md @@ -2,6 +2,16 @@ +## [piaware-6.0.27](https://github.com/truecharts/charts/compare/piaware-6.0.26...piaware-6.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [piaware-6.0.26](https://github.com/truecharts/apps/compare/piaware-6.0.25...piaware-6.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/piaware/Chart.yaml b/charts/stable/piaware/Chart.yaml index eef24bfbcbd..9943f6b894c 100644 --- a/charts/stable/piaware/Chart.yaml +++ b/charts/stable/piaware/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Program for forwarding ADS-B data to FlightAware -home: https://github.com/truecharts/charts/tree/master/charts/stable/piaware -icon: https://truecharts.org/img/chart-icons/piaware.png +home: https://truecharts.org/docs/charts/stable/piaware +icon: https://truecharts.org/img/hotlink-ok/chart-icons/piaware.png keywords: - piaware - flight-aware @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: piaware sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/piaware - https://github.com/flightaware/piaware version: 6.0.27 annotations: diff --git a/charts/stable/piaware/README.md b/charts/stable/piaware/README.md index fb90c4df32c..3ab47149191 100644 --- a/charts/stable/piaware/README.md +++ b/charts/stable/piaware/README.md @@ -1,6 +1,6 @@ # piaware -![Version: 6.0.26](https://img.shields.io/badge/Version-6.0.26-informational?style=flat-square) ![AppVersion: 7.2](https://img.shields.io/badge/AppVersion-7.2-informational?style=flat-square) +![Version: 6.0.27](https://img.shields.io/badge/Version-6.0.27-informational?style=flat-square) ![AppVersion: 7.2](https://img.shields.io/badge/AppVersion-7.2-informational?style=flat-square) Program for forwarding ADS-B data to FlightAware @@ -13,6 +13,7 @@ For more information, please click here: [piaware](https://truecharts.org/docs/c ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `piaware` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install piaware TrueCharts/piaware ``` @@ -47,7 +48,7 @@ helm install piaware TrueCharts/piaware **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall piaware Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install piaware TrueCharts/piaware -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/picoshare/CHANGELOG.md b/charts/stable/picoshare/CHANGELOG.md index bc4c6d1f2ae..d48e0329503 100644 --- a/charts/stable/picoshare/CHANGELOG.md +++ b/charts/stable/picoshare/CHANGELOG.md @@ -2,6 +2,16 @@ +## [picoshare-2.0.24](https://github.com/truecharts/charts/compare/picoshare-2.0.23...picoshare-2.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [picoshare-2.0.23](https://github.com/truecharts/apps/compare/picoshare-2.0.22...picoshare-2.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/picoshare/Chart.yaml b/charts/stable/picoshare/Chart.yaml index fd94095d058..956f2d4f3c4 100644 --- a/charts/stable/picoshare/Chart.yaml +++ b/charts/stable/picoshare/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: PicoShare is a minimalist service that allows you to share files easily. -home: https://github.com/truecharts/charts/tree/master/charts/stable/picoshare -icon: https://truecharts.org/img/chart-icons/picoshare.png +home: https://truecharts.org/docs/charts/stable/picoshare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.png keywords: - picoshare kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: picoshare sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/picoshare - https://github.com/mtlynch/picoshare - https://hub.docker.com/r/mtlynch/picoshare version: 2.0.24 diff --git a/charts/stable/picoshare/README.md b/charts/stable/picoshare/README.md index be39e14fe55..a70c2e15489 100644 --- a/charts/stable/picoshare/README.md +++ b/charts/stable/picoshare/README.md @@ -1,6 +1,6 @@ # picoshare -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![AppVersion: 1.1.7](https://img.shields.io/badge/AppVersion-1.1.7-informational?style=flat-square) +![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![AppVersion: 1.1.7](https://img.shields.io/badge/AppVersion-1.1.7-informational?style=flat-square) PicoShare is a minimalist service that allows you to share files easily. @@ -13,6 +13,7 @@ For more information, please click here: [picoshare](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `picoshare` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install picoshare TrueCharts/picoshare ``` @@ -48,7 +49,7 @@ helm install picoshare TrueCharts/picoshare **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall picoshare Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install picoshare TrueCharts/picoshare -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/pidgin/CHANGELOG.md b/charts/stable/pidgin/CHANGELOG.md index 21f77f5b169..ec1d56f6e23 100644 --- a/charts/stable/pidgin/CHANGELOG.md +++ b/charts/stable/pidgin/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pidgin-2.0.23](https://github.com/truecharts/charts/compare/pidgin-2.0.22...pidgin-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pidgin-2.0.22](https://github.com/truecharts/apps/compare/pidgin-2.0.21...pidgin-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/pidgin/Chart.yaml b/charts/stable/pidgin/Chart.yaml index 91536005fa9..1ded80a3087 100644 --- a/charts/stable/pidgin/Chart.yaml +++ b/charts/stable/pidgin/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "2.14.8" description: Pidgin is a chat program which lets you log into accounts on multiple chat networks simultaneously. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/pidgin -icon: https://truecharts.org/img/chart-icons/pidgin.png +home: https://truecharts.org/docs/charts/stable/pidgin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pidgin.png keywords: - pidgin sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pidgin - https://hub.docker.com/r/linuxserver/pidgin dependencies: - name: common diff --git a/charts/stable/pidgin/README.md b/charts/stable/pidgin/README.md index 25ae72eef8d..1e959f65256 100644 --- a/charts/stable/pidgin/README.md +++ b/charts/stable/pidgin/README.md @@ -1,6 +1,6 @@ # pidgin -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.14.8](https://img.shields.io/badge/AppVersion-2.14.8-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.14.8](https://img.shields.io/badge/AppVersion-2.14.8-informational?style=flat-square) Pidgin is a chat program which lets you log into accounts on multiple chat networks simultaneously. @@ -13,6 +13,7 @@ For more information, please click here: [pidgin](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pidgin` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pidgin TrueCharts/pidgin ``` @@ -47,7 +48,7 @@ helm install pidgin TrueCharts/pidgin **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall pidgin Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pidgin TrueCharts/pidgin -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/pihole/CHANGELOG.md b/charts/stable/pihole/CHANGELOG.md index cc3c07190a0..ad689a0de0e 100644 --- a/charts/stable/pihole/CHANGELOG.md +++ b/charts/stable/pihole/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pihole-6.0.28](https://github.com/truecharts/charts/compare/pihole-6.0.27...pihole-6.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pihole-6.0.27](https://github.com/truecharts/apps/compare/pihole-6.0.26...pihole-6.0.27) (2022-07-26) ### Chore diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index a52682aa87a..2514e2ae067 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: DNS and Ad-filtering for your network -home: https://github.com/truecharts/charts/tree/master/charts/stable/pihole -icon: https://truecharts.org/img/chart-icons/pihole.png +home: https://truecharts.org/docs/charts/stable/pihole +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png keywords: - DNS kubeVersion: ">=1.16.0-0" @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: pihole sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pihole - https://pi-hole.net/ - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole diff --git a/charts/stable/pihole/README.md b/charts/stable/pihole/README.md index af6f4e151df..0b37babc350 100644 --- a/charts/stable/pihole/README.md +++ b/charts/stable/pihole/README.md @@ -1,6 +1,6 @@ # pihole -![Version: 6.0.27](https://img.shields.io/badge/Version-6.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.07.1](https://img.shields.io/badge/AppVersion-2022.07.1-informational?style=flat-square) +![Version: 6.0.28](https://img.shields.io/badge/Version-6.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.07.1](https://img.shields.io/badge/AppVersion-2022.07.1-informational?style=flat-square) DNS and Ad-filtering for your network @@ -13,6 +13,7 @@ For more information, please click here: [pihole](https://truecharts.org/docs/ch ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pihole` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pihole TrueCharts/pihole ``` @@ -49,7 +50,7 @@ helm install pihole TrueCharts/pihole **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall pihole Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pihole TrueCharts/pihole -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/pinry/CHANGELOG.md b/charts/stable/pinry/CHANGELOG.md index d1c69725404..fdfa23dadb6 100644 --- a/charts/stable/pinry/CHANGELOG.md +++ b/charts/stable/pinry/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pinry-2.0.24](https://github.com/truecharts/charts/compare/pinry-2.0.23...pinry-2.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pinry-2.0.23](https://github.com/truecharts/apps/compare/pinry-2.0.22...pinry-2.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/pinry/Chart.yaml b/charts/stable/pinry/Chart.yaml index 83be8f17194..834be98acf3 100644 --- a/charts/stable/pinry/Chart.yaml +++ b/charts/stable/pinry/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. -home: https://github.com/truecharts/charts/tree/master/charts/stable/pinry -icon: https://truecharts.org/img/chart-icons/pinry.png +home: https://truecharts.org/docs/charts/stable/pinry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.png keywords: - pinry kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: pinry sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pinry - https://github.com/pinry/pinry/ version: 2.0.24 annotations: diff --git a/charts/stable/pinry/README.md b/charts/stable/pinry/README.md index 49b102b17d5..4f9e7d24259 100644 --- a/charts/stable/pinry/README.md +++ b/charts/stable/pinry/README.md @@ -1,6 +1,6 @@ # pinry -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![AppVersion: 2.1.12](https://img.shields.io/badge/AppVersion-2.1.12-informational?style=flat-square) +![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![AppVersion: 2.1.12](https://img.shields.io/badge/AppVersion-2.1.12-informational?style=flat-square) The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. @@ -13,6 +13,7 @@ For more information, please click here: [pinry](https://truecharts.org/docs/cha ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pinry` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pinry TrueCharts/pinry ``` @@ -47,7 +48,7 @@ helm install pinry TrueCharts/pinry **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall pinry Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pinry TrueCharts/pinry -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/pixapop/CHANGELOG.md b/charts/stable/pixapop/CHANGELOG.md index 9eb0fb13e9e..cde80e36541 100644 --- a/charts/stable/pixapop/CHANGELOG.md +++ b/charts/stable/pixapop/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pixapop-3.0.23](https://github.com/truecharts/charts/compare/pixapop-3.0.22...pixapop-3.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pixapop-3.0.22](https://github.com/truecharts/apps/compare/pixapop-3.0.21...pixapop-3.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/pixapop/Chart.yaml b/charts/stable/pixapop/Chart.yaml index e1d030a4ac7..39cc00a53c5 100644 --- a/charts/stable/pixapop/Chart.yaml +++ b/charts/stable/pixapop/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - An open-source single page application to view your photos in the easiest - way possible. -home: https://github.com/truecharts/charts/tree/master/charts/stable/pixapop -icon: https://truecharts.org/img/chart-icons/pixapop.png +description: An open-source single page application to view your photos in the easiest way possible. +home: https://truecharts.org/docs/charts/stable/pixapop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixapop.png keywords: - pixapop - photo @@ -21,6 +19,7 @@ maintainers: url: https://truecharts.org name: pixapop sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pixapop - https://github.com/linuxserver/docker-pixapop - https://github.com/bierdok/pixapop type: application diff --git a/charts/stable/pixapop/README.md b/charts/stable/pixapop/README.md index 295a01bc9ad..f8ae81cab76 100644 --- a/charts/stable/pixapop/README.md +++ b/charts/stable/pixapop/README.md @@ -1,6 +1,6 @@ # pixapop -![Version: 3.0.22](https://img.shields.io/badge/Version-3.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2](https://img.shields.io/badge/AppVersion-1.2-informational?style=flat-square) +![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2](https://img.shields.io/badge/AppVersion-1.2-informational?style=flat-square) An open-source single page application to view your photos in the easiest way possible. @@ -13,6 +13,7 @@ For more information, please click here: [pixapop](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pixapop` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pixapop TrueCharts/pixapop ``` @@ -48,7 +49,7 @@ helm install pixapop TrueCharts/pixapop **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall pixapop Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pixapop TrueCharts/pixapop -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/plex/CHANGELOG.md b/charts/stable/plex/CHANGELOG.md index 561880b951b..686971698cc 100644 --- a/charts/stable/plex/CHANGELOG.md +++ b/charts/stable/plex/CHANGELOG.md @@ -2,6 +2,16 @@ +## [plex-10.0.28](https://github.com/truecharts/charts/compare/plextraktsync-0.0.15...plex-10.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [plex-10.0.27](https://github.com/truecharts/apps/compare/owi2plex-0.0.13...plex-10.0.27) (2022-07-26) ### Chore diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index 13db15b23f1..df1db609cad 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Plex Media Server -home: https://github.com/truecharts/charts/tree/master/charts/stable/plex -icon: https://truecharts.org/img/chart-icons/plex.png +home: https://truecharts.org/docs/charts/stable/plex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.png keywords: - plex - plex-media-server @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: plex sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/plex - https://github.com/k8s-at-home/container-images/pkgs/container/plex type: application version: 10.0.28 diff --git a/charts/stable/plex/README.md b/charts/stable/plex/README.md index f4818339324..f1237e118c1 100644 --- a/charts/stable/plex/README.md +++ b/charts/stable/plex/README.md @@ -1,6 +1,6 @@ # plex -![Version: 10.0.27](https://img.shields.io/badge/Version-10.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.27.2.592](https://img.shields.io/badge/AppVersion-1.27.2.592-informational?style=flat-square) +![Version: 10.0.28](https://img.shields.io/badge/Version-10.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.27.2.592](https://img.shields.io/badge/AppVersion-1.27.2.592-informational?style=flat-square) Plex Media Server @@ -13,6 +13,7 @@ For more information, please click here: [plex](https://truecharts.org/docs/char ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `plex` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install plex TrueCharts/plex ``` @@ -47,7 +48,7 @@ helm install plex TrueCharts/plex **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall plex Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install plex TrueCharts/plex -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/podgrab/CHANGELOG.md b/charts/stable/podgrab/CHANGELOG.md index 582b9647878..ccc1a6894ee 100644 --- a/charts/stable/podgrab/CHANGELOG.md +++ b/charts/stable/podgrab/CHANGELOG.md @@ -2,6 +2,16 @@ +## [podgrab-10.0.26](https://github.com/truecharts/charts/compare/podgrab-10.0.25...podgrab-10.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [podgrab-10.0.25](https://github.com/truecharts/apps/compare/podgrab-10.0.24...podgrab-10.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/podgrab/Chart.yaml b/charts/stable/podgrab/Chart.yaml index 3c2c810c8ef..e368bcf89fc 100644 --- a/charts/stable/podgrab/Chart.yaml +++ b/charts/stable/podgrab/Chart.yaml @@ -5,11 +5,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - A self-hosted podcast manager to download episodes as soon as they become - live. -home: https://github.com/truecharts/charts/tree/master/charts/stable/podgrab -icon: https://truecharts.org/img/chart-icons/podgrab.png +description: A self-hosted podcast manager to download episodes as soon as they become live. +home: https://truecharts.org/docs/charts/stable/podgrab +icon: https://truecharts.org/img/hotlink-ok/chart-icons/podgrab.png keywords: - podgrab kubeVersion: ">=1.16.0-0" @@ -19,6 +17,7 @@ maintainers: url: https://truecharts.org name: podgrab sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/podgrab - https://github.com/akhilrex/podgrab - https://hub.docker.com/r/akhilrex/podgrab type: application diff --git a/charts/stable/podgrab/README.md b/charts/stable/podgrab/README.md index e51a9fc831d..07bc9235020 100644 --- a/charts/stable/podgrab/README.md +++ b/charts/stable/podgrab/README.md @@ -1,6 +1,6 @@ # podgrab -![Version: 10.0.25](https://img.shields.io/badge/Version-10.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 10.0.26](https://img.shields.io/badge/Version-10.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) A self-hosted podcast manager to download episodes as soon as they become live. @@ -13,6 +13,7 @@ For more information, please click here: [podgrab](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `podgrab` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install podgrab TrueCharts/podgrab ``` @@ -48,7 +49,7 @@ helm install podgrab TrueCharts/podgrab **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall podgrab Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install podgrab TrueCharts/podgrab -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/pretend-youre-xyzzy/CHANGELOG.md b/charts/stable/pretend-youre-xyzzy/CHANGELOG.md index abedfffb90a..4b6be92be5a 100644 --- a/charts/stable/pretend-youre-xyzzy/CHANGELOG.md +++ b/charts/stable/pretend-youre-xyzzy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pretend-youre-xyzzy-6.0.26](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.25...pretend-youre-xyzzy-6.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pretend-youre-xyzzy-6.0.25](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-6.0.24...pretend-youre-xyzzy-6.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml index d293314d5ac..6f1f12dd061 100644 --- a/charts/stable/pretend-youre-xyzzy/Chart.yaml +++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: pretend-youre-xyzzy, a cards against humanity clone -home: https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy -icon: https://truecharts.org/img/chart-icons/pretend-youre-xyzzy.png +home: https://truecharts.org/docs/charts/stable/pretend-youre-xyzzy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.png keywords: - pretend-youre-xyzzy - cards @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: pretend-youre-xyzzy sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy - https://github.com/ajanata/PretendYoureXyzzy - https://github.com/emcniece/DockerYourXyzzy version: 6.0.26 diff --git a/charts/stable/pretend-youre-xyzzy/README.md b/charts/stable/pretend-youre-xyzzy/README.md index 82a4ada2719..c4f9ddf8ca1 100644 --- a/charts/stable/pretend-youre-xyzzy/README.md +++ b/charts/stable/pretend-youre-xyzzy/README.md @@ -1,6 +1,6 @@ # pretend-youre-xyzzy -![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: 4](https://img.shields.io/badge/AppVersion-4-informational?style=flat-square) +![Version: 6.0.26](https://img.shields.io/badge/Version-6.0.26-informational?style=flat-square) ![AppVersion: 4](https://img.shields.io/badge/AppVersion-4-informational?style=flat-square) pretend-youre-xyzzy, a cards against humanity clone @@ -13,6 +13,7 @@ For more information, please click here: [pretend-youre-xyzzy](https://truechart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pretend-youre-xyzzy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pretend-youre-xyzzy TrueCharts/pretend-youre-xyzzy ``` @@ -48,7 +49,7 @@ helm install pretend-youre-xyzzy TrueCharts/pretend-youre-xyzzy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall pretend-youre-xyzzy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pretend-youre-xyzzy TrueCharts/pretend-youre-xyzzy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/projectsend/CHANGELOG.md b/charts/stable/projectsend/CHANGELOG.md index b1446702106..4bf40f78517 100644 --- a/charts/stable/projectsend/CHANGELOG.md +++ b/charts/stable/projectsend/CHANGELOG.md @@ -2,6 +2,16 @@ +## [projectsend-3.0.26](https://github.com/truecharts/charts/compare/projectsend-3.0.25...projectsend-3.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [projectsend-3.0.25](https://github.com/truecharts/apps/compare/projectsend-3.0.24...projectsend-3.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/projectsend/Chart.yaml b/charts/stable/projectsend/Chart.yaml index fa7d16223cc..de32fb7ac60 100644 --- a/charts/stable/projectsend/Chart.yaml +++ b/charts/stable/projectsend/Chart.yaml @@ -6,10 +6,10 @@ appVersion: "2021.12.10" description: Projectsend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/projectsend -icon: https://truecharts.org/img/chart-icons/projectsend.png - - projectsend +home: https://truecharts.org/docs/charts/stable/projectsend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.png - projectsend sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend - https://hub.docker.com/r/linuxserver/projectsend dependencies: - name: common diff --git a/charts/stable/projectsend/README.md b/charts/stable/projectsend/README.md index f010785e3c1..d1d0e319737 100644 --- a/charts/stable/projectsend/README.md +++ b/charts/stable/projectsend/README.md @@ -1,6 +1,6 @@ # projectsend -![Version: 3.0.25](https://img.shields.io/badge/Version-3.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.12.10](https://img.shields.io/badge/AppVersion-2021.12.10-informational?style=flat-square) +![Version: 3.0.26](https://img.shields.io/badge/Version-3.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.12.10](https://img.shields.io/badge/AppVersion-2021.12.10-informational?style=flat-square) Projectsend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. @@ -13,6 +13,7 @@ For more information, please click here: [projectsend](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `projectsend` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install projectsend TrueCharts/projectsend ``` @@ -48,7 +49,7 @@ helm install projectsend TrueCharts/projectsend **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall projectsend Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install projectsend TrueCharts/projectsend -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/promcord/CHANGELOG.md b/charts/stable/promcord/CHANGELOG.md index 180a0bfc1be..ae49e3417a2 100644 --- a/charts/stable/promcord/CHANGELOG.md +++ b/charts/stable/promcord/CHANGELOG.md @@ -2,6 +2,16 @@ +## [promcord-4.0.27](https://github.com/truecharts/charts/compare/promcord-4.0.26...promcord-4.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [promcord-4.0.26](https://github.com/truecharts/apps/compare/promcord-4.0.25...promcord-4.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/promcord/Chart.yaml b/charts/stable/promcord/Chart.yaml index 8926d3f7df0..0c7c1bef709 100644 --- a/charts/stable/promcord/Chart.yaml +++ b/charts/stable/promcord/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Discord bot that provides metrics from a Discord server -icon: https://truecharts.org/img/chart-icons/promcord.png -home: https://github.com/truecharts/charts/tree/master/charts/stable/promcord +icon: https://truecharts.org/img/hotlink-ok/chart-icons/promcord.png +home: https://truecharts.org/docs/charts/stable/promcord keywords: - promcord - discord @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: promcord sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/promcord - https://github.com/nimarion/promcord type: application version: 4.0.27 diff --git a/charts/stable/promcord/README.md b/charts/stable/promcord/README.md index 795c93c965d..1f34b0a77e1 100644 --- a/charts/stable/promcord/README.md +++ b/charts/stable/promcord/README.md @@ -1,6 +1,6 @@ # promcord -![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 4.0.27](https://img.shields.io/badge/Version-4.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Discord bot that provides metrics from a Discord server @@ -13,6 +13,7 @@ For more information, please click here: [promcord](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `promcord` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install promcord TrueCharts/promcord ``` @@ -47,7 +48,7 @@ helm install promcord TrueCharts/promcord **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall promcord Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install promcord TrueCharts/promcord -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/prometheus/CHANGELOG.md b/charts/stable/prometheus/CHANGELOG.md index 44478e28db0..c604bdbfed2 100644 --- a/charts/stable/prometheus/CHANGELOG.md +++ b/charts/stable/prometheus/CHANGELOG.md @@ -2,6 +2,17 @@ +## [prometheus-4.0.55](https://github.com/truecharts/charts/compare/prometheus-4.0.53...prometheus-4.0.55) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [prometheus-4.0.53](https://github.com/truecharts/apps/compare/prometheus-4.0.52...prometheus-4.0.53) (2022-07-30) ### Chore diff --git a/charts/stable/prometheus/Chart.yaml b/charts/stable/prometheus/Chart.yaml index 7ccaa0f49f5..d8bdb948c6b 100644 --- a/charts/stable/prometheus/Chart.yaml +++ b/charts/stable/prometheus/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.1.5 deprecated: false 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. -icon: https://truecharts.org/img/chart-icons/prometheus.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png home: https://truecharts.org/docs/charts/stable/prometheus keywords: - metrics @@ -25,6 +25,7 @@ maintainers: url: https://truecharts.org name: prometheus sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/prometheus - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application diff --git a/charts/stable/prometheus/README.md b/charts/stable/prometheus/README.md index cb60b6ea9bd..cda03663fb1 100644 --- a/charts/stable/prometheus/README.md +++ b/charts/stable/prometheus/README.md @@ -1,6 +1,6 @@ # prometheus -![Version: 4.0.53](https://img.shields.io/badge/Version-4.0.53-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.58.0](https://img.shields.io/badge/AppVersion-0.58.0-informational?style=flat-square) +![Version: 4.0.55](https://img.shields.io/badge/Version-4.0.55-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.58.0](https://img.shields.io/badge/AppVersion-0.58.0-informational?style=flat-square) 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. @@ -13,6 +13,7 @@ For more information, please click here: [prometheus](https://truecharts.org/doc ## Source Code +* * * @@ -24,22 +25,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | kube-state-metrics | 3.1.1 | -| https://charts.bitnami.com/bitnami | node-exporter | 3.0.4 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.bitnami.com/bitnami | kube-state-metrics | 3.1.5 | +| https://charts.bitnami.com/bitnami | node-exporter | 3.0.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `prometheus` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install prometheus TrueCharts/prometheus ``` @@ -50,7 +51,7 @@ helm install prometheus TrueCharts/prometheus **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall prometheus Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install prometheus TrueCharts/prometheus -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/protonmail-bridge/CHANGELOG.md b/charts/stable/protonmail-bridge/CHANGELOG.md index 43fc548bbd3..5eb9b043b9d 100644 --- a/charts/stable/protonmail-bridge/CHANGELOG.md +++ b/charts/stable/protonmail-bridge/CHANGELOG.md @@ -2,6 +2,16 @@ +## [protonmail-bridge-6.0.24](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.23...protonmail-bridge-6.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [protonmail-bridge-6.0.23](https://github.com/truecharts/apps/compare/protonmail-bridge-6.0.22...protonmail-bridge-6.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index 5757b14467f..aa296011667 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Container for protonmail bridge to work on the network. -home: https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge -icon: https://truecharts.org/img/chart-icons/protonmail-bridge.png +home: https://truecharts.org/docs/charts/stable/protonmail-bridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.png keywords: - protonmail - protonmail-bridge @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: protonmail-bridge sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge - https://github.com/shenxn/protonmail-bridge-docker - https://hub.docker.com/r/shenxn/protonmail-bridge version: 6.0.24 diff --git a/charts/stable/protonmail-bridge/README.md b/charts/stable/protonmail-bridge/README.md index a252a0a2fe6..5aa286434ca 100644 --- a/charts/stable/protonmail-bridge/README.md +++ b/charts/stable/protonmail-bridge/README.md @@ -1,6 +1,6 @@ # protonmail-bridge -![Version: 6.0.23](https://img.shields.io/badge/Version-6.0.23-informational?style=flat-square) ![AppVersion: 1.8.10](https://img.shields.io/badge/AppVersion-1.8.10-informational?style=flat-square) +![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![AppVersion: 1.8.10](https://img.shields.io/badge/AppVersion-1.8.10-informational?style=flat-square) Container for protonmail bridge to work on the network. @@ -13,6 +13,7 @@ For more information, please click here: [protonmail-bridge](https://truecharts. ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `protonmail-bridge` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install protonmail-bridge TrueCharts/protonmail-bridge ``` @@ -48,7 +49,7 @@ helm install protonmail-bridge TrueCharts/protonmail-bridge **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall protonmail-bridge Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install protonmail-bridge TrueCharts/protonmail-bridge -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/prowlarr/CHANGELOG.md b/charts/stable/prowlarr/CHANGELOG.md index 3409c7db806..73992256db4 100644 --- a/charts/stable/prowlarr/CHANGELOG.md +++ b/charts/stable/prowlarr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [prowlarr-6.0.26](https://github.com/truecharts/charts/compare/prowlarr-6.0.25...prowlarr-6.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [prowlarr-6.0.25](https://github.com/truecharts/apps/compare/prowlarr-6.0.24...prowlarr-6.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index 528d15e7233..13edee1136e 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - Indexer manager/proxy built on the popular arr net base stack to integrate - with your various PVR apps. -home: https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr -icon: https://truecharts.org/img/chart-icons/prowlarr.png +description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. +home: https://truecharts.org/docs/charts/stable/prowlarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.png keywords: - prowlarr - torrent @@ -20,6 +18,7 @@ maintainers: url: https://truecharts.org name: prowlarr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images version: 6.0.26 diff --git a/charts/stable/prowlarr/README.md b/charts/stable/prowlarr/README.md index 9523ddcfd84..4eddfcd4768 100644 --- a/charts/stable/prowlarr/README.md +++ b/charts/stable/prowlarr/README.md @@ -1,6 +1,6 @@ # prowlarr -![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: 0.4.2.1879](https://img.shields.io/badge/AppVersion-0.4.2.1879-informational?style=flat-square) +![Version: 6.0.26](https://img.shields.io/badge/Version-6.0.26-informational?style=flat-square) ![AppVersion: 0.4.2.1879](https://img.shields.io/badge/AppVersion-0.4.2.1879-informational?style=flat-square) Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. @@ -13,6 +13,7 @@ For more information, please click here: [prowlarr](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `prowlarr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install prowlarr TrueCharts/prowlarr ``` @@ -48,7 +49,7 @@ helm install prowlarr TrueCharts/prowlarr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall prowlarr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install prowlarr TrueCharts/prowlarr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/putty/CHANGELOG.md b/charts/stable/putty/CHANGELOG.md index 693a503c6f6..6e7c48acd1c 100644 --- a/charts/stable/putty/CHANGELOG.md +++ b/charts/stable/putty/CHANGELOG.md @@ -2,6 +2,16 @@ +## [putty-1.0.3](https://github.com/truecharts/charts/compare/putty-1.0.2...putty-1.0.3) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [putty-1.0.2](https://github.com/truecharts/apps/compare/putty-1.0.1...putty-1.0.2) (2022-07-26) ### Chore diff --git a/charts/stable/putty/Chart.yaml b/charts/stable/putty/Chart.yaml index 58c903494bb..95d3350e4b6 100644 --- a/charts/stable/putty/Chart.yaml +++ b/charts/stable/putty/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. -home: https://github.com/truecharts/charts/tree/master/charts/stable/putty -icon: https://truecharts.org/img/chart-icons/putty.png +home: https://truecharts.org/docs/charts/stable/putty +icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.png keywords: - ssh - putty @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: putty sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/putty - https://github.com/jlesage/docker-putty - https://hub.docker.com/r/jlesage/putty/ type: application diff --git a/charts/stable/putty/README.md b/charts/stable/putty/README.md index 370d79ec6bf..51051baffde 100644 --- a/charts/stable/putty/README.md +++ b/charts/stable/putty/README.md @@ -1,6 +1,6 @@ # putty -![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) +![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. @@ -13,6 +13,7 @@ For more information, please click here: [putty](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `putty` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install putty TrueCharts/putty ``` @@ -48,7 +49,7 @@ helm install putty TrueCharts/putty **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall putty Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install putty TrueCharts/putty -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/pwndrop/CHANGELOG.md b/charts/stable/pwndrop/CHANGELOG.md index e7400c7e275..922815df46d 100644 --- a/charts/stable/pwndrop/CHANGELOG.md +++ b/charts/stable/pwndrop/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pwndrop-2.0.23](https://github.com/truecharts/charts/compare/pwndrop-2.0.22...pwndrop-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pwndrop-2.0.22](https://github.com/truecharts/apps/compare/pwndrop-2.0.21...pwndrop-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/pwndrop/Chart.yaml b/charts/stable/pwndrop/Chart.yaml index 20e316867c4..5d13af532eb 100644 --- a/charts/stable/pwndrop/Chart.yaml +++ b/charts/stable/pwndrop/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "1.0.1" description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop -icon: https://truecharts.org/img/chart-icons/pwndrop.png +home: https://truecharts.org/docs/charts/stable/pwndrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.png keywords: - pwndrop sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop - https://hub.docker.com/r/linuxserver/pwndrop dependencies: - name: common diff --git a/charts/stable/pwndrop/README.md b/charts/stable/pwndrop/README.md index 27708579d4d..017556c6517 100644 --- a/charts/stable/pwndrop/README.md +++ b/charts/stable/pwndrop/README.md @@ -1,6 +1,6 @@ # pwndrop -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square) Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. @@ -13,6 +13,7 @@ For more information, please click here: [pwndrop](https://truecharts.org/docs/c ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pwndrop` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pwndrop TrueCharts/pwndrop ``` @@ -47,7 +48,7 @@ helm install pwndrop TrueCharts/pwndrop **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall pwndrop Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pwndrop TrueCharts/pwndrop -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/pydio-cells/CHANGELOG.md b/charts/stable/pydio-cells/CHANGELOG.md index b4ba15bd9ff..83ad181badb 100644 --- a/charts/stable/pydio-cells/CHANGELOG.md +++ b/charts/stable/pydio-cells/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pydio-cells-4.0.26](https://github.com/truecharts/charts/compare/pydio-cells-4.0.25...pydio-cells-4.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pydio-cells-4.0.25](https://github.com/truecharts/apps/compare/pydio-cells-4.0.24...pydio-cells-4.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/pydio-cells/Chart.yaml b/charts/stable/pydio-cells/Chart.yaml index 70b421905a5..e72a3c3acac 100644 --- a/charts/stable/pydio-cells/Chart.yaml +++ b/charts/stable/pydio-cells/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "3.0.9" description: Pydio-cells is the nextgen file sharing platform for organizations. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/pydio-cells -icon: https://truecharts.org/img/chart-icons/pydio-cells.png +home: https://truecharts.org/docs/charts/stable/pydio-cells +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pydio-cells.png keywords: - pydio-cells sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pydio-cells - https://hub.docker.com/r/linuxserver/pydio-cells dependencies: - name: common diff --git a/charts/stable/pydio-cells/README.md b/charts/stable/pydio-cells/README.md index b1ee4358cdf..03dd3e458fc 100644 --- a/charts/stable/pydio-cells/README.md +++ b/charts/stable/pydio-cells/README.md @@ -1,6 +1,6 @@ # pydio-cells -![Version: 4.0.25](https://img.shields.io/badge/Version-4.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.9](https://img.shields.io/badge/AppVersion-3.0.9-informational?style=flat-square) +![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.9](https://img.shields.io/badge/AppVersion-3.0.9-informational?style=flat-square) Pydio-cells is the nextgen file sharing platform for organizations. @@ -13,6 +13,7 @@ For more information, please click here: [pydio-cells](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pydio-cells` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pydio-cells TrueCharts/pydio-cells ``` @@ -48,7 +49,7 @@ helm install pydio-cells TrueCharts/pydio-cells **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall pydio-cells Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pydio-cells TrueCharts/pydio-cells -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/pyload/CHANGELOG.md b/charts/stable/pyload/CHANGELOG.md index 3fdc48c820c..46ef9f88b0c 100644 --- a/charts/stable/pyload/CHANGELOG.md +++ b/charts/stable/pyload/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pyload-6.0.24](https://github.com/truecharts/charts/compare/pyload-ng-0.0.15...pyload-6.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pyload-6.0.23](https://github.com/truecharts/apps/compare/pyload-ng-0.0.13...pyload-6.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml index e395c9e3673..8765222e876 100644 --- a/charts/stable/pyload/Chart.yaml +++ b/charts/stable/pyload/Chart.yaml @@ -4,12 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -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. -home: https://github.com/truecharts/charts/tree/master/charts/stable/pyload -icon: https://truecharts.org/img/chart-icons/pyload.png +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. +home: https://truecharts.org/docs/charts/stable/pyload +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.png keywords: - pyload - download @@ -20,6 +17,7 @@ maintainers: url: https://truecharts.org name: pyload sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pyload - https://github.com/pyload/pyload - https://hub.docker.com/r/linuxserver/pyload version: 6.0.24 diff --git a/charts/stable/pyload/README.md b/charts/stable/pyload/README.md index c73767858b1..b8a85bd4f8a 100644 --- a/charts/stable/pyload/README.md +++ b/charts/stable/pyload/README.md @@ -1,6 +1,6 @@ # pyload -![Version: 6.0.23](https://img.shields.io/badge/Version-6.0.23-informational?style=flat-square) ![AppVersion: 5de90278](https://img.shields.io/badge/AppVersion-5de90278-informational?style=flat-square) +![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![AppVersion: 5de90278](https://img.shields.io/badge/AppVersion-5de90278-informational?style=flat-square) 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. @@ -13,6 +13,7 @@ For more information, please click here: [pyload](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pyload` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pyload TrueCharts/pyload ``` @@ -48,7 +49,7 @@ helm install pyload TrueCharts/pyload **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall pyload Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pyload TrueCharts/pyload -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/pylon/CHANGELOG.md b/charts/stable/pylon/CHANGELOG.md index 41c523dfa34..7c6ea4458a8 100644 --- a/charts/stable/pylon/CHANGELOG.md +++ b/charts/stable/pylon/CHANGELOG.md @@ -2,6 +2,16 @@ +## [pylon-2.0.23](https://github.com/truecharts/charts/compare/pylon-2.0.22...pylon-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [pylon-2.0.22](https://github.com/truecharts/apps/compare/pylon-2.0.21...pylon-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/pylon/Chart.yaml b/charts/stable/pylon/Chart.yaml index d619449bb64..1d1b766e28a 100644 --- a/charts/stable/pylon/Chart.yaml +++ b/charts/stable/pylon/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "2.8.0" description: Pylon is a web based integrated development environment. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/pylon -icon: https://truecharts.org/img/chart-icons/pylon.png +home: https://truecharts.org/docs/charts/stable/pylon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.png keywords: - pylon sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pylon - https://hub.docker.com/r/linuxserver/pylon dependencies: - name: common diff --git a/charts/stable/pylon/README.md b/charts/stable/pylon/README.md index 3a832fd645b..1404409cf19 100644 --- a/charts/stable/pylon/README.md +++ b/charts/stable/pylon/README.md @@ -1,6 +1,6 @@ # pylon -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square) Pylon is a web based integrated development environment. @@ -13,6 +13,7 @@ For more information, please click here: [pylon](https://truecharts.org/docs/cha ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `pylon` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install pylon TrueCharts/pylon ``` @@ -47,7 +48,7 @@ helm install pylon TrueCharts/pylon **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall pylon Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install pylon TrueCharts/pylon -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/qbittorrent/CHANGELOG.md b/charts/stable/qbittorrent/CHANGELOG.md index 1dc442f1e8c..d6455dc8c89 100644 --- a/charts/stable/qbittorrent/CHANGELOG.md +++ b/charts/stable/qbittorrent/CHANGELOG.md @@ -2,6 +2,16 @@ +## [qbittorrent-11.0.27](https://github.com/truecharts/charts/compare/qbittorrent-11.0.26...qbittorrent-11.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [qbittorrent-11.0.26](https://github.com/truecharts/apps/compare/qbittorrent-11.0.25...qbittorrent-11.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 6caf97473d7..8f4197c36f3 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: qBittorrent is a cross-platform free and open-source BitTorrent client -home: https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent -icon: https://truecharts.org/img/chart-icons/qbittorrent.png +home: https://truecharts.org/docs/charts/stable/qbittorrent +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.png keywords: - qbittorrent - torrrent @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: qbittorrent sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent - https://github.com/qbittorrent/qBittorrent type: application version: 11.0.27 diff --git a/charts/stable/qbittorrent/README.md b/charts/stable/qbittorrent/README.md index b80d747222f..37ed1b91f1d 100644 --- a/charts/stable/qbittorrent/README.md +++ b/charts/stable/qbittorrent/README.md @@ -1,6 +1,6 @@ # qbittorrent -![Version: 11.0.26](https://img.shields.io/badge/Version-11.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.4.3.1](https://img.shields.io/badge/AppVersion-4.4.3.1-informational?style=flat-square) +![Version: 11.0.27](https://img.shields.io/badge/Version-11.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.4.3.1](https://img.shields.io/badge/AppVersion-4.4.3.1-informational?style=flat-square) qBittorrent is a cross-platform free and open-source BitTorrent client @@ -13,6 +13,7 @@ For more information, please click here: [qbittorrent](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `qbittorrent` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install qbittorrent TrueCharts/qbittorrent ``` @@ -47,7 +48,7 @@ helm install qbittorrent TrueCharts/qbittorrent **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall qbittorrent Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install qbittorrent TrueCharts/qbittorrent -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/qdirstat/CHANGELOG.md b/charts/stable/qdirstat/CHANGELOG.md index ed59216ec95..27da7c4becb 100644 --- a/charts/stable/qdirstat/CHANGELOG.md +++ b/charts/stable/qdirstat/CHANGELOG.md @@ -2,6 +2,16 @@ +## [qdirstat-1.0.3](https://github.com/truecharts/charts/compare/qdirstat-1.0.2...qdirstat-1.0.3) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [qdirstat-1.0.2](https://github.com/truecharts/apps/compare/qdirstat-1.0.1...qdirstat-1.0.2) (2022-07-26) ### Chore diff --git a/charts/stable/qdirstat/Chart.yaml b/charts/stable/qdirstat/Chart.yaml index c0f707a365b..783fe13f9d7 100644 --- a/charts/stable/qdirstat/Chart.yaml +++ b/charts/stable/qdirstat/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. -home: https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat -icon: https://truecharts.org/img/chart-icons/qdirstat.png +home: https://truecharts.org/docs/charts/stable/qdirstat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qdirstat.png keywords: - stats - qdirstat @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: qdirstat sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat - https://github.com/jlesage/docker-qdirstat - https://hub.docker.com/r/jlesage/qdirstat/ type: application diff --git a/charts/stable/qdirstat/README.md b/charts/stable/qdirstat/README.md index f396ac2ee2b..42932ad7a2b 100644 --- a/charts/stable/qdirstat/README.md +++ b/charts/stable/qdirstat/README.md @@ -1,6 +1,6 @@ # qdirstat -![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) +![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. @@ -13,6 +13,7 @@ For more information, please click here: [qdirstat](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `qdirstat` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install qdirstat TrueCharts/qdirstat ``` @@ -48,7 +49,7 @@ helm install qdirstat TrueCharts/qdirstat **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall qdirstat Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install qdirstat TrueCharts/qdirstat -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/qinglong/CHANGELOG.md b/charts/stable/qinglong/CHANGELOG.md index 110473137ff..5e839a94161 100644 --- a/charts/stable/qinglong/CHANGELOG.md +++ b/charts/stable/qinglong/CHANGELOG.md @@ -2,6 +2,17 @@ +## [qinglong-2.0.28](https://github.com/truecharts/charts/compare/qinglong-2.0.26...qinglong-2.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [qinglong-2.0.26](https://github.com/truecharts/apps/compare/qinglong-2.0.25...qinglong-2.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/qinglong/Chart.yaml b/charts/stable/qinglong/Chart.yaml index 671f4a674da..c6e2f896978 100644 --- a/charts/stable/qinglong/Chart.yaml +++ b/charts/stable/qinglong/Chart.yaml @@ -2,23 +2,23 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: qinglong version: 2.0.28 -appVersion: "2.13.6" +appVersion: "2.13.7" description: A timed task management panel that supports typescript, javaScript, python3, and shell type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/qinglong -icon: https://truecharts.org/img/chart-icons/qinglong.png +home: https://truecharts.org/docs/charts/stable/qinglong +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.png keywords: - qinglong - task sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/qinglong - https://hub.docker.com/r/whyour/qinglong dependencies: - name: common repository: https://library-charts.truecharts.org - version: - 10.4.9 - # condition: + version: 10.4.9 + # condition: maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/qinglong/README.md b/charts/stable/qinglong/README.md index ffd6b5de795..bb27a49b700 100644 --- a/charts/stable/qinglong/README.md +++ b/charts/stable/qinglong/README.md @@ -1,6 +1,6 @@ # qinglong -![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.13.6](https://img.shields.io/badge/AppVersion-2.13.6-informational?style=flat-square) +![Version: 2.0.28](https://img.shields.io/badge/Version-2.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.13.7](https://img.shields.io/badge/AppVersion-2.13.7-informational?style=flat-square) A timed task management panel that supports typescript, javaScript, python3, and shell @@ -13,6 +13,7 @@ For more information, please click here: [qinglong](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `qinglong` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install qinglong TrueCharts/qinglong ``` @@ -47,7 +48,7 @@ helm install qinglong TrueCharts/qinglong **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall qinglong Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install qinglong TrueCharts/qinglong -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/quassel-core/CHANGELOG.md b/charts/stable/quassel-core/CHANGELOG.md index 4de8b136a11..9611e3f601a 100644 --- a/charts/stable/quassel-core/CHANGELOG.md +++ b/charts/stable/quassel-core/CHANGELOG.md @@ -2,6 +2,16 @@ +## [quassel-core-3.0.24](https://github.com/truecharts/charts/compare/quassel-core-3.0.23...quassel-core-3.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [quassel-core-3.0.23](https://github.com/truecharts/apps/compare/quassel-core-3.0.22...quassel-core-3.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/quassel-core/Chart.yaml b/charts/stable/quassel-core/Chart.yaml index f0b49e322a9..f07ff505299 100644 --- a/charts/stable/quassel-core/Chart.yaml +++ b/charts/stable/quassel-core/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "0.14.0" description: Quassel-core is a modern, cross-platform, distributed IRC client. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core -icon: https://truecharts.org/img/chart-icons/quassel-core.png +home: https://truecharts.org/docs/charts/stable/quassel-core +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.png keywords: - quassel-core sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core - https://hub.docker.com/r/linuxserver/quassel-core dependencies: - name: common diff --git a/charts/stable/quassel-core/README.md b/charts/stable/quassel-core/README.md index ed6cb55d7bf..bb83b7390c5 100644 --- a/charts/stable/quassel-core/README.md +++ b/charts/stable/quassel-core/README.md @@ -1,6 +1,6 @@ # quassel-core -![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.0](https://img.shields.io/badge/AppVersion-0.14.0-informational?style=flat-square) +![Version: 3.0.24](https://img.shields.io/badge/Version-3.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.0](https://img.shields.io/badge/AppVersion-0.14.0-informational?style=flat-square) Quassel-core is a modern, cross-platform, distributed IRC client. @@ -13,6 +13,7 @@ For more information, please click here: [quassel-core](https://truecharts.org/d ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `quassel-core` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install quassel-core TrueCharts/quassel-core ``` @@ -48,7 +49,7 @@ helm install quassel-core TrueCharts/quassel-core **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall quassel-core Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install quassel-core TrueCharts/quassel-core -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/quassel-web/CHANGELOG.md b/charts/stable/quassel-web/CHANGELOG.md index e2bdde2090b..6ccccb42b48 100644 --- a/charts/stable/quassel-web/CHANGELOG.md +++ b/charts/stable/quassel-web/CHANGELOG.md @@ -2,6 +2,16 @@ +## [quassel-web-2.0.23](https://github.com/truecharts/charts/compare/quassel-web-2.0.22...quassel-web-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [quassel-web-2.0.22](https://github.com/truecharts/apps/compare/quassel-web-2.0.21...quassel-web-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/quassel-web/Chart.yaml b/charts/stable/quassel-web/Chart.yaml index ed1a4322236..cc873d59972 100644 --- a/charts/stable/quassel-web/Chart.yaml +++ b/charts/stable/quassel-web/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "2021.12.16" description: Quassel-web is a web client for Quassel. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/quassel-web -icon: https://truecharts.org/img/chart-icons/quassel-web.png +home: https://truecharts.org/docs/charts/stable/quassel-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-web.png keywords: - quassel-web sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-web - https://hub.docker.com/r/linuxserver/quassel-web dependencies: - name: common diff --git a/charts/stable/quassel-web/README.md b/charts/stable/quassel-web/README.md index d36cb77cc15..3359a8b5058 100644 --- a/charts/stable/quassel-web/README.md +++ b/charts/stable/quassel-web/README.md @@ -1,6 +1,6 @@ # quassel-web -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.12.16](https://img.shields.io/badge/AppVersion-2021.12.16-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.12.16](https://img.shields.io/badge/AppVersion-2021.12.16-informational?style=flat-square) Quassel-web is a web client for Quassel. @@ -13,6 +13,7 @@ For more information, please click here: [quassel-web](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `quassel-web` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install quassel-web TrueCharts/quassel-web ``` @@ -47,7 +48,7 @@ helm install quassel-web TrueCharts/quassel-web **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall quassel-web Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install quassel-web TrueCharts/quassel-web -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/radarr/CHANGELOG.md b/charts/stable/radarr/CHANGELOG.md index 46b00c8dba9..0a4eff14f73 100644 --- a/charts/stable/radarr/CHANGELOG.md +++ b/charts/stable/radarr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [radarr-11.0.25](https://github.com/truecharts/charts/compare/radarr-11.0.24...radarr-11.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [radarr-11.0.24](https://github.com/truecharts/apps/compare/radarr-11.0.23...radarr-11.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index 4341dbe0e40..2092617e61b 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -5,9 +5,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: "A fork of Sonarr to work with movies \xE0 la Couchpotato" -home: https://github.com/truecharts/charts/tree/master/charts/stable/radarr -icon: https://truecharts.org/img/chart-icons/radarr.png +description: "A fork of Sonarr to work with movies à la Couchpotato" +home: https://truecharts.org/docs/charts/stable/radarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarr.png keywords: - radarr - torrent @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: radarr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/radarr - https://github.com/Radarr/Radarr type: application version: 11.0.25 diff --git a/charts/stable/radarr/README.md b/charts/stable/radarr/README.md index 5ab12ba324e..0952b1b60b5 100644 --- a/charts/stable/radarr/README.md +++ b/charts/stable/radarr/README.md @@ -1,6 +1,6 @@ # radarr -![Version: 11.0.24](https://img.shields.io/badge/Version-11.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.1.0.6175](https://img.shields.io/badge/AppVersion-4.1.0.6175-informational?style=flat-square) +![Version: 11.0.25](https://img.shields.io/badge/Version-11.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.1.0.6175](https://img.shields.io/badge/AppVersion-4.1.0.6175-informational?style=flat-square) A fork of Sonarr to work with movies à la Couchpotato @@ -13,6 +13,7 @@ For more information, please click here: [radarr](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `radarr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install radarr TrueCharts/radarr ``` @@ -47,7 +48,7 @@ helm install radarr TrueCharts/radarr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall radarr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install radarr TrueCharts/radarr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/readarr/CHANGELOG.md b/charts/stable/readarr/CHANGELOG.md index 83872064e7a..9873de2237e 100644 --- a/charts/stable/readarr/CHANGELOG.md +++ b/charts/stable/readarr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [readarr-11.0.23](https://github.com/truecharts/charts/compare/readarr-11.0.22...readarr-11.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [readarr-11.0.22](https://github.com/truecharts/apps/compare/readarr-11.0.21...readarr-11.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index 1a6715b7454..65a95826a6b 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: A fork of Radarr to work with Books & AudioBooks -home: https://github.com/truecharts/charts/tree/master/charts/stable/readarr -icon: https://truecharts.org/img/chart-icons/readarr.png +home: https://truecharts.org/docs/charts/stable/readarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/readarr.png keywords: - readarr - torrent @@ -21,6 +21,7 @@ maintainers: url: https://truecharts.org name: readarr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/readarr - https://github.com/Readarr/Readarr - https://readarr.com type: application diff --git a/charts/stable/readarr/README.md b/charts/stable/readarr/README.md index ba5f0c4e4f0..cfee83d8488 100644 --- a/charts/stable/readarr/README.md +++ b/charts/stable/readarr/README.md @@ -1,6 +1,6 @@ # readarr -![Version: 11.0.22](https://img.shields.io/badge/Version-11.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1.1352](https://img.shields.io/badge/AppVersion-0.1.1.1352-informational?style=flat-square) +![Version: 11.0.23](https://img.shields.io/badge/Version-11.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1.1352](https://img.shields.io/badge/AppVersion-0.1.1.1352-informational?style=flat-square) A fork of Radarr to work with Books & AudioBooks @@ -13,6 +13,7 @@ For more information, please click here: [readarr](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `readarr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install readarr TrueCharts/readarr ``` @@ -48,7 +49,7 @@ helm install readarr TrueCharts/readarr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall readarr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install readarr TrueCharts/readarr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/recipes/CHANGELOG.md b/charts/stable/recipes/CHANGELOG.md index 748ccad885a..3a071aa8b74 100644 --- a/charts/stable/recipes/CHANGELOG.md +++ b/charts/stable/recipes/CHANGELOG.md @@ -2,6 +2,16 @@ +## [recipes-8.0.33](https://github.com/truecharts/charts/compare/recipes-8.0.32...recipes-8.0.33) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [recipes-8.0.32](https://github.com/truecharts/apps/compare/recipes-8.0.31...recipes-8.0.32) (2022-07-30) ### Chore diff --git a/charts/stable/recipes/Chart.yaml b/charts/stable/recipes/Chart.yaml index e8e26220117..48de9572569 100644 --- a/charts/stable/recipes/Chart.yaml +++ b/charts/stable/recipes/Chart.yaml @@ -8,8 +8,9 @@ keywords: - recipes - cooking home: https://truecharts.org/docs/charts/stable/recipes -icon: https://truecharts.org/img/chart-icons/recipes.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/recipes.png sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/recipes - https://github.com/vabene1111/recipes - https://hub.docker.com/r/vabene1111/recipes dependencies: diff --git a/charts/stable/recipes/README.md b/charts/stable/recipes/README.md index 9914ba7a4d5..8a9583e7ab4 100644 --- a/charts/stable/recipes/README.md +++ b/charts/stable/recipes/README.md @@ -1,6 +1,6 @@ # recipes -![Version: 8.0.32](https://img.shields.io/badge/Version-8.0.32-informational?style=flat-square) ![AppVersion: 1.3.2](https://img.shields.io/badge/AppVersion-1.3.2-informational?style=flat-square) +![Version: 8.0.33](https://img.shields.io/badge/Version-8.0.33-informational?style=flat-square) ![AppVersion: 1.3.2](https://img.shields.io/badge/AppVersion-1.3.2-informational?style=flat-square) 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. @@ -13,6 +13,7 @@ For more information, please click here: [recipes](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `recipes` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install recipes TrueCharts/recipes ``` @@ -49,7 +50,7 @@ helm install recipes TrueCharts/recipes **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall recipes Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install recipes TrueCharts/recipes -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/redmine/CHANGELOG.md b/charts/stable/redmine/CHANGELOG.md index b4f6c364de0..661d0970a08 100644 --- a/charts/stable/redmine/CHANGELOG.md +++ b/charts/stable/redmine/CHANGELOG.md @@ -2,6 +2,17 @@ +## [redmine-3.0.32](https://github.com/truecharts/charts/compare/redmine-3.0.30...redmine-3.0.32) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [redmine-3.0.30](https://github.com/truecharts/apps/compare/redmine-3.0.29...redmine-3.0.30) (2022-07-29) ### Chore diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml index b977f30e916..865559cd809 100644 --- a/charts/stable/redmine/Chart.yaml +++ b/charts/stable/redmine/Chart.yaml @@ -6,7 +6,7 @@ name: redmine description: Redmine is a flexible project management web application written using Ruby on Rails framework. type: application home: https://truecharts.org/docs/charts/stable/redmine -icon: https://truecharts.org/img/chart-icons/redmine.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redmine.png keywords: - project - management @@ -14,6 +14,7 @@ keywords: - tracking - ticket sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/redmine - https://github.com/redmine/redmine - https://hub.docker.com/_/redmine dependencies: diff --git a/charts/stable/redmine/README.md b/charts/stable/redmine/README.md index 7e914a9d0b3..7f244df56a0 100644 --- a/charts/stable/redmine/README.md +++ b/charts/stable/redmine/README.md @@ -1,6 +1,6 @@ # redmine -![Version: 3.0.30](https://img.shields.io/badge/Version-3.0.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.2](https://img.shields.io/badge/AppVersion-5.0.2-informational?style=flat-square) +![Version: 3.0.32](https://img.shields.io/badge/Version-3.0.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.2](https://img.shields.io/badge/AppVersion-5.0.2-informational?style=flat-square) Redmine is a flexible project management web application written using Ruby on Rails framework. @@ -13,6 +13,7 @@ For more information, please click here: [redmine](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `redmine` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install redmine TrueCharts/redmine ``` @@ -49,7 +50,7 @@ helm install redmine TrueCharts/redmine **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall redmine Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install redmine TrueCharts/redmine -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/reg/CHANGELOG.md b/charts/stable/reg/CHANGELOG.md index 2b7179e2643..d577fdc372c 100644 --- a/charts/stable/reg/CHANGELOG.md +++ b/charts/stable/reg/CHANGELOG.md @@ -2,6 +2,16 @@ +## [reg-6.0.24](https://github.com/truecharts/charts/compare/reg-6.0.23...reg-6.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [reg-6.0.23](https://github.com/truecharts/apps/compare/reg-6.0.22...reg-6.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/reg/Chart.yaml b/charts/stable/reg/Chart.yaml index 29fedcbe39e..c4a1ffe7d61 100644 --- a/charts/stable/reg/Chart.yaml +++ b/charts/stable/reg/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - Docker registry v2 command line client and repo listing generator with - security checks. -home: https://github.com/truecharts/charts/tree/master/charts/stable/reg -icon: https://truecharts.org/img/chart-icons/reg.png +description: Docker registry v2 command line client and repo listing generator with security checks. +home: https://truecharts.org/docs/charts/stable/reg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.png keywords: - reg kubeVersion: ">=1.16.0-0" @@ -18,6 +16,7 @@ maintainers: url: https://truecharts.org name: reg sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/reg - https://github.com/genuinetools/reg - https://github.com/k8s-at-home/container-images/ version: 6.0.24 diff --git a/charts/stable/reg/README.md b/charts/stable/reg/README.md index b9e87604d87..d9219c54fc7 100644 --- a/charts/stable/reg/README.md +++ b/charts/stable/reg/README.md @@ -1,6 +1,6 @@ # reg -![Version: 6.0.23](https://img.shields.io/badge/Version-6.0.23-informational?style=flat-square) ![AppVersion: 0.16.1](https://img.shields.io/badge/AppVersion-0.16.1-informational?style=flat-square) +![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![AppVersion: 0.16.1](https://img.shields.io/badge/AppVersion-0.16.1-informational?style=flat-square) Docker registry v2 command line client and repo listing generator with security checks. @@ -13,6 +13,7 @@ For more information, please click here: [reg](https://truecharts.org/docs/chart ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `reg` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install reg TrueCharts/reg ``` @@ -48,7 +49,7 @@ helm install reg TrueCharts/reg **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall reg Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install reg TrueCharts/reg -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/remmina/CHANGELOG.md b/charts/stable/remmina/CHANGELOG.md index 2229616abe6..5c4457f1fbd 100644 --- a/charts/stable/remmina/CHANGELOG.md +++ b/charts/stable/remmina/CHANGELOG.md @@ -2,6 +2,16 @@ +## [remmina-3.0.23](https://github.com/truecharts/charts/compare/remmina-3.0.22...remmina-3.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [remmina-3.0.22](https://github.com/truecharts/apps/compare/remmina-3.0.21...remmina-3.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/remmina/Chart.yaml b/charts/stable/remmina/Chart.yaml index 34d4c56b30a..2ff223a27d6 100644 --- a/charts/stable/remmina/Chart.yaml +++ b/charts/stable/remmina/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: A remote desktop client written in GTK -home: https://github.com/truecharts/charts/tree/master/charts/stable/remmina -icon: https://truecharts.org/img/chart-icons/remmina.png +home: https://truecharts.org/docs/charts/stable/remmina +icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.png keywords: - remina - remote @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: remmina sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/remmina - https://github.com/linuxserver/docker-remmina - https://remmina.org/ type: application diff --git a/charts/stable/remmina/README.md b/charts/stable/remmina/README.md index d23e6d1596f..88f23930a51 100644 --- a/charts/stable/remmina/README.md +++ b/charts/stable/remmina/README.md @@ -1,6 +1,6 @@ # remmina -![Version: 3.0.22](https://img.shields.io/badge/Version-3.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0-rcgi](https://img.shields.io/badge/AppVersion-1.2.0--rcgi-informational?style=flat-square) +![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0-rcgi](https://img.shields.io/badge/AppVersion-1.2.0--rcgi-informational?style=flat-square) A remote desktop client written in GTK @@ -13,6 +13,7 @@ For more information, please click here: [remmina](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `remmina` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install remmina TrueCharts/remmina ``` @@ -48,7 +49,7 @@ helm install remmina TrueCharts/remmina **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall remmina Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install remmina TrueCharts/remmina -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/requestrr/CHANGELOG.md b/charts/stable/requestrr/CHANGELOG.md index 20231202c0e..36aa9322699 100644 --- a/charts/stable/requestrr/CHANGELOG.md +++ b/charts/stable/requestrr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [requestrr-2.0.23](https://github.com/truecharts/charts/compare/requestrr-2.0.22...requestrr-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [requestrr-2.0.22](https://github.com/truecharts/apps/compare/requestrr-2.0.21...requestrr-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/requestrr/Chart.yaml b/charts/stable/requestrr/Chart.yaml index ee3cfc14aa1..b30d0e9d999 100644 --- a/charts/stable/requestrr/Chart.yaml +++ b/charts/stable/requestrr/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "2.1.2" description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/requestrr -icon: https://truecharts.org/img/chart-icons/requestrr.png +home: https://truecharts.org/docs/charts/stable/requestrr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png keywords: - requestrr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/requestrr - https://hub.docker.com/r/linuxserver/requestrr dependencies: - name: common diff --git a/charts/stable/requestrr/README.md b/charts/stable/requestrr/README.md index 2089cb5a6e1..a33b466c289 100644 --- a/charts/stable/requestrr/README.md +++ b/charts/stable/requestrr/README.md @@ -1,6 +1,6 @@ # requestrr -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square) Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. @@ -13,6 +13,7 @@ For more information, please click here: [requestrr](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `requestrr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install requestrr TrueCharts/requestrr ``` @@ -47,7 +48,7 @@ helm install requestrr TrueCharts/requestrr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall requestrr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install requestrr TrueCharts/requestrr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/resilio-sync/CHANGELOG.md b/charts/stable/resilio-sync/CHANGELOG.md index 107a546d57e..81ab5ce9e7d 100644 --- a/charts/stable/resilio-sync/CHANGELOG.md +++ b/charts/stable/resilio-sync/CHANGELOG.md @@ -2,6 +2,16 @@ +## [resilio-sync-6.0.25](https://github.com/truecharts/charts/compare/resilio-sync-6.0.24...resilio-sync-6.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [resilio-sync-6.0.24](https://github.com/truecharts/apps/compare/resilio-sync-6.0.23...resilio-sync-6.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml index bf3e26b04a3..7e161b55d31 100644 --- a/charts/stable/resilio-sync/Chart.yaml +++ b/charts/stable/resilio-sync/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - Resilio Sync is a fast, reliable, and simple file sync and share solution, - powered by P2P technology -home: https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync -icon: https://truecharts.org/img/chart-icons/resilio-sync.png +description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology +home: https://truecharts.org/docs/charts/stable/resilio-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.png keywords: - resilio - sync @@ -21,6 +19,7 @@ maintainers: url: https://truecharts.org name: resilio-sync sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync version: 6.0.25 annotations: diff --git a/charts/stable/resilio-sync/README.md b/charts/stable/resilio-sync/README.md index 5e03e113e7d..1aaa4425c6d 100644 --- a/charts/stable/resilio-sync/README.md +++ b/charts/stable/resilio-sync/README.md @@ -1,6 +1,6 @@ # resilio-sync -![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![AppVersion: 2.7.2.1375](https://img.shields.io/badge/AppVersion-2.7.2.1375-informational?style=flat-square) +![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: 2.7.2.1375](https://img.shields.io/badge/AppVersion-2.7.2.1375-informational?style=flat-square) Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology @@ -13,6 +13,7 @@ For more information, please click here: [resilio-sync](https://truecharts.org/d ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `resilio-sync` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install resilio-sync TrueCharts/resilio-sync ``` @@ -47,7 +48,7 @@ helm install resilio-sync TrueCharts/resilio-sync **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall resilio-sync Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install resilio-sync TrueCharts/resilio-sync -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/rsnapshot/CHANGELOG.md b/charts/stable/rsnapshot/CHANGELOG.md index 1282528810a..17aed8610aa 100644 --- a/charts/stable/rsnapshot/CHANGELOG.md +++ b/charts/stable/rsnapshot/CHANGELOG.md @@ -2,6 +2,16 @@ +## [rsnapshot-2.0.23](https://github.com/truecharts/charts/compare/rsnapshot-2.0.22...rsnapshot-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rsnapshot-2.0.22](https://github.com/truecharts/apps/compare/rsnapshot-2.0.21...rsnapshot-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/rsnapshot/Chart.yaml b/charts/stable/rsnapshot/Chart.yaml index 3b9290bf4c7..647af7deb12 100644 --- a/charts/stable/rsnapshot/Chart.yaml +++ b/charts/stable/rsnapshot/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "1.4.3" description: Rsnapshot is a filesystem snapshot utility based on rsync. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/rsnapshot -icon: https://truecharts.org/img/chart-icons/rsnapshot.png +home: https://truecharts.org/docs/charts/stable/rsnapshot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsnapshot.png keywords: - rsnapshot sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/rsnapshot - https://hub.docker.com/r/linuxserver/rsnapshot dependencies: - name: common diff --git a/charts/stable/rsnapshot/README.md b/charts/stable/rsnapshot/README.md index aee1caa7a53..5001f345afe 100644 --- a/charts/stable/rsnapshot/README.md +++ b/charts/stable/rsnapshot/README.md @@ -1,6 +1,6 @@ # rsnapshot -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.3](https://img.shields.io/badge/AppVersion-1.4.3-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.3](https://img.shields.io/badge/AppVersion-1.4.3-informational?style=flat-square) Rsnapshot is a filesystem snapshot utility based on rsync. @@ -13,6 +13,7 @@ For more information, please click here: [rsnapshot](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rsnapshot` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rsnapshot TrueCharts/rsnapshot ``` @@ -47,7 +48,7 @@ helm install rsnapshot TrueCharts/rsnapshot **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall rsnapshot Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rsnapshot TrueCharts/rsnapshot -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/rss-bridge/CHANGELOG.md b/charts/stable/rss-bridge/CHANGELOG.md index 157de12a2a6..4fb53f53fd6 100644 --- a/charts/stable/rss-bridge/CHANGELOG.md +++ b/charts/stable/rss-bridge/CHANGELOG.md @@ -2,6 +2,16 @@ +## [rss-bridge-2.0.23](https://github.com/truecharts/charts/compare/rss-bridge-2.0.22...rss-bridge-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rss-bridge-2.0.22](https://github.com/truecharts/apps/compare/rss-bridge-2.0.21...rss-bridge-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/rss-bridge/Chart.yaml b/charts/stable/rss-bridge/Chart.yaml index 1d6cef81b24..2daa410da79 100644 --- a/charts/stable/rss-bridge/Chart.yaml +++ b/charts/stable/rss-bridge/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. -home: https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge -icon: https://truecharts.org/img/chart-icons/rss-bridge.png +home: https://truecharts.org/docs/charts/stable/rss-bridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.png keywords: - rss-bridge kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: rss-bridge sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge - https://github.com/RSS-Bridge/rss-bridge version: 2.0.23 annotations: diff --git a/charts/stable/rss-bridge/README.md b/charts/stable/rss-bridge/README.md index 2b12aaeae9e..351133353be 100644 --- a/charts/stable/rss-bridge/README.md +++ b/charts/stable/rss-bridge/README.md @@ -1,6 +1,6 @@ # rss-bridge -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![AppVersion: 2022](https://img.shields.io/badge/AppVersion-2022-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![AppVersion: 2022](https://img.shields.io/badge/AppVersion-2022-informational?style=flat-square) RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. @@ -13,6 +13,7 @@ For more information, please click here: [rss-bridge](https://truecharts.org/doc ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rss-bridge` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rss-bridge TrueCharts/rss-bridge ``` @@ -47,7 +48,7 @@ helm install rss-bridge TrueCharts/rss-bridge **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall rss-bridge Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rss-bridge TrueCharts/rss-bridge -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/rsshub/CHANGELOG.md b/charts/stable/rsshub/CHANGELOG.md index 3faa6b818b3..e4e9dc2d327 100644 --- a/charts/stable/rsshub/CHANGELOG.md +++ b/charts/stable/rsshub/CHANGELOG.md @@ -2,6 +2,17 @@ +## [rsshub-3.0.58](https://github.com/truecharts/charts/compare/rsshub-3.0.56...rsshub-3.0.58) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [rsshub-3.0.56](https://github.com/truecharts/apps/compare/rsshub-3.0.55...rsshub-3.0.56) (2022-07-30) ### Chore diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index 4b56b741983..1cab758eca1 100644 --- a/charts/stable/rsshub/Chart.yaml +++ b/charts/stable/rsshub/Chart.yaml @@ -7,11 +7,12 @@ description: RSSHub can generate RSS feeds from pretty much everything type: application deprecated: false home: https://truecharts.org/docs/charts/stable/rsshub -icon: https://truecharts.org/img/chart-icons/rsshub.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.png keywords: - rsshub - rss sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/rsshub - https://docs.rsshub.app/en/install/ - https://github.com/DIYgod/RSSHub dependencies: diff --git a/charts/stable/rsshub/README.md b/charts/stable/rsshub/README.md index f7c2fc7aa24..795a70417b5 100644 --- a/charts/stable/rsshub/README.md +++ b/charts/stable/rsshub/README.md @@ -1,6 +1,6 @@ # rsshub -![Version: 3.0.56](https://img.shields.io/badge/Version-3.0.56-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 3.0.58](https://img.shields.io/badge/Version-3.0.58-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) RSSHub can generate RSS feeds from pretty much everything @@ -13,6 +13,7 @@ For more information, please click here: [rsshub](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `rsshub` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install rsshub TrueCharts/rsshub ``` @@ -49,7 +50,7 @@ helm install rsshub TrueCharts/rsshub **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall rsshub Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install rsshub TrueCharts/rsshub -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/sabnzbd/CHANGELOG.md b/charts/stable/sabnzbd/CHANGELOG.md index 03e52624e63..2baf182b30c 100644 --- a/charts/stable/sabnzbd/CHANGELOG.md +++ b/charts/stable/sabnzbd/CHANGELOG.md @@ -2,6 +2,16 @@ +## [sabnzbd-11.0.26](https://github.com/truecharts/charts/compare/sabnzbd-11.0.25...sabnzbd-11.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [sabnzbd-11.0.25](https://github.com/truecharts/apps/compare/sabnzbd-11.0.24...sabnzbd-11.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index e82a2f48dc2..8d2663db46a 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Free and easy binary newsreader -home: https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd -icon: https://truecharts.org/img/chart-icons/sabnzbd.png +home: https://truecharts.org/docs/charts/stable/sabnzbd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sabnzbd.png keywords: - sabnzbd - usenet @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: sabnzbd sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd - https://sabnzbd.org/ type: application version: 11.0.26 diff --git a/charts/stable/sabnzbd/README.md b/charts/stable/sabnzbd/README.md index 2c2e5cd284c..966231c128e 100644 --- a/charts/stable/sabnzbd/README.md +++ b/charts/stable/sabnzbd/README.md @@ -1,6 +1,6 @@ # sabnzbd -![Version: 11.0.25](https://img.shields.io/badge/Version-11.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.6.0](https://img.shields.io/badge/AppVersion-3.6.0-informational?style=flat-square) +![Version: 11.0.26](https://img.shields.io/badge/Version-11.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.6.0](https://img.shields.io/badge/AppVersion-3.6.0-informational?style=flat-square) Free and easy binary newsreader @@ -13,6 +13,7 @@ For more information, please click here: [sabnzbd](https://truecharts.org/docs/c ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `sabnzbd` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install sabnzbd TrueCharts/sabnzbd ``` @@ -47,7 +48,7 @@ helm install sabnzbd TrueCharts/sabnzbd **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall sabnzbd Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install sabnzbd TrueCharts/sabnzbd -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/satisfactory/CHANGELOG.md b/charts/stable/satisfactory/CHANGELOG.md index d0042deef69..222f9330a73 100644 --- a/charts/stable/satisfactory/CHANGELOG.md +++ b/charts/stable/satisfactory/CHANGELOG.md @@ -2,6 +2,16 @@ +## [satisfactory-2.0.26](https://github.com/truecharts/charts/compare/satisfactory-2.0.25...satisfactory-2.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [satisfactory-2.0.25](https://github.com/truecharts/apps/compare/satisfactory-2.0.24...satisfactory-2.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/satisfactory/Chart.yaml b/charts/stable/satisfactory/Chart.yaml index 72bbf4000c5..883c84d198d 100644 --- a/charts/stable/satisfactory/Chart.yaml +++ b/charts/stable/satisfactory/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Satisfactory Dedicated Server -home: https://github.com/truecharts/apps/tree/master/charts/games/satisfactory -icon: https://truecharts.org/img/chart-icons/satisfactory.png +home: https://truecharts.org/docs/charts/stable/satisfactory +icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.png keywords: - satisfactory kubeVersion: ">=1.16.0-0" @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: satisfactory sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory - https://github.com/wolveix/satisfactory-server - https://hub.docker.com/r/wolveix/satisfactory-server type: application diff --git a/charts/stable/satisfactory/README.md b/charts/stable/satisfactory/README.md index 6031f647f18..9d61adc0e9d 100644 --- a/charts/stable/satisfactory/README.md +++ b/charts/stable/satisfactory/README.md @@ -1,6 +1,6 @@ # satisfactory -![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.4](https://img.shields.io/badge/AppVersion-1.2.4-informational?style=flat-square) +![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.4](https://img.shields.io/badge/AppVersion-1.2.4-informational?style=flat-square) Satisfactory Dedicated Server @@ -13,6 +13,7 @@ For more information, please click here: [satisfactory](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `satisfactory` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install satisfactory TrueCharts/satisfactory ``` @@ -48,7 +49,7 @@ helm install satisfactory TrueCharts/satisfactory **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall satisfactory Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install satisfactory TrueCharts/satisfactory -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/scrutiny/CHANGELOG.md b/charts/stable/scrutiny/CHANGELOG.md index 6b9f24f3b53..133bcbd4901 100644 --- a/charts/stable/scrutiny/CHANGELOG.md +++ b/charts/stable/scrutiny/CHANGELOG.md @@ -2,6 +2,16 @@ +## [scrutiny-3.0.23](https://github.com/truecharts/charts/compare/scrutiny-3.0.22...scrutiny-3.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [scrutiny-3.0.22](https://github.com/truecharts/apps/compare/scrutiny-3.0.21...scrutiny-3.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/scrutiny/Chart.yaml b/charts/stable/scrutiny/Chart.yaml index 2f6f3404867..5e8c85f5d62 100644 --- a/charts/stable/scrutiny/Chart.yaml +++ b/charts/stable/scrutiny/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "0.4.16" description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/scrutiny -icon: https://truecharts.org/img/chart-icons/scrutiny.png +home: https://truecharts.org/docs/charts/stable/scrutiny +icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.png keywords: - scrutiny sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/scrutiny - https://hub.docker.com/r/linuxserver/scrutiny dependencies: - name: common diff --git a/charts/stable/scrutiny/README.md b/charts/stable/scrutiny/README.md index 4e2a0270ab6..dcc912e7ee2 100644 --- a/charts/stable/scrutiny/README.md +++ b/charts/stable/scrutiny/README.md @@ -1,6 +1,6 @@ # scrutiny -![Version: 3.0.22](https://img.shields.io/badge/Version-3.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.16](https://img.shields.io/badge/AppVersion-0.4.16-informational?style=flat-square) +![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.16](https://img.shields.io/badge/AppVersion-0.4.16-informational?style=flat-square) Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. @@ -13,6 +13,7 @@ For more information, please click here: [scrutiny](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `scrutiny` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install scrutiny TrueCharts/scrutiny ``` @@ -47,7 +48,7 @@ helm install scrutiny TrueCharts/scrutiny **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall scrutiny Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install scrutiny TrueCharts/scrutiny -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/ser2sock/CHANGELOG.md b/charts/stable/ser2sock/CHANGELOG.md index 69300caa5c5..f653f2bfba6 100644 --- a/charts/stable/ser2sock/CHANGELOG.md +++ b/charts/stable/ser2sock/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ser2sock-6.0.26](https://github.com/truecharts/charts/compare/ser2sock-6.0.25...ser2sock-6.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ser2sock-6.0.25](https://github.com/truecharts/apps/compare/ser2sock-6.0.24...ser2sock-6.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml index 6cef0cb27a5..b0ff19e74f6 100644 --- a/charts/stable/ser2sock/Chart.yaml +++ b/charts/stable/ser2sock/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Serial to Socket Redirector -home: https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock -icon: https://truecharts.org/img/chart-icons/ser2sock.png +home: https://truecharts.org/docs/charts/stable/ser2sock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.png keywords: - ser2sock kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: ser2sock sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock - https://github.com/nutechsoftware/ser2sock - https://github.com/tenstartups/ser2sock version: 6.0.26 diff --git a/charts/stable/ser2sock/README.md b/charts/stable/ser2sock/README.md index 5aa226b3e5e..8c00c9de4bd 100644 --- a/charts/stable/ser2sock/README.md +++ b/charts/stable/ser2sock/README.md @@ -1,6 +1,6 @@ # ser2sock -![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 6.0.26](https://img.shields.io/badge/Version-6.0.26-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Serial to Socket Redirector @@ -13,6 +13,7 @@ For more information, please click here: [ser2sock](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ser2sock` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ser2sock TrueCharts/ser2sock ``` @@ -48,7 +49,7 @@ helm install ser2sock TrueCharts/ser2sock **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall ser2sock Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ser2sock TrueCharts/ser2sock -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/shiori/CHANGELOG.md b/charts/stable/shiori/CHANGELOG.md index 42dd4de2037..ca033213f5d 100644 --- a/charts/stable/shiori/CHANGELOG.md +++ b/charts/stable/shiori/CHANGELOG.md @@ -2,6 +2,16 @@ +## [shiori-7.0.25](https://github.com/truecharts/charts/compare/shiori-7.0.24...shiori-7.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [shiori-7.0.24](https://github.com/truecharts/apps/compare/shiori-7.0.23...shiori-7.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/shiori/Chart.yaml b/charts/stable/shiori/Chart.yaml index 0669c09506f..d4bc05355f3 100644 --- a/charts/stable/shiori/Chart.yaml +++ b/charts/stable/shiori/Chart.yaml @@ -5,14 +5,15 @@ kubeVersion: ">=1.16.0-0" name: shiori description: A simple bookmark manager built with Go type: application -home: https://github.com/truecharts/charts/tree/master/charts/stable/shiori -icon: https://truecharts.org/img/chart-icons/shiori.png +home: https://truecharts.org/docs/charts/stable/shiori +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.png keywords: - shiori - bookmark - bookmark-manager - web-interface sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/shiori - https://github.com/go-shiori/shiori - https://github.com/nicholaswilde/docker-shiori dependencies: diff --git a/charts/stable/shiori/README.md b/charts/stable/shiori/README.md index a4ecf1f1bab..81437072a53 100644 --- a/charts/stable/shiori/README.md +++ b/charts/stable/shiori/README.md @@ -1,6 +1,6 @@ # shiori -![Version: 7.0.24](https://img.shields.io/badge/Version-7.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) +![Version: 7.0.25](https://img.shields.io/badge/Version-7.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) A simple bookmark manager built with Go @@ -13,6 +13,7 @@ For more information, please click here: [shiori](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `shiori` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install shiori TrueCharts/shiori ``` @@ -49,7 +50,7 @@ helm install shiori TrueCharts/shiori **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall shiori Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install shiori TrueCharts/shiori -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/shlink-web-client/CHANGELOG.md b/charts/stable/shlink-web-client/CHANGELOG.md index 622cb5cf056..a3159c6ecfc 100644 --- a/charts/stable/shlink-web-client/CHANGELOG.md +++ b/charts/stable/shlink-web-client/CHANGELOG.md @@ -2,6 +2,16 @@ +## [shlink-web-client-3.0.25](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.24...shlink-web-client-3.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [shlink-web-client-3.0.24](https://github.com/truecharts/apps/compare/shlink-web-client-3.0.23...shlink-web-client-3.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/shlink-web-client/Chart.yaml b/charts/stable/shlink-web-client/Chart.yaml index ab9e563768b..8f8d253d368 100644 --- a/charts/stable/shlink-web-client/Chart.yaml +++ b/charts/stable/shlink-web-client/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: A ReactJS-based progressive web application for Shlink. -home: https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client -icon: https://truecharts.org/img/chart-icons/shlink-web-client.png +home: https://truecharts.org/docs/charts/stable/shlink-web-client +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink-web-client.png keywords: - url - shortener @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: shlink-web-client sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client - https://github.com/shlinkio/shlink-web-client type: application version: 3.0.25 diff --git a/charts/stable/shlink-web-client/README.md b/charts/stable/shlink-web-client/README.md index fa8f4da6dda..b4d3fb180b7 100644 --- a/charts/stable/shlink-web-client/README.md +++ b/charts/stable/shlink-web-client/README.md @@ -1,6 +1,6 @@ # shlink-web-client -![Version: 3.0.24](https://img.shields.io/badge/Version-3.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.7.1](https://img.shields.io/badge/AppVersion-3.7.1-informational?style=flat-square) +![Version: 3.0.25](https://img.shields.io/badge/Version-3.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.7.1](https://img.shields.io/badge/AppVersion-3.7.1-informational?style=flat-square) A ReactJS-based progressive web application for Shlink. @@ -13,6 +13,7 @@ For more information, please click here: [shlink-web-client](https://truecharts. ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `shlink-web-client` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install shlink-web-client TrueCharts/shlink-web-client ``` @@ -47,7 +48,7 @@ helm install shlink-web-client TrueCharts/shlink-web-client **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall shlink-web-client Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install shlink-web-client TrueCharts/shlink-web-client -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/shlink/CHANGELOG.md b/charts/stable/shlink/CHANGELOG.md index e363ec20e34..7741d86a48a 100644 --- a/charts/stable/shlink/CHANGELOG.md +++ b/charts/stable/shlink/CHANGELOG.md @@ -2,6 +2,16 @@ +## [shlink-4.0.27](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.24...shlink-4.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [shlink-4.0.26](https://github.com/truecharts/apps/compare/shlink-4.0.25...shlink-4.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index 8d79b7e5d9b..29f89771b88 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -14,8 +14,8 @@ dependencies: version: 3.0.48 deprecated: false description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. -home: https://github.com/truecharts/charts/tree/master/charts/stable/shlink -icon: https://truecharts.org/img/chart-icons/shlink.png +home: https://truecharts.org/docs/charts/stable/shlink +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.png keywords: - url - shortener @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: shlink sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/shlink - https://github.com/shlinkio/shlink type: application version: 4.0.27 diff --git a/charts/stable/shlink/README.md b/charts/stable/shlink/README.md index 023e1ec6b0a..0fd6f970b21 100644 --- a/charts/stable/shlink/README.md +++ b/charts/stable/shlink/README.md @@ -1,6 +1,6 @@ # shlink -![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.2](https://img.shields.io/badge/AppVersion-3.1.2-informational?style=flat-square) +![Version: 4.0.27](https://img.shields.io/badge/Version-4.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.2](https://img.shields.io/badge/AppVersion-3.1.2-informational?style=flat-square) A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. @@ -13,6 +13,7 @@ For more information, please click here: [shlink](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,22 +24,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `shlink` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install shlink TrueCharts/shlink ``` @@ -49,7 +50,7 @@ helm install shlink TrueCharts/shlink **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall shlink Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install shlink TrueCharts/shlink -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/shorturl/CHANGELOG.md b/charts/stable/shorturl/CHANGELOG.md index d910ec37431..66221222a45 100644 --- a/charts/stable/shorturl/CHANGELOG.md +++ b/charts/stable/shorturl/CHANGELOG.md @@ -2,6 +2,16 @@ +## [shorturl-3.0.23](https://github.com/truecharts/charts/compare/shorturl-3.0.22...shorturl-3.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [shorturl-3.0.22](https://github.com/truecharts/apps/compare/shorturl-3.0.21...shorturl-3.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/shorturl/Chart.yaml b/charts/stable/shorturl/Chart.yaml index f87a58a6d18..fa42ca21bf3 100644 --- a/charts/stable/shorturl/Chart.yaml +++ b/charts/stable/shorturl/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Self hosted web app for shortening urls (URL shortener) -home: https://github.com/truecharts/charts/tree/master/charts/stable/shorturl -icon: https://truecharts.org/img/chart-icons/shorturl.png +home: https://truecharts.org/docs/charts/stable/shorturl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shorturl.png keywords: - url - shortener @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: shorturl sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/shorturl - https://github.com/prologic/shorturl - https://github.com/nicholaswilde/docker-shorturl type: application diff --git a/charts/stable/shorturl/README.md b/charts/stable/shorturl/README.md index e4ec9a13b43..8adc2a78071 100644 --- a/charts/stable/shorturl/README.md +++ b/charts/stable/shorturl/README.md @@ -1,6 +1,6 @@ # shorturl -![Version: 3.0.22](https://img.shields.io/badge/Version-3.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) +![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) Self hosted web app for shortening urls (URL shortener) @@ -13,6 +13,7 @@ For more information, please click here: [shorturl](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `shorturl` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install shorturl TrueCharts/shorturl ``` @@ -48,7 +49,7 @@ helm install shorturl TrueCharts/shorturl **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall shorturl Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install shorturl TrueCharts/shorturl -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/sickchill/CHANGELOG.md b/charts/stable/sickchill/CHANGELOG.md index 414161938b8..52bf0ec65ab 100644 --- a/charts/stable/sickchill/CHANGELOG.md +++ b/charts/stable/sickchill/CHANGELOG.md @@ -2,6 +2,16 @@ +## [sickchill-3.0.29](https://github.com/truecharts/charts/compare/sickchill-3.0.28...sickchill-3.0.29) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [sickchill-3.0.28](https://github.com/truecharts/apps/compare/sickchill-3.0.27...sickchill-3.0.28) (2022-07-27) ### Chore diff --git a/charts/stable/sickchill/Chart.yaml b/charts/stable/sickchill/Chart.yaml index 449245f163b..280d6a765a2 100644 --- a/charts/stable/sickchill/Chart.yaml +++ b/charts/stable/sickchill/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: An Automatic Video Library Manager for TV Shows -home: https://github.com/truecharts/charts/tree/master/charts/stable/sickchill -icon: https://truecharts.org/img/chart-icons/sickchill.png +home: https://truecharts.org/docs/charts/stable/sickchill +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.png keywords: - sickchill - video @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: sickchill sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/sickchill - https://github.com/linuxserver/docker-sickchill - https://github.com/SickChill/SickChill type: application diff --git a/charts/stable/sickchill/README.md b/charts/stable/sickchill/README.md index ff9691a133d..03b20f58de5 100644 --- a/charts/stable/sickchill/README.md +++ b/charts/stable/sickchill/README.md @@ -1,6 +1,6 @@ # sickchill -![Version: 3.0.28](https://img.shields.io/badge/Version-3.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.7.20](https://img.shields.io/badge/AppVersion-2022.7.20-informational?style=flat-square) +![Version: 3.0.29](https://img.shields.io/badge/Version-3.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.7.20](https://img.shields.io/badge/AppVersion-2022.7.20-informational?style=flat-square) An Automatic Video Library Manager for TV Shows @@ -13,6 +13,7 @@ For more information, please click here: [sickchill](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `sickchill` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install sickchill TrueCharts/sickchill ``` @@ -48,7 +49,7 @@ helm install sickchill TrueCharts/sickchill **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall sickchill Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install sickchill TrueCharts/sickchill -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/sickgear/CHANGELOG.md b/charts/stable/sickgear/CHANGELOG.md index 09efae0b50a..b560ad321e8 100644 --- a/charts/stable/sickgear/CHANGELOG.md +++ b/charts/stable/sickgear/CHANGELOG.md @@ -2,6 +2,16 @@ +## [sickgear-3.0.23](https://github.com/truecharts/charts/compare/sickgear-3.0.22...sickgear-3.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [sickgear-3.0.22](https://github.com/truecharts/apps/compare/sickgear-3.0.21...sickgear-3.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/sickgear/Chart.yaml b/charts/stable/sickgear/Chart.yaml index 68036331de7..5378725aea9 100644 --- a/charts/stable/sickgear/Chart.yaml +++ b/charts/stable/sickgear/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - Provides management of TV shows and/or Anime, it detects new episodes, - links downloader apps, and more -home: https://github.com/truecharts/charts/tree/master/charts/stable/sickgear -icon: https://truecharts.org/img/chart-icons/sickgear.png +description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more +home: https://truecharts.org/docs/charts/stable/sickgear +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickgear.png keywords: - sickgear - manager @@ -21,6 +19,7 @@ maintainers: url: https://truecharts.org name: sickgear sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/sickgear - https://github.com/linuxserver/docker-sickgear - https://github.com/SickGear/SickGear type: application diff --git a/charts/stable/sickgear/README.md b/charts/stable/sickgear/README.md index f981ab83cb9..0c643af2b0b 100644 --- a/charts/stable/sickgear/README.md +++ b/charts/stable/sickgear/README.md @@ -1,6 +1,6 @@ # sickgear -![Version: 3.0.22](https://img.shields.io/badge/Version-3.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.25.4](https://img.shields.io/badge/AppVersion-0.25.4-informational?style=flat-square) +![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.25.4](https://img.shields.io/badge/AppVersion-0.25.4-informational?style=flat-square) Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more @@ -13,6 +13,7 @@ For more information, please click here: [sickgear](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `sickgear` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install sickgear TrueCharts/sickgear ``` @@ -48,7 +49,7 @@ helm install sickgear TrueCharts/sickgear **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall sickgear Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install sickgear TrueCharts/sickgear -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/smokeping/CHANGELOG.md b/charts/stable/smokeping/CHANGELOG.md index 662753044fc..47407720ec0 100644 --- a/charts/stable/smokeping/CHANGELOG.md +++ b/charts/stable/smokeping/CHANGELOG.md @@ -2,6 +2,16 @@ +## [smokeping-3.0.23](https://github.com/truecharts/charts/compare/smokeping-3.0.22...smokeping-3.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [smokeping-3.0.22](https://github.com/truecharts/apps/compare/smokeping-3.0.21...smokeping-3.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/smokeping/Chart.yaml b/charts/stable/smokeping/Chart.yaml index 628adcbb4fc..f8666bc9bcf 100644 --- a/charts/stable/smokeping/Chart.yaml +++ b/charts/stable/smokeping/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Keep track of your network latency. -home: https://github.com/truecharts/charts/tree/master/charts/stable/smokeping -icon: https://truecharts.org/img/chart-icons/smokeping.png +home: https://truecharts.org/docs/charts/stable/smokeping +icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.png keywords: - smokeping - network @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: smokeping sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/smokeping - https://oss.oetiker.ch/smokeping/ - https://hub.docker.com/r/linuxserver/smokeping type: application diff --git a/charts/stable/smokeping/README.md b/charts/stable/smokeping/README.md index 096df2114ea..4643996d232 100644 --- a/charts/stable/smokeping/README.md +++ b/charts/stable/smokeping/README.md @@ -1,6 +1,6 @@ # smokeping -![Version: 3.0.22](https://img.shields.io/badge/Version-3.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.3](https://img.shields.io/badge/AppVersion-2.7.3-informational?style=flat-square) +![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.3](https://img.shields.io/badge/AppVersion-2.7.3-informational?style=flat-square) Keep track of your network latency. @@ -13,6 +13,7 @@ For more information, please click here: [smokeping](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `smokeping` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install smokeping TrueCharts/smokeping ``` @@ -48,7 +49,7 @@ helm install smokeping TrueCharts/smokeping **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall smokeping Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install smokeping TrueCharts/smokeping -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/snapdrop/CHANGELOG.md b/charts/stable/snapdrop/CHANGELOG.md index 726d531c76a..7bcd7c062ba 100644 --- a/charts/stable/snapdrop/CHANGELOG.md +++ b/charts/stable/snapdrop/CHANGELOG.md @@ -2,6 +2,16 @@ +## [snapdrop-2.0.31](https://github.com/truecharts/charts/compare/snapdrop-2.0.30...snapdrop-2.0.31) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [snapdrop-2.0.30](https://github.com/truecharts/apps/compare/snapdrop-2.0.29...snapdrop-2.0.30) (2022-07-29) ### Chore diff --git a/charts/stable/snapdrop/Chart.yaml b/charts/stable/snapdrop/Chart.yaml index fdc83036c46..b1c0aa3ce13 100644 --- a/charts/stable/snapdrop/Chart.yaml +++ b/charts/stable/snapdrop/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.4.9 description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. home: https://truecharts.org/docs/charts/stable/snapdrop -icon: https://truecharts.org/img/chart-icons/snapdrop.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png keywords: - snapdrop kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: snapdrop sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop - https://github.com/linuxserver/docker-snapdrop version: 2.0.31 annotations: diff --git a/charts/stable/snapdrop/README.md b/charts/stable/snapdrop/README.md index c42f22352eb..83d767fc2bd 100644 --- a/charts/stable/snapdrop/README.md +++ b/charts/stable/snapdrop/README.md @@ -1,6 +1,6 @@ # snapdrop -![Version: 2.0.30](https://img.shields.io/badge/Version-2.0.30-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 2.0.31](https://img.shields.io/badge/Version-2.0.31-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. @@ -13,6 +13,7 @@ For more information, please click here: [snapdrop](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `snapdrop` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install snapdrop TrueCharts/snapdrop ``` @@ -47,7 +48,7 @@ helm install snapdrop TrueCharts/snapdrop **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall snapdrop Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install snapdrop TrueCharts/snapdrop -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/snipe-it/CHANGELOG.md b/charts/stable/snipe-it/CHANGELOG.md index 31b08dacfcc..69e715ff39e 100644 --- a/charts/stable/snipe-it/CHANGELOG.md +++ b/charts/stable/snipe-it/CHANGELOG.md @@ -2,6 +2,16 @@ +## [snipe-it-4.0.34](https://github.com/truecharts/charts/compare/snipe-it-4.0.33...snipe-it-4.0.34) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [snipe-it-4.0.33](https://github.com/truecharts/apps/compare/snipe-it-4.0.32...snipe-it-4.0.33) (2022-07-26) ### Chore diff --git a/charts/stable/snipe-it/Chart.yaml b/charts/stable/snipe-it/Chart.yaml index b7004558a4d..b568068b9f3 100644 --- a/charts/stable/snipe-it/Chart.yaml +++ b/charts/stable/snipe-it/Chart.yaml @@ -13,8 +13,8 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.48 description: "Open source asset management" -home: https://github.com/truecharts/charts/tree/master/charts/stable/snipe-it -icon: https://truecharts.org/img/chart-icons/snipe-it.png +home: https://truecharts.org/docs/charts/stable/snipe-it +icon: https://truecharts.org/img/hotlink-ok/chart-icons/snipe-it.png keywords: - snipeit - snipe @@ -27,6 +27,7 @@ maintainers: url: https://truecharts.org name: snipe-it sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/snipe-it - https://snipeitapp.com/ - https://github.com/snipe/snipe-it version: 4.0.34 diff --git a/charts/stable/snipe-it/README.md b/charts/stable/snipe-it/README.md index 0a13e93afb5..14824189237 100644 --- a/charts/stable/snipe-it/README.md +++ b/charts/stable/snipe-it/README.md @@ -1,6 +1,6 @@ # snipe-it -![Version: 4.0.33](https://img.shields.io/badge/Version-4.0.33-informational?style=flat-square) ![AppVersion: 6.0.8](https://img.shields.io/badge/AppVersion-6.0.8-informational?style=flat-square) +![Version: 4.0.34](https://img.shields.io/badge/Version-4.0.34-informational?style=flat-square) ![AppVersion: 6.0.8](https://img.shields.io/badge/AppVersion-6.0.8-informational?style=flat-square) Open source asset management @@ -13,6 +13,7 @@ For more information, please click here: [snipe-it](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,22 +25,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `snipe-it` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install snipe-it TrueCharts/snipe-it ``` @@ -50,7 +51,7 @@ helm install snipe-it TrueCharts/snipe-it **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall snipe-it Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install snipe-it TrueCharts/snipe-it -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/sonarr/CHANGELOG.md b/charts/stable/sonarr/CHANGELOG.md index 40598ab05c4..a74e79a12be 100644 --- a/charts/stable/sonarr/CHANGELOG.md +++ b/charts/stable/sonarr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [sonarr-11.0.25](https://github.com/truecharts/charts/compare/sonarr-11.0.24...sonarr-11.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [sonarr-11.0.24](https://github.com/truecharts/apps/compare/sonarr-11.0.23...sonarr-11.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index 2521ed7663d..bd18c1108d9 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Smart PVR for newsgroup and bittorrent users -home: https://github.com/truecharts/charts/tree/master/charts/stable/sonarr -icon: https://truecharts.org/img/chart-icons/sonarr.png +home: https://truecharts.org/docs/charts/stable/sonarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarr.png keywords: - sonarr - torrent @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: sonarr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/sonarr - https://github.com/Sonarr/Sonarr type: application version: 11.0.25 diff --git a/charts/stable/sonarr/README.md b/charts/stable/sonarr/README.md index 2385df0a960..610bea33e1d 100644 --- a/charts/stable/sonarr/README.md +++ b/charts/stable/sonarr/README.md @@ -1,6 +1,6 @@ # sonarr -![Version: 11.0.24](https://img.shields.io/badge/Version-11.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.8.1507](https://img.shields.io/badge/AppVersion-3.0.8.1507-informational?style=flat-square) +![Version: 11.0.25](https://img.shields.io/badge/Version-11.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.8.1507](https://img.shields.io/badge/AppVersion-3.0.8.1507-informational?style=flat-square) Smart PVR for newsgroup and bittorrent users @@ -13,6 +13,7 @@ For more information, please click here: [sonarr](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `sonarr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install sonarr TrueCharts/sonarr ``` @@ -47,7 +48,7 @@ helm install sonarr TrueCharts/sonarr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall sonarr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install sonarr TrueCharts/sonarr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/speedtest-exporter/CHANGELOG.md b/charts/stable/speedtest-exporter/CHANGELOG.md index 56a69db0d4c..7f35b522420 100644 --- a/charts/stable/speedtest-exporter/CHANGELOG.md +++ b/charts/stable/speedtest-exporter/CHANGELOG.md @@ -2,6 +2,16 @@ +## [speedtest-exporter-3.0.26](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.25...speedtest-exporter-3.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [speedtest-exporter-3.0.25](https://github.com/truecharts/apps/compare/speedtest-exporter-3.0.24...speedtest-exporter-3.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/speedtest-exporter/Chart.yaml b/charts/stable/speedtest-exporter/Chart.yaml index 65be48621e4..59de76aa238 100644 --- a/charts/stable/speedtest-exporter/Chart.yaml +++ b/charts/stable/speedtest-exporter/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Speedtest Exporter made in python using the official speedtest bin -icon: https://truecharts.org/img/chart-icons/speedtest-exporter.png -home: https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.png +home: https://truecharts.org/docs/charts/stable/speedtest-exporter keywords: - speedtest-exporter - speedtest @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: speedtest-exporter sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ type: application version: 3.0.26 diff --git a/charts/stable/speedtest-exporter/README.md b/charts/stable/speedtest-exporter/README.md index b211dcc9afc..1ccbe9da8da 100644 --- a/charts/stable/speedtest-exporter/README.md +++ b/charts/stable/speedtest-exporter/README.md @@ -1,6 +1,6 @@ # speedtest-exporter -![Version: 3.0.25](https://img.shields.io/badge/Version-3.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.2](https://img.shields.io/badge/AppVersion-3.5.2-informational?style=flat-square) +![Version: 3.0.26](https://img.shields.io/badge/Version-3.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.2](https://img.shields.io/badge/AppVersion-3.5.2-informational?style=flat-square) Speedtest Exporter made in python using the official speedtest bin @@ -13,6 +13,7 @@ For more information, please click here: [speedtest-exporter](https://truecharts ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `speedtest-exporter` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install speedtest-exporter TrueCharts/speedtest-exporter ``` @@ -47,7 +48,7 @@ helm install speedtest-exporter TrueCharts/speedtest-exporter **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall speedtest-exporter Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install speedtest-exporter TrueCharts/speedtest-exporter -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/spotweb/CHANGELOG.md b/charts/stable/spotweb/CHANGELOG.md index d0451300bfb..3e8f664b712 100644 --- a/charts/stable/spotweb/CHANGELOG.md +++ b/charts/stable/spotweb/CHANGELOG.md @@ -2,6 +2,16 @@ +## [spotweb-4.0.27](https://github.com/truecharts/charts/compare/spotweb-4.0.26...spotweb-4.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [spotweb-4.0.26](https://github.com/truecharts/apps/compare/spotweb-4.0.25...spotweb-4.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/spotweb/Chart.yaml b/charts/stable/spotweb/Chart.yaml index 5538ab51b58..01afaf3b4da 100644 --- a/charts/stable/spotweb/Chart.yaml +++ b/charts/stable/spotweb/Chart.yaml @@ -5,13 +5,14 @@ version: 4.0.27 name: spotweb description: Spotweb is a decentralized usenet community based on the Spotnet protocol. type: application -home: https://github.com/truecharts/charts/tree/master/charts/stable/spotweb -icon: https://truecharts.org/img/chart-icons/spotweb.png +home: https://truecharts.org/docs/charts/stable/spotweb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/spotweb.png keywords: - usenet - spotweb - spotnet sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/spotweb - https://github.com/spotweb/spotweb - https://hub.docker.com/r/jbaten/spotweb - https://github.com/joachimbaten/spotweb-docker diff --git a/charts/stable/spotweb/README.md b/charts/stable/spotweb/README.md index 6fe807fcafe..95b9a0c6c0b 100644 --- a/charts/stable/spotweb/README.md +++ b/charts/stable/spotweb/README.md @@ -1,6 +1,6 @@ # spotweb -![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat-square) +![Version: 4.0.27](https://img.shields.io/badge/Version-4.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat-square) Spotweb is a decentralized usenet community based on the Spotnet protocol. @@ -13,6 +13,7 @@ For more information, please click here: [spotweb](https://truecharts.org/docs/c ## Source Code +* * * * @@ -25,21 +26,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `spotweb` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install spotweb TrueCharts/spotweb ``` @@ -50,7 +51,7 @@ helm install spotweb TrueCharts/spotweb **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall spotweb Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install spotweb TrueCharts/spotweb -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/sqlitebrowser/CHANGELOG.md b/charts/stable/sqlitebrowser/CHANGELOG.md index a08a9fa0499..a2074c47d6d 100644 --- a/charts/stable/sqlitebrowser/CHANGELOG.md +++ b/charts/stable/sqlitebrowser/CHANGELOG.md @@ -2,6 +2,16 @@ +## [sqlitebrowser-3.0.23](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.22...sqlitebrowser-3.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [sqlitebrowser-3.0.22](https://github.com/truecharts/apps/compare/sqlitebrowser-3.0.21...sqlitebrowser-3.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/sqlitebrowser/Chart.yaml b/charts/stable/sqlitebrowser/Chart.yaml index 9b4b4cc1aa0..8f39934477b 100644 --- a/charts/stable/sqlitebrowser/Chart.yaml +++ b/charts/stable/sqlitebrowser/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - A high quality, visual, open source tool to create, design, and edit - database files compatible with SQLite -home: https://github.com/truecharts/charts/tree/master/charts/stable/sqlitebrowser -icon: https://truecharts.org/img/chart-icons/sqlitebrowser.png +description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite +home: https://truecharts.org/docs/charts/stable/sqlitebrowser +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlitebrowser.png keywords: - sqlite - browser @@ -21,6 +19,7 @@ maintainers: url: https://truecharts.org name: sqlitebrowser sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/sqlitebrowser - https://github.com/linuxserver/docker-sqlitebrowser - https://sqlitebrowser.org/ type: application diff --git a/charts/stable/sqlitebrowser/README.md b/charts/stable/sqlitebrowser/README.md index c09f3505a26..6e614c471a4 100644 --- a/charts/stable/sqlitebrowser/README.md +++ b/charts/stable/sqlitebrowser/README.md @@ -1,6 +1,6 @@ # sqlitebrowser -![Version: 3.0.22](https://img.shields.io/badge/Version-3.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.12.2](https://img.shields.io/badge/AppVersion-3.12.2-informational?style=flat-square) +![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.12.2](https://img.shields.io/badge/AppVersion-3.12.2-informational?style=flat-square) A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite @@ -13,6 +13,7 @@ For more information, please click here: [sqlitebrowser](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `sqlitebrowser` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install sqlitebrowser TrueCharts/sqlitebrowser ``` @@ -48,7 +49,7 @@ helm install sqlitebrowser TrueCharts/sqlitebrowser **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall sqlitebrowser Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install sqlitebrowser TrueCharts/sqlitebrowser -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/stash/CHANGELOG.md b/charts/stable/stash/CHANGELOG.md index 6cab160b78b..0e4b7e6d4b0 100644 --- a/charts/stable/stash/CHANGELOG.md +++ b/charts/stable/stash/CHANGELOG.md @@ -2,6 +2,16 @@ +## [stash-7.0.27](https://github.com/truecharts/charts/compare/stash-7.0.26...stash-7.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [stash-7.0.26](https://github.com/truecharts/apps/compare/filestash-0.0.14...stash-7.0.26) (2022-07-27) ### Chore diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml index 92288f8d99b..2c22b8e8a75 100644 --- a/charts/stable/stash/Chart.yaml +++ b/charts/stable/stash/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: An organizer for your porn, written in Go -home: https://github.com/truecharts/charts/tree/master/charts/stable/stash -icon: https://truecharts.org/img/chart-icons/stash.png +home: https://truecharts.org/docs/charts/stable/stash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.png keywords: - porn kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: stash sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/stash - https://github.com/stashapp/stash - https://hub.docker.com/r/stashapp/stash version: 7.0.27 diff --git a/charts/stable/stash/README.md b/charts/stable/stash/README.md index ad7c36eea6a..383cb8379b4 100644 --- a/charts/stable/stash/README.md +++ b/charts/stable/stash/README.md @@ -1,6 +1,6 @@ # stash -![Version: 7.0.26](https://img.shields.io/badge/Version-7.0.26-informational?style=flat-square) ![AppVersion: 0.16.1](https://img.shields.io/badge/AppVersion-0.16.1-informational?style=flat-square) +![Version: 7.0.27](https://img.shields.io/badge/Version-7.0.27-informational?style=flat-square) ![AppVersion: 0.16.1](https://img.shields.io/badge/AppVersion-0.16.1-informational?style=flat-square) An organizer for your porn, written in Go @@ -13,6 +13,7 @@ For more information, please click here: [stash](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `stash` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install stash TrueCharts/stash ``` @@ -48,7 +49,7 @@ helm install stash TrueCharts/stash **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall stash Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install stash TrueCharts/stash -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/static/CHANGELOG.md b/charts/stable/static/CHANGELOG.md index 03735e5e850..d2c963fe43a 100644 --- a/charts/stable/static/CHANGELOG.md +++ b/charts/stable/static/CHANGELOG.md @@ -2,6 +2,16 @@ +## [static-3.0.23](https://github.com/truecharts/charts/compare/static-3.0.22...static-3.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [static-3.0.22](https://github.com/truecharts/apps/compare/static-3.0.21...static-3.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/static/Chart.yaml b/charts/stable/static/Chart.yaml index 0636e448f64..66d3bee22a4 100644 --- a/charts/stable/static/Chart.yaml +++ b/charts/stable/static/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - A self-hosted static file serving app which does nothing more than just - serve up static files from a mounted volume. -home: https://github.com/truecharts/charts/tree/master/charts/stable/static -icon: https://truecharts.org/img/chart-icons/static.png +description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. +home: https://truecharts.org/docs/charts/stable/static +icon: https://truecharts.org/img/hotlink-ok/chart-icons/static.png keywords: - app - web @@ -21,6 +19,7 @@ maintainers: url: https://truecharts.org name: static sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/static - https://github.com/prologic/static - https://github.com/nicholaswilde/docker-static type: application diff --git a/charts/stable/static/README.md b/charts/stable/static/README.md index 736814e98d0..b0e2d602394 100644 --- a/charts/stable/static/README.md +++ b/charts/stable/static/README.md @@ -1,6 +1,6 @@ # static -![Version: 3.0.22](https://img.shields.io/badge/Version-3.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: ee8a20c](https://img.shields.io/badge/AppVersion-ee8a20c-informational?style=flat-square) +![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: ee8a20c](https://img.shields.io/badge/AppVersion-ee8a20c-informational?style=flat-square) A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. @@ -13,6 +13,7 @@ For more information, please click here: [static](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `static` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install static TrueCharts/static ``` @@ -48,7 +49,7 @@ helm install static TrueCharts/static **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall static Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install static TrueCharts/static -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/statping/CHANGELOG.md b/charts/stable/statping/CHANGELOG.md index 3e7ca3ca039..adbd14d0ead 100644 --- a/charts/stable/statping/CHANGELOG.md +++ b/charts/stable/statping/CHANGELOG.md @@ -2,6 +2,16 @@ +## [statping-7.0.26](https://github.com/truecharts/charts/compare/statping-ng-0.0.14...statping-7.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [statping-7.0.25](https://github.com/truecharts/apps/compare/statping-7.0.24...statping-7.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/statping/Chart.yaml b/charts/stable/statping/Chart.yaml index f83172774b0..5b02d8a8a93 100644 --- a/charts/stable/statping/Chart.yaml +++ b/charts/stable/statping/Chart.yaml @@ -8,9 +8,10 @@ keywords: - statping - status - status-page -home: https://github.com/truecharts/charts/tree/master/charts/stable/statping -icon: https://truecharts.org/img/chart-icons/statping.png +home: https://truecharts.org/docs/charts/stable/statping +icon: https://truecharts.org/img/hotlink-ok/chart-icons/statping.png sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/statping - https://github.com/statping/statping dependencies: - name: common diff --git a/charts/stable/statping/README.md b/charts/stable/statping/README.md index acb922656b7..c4d46b60943 100644 --- a/charts/stable/statping/README.md +++ b/charts/stable/statping/README.md @@ -1,6 +1,6 @@ # statping -![Version: 7.0.25](https://img.shields.io/badge/Version-7.0.25-informational?style=flat-square) ![AppVersion: 0.90.78](https://img.shields.io/badge/AppVersion-0.90.78-informational?style=flat-square) +![Version: 7.0.26](https://img.shields.io/badge/Version-7.0.26-informational?style=flat-square) ![AppVersion: 0.90.78](https://img.shields.io/badge/AppVersion-0.90.78-informational?style=flat-square) Status page for monitoring your websites and applications @@ -13,6 +13,7 @@ For more information, please click here: [statping](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `statping` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install statping TrueCharts/statping ``` @@ -48,7 +49,7 @@ helm install statping TrueCharts/statping **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall statping Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install statping TrueCharts/statping -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/storj-node/CHANGELOG.md b/charts/stable/storj-node/CHANGELOG.md index 4092d246780..46f492f220c 100644 --- a/charts/stable/storj-node/CHANGELOG.md +++ b/charts/stable/storj-node/CHANGELOG.md @@ -2,6 +2,16 @@ +## [storj-node-2.0.37](https://github.com/truecharts/charts/compare/storj-node-2.0.36...storj-node-2.0.37) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [storj-node-2.0.36](https://github.com/truecharts/apps/compare/storj-node-2.0.35...storj-node-2.0.36) (2022-07-28) ### Chore diff --git a/charts/stable/storj-node/Chart.yaml b/charts/stable/storj-node/Chart.yaml index a81cd975a4a..9bcec1bbc39 100644 --- a/charts/stable/storj-node/Chart.yaml +++ b/charts/stable/storj-node/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner -home: "https://truecharts.org/docs/charts/stable/storj-node" -icon: https://truecharts.org/img/chart-icons/storj-node.png +home: https://truecharts.org/docs/charts/stable/storj-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.png keywords: - storj - storage @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: storj-node sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/storj-node - https://github.com/storj/storj - https://docs.storj.io/node/ - https://hub.docker.com/r/storjlabs/storagenode diff --git a/charts/stable/storj-node/README.md b/charts/stable/storj-node/README.md index cf1242c7dfa..5a1c3a684ef 100644 --- a/charts/stable/storj-node/README.md +++ b/charts/stable/storj-node/README.md @@ -1,6 +1,6 @@ # storj-node -![Version: 2.0.36](https://img.shields.io/badge/Version-2.0.36-informational?style=flat-square) ![AppVersion: 1.60.3](https://img.shields.io/badge/AppVersion-1.60.3-informational?style=flat-square) +![Version: 2.0.37](https://img.shields.io/badge/Version-2.0.37-informational?style=flat-square) ![AppVersion: 1.60.3](https://img.shields.io/badge/AppVersion-1.60.3-informational?style=flat-square) Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner @@ -13,6 +13,7 @@ For more information, please click here: [storj-node](https://truecharts.org/doc ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `storj-node` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install storj-node TrueCharts/storj-node ``` @@ -49,7 +50,7 @@ helm install storj-node TrueCharts/storj-node **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall storj-node Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install storj-node TrueCharts/storj-node -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/strapi/CHANGELOG.md b/charts/stable/strapi/CHANGELOG.md index 0801d686a87..2f8b911d8f6 100644 --- a/charts/stable/strapi/CHANGELOG.md +++ b/charts/stable/strapi/CHANGELOG.md @@ -2,6 +2,16 @@ +## [strapi-4.0.26](https://github.com/truecharts/charts/compare/strapi-4.0.25...strapi-4.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [strapi-4.0.25](https://github.com/truecharts/apps/compare/strapi-4.0.24...strapi-4.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/strapi/Chart.yaml b/charts/stable/strapi/Chart.yaml index ed27cdb4bd7..f4168e7f469 100644 --- a/charts/stable/strapi/Chart.yaml +++ b/charts/stable/strapi/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 8.0.50 description: Strapi is the leading open-source headless CMS. JavaScript, fully customizable and developer-first. -home: https://github.com/truecharts/charts/tree/master/charts/stable/strapi -icon: https://truecharts.org/img/chart-icons/strapi.png +home: https://truecharts.org/docs/charts/stable/strapi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.png keywords: - strapi - cms @@ -21,6 +21,7 @@ maintainers: url: https://truecharts.org name: strapi sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/strapi - https://hub.docker.com/r/strapi/strapi - https://github.com/strapi/strapi - https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/installation/docker.html#creating-a-strapi-project diff --git a/charts/stable/strapi/README.md b/charts/stable/strapi/README.md index 58b4a8298e0..34c9b883aac 100644 --- a/charts/stable/strapi/README.md +++ b/charts/stable/strapi/README.md @@ -1,6 +1,6 @@ # strapi -![Version: 4.0.25](https://img.shields.io/badge/Version-4.0.25-informational?style=flat-square) ![AppVersion: 3.6.8](https://img.shields.io/badge/AppVersion-3.6.8-informational?style=flat-square) +![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![AppVersion: 3.6.8](https://img.shields.io/badge/AppVersion-3.6.8-informational?style=flat-square) Strapi is the leading open-source headless CMS. JavaScript, fully customizable and developer-first. @@ -13,6 +13,7 @@ For more information, please click here: [strapi](https://truecharts.org/docs/ch ## Source Code +* * * * @@ -25,21 +26,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `strapi` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install strapi TrueCharts/strapi ``` @@ -50,7 +51,7 @@ helm install strapi TrueCharts/strapi **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -69,7 +70,7 @@ helm uninstall strapi Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -87,9 +88,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install strapi TrueCharts/strapi -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/synapse/CHANGELOG.md b/charts/stable/synapse/CHANGELOG.md index 554b44e80ed..1e2094d6947 100644 --- a/charts/stable/synapse/CHANGELOG.md +++ b/charts/stable/synapse/CHANGELOG.md @@ -2,6 +2,16 @@ +## [synapse-4.0.29](https://github.com/truecharts/charts/compare/synapse-4.0.28...synapse-4.0.29) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [synapse-4.0.28](https://github.com/truecharts/apps/compare/synapse-4.0.27...synapse-4.0.28) (2022-07-26) ### Chore diff --git a/charts/stable/synapse/Chart.yaml b/charts/stable/synapse/Chart.yaml index cbf6496cde4..4a899c1631b 100644 --- a/charts/stable/synapse/Chart.yaml +++ b/charts/stable/synapse/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 8.0.50 deprecated: false description: A Helm chart to deploy a Matrix homeserver stack into Kubernetes -home: https://github.com/truecharts/charts/tree/master/charts/stable/synapse -icon: https://truecharts.org/img/chart-icons/synapse.png +home: https://truecharts.org/docs/charts/stable/synapse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/synapse.png keywords: - chat - matrix @@ -22,7 +22,8 @@ maintainers: name: TrueCharts url: https://truecharts.org name: synapse -sources: [] +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/synapse type: application version: 4.0.29 annotations: diff --git a/charts/stable/synapse/README.md b/charts/stable/synapse/README.md index f8b4377334b..7a4de93ea1c 100644 --- a/charts/stable/synapse/README.md +++ b/charts/stable/synapse/README.md @@ -1,6 +1,6 @@ # synapse -![Version: 4.0.28](https://img.shields.io/badge/Version-4.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.63.1](https://img.shields.io/badge/AppVersion-1.63.1-informational?style=flat-square) +![Version: 4.0.29](https://img.shields.io/badge/Version-4.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.63.1](https://img.shields.io/badge/AppVersion-1.63.1-informational?style=flat-square) A Helm chart to deploy a Matrix homeserver stack into Kubernetes @@ -11,6 +11,10 @@ For more information, please click here: [synapse](https://truecharts.org/docs/c **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Source Code + +* + ## Requirements Kubernetes: `>=1.16.0-0` @@ -19,21 +23,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `synapse` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install synapse TrueCharts/synapse ``` @@ -44,7 +48,7 @@ helm install synapse TrueCharts/synapse **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -63,7 +67,7 @@ helm uninstall synapse Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -81,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install synapse TrueCharts/synapse -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/synclounge/CHANGELOG.md b/charts/stable/synclounge/CHANGELOG.md index 665af1815df..8ab60ed6be4 100644 --- a/charts/stable/synclounge/CHANGELOG.md +++ b/charts/stable/synclounge/CHANGELOG.md @@ -2,6 +2,16 @@ +## [synclounge-2.0.31](https://github.com/truecharts/charts/compare/synclounge-2.0.30...synclounge-2.0.31) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [synclounge-2.0.30](https://github.com/truecharts/apps/compare/synclounge-2.0.29...synclounge-2.0.30) (2022-07-27) ### Chore diff --git a/charts/stable/synclounge/Chart.yaml b/charts/stable/synclounge/Chart.yaml index b3f3dabc8d3..d848ade2196 100644 --- a/charts/stable/synclounge/Chart.yaml +++ b/charts/stable/synclounge/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "5.1.123" description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/synclounge -icon: https://truecharts.org/img/chart-icons/synclounge.png +home: https://truecharts.org/docs/charts/stable/synclounge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.png keywords: - synclounge sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/synclounge - https://hub.docker.com/r/linuxserver/synclounge dependencies: - name: common diff --git a/charts/stable/synclounge/README.md b/charts/stable/synclounge/README.md index a25767411d3..4e4c90bf89f 100644 --- a/charts/stable/synclounge/README.md +++ b/charts/stable/synclounge/README.md @@ -1,6 +1,6 @@ # synclounge -![Version: 2.0.30](https://img.shields.io/badge/Version-2.0.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.123](https://img.shields.io/badge/AppVersion-5.1.123-informational?style=flat-square) +![Version: 2.0.31](https://img.shields.io/badge/Version-2.0.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.123](https://img.shields.io/badge/AppVersion-5.1.123-informational?style=flat-square) Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. @@ -13,6 +13,7 @@ For more information, please click here: [synclounge](https://truecharts.org/doc ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `synclounge` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install synclounge TrueCharts/synclounge ``` @@ -47,7 +48,7 @@ helm install synclounge TrueCharts/synclounge **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall synclounge Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install synclounge TrueCharts/synclounge -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/syncthing/CHANGELOG.md b/charts/stable/syncthing/CHANGELOG.md index 4069bda3099..19aabf2d5c1 100644 --- a/charts/stable/syncthing/CHANGELOG.md +++ b/charts/stable/syncthing/CHANGELOG.md @@ -2,6 +2,16 @@ +## [syncthing-11.0.27](https://github.com/truecharts/charts/compare/syncthing-11.0.26...syncthing-11.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [syncthing-11.0.26](https://github.com/truecharts/apps/compare/syncthing-11.0.25...syncthing-11.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index 7506d7d1f86..943e977235b 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: P2P file synchronization application -home: https://github.com/truecharts/charts/tree/master/charts/stable/syncthing -icon: https://truecharts.org/img/chart-icons/syncthing.png +home: https://truecharts.org/docs/charts/stable/syncthing +icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.png keywords: - syncthing kubeVersion: ">=1.16.0-0" @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: syncthing sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/syncthing - https://syncthing.net/ - https://github.com/syncthing/syncthing - https://hub.docker.com/r/syncthing/syncthing diff --git a/charts/stable/syncthing/README.md b/charts/stable/syncthing/README.md index 14be23e9dc1..19745f6dcd2 100644 --- a/charts/stable/syncthing/README.md +++ b/charts/stable/syncthing/README.md @@ -1,6 +1,6 @@ # syncthing -![Version: 11.0.26](https://img.shields.io/badge/Version-11.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.20.3](https://img.shields.io/badge/AppVersion-1.20.3-informational?style=flat-square) +![Version: 11.0.27](https://img.shields.io/badge/Version-11.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.20.3](https://img.shields.io/badge/AppVersion-1.20.3-informational?style=flat-square) P2P file synchronization application @@ -13,6 +13,7 @@ For more information, please click here: [syncthing](https://truecharts.org/docs ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `syncthing` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install syncthing TrueCharts/syncthing ``` @@ -49,7 +50,7 @@ helm install syncthing TrueCharts/syncthing **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall syncthing Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install syncthing TrueCharts/syncthing -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/syslog-ng/CHANGELOG.md b/charts/stable/syslog-ng/CHANGELOG.md index 1a54f3dc92a..50fd5453b30 100644 --- a/charts/stable/syslog-ng/CHANGELOG.md +++ b/charts/stable/syslog-ng/CHANGELOG.md @@ -2,6 +2,16 @@ +## [syslog-ng-2.0.25](https://github.com/truecharts/charts/compare/syslog-ng-2.0.24...syslog-ng-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [syslog-ng-2.0.24](https://github.com/truecharts/apps/compare/syslog-ng-2.0.23...syslog-ng-2.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/syslog-ng/Chart.yaml b/charts/stable/syslog-ng/Chart.yaml index baffd7570e4..5c10711e8e6 100644 --- a/charts/stable/syslog-ng/Chart.yaml +++ b/charts/stable/syslog-ng/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "3.37.1" description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/syslog-ng -icon: https://truecharts.org/img/chart-icons/syslog-ng.png +home: https://truecharts.org/docs/charts/stable/syslog-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.png keywords: - syslog-ng sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/syslog-ng - https://hub.docker.com/r/linuxserver/syslog-ng dependencies: - name: common diff --git a/charts/stable/syslog-ng/README.md b/charts/stable/syslog-ng/README.md index f2dd463ad59..962e7adc18a 100644 --- a/charts/stable/syslog-ng/README.md +++ b/charts/stable/syslog-ng/README.md @@ -1,6 +1,6 @@ # syslog-ng -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.37.1](https://img.shields.io/badge/AppVersion-3.37.1-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.37.1](https://img.shields.io/badge/AppVersion-3.37.1-informational?style=flat-square) syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. @@ -13,6 +13,7 @@ For more information, please click here: [syslog-ng](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `syslog-ng` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install syslog-ng TrueCharts/syslog-ng ``` @@ -47,7 +48,7 @@ helm install syslog-ng TrueCharts/syslog-ng **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall syslog-ng Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install syslog-ng TrueCharts/syslog-ng -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/tautulli/CHANGELOG.md b/charts/stable/tautulli/CHANGELOG.md index c4402324209..cb2959a7253 100644 --- a/charts/stable/tautulli/CHANGELOG.md +++ b/charts/stable/tautulli/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tautulli-11.0.25](https://github.com/truecharts/charts/compare/tautulli-11.0.24...tautulli-11.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tautulli-11.0.24](https://github.com/truecharts/apps/compare/tautulli-11.0.23...tautulli-11.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml index d188123f3de..196ec4f188e 100644 --- a/charts/stable/tautulli/Chart.yaml +++ b/charts/stable/tautulli/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: A Python based monitoring and tracking tool for Plex Media Server -home: https://github.com/truecharts/charts/tree/master/charts/stable/tautulli -icon: https://truecharts.org/img/chart-icons/tautulli.png +home: https://truecharts.org/docs/charts/stable/tautulli +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tautulli.png keywords: - tautulli - plex @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: tautulli sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tautulli - https://github.com/Tautulli/Tautulli type: application version: 11.0.25 diff --git a/charts/stable/tautulli/README.md b/charts/stable/tautulli/README.md index 396ef64bfb8..256dda0d22f 100644 --- a/charts/stable/tautulli/README.md +++ b/charts/stable/tautulli/README.md @@ -1,6 +1,6 @@ # tautulli -![Version: 11.0.24](https://img.shields.io/badge/Version-11.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.10.2](https://img.shields.io/badge/AppVersion-2.10.2-informational?style=flat-square) +![Version: 11.0.25](https://img.shields.io/badge/Version-11.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.10.2](https://img.shields.io/badge/AppVersion-2.10.2-informational?style=flat-square) A Python based monitoring and tracking tool for Plex Media Server @@ -13,6 +13,7 @@ For more information, please click here: [tautulli](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tautulli` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tautulli TrueCharts/tautulli ``` @@ -47,7 +48,7 @@ helm install tautulli TrueCharts/tautulli **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall tautulli Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tautulli TrueCharts/tautulli -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/tdarr-node/CHANGELOG.md b/charts/stable/tdarr-node/CHANGELOG.md index df5817b2516..86347e9f609 100644 --- a/charts/stable/tdarr-node/CHANGELOG.md +++ b/charts/stable/tdarr-node/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tdarr-node-2.0.26](https://github.com/truecharts/charts/compare/tdarr-node-2.0.25...tdarr-node-2.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tdarr-node-2.0.25](https://github.com/truecharts/apps/compare/tdarr-node-2.0.24...tdarr-node-2.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/tdarr-node/Chart.yaml b/charts/stable/tdarr-node/Chart.yaml index be8be80db14..8f0d33ef6f2 100644 --- a/charts/stable/tdarr-node/Chart.yaml +++ b/charts/stable/tdarr-node/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Audio/Video library transcoding automation -home: https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node -icon: https://truecharts.org/img/chart-icons/tdarr-node.png +home: https://truecharts.org/docs/charts/stable/tdarr-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr-node.png keywords: - encode - media @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: tdarr-node sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node - https://github.com/HaveAGitGat/Tdarr - https://hub.docker.com/r/haveagitgat/tdarr_node type: application diff --git a/charts/stable/tdarr-node/README.md b/charts/stable/tdarr-node/README.md index 7d1b4c545e5..ae30d821009 100644 --- a/charts/stable/tdarr-node/README.md +++ b/charts/stable/tdarr-node/README.md @@ -1,6 +1,6 @@ # tdarr-node -![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.00.18.2](https://img.shields.io/badge/AppVersion-2.00.18.2-informational?style=flat-square) +![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.00.18.2](https://img.shields.io/badge/AppVersion-2.00.18.2-informational?style=flat-square) Audio/Video library transcoding automation @@ -13,6 +13,7 @@ For more information, please click here: [tdarr-node](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tdarr-node` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tdarr-node TrueCharts/tdarr-node ``` @@ -48,7 +49,7 @@ helm install tdarr-node TrueCharts/tdarr-node **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall tdarr-node Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tdarr-node TrueCharts/tdarr-node -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/tdarr/CHANGELOG.md b/charts/stable/tdarr/CHANGELOG.md index fd53dc8784b..aa9c80d1917 100644 --- a/charts/stable/tdarr/CHANGELOG.md +++ b/charts/stable/tdarr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tdarr-2.0.25](https://github.com/truecharts/charts/compare/tdarr-2.0.24...tdarr-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tdarr-2.0.24](https://github.com/truecharts/apps/compare/tdarr-2.0.23...tdarr-2.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/tdarr/Chart.yaml b/charts/stable/tdarr/Chart.yaml index 2cdafbc83ed..417734338b2 100644 --- a/charts/stable/tdarr/Chart.yaml +++ b/charts/stable/tdarr/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Audio/Video library transcoding automation -home: https://github.com/truecharts/charts/tree/master/charts/stable/tdarr -icon: https://truecharts.org/img/chart-icons/tdarr.png +home: https://truecharts.org/docs/charts/stable/tdarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.png keywords: - encode - media @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: tdarr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr - https://github.com/HaveAGitGat/Tdarr - https://hub.docker.com/r/haveagitgat/tdarr type: application diff --git a/charts/stable/tdarr/README.md b/charts/stable/tdarr/README.md index 746284d529f..3b3570fdd2d 100644 --- a/charts/stable/tdarr/README.md +++ b/charts/stable/tdarr/README.md @@ -1,6 +1,6 @@ # tdarr -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.00.18.2](https://img.shields.io/badge/AppVersion-2.00.18.2-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.00.18.2](https://img.shields.io/badge/AppVersion-2.00.18.2-informational?style=flat-square) Audio/Video library transcoding automation @@ -13,6 +13,7 @@ For more information, please click here: [tdarr](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tdarr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tdarr TrueCharts/tdarr ``` @@ -48,7 +49,7 @@ helm install tdarr TrueCharts/tdarr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall tdarr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tdarr TrueCharts/tdarr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/teamspeak3/CHANGELOG.md b/charts/stable/teamspeak3/CHANGELOG.md index d51c3a9c493..bd4f7e41525 100644 --- a/charts/stable/teamspeak3/CHANGELOG.md +++ b/charts/stable/teamspeak3/CHANGELOG.md @@ -2,6 +2,16 @@ +## [teamspeak3-4.0.26](https://github.com/truecharts/charts/compare/teamspeak3-4.0.25...teamspeak3-4.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [teamspeak3-4.0.25](https://github.com/truecharts/apps/compare/teamspeak3-4.0.24...teamspeak3-4.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/teamspeak3/Chart.yaml b/charts/stable/teamspeak3/Chart.yaml index 48dd892dcf4..d2de3b971e7 100644 --- a/charts/stable/teamspeak3/Chart.yaml +++ b/charts/stable/teamspeak3/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: TeamSpeak is software for quality voice communication via the Internet. -home: https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3 -icon: https://truecharts.org/img/chart-icons/teamspeak3.png +home: https://truecharts.org/docs/charts/stable/teamspeak3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teamspeak3.png keywords: - voice server - teamspeak @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: teamspeak3 sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3 - https://hub.docker.com/_/teamspeak - https://www.teamspeak.com/en/ type: application diff --git a/charts/stable/teamspeak3/README.md b/charts/stable/teamspeak3/README.md index 15092c2cf37..c89488f6c57 100644 --- a/charts/stable/teamspeak3/README.md +++ b/charts/stable/teamspeak3/README.md @@ -1,6 +1,6 @@ # teamspeak3 -![Version: 4.0.25](https://img.shields.io/badge/Version-4.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.13.7](https://img.shields.io/badge/AppVersion-3.13.7-informational?style=flat-square) +![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.13.7](https://img.shields.io/badge/AppVersion-3.13.7-informational?style=flat-square) TeamSpeak is software for quality voice communication via the Internet. @@ -13,6 +13,7 @@ For more information, please click here: [teamspeak3](https://truecharts.org/doc ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `teamspeak3` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install teamspeak3 TrueCharts/teamspeak3 ``` @@ -48,7 +49,7 @@ helm install teamspeak3 TrueCharts/teamspeak3 **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall teamspeak3 Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install teamspeak3 TrueCharts/teamspeak3 -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/teedy/CHANGELOG.md b/charts/stable/teedy/CHANGELOG.md index 0f7747ab30e..e61e6f12903 100644 --- a/charts/stable/teedy/CHANGELOG.md +++ b/charts/stable/teedy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [teedy-7.0.27](https://github.com/truecharts/charts/compare/teedy-docs-0.0.14...teedy-7.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [teedy-7.0.26](https://github.com/truecharts/apps/compare/teedy-7.0.25...teedy-7.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/teedy/Chart.yaml b/charts/stable/teedy/Chart.yaml index 97940ace2cd..c47f8c1db54 100644 --- a/charts/stable/teedy/Chart.yaml +++ b/charts/stable/teedy/Chart.yaml @@ -8,11 +8,11 @@ keywords: - teedy - documents - management -home: https://github.com/truecharts/charts/tree/master/charts/stable/teedy -icon: https://truecharts.org/img/chart-icons/teedy.png +home: https://truecharts.org/docs/charts/stable/teedy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy.png sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/teedy - https://github.com/sismics/docs - - https://github.com/truecharts/apps/tree/master/charts/teedy dependencies: - name: common repository: https://library-charts.truecharts.org diff --git a/charts/stable/teedy/README.md b/charts/stable/teedy/README.md index 9e40307defd..371a2240d8c 100644 --- a/charts/stable/teedy/README.md +++ b/charts/stable/teedy/README.md @@ -1,6 +1,6 @@ # teedy -![Version: 7.0.26](https://img.shields.io/badge/Version-7.0.26-informational?style=flat-square) ![AppVersion: 1.10](https://img.shields.io/badge/AppVersion-1.10-informational?style=flat-square) +![Version: 7.0.27](https://img.shields.io/badge/Version-7.0.27-informational?style=flat-square) ![AppVersion: 1.10](https://img.shields.io/badge/AppVersion-1.10-informational?style=flat-square) Teedy is an open source, lightweight document management system for individuals and businesses. @@ -13,8 +13,8 @@ For more information, please click here: [teedy](https://truecharts.org/docs/cha ## Source Code +* * -* ## Requirements @@ -24,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `teedy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install teedy TrueCharts/teedy ``` @@ -49,7 +49,7 @@ helm install teedy TrueCharts/teedy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +68,7 @@ helm uninstall teedy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install teedy TrueCharts/teedy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/thelounge/CHANGELOG.md b/charts/stable/thelounge/CHANGELOG.md index 162b16600a7..4cd13c1d409 100644 --- a/charts/stable/thelounge/CHANGELOG.md +++ b/charts/stable/thelounge/CHANGELOG.md @@ -2,6 +2,16 @@ +## [thelounge-6.0.24](https://github.com/truecharts/charts/compare/thelounge-6.0.23...thelounge-6.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [thelounge-6.0.23](https://github.com/truecharts/apps/compare/thelounge-6.0.22...thelounge-6.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml index 96b523c07ca..a5b3340bab3 100644 --- a/charts/stable/thelounge/Chart.yaml +++ b/charts/stable/thelounge/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: The Lounge, modern web IRC client designed for self-hosting -home: https://github.com/truecharts/charts/tree/master/charts/stable/thelounge -icon: https://truecharts.org/img/chart-icons/thelounge.png +home: https://truecharts.org/docs/charts/stable/thelounge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.png keywords: - thelounge - IRC @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: thelounge sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/thelounge - https://github.com/thelounge/thelounge version: 6.0.24 annotations: diff --git a/charts/stable/thelounge/README.md b/charts/stable/thelounge/README.md index 5d3fac36b16..09775dc65f3 100644 --- a/charts/stable/thelounge/README.md +++ b/charts/stable/thelounge/README.md @@ -1,6 +1,6 @@ # thelounge -![Version: 6.0.23](https://img.shields.io/badge/Version-6.0.23-informational?style=flat-square) ![AppVersion: 4.3.1](https://img.shields.io/badge/AppVersion-4.3.1-informational?style=flat-square) +![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![AppVersion: 4.3.1](https://img.shields.io/badge/AppVersion-4.3.1-informational?style=flat-square) The Lounge, modern web IRC client designed for self-hosting @@ -13,6 +13,7 @@ For more information, please click here: [thelounge](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `thelounge` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install thelounge TrueCharts/thelounge ``` @@ -47,7 +48,7 @@ helm install thelounge TrueCharts/thelounge **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall thelounge Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install thelounge TrueCharts/thelounge -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/theme-park/CHANGELOG.md b/charts/stable/theme-park/CHANGELOG.md index 5cf0bb70c0c..1b6d7f7d25e 100644 --- a/charts/stable/theme-park/CHANGELOG.md +++ b/charts/stable/theme-park/CHANGELOG.md @@ -2,6 +2,17 @@ +## [theme-park-2.0.4](https://github.com/truecharts/charts/compare/theme-park-2.0.2...theme-park-2.0.4) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [theme-park-2.0.2](https://github.com/truecharts/apps/compare/theme-park-2.0.1...theme-park-2.0.2) (2022-07-26) ### Chore diff --git a/charts/stable/theme-park/Chart.yaml b/charts/stable/theme-park/Chart.yaml index deceea4b650..86ce636445b 100644 --- a/charts/stable/theme-park/Chart.yaml +++ b/charts/stable/theme-park/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 -appVersion: "1.9.10" +appVersion: "1.9.11" dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false description: Custom themes for your favorite apps! -home: https://github.com/truecharts/charts/tree/master/charts/stable/theme-park -icon: https://truecharts.org/img/chart-icons/theme-park.png +home: https://truecharts.org/docs/charts/stable/theme-park +icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.png keywords: - theme-park - customization @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: theme-park sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/theme-park - https://github.com/gilbn/theme.park type: application version: 2.0.4 diff --git a/charts/stable/theme-park/README.md b/charts/stable/theme-park/README.md index a6af3f1b415..210a099ee87 100644 --- a/charts/stable/theme-park/README.md +++ b/charts/stable/theme-park/README.md @@ -1,6 +1,6 @@ # theme-park -![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.10](https://img.shields.io/badge/AppVersion-1.9.10-informational?style=flat-square) +![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.11](https://img.shields.io/badge/AppVersion-1.9.11-informational?style=flat-square) Custom themes for your favorite apps! @@ -13,6 +13,7 @@ For more information, please click here: [theme-park](https://truecharts.org/doc ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `theme-park` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install theme-park TrueCharts/theme-park ``` @@ -47,7 +48,7 @@ helm install theme-park TrueCharts/theme-park **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall theme-park Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install theme-park TrueCharts/theme-park -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/tinymediamanager/CHANGELOG.md b/charts/stable/tinymediamanager/CHANGELOG.md index ce384f15a2e..215eb51802b 100644 --- a/charts/stable/tinymediamanager/CHANGELOG.md +++ b/charts/stable/tinymediamanager/CHANGELOG.md @@ -2,6 +2,17 @@ +## [tinymediamanager-2.0.25](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.23...tinymediamanager-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tinymediamanager-2.0.23](https://github.com/truecharts/apps/compare/tinymediamanager-2.0.22...tinymediamanager-2.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/tinymediamanager/Chart.yaml b/charts/stable/tinymediamanager/Chart.yaml index 57aed36971d..47a2863ffd4 100644 --- a/charts/stable/tinymediamanager/Chart.yaml +++ b/charts/stable/tinymediamanager/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 -appVersion: "4.2.8" +appVersion: "4.3.1" dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 description: TinyMediaManager is a full featured media manager to organize and clean up your media library. -home: https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager -icon: https://truecharts.org/img/chart-icons/tinymediamanager.png +home: https://truecharts.org/docs/charts/stable/tinymediamanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.png keywords: - tiny - media @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: tinymediamanager sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager - https://hub.docker.com/r/tinymediamanager/tinymediamanager - https://gitlab.com/tinyMediaManager/tinyMediaManager version: 2.0.25 diff --git a/charts/stable/tinymediamanager/README.md b/charts/stable/tinymediamanager/README.md index 72ddb0aa274..50bc9962966 100644 --- a/charts/stable/tinymediamanager/README.md +++ b/charts/stable/tinymediamanager/README.md @@ -1,6 +1,6 @@ # tinymediamanager -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![AppVersion: 4.2.8](https://img.shields.io/badge/AppVersion-4.2.8-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![AppVersion: 4.3.1](https://img.shields.io/badge/AppVersion-4.3.1-informational?style=flat-square) TinyMediaManager is a full featured media manager to organize and clean up your media library. @@ -13,6 +13,7 @@ For more information, please click here: [tinymediamanager](https://truecharts.o ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tinymediamanager` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tinymediamanager TrueCharts/tinymediamanager ``` @@ -48,7 +49,7 @@ helm install tinymediamanager TrueCharts/tinymediamanager **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall tinymediamanager Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tinymediamanager TrueCharts/tinymediamanager -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/traccar/CHANGELOG.md b/charts/stable/traccar/CHANGELOG.md index a51c7fcfb48..a8774ef1c84 100644 --- a/charts/stable/traccar/CHANGELOG.md +++ b/charts/stable/traccar/CHANGELOG.md @@ -2,6 +2,16 @@ +## [traccar-7.0.27](https://github.com/truecharts/charts/compare/traccar-7.0.26...traccar-7.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [traccar-7.0.26](https://github.com/truecharts/apps/compare/traccar-7.0.25...traccar-7.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/traccar/Chart.yaml b/charts/stable/traccar/Chart.yaml index f517c59f25e..479e5c1a051 100644 --- a/charts/stable/traccar/Chart.yaml +++ b/charts/stable/traccar/Chart.yaml @@ -7,9 +7,10 @@ kubeVersion: ">=1.16.0-0" keywords: - traccar - gps -home: https://github.com/truecharts/charts/tree/master/charts/stable/traccar -icon: https://truecharts.org/img/chart-icons/traccar.png +home: https://truecharts.org/docs/charts/stable/traccar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traccar.png sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/traccar - https://github.com/traccar/traccar - https://hub.docker.com/r/traccar/traccar dependencies: diff --git a/charts/stable/traccar/README.md b/charts/stable/traccar/README.md index 82105945a33..e0ef350282a 100644 --- a/charts/stable/traccar/README.md +++ b/charts/stable/traccar/README.md @@ -1,6 +1,6 @@ # traccar -![Version: 7.0.26](https://img.shields.io/badge/Version-7.0.26-informational?style=flat-square) ![AppVersion: 5.2](https://img.shields.io/badge/AppVersion-5.2-informational?style=flat-square) +![Version: 7.0.27](https://img.shields.io/badge/Version-7.0.27-informational?style=flat-square) ![AppVersion: 5.2](https://img.shields.io/badge/AppVersion-5.2-informational?style=flat-square) Traccar is an open source GPS tracking system. @@ -13,6 +13,7 @@ For more information, please click here: [traccar](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `traccar` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install traccar TrueCharts/traccar ``` @@ -49,7 +50,7 @@ helm install traccar TrueCharts/traccar **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall traccar Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install traccar TrueCharts/traccar -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/traefik/CHANGELOG.md b/charts/stable/traefik/CHANGELOG.md index 6d354ef7ca8..f0e81541579 100644 --- a/charts/stable/traefik/CHANGELOG.md +++ b/charts/stable/traefik/CHANGELOG.md @@ -2,6 +2,16 @@ +## [traefik-13.1.8](https://github.com/truecharts/charts/compare/traefik-13.1.7...traefik-13.1.8) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [traefik-13.1.7](https://github.com/truecharts/apps/compare/traefik-13.1.6...traefik-13.1.7) (2022-07-27) ### Feat diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml index 632f14b68d8..74400832610 100644 --- a/charts/stable/traefik/Chart.yaml +++ b/charts/stable/traefik/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Traefik is a flexible reverse proxy and Ingress Provider. -home: https://github.com/truecharts/apps/tree/master/charts/core/traefik -icon: https://truecharts.org/img/chart-icons/traefik.png +home: https://truecharts.org/docs/charts/stable/traefik +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik.png keywords: - traefik - ingress @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: traefik sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/traefik - https://github.com/traefik/traefik - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ diff --git a/charts/stable/traefik/README.md b/charts/stable/traefik/README.md index 221fc173b74..98958c1d1da 100644 --- a/charts/stable/traefik/README.md +++ b/charts/stable/traefik/README.md @@ -1,6 +1,6 @@ # traefik -![Version: 13.1.7](https://img.shields.io/badge/Version-13.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square) +![Version: 13.1.8](https://img.shields.io/badge/Version-13.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square) Traefik is a flexible reverse proxy and Ingress Provider. @@ -13,6 +13,7 @@ For more information, please click here: [traefik](https://truecharts.org/docs/c ## Source Code +* * * * @@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `traefik` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install traefik TrueCharts/traefik ``` @@ -49,7 +50,7 @@ helm install traefik TrueCharts/traefik **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall traefik Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install traefik TrueCharts/traefik -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/transmission/CHANGELOG.md b/charts/stable/transmission/CHANGELOG.md index fb61691a782..ff2e42a25b6 100644 --- a/charts/stable/transmission/CHANGELOG.md +++ b/charts/stable/transmission/CHANGELOG.md @@ -2,6 +2,16 @@ +## [transmission-12.0.26](https://github.com/truecharts/charts/compare/transmission-12.0.25...transmission-12.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [transmission-12.0.25](https://github.com/truecharts/apps/compare/transmission-12.0.24...transmission-12.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index 269e4426bcc..39f0cc4b4eb 100644 --- a/charts/stable/transmission/Chart.yaml +++ b/charts/stable/transmission/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: API Support for your favorite torrent trackers. -home: https://github.com/truecharts/charts/tree/master/charts/stable/transmission -icon: https://truecharts.org/img/chart-icons/transmission.png +home: https://truecharts.org/docs/charts/stable/transmission +icon: https://truecharts.org/img/hotlink-ok/chart-icons/transmission.png keywords: - transmission - torrent @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: transmission sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/transmission - https://github.com/transmission/transmission - https://hub.docker.com/r/linuxserver/transmission type: application diff --git a/charts/stable/transmission/README.md b/charts/stable/transmission/README.md index e47d71d7632..adc1b926085 100644 --- a/charts/stable/transmission/README.md +++ b/charts/stable/transmission/README.md @@ -1,6 +1,6 @@ # transmission -![Version: 12.0.25](https://img.shields.io/badge/Version-12.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.00](https://img.shields.io/badge/AppVersion-3.00-informational?style=flat-square) +![Version: 12.0.26](https://img.shields.io/badge/Version-12.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.00](https://img.shields.io/badge/AppVersion-3.00-informational?style=flat-square) API Support for your favorite torrent trackers. @@ -13,6 +13,7 @@ For more information, please click here: [transmission](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `transmission` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install transmission TrueCharts/transmission ``` @@ -48,7 +49,7 @@ helm install transmission TrueCharts/transmission **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall transmission Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install transmission TrueCharts/transmission -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/trilium-notes/CHANGELOG.md b/charts/stable/trilium-notes/CHANGELOG.md index d43fcd181f0..694235052c1 100644 --- a/charts/stable/trilium-notes/CHANGELOG.md +++ b/charts/stable/trilium-notes/CHANGELOG.md @@ -2,6 +2,16 @@ +## [trilium-notes-5.0.25](https://github.com/truecharts/charts/compare/trilium-notes-5.0.24...trilium-notes-5.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [trilium-notes-5.0.24](https://github.com/truecharts/apps/compare/trilium-notes-5.0.23...trilium-notes-5.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/trilium-notes/Chart.yaml b/charts/stable/trilium-notes/Chart.yaml index 3b089e20f0c..d469c50105f 100644 --- a/charts/stable/trilium-notes/Chart.yaml +++ b/charts/stable/trilium-notes/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. -home: https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes -icon: https://truecharts.org/img/chart-icons/trilium-notes.png +home: https://truecharts.org/docs/charts/stable/trilium-notes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium-notes.png keywords: - trilium - notes @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: trilium-notes sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes - https://hub.docker.com/r/zadam/trilium - https://github.com/zadam/trilium type: application diff --git a/charts/stable/trilium-notes/README.md b/charts/stable/trilium-notes/README.md index f197aa4397c..6646d02e339 100644 --- a/charts/stable/trilium-notes/README.md +++ b/charts/stable/trilium-notes/README.md @@ -1,6 +1,6 @@ # trilium-notes -![Version: 5.0.24](https://img.shields.io/badge/Version-5.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.53.2](https://img.shields.io/badge/AppVersion-0.53.2-informational?style=flat-square) +![Version: 5.0.25](https://img.shields.io/badge/Version-5.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.53.2](https://img.shields.io/badge/AppVersion-0.53.2-informational?style=flat-square) Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. @@ -13,6 +13,7 @@ For more information, please click here: [trilium-notes](https://truecharts.org/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `trilium-notes` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install trilium-notes TrueCharts/trilium-notes ``` @@ -48,7 +49,7 @@ helm install trilium-notes TrueCharts/trilium-notes **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall trilium-notes Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install trilium-notes TrueCharts/trilium-notes -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/truecommand/CHANGELOG.md b/charts/stable/truecommand/CHANGELOG.md index ffb26f184ad..af946fb6f36 100644 --- a/charts/stable/truecommand/CHANGELOG.md +++ b/charts/stable/truecommand/CHANGELOG.md @@ -2,6 +2,16 @@ +## [truecommand-11.0.24](https://github.com/truecharts/charts/compare/truecommand-11.0.23...truecommand-11.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [truecommand-11.0.23](https://github.com/truecharts/apps/compare/truecommand-11.0.22...truecommand-11.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml index cf117a6c59d..ad179cb567b 100644 --- a/charts/stable/truecommand/Chart.yaml +++ b/charts/stable/truecommand/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Aggregated management of TrueNAS devices -home: https://github.com/truecharts/charts/tree/master/charts/stable/truecommand -icon: https://truecharts.org/img/chart-icons/truecommand.png +home: https://truecharts.org/docs/charts/stable/truecommand +icon: https://truecharts.org/img/hotlink-ok/chart-icons/truecommand.png keywords: - truecommand kubeVersion: ">=1.16.0-0" @@ -17,6 +17,7 @@ maintainers: url: https://truecharts.org name: truecommand sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/truecommand - https://hub.docker.com/r/ixsystems/truecommand type: application version: 11.0.24 diff --git a/charts/stable/truecommand/README.md b/charts/stable/truecommand/README.md index 953a4e1a860..827d652357c 100644 --- a/charts/stable/truecommand/README.md +++ b/charts/stable/truecommand/README.md @@ -1,6 +1,6 @@ # truecommand -![Version: 11.0.23](https://img.shields.io/badge/Version-11.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1](https://img.shields.io/badge/AppVersion-2.1-informational?style=flat-square) +![Version: 11.0.24](https://img.shields.io/badge/Version-11.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1](https://img.shields.io/badge/AppVersion-2.1-informational?style=flat-square) Aggregated management of TrueNAS devices @@ -13,6 +13,7 @@ For more information, please click here: [truecommand](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `truecommand` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install truecommand TrueCharts/truecommand ``` @@ -47,7 +48,7 @@ helm install truecommand TrueCharts/truecommand **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall truecommand Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install truecommand TrueCharts/truecommand -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/tsmuxer/CHANGELOG.md b/charts/stable/tsmuxer/CHANGELOG.md index 01289fbbaa7..686c63c0146 100644 --- a/charts/stable/tsmuxer/CHANGELOG.md +++ b/charts/stable/tsmuxer/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tsmuxer-1.0.2](https://github.com/truecharts/charts/compare/tsmuxer-1.0.1...tsmuxer-1.0.2) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tsmuxer-1.0.1](https://github.com/truecharts/apps/compare/tsmuxer-1.0.0...tsmuxer-1.0.1) (2022-07-26) ### Chore diff --git a/charts/stable/tsmuxer/Chart.yaml b/charts/stable/tsmuxer/Chart.yaml index a1dc9f9eb62..7c338b3fee2 100644 --- a/charts/stable/tsmuxer/Chart.yaml +++ b/charts/stable/tsmuxer/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: tsMuxer is a Transport Stream muxer. -home: https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer -icon: https://truecharts.org/img/chart-icons/tsmuxer.png +home: https://truecharts.org/docs/charts/stable/tsmuxer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsmuxer.png keywords: - media - tsmuxer @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: tsmuxer sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer - https://github.com/jlesage/docker-tsmuxer - https://hub.docker.com/r/jlesage/tsmuxer/ type: application diff --git a/charts/stable/tsmuxer/README.md b/charts/stable/tsmuxer/README.md index fc519fb374d..bbd7fcca24e 100644 --- a/charts/stable/tsmuxer/README.md +++ b/charts/stable/tsmuxer/README.md @@ -1,6 +1,6 @@ # tsmuxer -![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat-square) +![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat-square) tsMuxer is a Transport Stream muxer. @@ -13,6 +13,7 @@ For more information, please click here: [tsmuxer](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tsmuxer` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tsmuxer TrueCharts/tsmuxer ``` @@ -48,7 +49,7 @@ helm install tsmuxer TrueCharts/tsmuxer **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall tsmuxer Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tsmuxer TrueCharts/tsmuxer -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/tt-rss/CHANGELOG.md b/charts/stable/tt-rss/CHANGELOG.md index d380ae49d52..e359f6d3bee 100644 --- a/charts/stable/tt-rss/CHANGELOG.md +++ b/charts/stable/tt-rss/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tt-rss-7.0.26](https://github.com/truecharts/charts/compare/tt-rss-7.0.25...tt-rss-7.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tt-rss-7.0.25](https://github.com/truecharts/apps/compare/tt-rss-7.0.24...tt-rss-7.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml index 13a5e990577..d2cbb636f34 100644 --- a/charts/stable/tt-rss/Chart.yaml +++ b/charts/stable/tt-rss/Chart.yaml @@ -6,9 +6,10 @@ version: 7.0.26 kubeVersion: ">=1.16.0-0" keywords: - tt-rss -home: https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss -icon: https://truecharts.org/img/chart-icons/tt-rss.png +home: https://truecharts.org/docs/charts/stable/tt-rss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.png sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss - https://git.tt-rss.org/fox/tt-rss dependencies: - name: common diff --git a/charts/stable/tt-rss/README.md b/charts/stable/tt-rss/README.md index 3a39cf796dd..dbcbc99e793 100644 --- a/charts/stable/tt-rss/README.md +++ b/charts/stable/tt-rss/README.md @@ -1,6 +1,6 @@ # tt-rss -![Version: 7.0.25](https://img.shields.io/badge/Version-7.0.25-informational?style=flat-square) ![AppVersion: 2.0.9113](https://img.shields.io/badge/AppVersion-2.0.9113-informational?style=flat-square) +![Version: 7.0.26](https://img.shields.io/badge/Version-7.0.26-informational?style=flat-square) ![AppVersion: 2.0.9113](https://img.shields.io/badge/AppVersion-2.0.9113-informational?style=flat-square) Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator @@ -13,6 +13,7 @@ For more information, please click here: [tt-rss](https://truecharts.org/docs/ch ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tt-rss` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tt-rss TrueCharts/tt-rss ``` @@ -48,7 +49,7 @@ helm install tt-rss TrueCharts/tt-rss **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall tt-rss Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tt-rss TrueCharts/tt-rss -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/tvheadend/CHANGELOG.md b/charts/stable/tvheadend/CHANGELOG.md index 48996bd429d..ad718f59af7 100644 --- a/charts/stable/tvheadend/CHANGELOG.md +++ b/charts/stable/tvheadend/CHANGELOG.md @@ -2,6 +2,16 @@ +## [tvheadend-12.0.23](https://github.com/truecharts/charts/compare/tvheadend-12.0.22...tvheadend-12.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [tvheadend-12.0.22](https://github.com/truecharts/apps/compare/tvheadend-12.0.21...tvheadend-12.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/tvheadend/Chart.yaml b/charts/stable/tvheadend/Chart.yaml index bd6d9f52f51..184d6e6fec2 100644 --- a/charts/stable/tvheadend/Chart.yaml +++ b/charts/stable/tvheadend/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: TVheadend - a TV streaming server and digital video recorder -home: https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend -icon: https://truecharts.org/img/chart-icons/tvheadend.png +home: https://truecharts.org/docs/charts/stable/tvheadend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.png keywords: - tvheadend - tv @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: tvheadend sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend - https://github.com/tvheadend/tvheadend type: application version: 12.0.23 diff --git a/charts/stable/tvheadend/README.md b/charts/stable/tvheadend/README.md index 11cc09d79c0..04998ffc173 100644 --- a/charts/stable/tvheadend/README.md +++ b/charts/stable/tvheadend/README.md @@ -1,6 +1,6 @@ # tvheadend -![Version: 12.0.22](https://img.shields.io/badge/Version-12.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 63784405](https://img.shields.io/badge/AppVersion-63784405-informational?style=flat-square) +![Version: 12.0.23](https://img.shields.io/badge/Version-12.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 63784405](https://img.shields.io/badge/AppVersion-63784405-informational?style=flat-square) TVheadend - a TV streaming server and digital video recorder @@ -13,6 +13,7 @@ For more information, please click here: [tvheadend](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `tvheadend` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install tvheadend TrueCharts/tvheadend ``` @@ -47,7 +48,7 @@ helm install tvheadend TrueCharts/tvheadend **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall tvheadend Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install tvheadend TrueCharts/tvheadend -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/twtxt/CHANGELOG.md b/charts/stable/twtxt/CHANGELOG.md index 914d6fba4fe..828b20b6458 100644 --- a/charts/stable/twtxt/CHANGELOG.md +++ b/charts/stable/twtxt/CHANGELOG.md @@ -2,6 +2,16 @@ +## [twtxt-3.0.23](https://github.com/truecharts/charts/compare/twtxt-3.0.22...twtxt-3.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [twtxt-3.0.22](https://github.com/truecharts/apps/compare/twtxt-3.0.21...twtxt-3.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/twtxt/Chart.yaml b/charts/stable/twtxt/Chart.yaml index 11e3ea9dac0..abb41ee11a2 100644 --- a/charts/stable/twtxt/Chart.yaml +++ b/charts/stable/twtxt/Chart.yaml @@ -4,11 +4,9 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 -description: - "A Self-Hosted, Twitter\u2122-like Decentralised microBlogging platform.\ - \ No ads, no tracking, your content, your data!" -home: https://github.com/truecharts/charts/tree/master/charts/stable/twtxt -icon: https://truecharts.org/img/chart-icons/twtxt.png +description: "A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data!" +home: https://truecharts.org/docs/charts/stable/twtxt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/twtxt.png keywords: - twtxt - blogging @@ -21,6 +19,7 @@ maintainers: url: https://truecharts.org name: twtxt sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/twtxt - https://github.com/prologic/twtxt - https://github.com/nicholaswilde/docker-twtxt type: application diff --git a/charts/stable/twtxt/README.md b/charts/stable/twtxt/README.md index 3c557010520..0e2a06d8098 100644 --- a/charts/stable/twtxt/README.md +++ b/charts/stable/twtxt/README.md @@ -1,6 +1,6 @@ # twtxt -![Version: 3.0.22](https://img.shields.io/badge/Version-3.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square) +![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square) A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data! @@ -13,6 +13,7 @@ For more information, please click here: [twtxt](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `twtxt` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install twtxt TrueCharts/twtxt ``` @@ -48,7 +49,7 @@ helm install twtxt TrueCharts/twtxt **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall twtxt Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install twtxt TrueCharts/twtxt -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/typecho/CHANGELOG.md b/charts/stable/typecho/CHANGELOG.md index a868705e212..21daf3cac67 100644 --- a/charts/stable/typecho/CHANGELOG.md +++ b/charts/stable/typecho/CHANGELOG.md @@ -2,6 +2,16 @@ +## [typecho-3.0.26](https://github.com/truecharts/charts/compare/typecho-3.0.25...typecho-3.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [typecho-3.0.25](https://github.com/truecharts/apps/compare/typecho-3.0.24...typecho-3.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/typecho/Chart.yaml b/charts/stable/typecho/Chart.yaml index e153d4bb3e6..c7c254a29f7 100644 --- a/charts/stable/typecho/Chart.yaml +++ b/charts/stable/typecho/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 3.0.49 description: Typecho is a PHP Blogging Platform. -home: https://github.com/truecharts/charts/tree/master/charts/stable/typecho -icon: https://truecharts.org/img/chart-icons/typecho.png +home: https://truecharts.org/docs/charts/stable/typecho +icon: https://truecharts.org/img/hotlink-ok/chart-icons/typecho.png keywords: - typecho - blog @@ -21,6 +21,7 @@ maintainers: url: https://truecharts.org name: typecho sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/typecho - https://github.com/typecho/typecho - https://hub.docker.com/r/joyqi/typecho version: 3.0.26 diff --git a/charts/stable/typecho/README.md b/charts/stable/typecho/README.md index 7f0cd9b7d54..246c090e9f5 100644 --- a/charts/stable/typecho/README.md +++ b/charts/stable/typecho/README.md @@ -1,6 +1,6 @@ # typecho -![Version: 3.0.25](https://img.shields.io/badge/Version-3.0.25-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) +![Version: 3.0.26](https://img.shields.io/badge/Version-3.0.26-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) Typecho is a PHP Blogging Platform. @@ -13,6 +13,7 @@ For more information, please click here: [typecho](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `typecho` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install typecho TrueCharts/typecho ``` @@ -49,7 +50,7 @@ helm install typecho TrueCharts/typecho **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall typecho Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install typecho TrueCharts/typecho -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/ubooquity/CHANGELOG.md b/charts/stable/ubooquity/CHANGELOG.md index ab0461bca40..c89912b1ed9 100644 --- a/charts/stable/ubooquity/CHANGELOG.md +++ b/charts/stable/ubooquity/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ubooquity-3.0.24](https://github.com/truecharts/charts/compare/ubooquity-3.0.23...ubooquity-3.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ubooquity-3.0.23](https://github.com/truecharts/apps/compare/ubooquity-3.0.22...ubooquity-3.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/ubooquity/Chart.yaml b/charts/stable/ubooquity/Chart.yaml index d18140bf52a..690e1c350b1 100644 --- a/charts/stable/ubooquity/Chart.yaml +++ b/charts/stable/ubooquity/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "2.1.2" description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity -icon: https://truecharts.org/img/chart-icons/ubooquity.png +home: https://truecharts.org/docs/charts/stable/ubooquity +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.png keywords: - ubooquity sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity - https://hub.docker.com/r/linuxserver/ubooquity dependencies: - name: common diff --git a/charts/stable/ubooquity/README.md b/charts/stable/ubooquity/README.md index 6ab6de2231c..b97102f1b13 100644 --- a/charts/stable/ubooquity/README.md +++ b/charts/stable/ubooquity/README.md @@ -1,6 +1,6 @@ # ubooquity -![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square) +![Version: 3.0.24](https://img.shields.io/badge/Version-3.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square) Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. @@ -13,6 +13,7 @@ For more information, please click here: [ubooquity](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ubooquity` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ubooquity TrueCharts/ubooquity ``` @@ -47,7 +48,7 @@ helm install ubooquity TrueCharts/ubooquity **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall ubooquity Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ubooquity TrueCharts/ubooquity -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/unifi/CHANGELOG.md b/charts/stable/unifi/CHANGELOG.md index 5a8fb80f2d6..841e15d18aa 100644 --- a/charts/stable/unifi/CHANGELOG.md +++ b/charts/stable/unifi/CHANGELOG.md @@ -2,6 +2,17 @@ +## [unifi-11.0.25](https://github.com/truecharts/charts/compare/unifi-11.0.23...unifi-11.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [unifi-11.0.23](https://github.com/truecharts/apps/compare/unifi-11.0.22...unifi-11.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index ce1b8bd241b..ef4de6ca845 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 -appVersion: "7.1.66" +appVersion: "7.1.68" dependencies: - name: common repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false description: Ubiquiti Network's Unifi Controller -home: https://github.com/truecharts/charts/tree/master/charts/stable/unifi -icon: https://truecharts.org/img/chart-icons/unifi.png +home: https://truecharts.org/docs/charts/stable/unifi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unifi.png keywords: - ubiquiti - unifi @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: unifi sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/unifi - https://github.com/jacobalberty/unifi-docker - https://unifi-network.ui.com type: application diff --git a/charts/stable/unifi/README.md b/charts/stable/unifi/README.md index dd5fcc082f9..cb22aea1bbe 100644 --- a/charts/stable/unifi/README.md +++ b/charts/stable/unifi/README.md @@ -1,6 +1,6 @@ # unifi -![Version: 11.0.23](https://img.shields.io/badge/Version-11.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.1.66](https://img.shields.io/badge/AppVersion-7.1.66-informational?style=flat-square) +![Version: 11.0.25](https://img.shields.io/badge/Version-11.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.1.68](https://img.shields.io/badge/AppVersion-7.1.68-informational?style=flat-square) Ubiquiti Network's Unifi Controller @@ -13,6 +13,7 @@ For more information, please click here: [unifi](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `unifi` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install unifi TrueCharts/unifi ``` @@ -48,7 +49,7 @@ helm install unifi TrueCharts/unifi **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall unifi Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install unifi TrueCharts/unifi -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/unmanic/CHANGELOG.md b/charts/stable/unmanic/CHANGELOG.md index b6b9f5b284e..ea0a4e3bd3b 100644 --- a/charts/stable/unmanic/CHANGELOG.md +++ b/charts/stable/unmanic/CHANGELOG.md @@ -2,6 +2,16 @@ +## [unmanic-3.0.24](https://github.com/truecharts/charts/compare/unmanic-3.0.23...unmanic-3.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [unmanic-3.0.23](https://github.com/truecharts/apps/compare/unmanic-3.0.22...unmanic-3.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/unmanic/Chart.yaml b/charts/stable/unmanic/Chart.yaml index a7ff0b75247..c270baec6f2 100644 --- a/charts/stable/unmanic/Chart.yaml +++ b/charts/stable/unmanic/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Unmanic is a simple tool for optimising your file library. -home: https://github.com/truecharts/charts/tree/master/charts/stable/unmanic -icon: https://truecharts.org/img/chart-icons/unmanic.png +home: https://truecharts.org/docs/charts/stable/unmanic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.png keywords: - media kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: unmanic sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/unmanic - https://github.com/Unmanic/unmanic - https://hub.docker.com/r/josh5/unmanic version: 3.0.24 diff --git a/charts/stable/unmanic/README.md b/charts/stable/unmanic/README.md index 424d81ef7c4..173ce073058 100644 --- a/charts/stable/unmanic/README.md +++ b/charts/stable/unmanic/README.md @@ -1,6 +1,6 @@ # unmanic -![Version: 3.0.23](https://img.shields.io/badge/Version-3.0.23-informational?style=flat-square) ![AppVersion: 0.2.3](https://img.shields.io/badge/AppVersion-0.2.3-informational?style=flat-square) +![Version: 3.0.24](https://img.shields.io/badge/Version-3.0.24-informational?style=flat-square) ![AppVersion: 0.2.3](https://img.shields.io/badge/AppVersion-0.2.3-informational?style=flat-square) Unmanic is a simple tool for optimising your file library. @@ -13,6 +13,7 @@ For more information, please click here: [unmanic](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `unmanic` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install unmanic TrueCharts/unmanic ``` @@ -48,7 +49,7 @@ helm install unmanic TrueCharts/unmanic **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall unmanic Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install unmanic TrueCharts/unmanic -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/unpackerr/CHANGELOG.md b/charts/stable/unpackerr/CHANGELOG.md index 14070e4265d..e4ad98d59ef 100644 --- a/charts/stable/unpackerr/CHANGELOG.md +++ b/charts/stable/unpackerr/CHANGELOG.md @@ -2,6 +2,16 @@ +## [unpackerr-6.0.24](https://github.com/truecharts/charts/compare/unpackerr-6.0.23...unpackerr-6.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [unpackerr-6.0.23](https://github.com/truecharts/apps/compare/unpackerr-6.0.22...unpackerr-6.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml index f356c795e3e..10ca0065bb7 100644 --- a/charts/stable/unpackerr/Chart.yaml +++ b/charts/stable/unpackerr/Chart.yaml @@ -5,12 +5,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -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 -home: https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr -icon: https://truecharts.org/img/chart-icons/unpackerr.png +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 +home: https://truecharts.org/docs/charts/stable/unpackerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpackerr.png keywords: - unpackerr - sonarr @@ -24,6 +21,7 @@ maintainers: url: https://truecharts.org name: unpackerr sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr - https://github.com/davidnewhall/unpackerr - https://hub.docker.com/r/golift/unpackerr type: application diff --git a/charts/stable/unpackerr/README.md b/charts/stable/unpackerr/README.md index 0d31c17d048..3e9cc52bdeb 100644 --- a/charts/stable/unpackerr/README.md +++ b/charts/stable/unpackerr/README.md @@ -1,6 +1,6 @@ # unpackerr -![Version: 6.0.23](https://img.shields.io/badge/Version-6.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.10.0](https://img.shields.io/badge/AppVersion-0.10.0-informational?style=flat-square) +![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.10.0](https://img.shields.io/badge/AppVersion-0.10.0-informational?style=flat-square) 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 @@ -13,6 +13,7 @@ For more information, please click here: [unpackerr](https://truecharts.org/docs ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `unpackerr` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install unpackerr TrueCharts/unpackerr ``` @@ -48,7 +49,7 @@ helm install unpackerr TrueCharts/unpackerr **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall unpackerr Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install unpackerr TrueCharts/unpackerr -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/unpoller/CHANGELOG.md b/charts/stable/unpoller/CHANGELOG.md index 9db2d0fd188..5d69233df42 100644 --- a/charts/stable/unpoller/CHANGELOG.md +++ b/charts/stable/unpoller/CHANGELOG.md @@ -2,6 +2,16 @@ +## [unpoller-3.0.27](https://github.com/truecharts/charts/compare/unpoller-3.0.26...unpoller-3.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [unpoller-3.0.26](https://github.com/truecharts/apps/compare/unpoller-3.0.25...unpoller-3.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/unpoller/Chart.yaml b/charts/stable/unpoller/Chart.yaml index deea3f786b3..209af54f6be 100644 --- a/charts/stable/unpoller/Chart.yaml +++ b/charts/stable/unpoller/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus -icon: https://truecharts.org/img/chart-icons/unpoller.png -home: https://github.com/truecharts/charts/tree/master/charts/stable/unpoller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.png +home: https://truecharts.org/docs/charts/stable/unpoller keywords: - unifi - unifi-poller @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: unpoller sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller - https://github.com/unifi-poller/unifi-poller - https://hub.docker.com/r/golift/unifi-poller type: application diff --git a/charts/stable/unpoller/README.md b/charts/stable/unpoller/README.md index dea2d786821..9f119c62e35 100644 --- a/charts/stable/unpoller/README.md +++ b/charts/stable/unpoller/README.md @@ -1,6 +1,6 @@ # unpoller -![Version: 3.0.26](https://img.shields.io/badge/Version-3.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.3](https://img.shields.io/badge/AppVersion-2.1.3-informational?style=flat-square) +![Version: 3.0.27](https://img.shields.io/badge/Version-3.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.3](https://img.shields.io/badge/AppVersion-2.1.3-informational?style=flat-square) Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus @@ -13,6 +13,7 @@ For more information, please click here: [unpoller](https://truecharts.org/docs/ ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `unpoller` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install unpoller TrueCharts/unpoller ``` @@ -48,7 +49,7 @@ helm install unpoller TrueCharts/unpoller **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall unpoller Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install unpoller TrueCharts/unpoller -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/uptime-kuma/CHANGELOG.md b/charts/stable/uptime-kuma/CHANGELOG.md index 3d0e1f43eeb..1b82f7844a8 100644 --- a/charts/stable/uptime-kuma/CHANGELOG.md +++ b/charts/stable/uptime-kuma/CHANGELOG.md @@ -2,6 +2,16 @@ +## [uptime-kuma-3.0.25](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.24...uptime-kuma-3.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [uptime-kuma-3.0.24](https://github.com/truecharts/apps/compare/uptime-kuma-3.0.23...uptime-kuma-3.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/uptime-kuma/Chart.yaml b/charts/stable/uptime-kuma/Chart.yaml index 05c5121882c..a95c1e1ea6f 100644 --- a/charts/stable/uptime-kuma/Chart.yaml +++ b/charts/stable/uptime-kuma/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: A fancy self-hosted monitoring tool -home: https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma -icon: https://truecharts.org/img/chart-icons/uptime-kuma.png +home: https://truecharts.org/docs/charts/stable/uptime-kuma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptime-kuma.png keywords: - monitoring - uptime @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: uptime-kuma sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma - https://github.com/louislam/uptime-kuma type: application version: 3.0.25 diff --git a/charts/stable/uptime-kuma/README.md b/charts/stable/uptime-kuma/README.md index 9a76b407ac9..a011f59f746 100644 --- a/charts/stable/uptime-kuma/README.md +++ b/charts/stable/uptime-kuma/README.md @@ -1,6 +1,6 @@ # uptime-kuma -![Version: 3.0.24](https://img.shields.io/badge/Version-3.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.1](https://img.shields.io/badge/AppVersion-1.17.1-informational?style=flat-square) +![Version: 3.0.25](https://img.shields.io/badge/Version-3.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.1](https://img.shields.io/badge/AppVersion-1.17.1-informational?style=flat-square) A fancy self-hosted monitoring tool @@ -13,6 +13,7 @@ For more information, please click here: [uptime-kuma](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `uptime-kuma` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install uptime-kuma TrueCharts/uptime-kuma ``` @@ -47,7 +48,7 @@ helm install uptime-kuma TrueCharts/uptime-kuma **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall uptime-kuma Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install uptime-kuma TrueCharts/uptime-kuma -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/uptimerobot-prometheus/CHANGELOG.md b/charts/stable/uptimerobot-prometheus/CHANGELOG.md index bdb3e922616..5108e394acb 100644 --- a/charts/stable/uptimerobot-prometheus/CHANGELOG.md +++ b/charts/stable/uptimerobot-prometheus/CHANGELOG.md @@ -2,6 +2,16 @@ +## [uptimerobot-prometheus-4.0.27](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.26...uptimerobot-prometheus-4.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [uptimerobot-prometheus-4.0.26](https://github.com/truecharts/apps/compare/uptimerobot-prometheus-4.0.25...uptimerobot-prometheus-4.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/uptimerobot-prometheus/Chart.yaml b/charts/stable/uptimerobot-prometheus/Chart.yaml index 0cbbea842af..546d623b89d 100644 --- a/charts/stable/uptimerobot-prometheus/Chart.yaml +++ b/charts/stable/uptimerobot-prometheus/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: Prometheus Exporter for the official uptimerobot CLI -icon: https://truecharts.org/img/chart-icons/uptimerobot-prometheus.png -home: https://github.com/truecharts/charts/tree/master/charts/stable/uptimerobot-prometheus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.png +home: https://truecharts.org/docs/charts/stable/uptimerobot-prometheus keywords: - uptimerobot - prometheus @@ -20,6 +20,7 @@ maintainers: url: https://truecharts.org name: uptimerobot-prometheus sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/uptimerobot-prometheus - https://github.com/lekpamartin/uptimerobot_exporter - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus type: application diff --git a/charts/stable/uptimerobot-prometheus/README.md b/charts/stable/uptimerobot-prometheus/README.md index ff72e0693f4..bdb387d0b23 100644 --- a/charts/stable/uptimerobot-prometheus/README.md +++ b/charts/stable/uptimerobot-prometheus/README.md @@ -1,6 +1,6 @@ # uptimerobot-prometheus -![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) +![Version: 4.0.27](https://img.shields.io/badge/Version-4.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) Prometheus Exporter for the official uptimerobot CLI @@ -13,6 +13,7 @@ For more information, please click here: [uptimerobot-prometheus](https://truech ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `uptimerobot-prometheus` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install uptimerobot-prometheus TrueCharts/uptimerobot-prometheus ``` @@ -48,7 +49,7 @@ helm install uptimerobot-prometheus TrueCharts/uptimerobot-prometheus **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall uptimerobot-prometheus Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install uptimerobot-prometheus TrueCharts/uptimerobot-prometheus -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/valheim/CHANGELOG.md b/charts/stable/valheim/CHANGELOG.md index 8b693c51c37..33efcc5f217 100644 --- a/charts/stable/valheim/CHANGELOG.md +++ b/charts/stable/valheim/CHANGELOG.md @@ -2,6 +2,16 @@ +## [valheim-3.0.27](https://github.com/truecharts/charts/compare/valheim-3.0.26...valheim-3.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [valheim-3.0.26](https://github.com/truecharts/apps/compare/valheim-3.0.25...valheim-3.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/valheim/Chart.yaml b/charts/stable/valheim/Chart.yaml index 9a7b0430169..55d4af33df3 100644 --- a/charts/stable/valheim/Chart.yaml +++ b/charts/stable/valheim/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Valheim dedicated gameserver with automatic update and world backup support -home: https://github.com/truecharts/apps/tree/master/charts/games/valheim -icon: https://truecharts.org/img/chart-icons/valheim.png +home: https://truecharts.org/docs/charts/stable/valheim +icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.png keywords: - valheim kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: valheim sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/valheim - https://github.com/lloesche/valheim-server-docker - https://hub.docker.com/r/lloesche/valheim-server version: 3.0.27 diff --git a/charts/stable/valheim/README.md b/charts/stable/valheim/README.md index de0107d5a6f..a0d408b9a69 100644 --- a/charts/stable/valheim/README.md +++ b/charts/stable/valheim/README.md @@ -1,6 +1,6 @@ # valheim -![Version: 3.0.26](https://img.shields.io/badge/Version-3.0.26-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 3.0.27](https://img.shields.io/badge/Version-3.0.27-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Valheim dedicated gameserver with automatic update and world backup support @@ -13,6 +13,7 @@ For more information, please click here: [valheim](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `valheim` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install valheim TrueCharts/valheim ``` @@ -48,7 +49,7 @@ helm install valheim TrueCharts/valheim **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall valheim Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install valheim TrueCharts/valheim -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/vaultwarden/CHANGELOG.md b/charts/stable/vaultwarden/CHANGELOG.md index dcacebd270b..85194d09b46 100644 --- a/charts/stable/vaultwarden/CHANGELOG.md +++ b/charts/stable/vaultwarden/CHANGELOG.md @@ -2,6 +2,16 @@ +## [vaultwarden-16.0.28](https://github.com/truecharts/charts/compare/vaultwarden-16.0.27...vaultwarden-16.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [vaultwarden-16.0.27](https://github.com/truecharts/apps/compare/vaultwarden-16.0.26...vaultwarden-16.0.27) (2022-07-28) ### Chore diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index 2608f3500bc..b5a819e09ee 100644 --- a/charts/stable/vaultwarden/Chart.yaml +++ b/charts/stable/vaultwarden/Chart.yaml @@ -10,8 +10,8 @@ dependencies: version: 8.0.50 deprecated: false description: Unofficial Bitwarden compatible server written in Rust -home: "https://truecharts.org/docs/charts/stable/vaultwarden" -icon: https://truecharts.org/img/chart-icons/vaultwarden.png +home: https://truecharts.org/docs/charts/stable/vaultwarden +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.png keywords: - bitwarden - bitwardenrs @@ -26,6 +26,7 @@ maintainers: url: https://truecharts.org name: vaultwarden sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/vaultwarden - https://github.com/dani-garcia/vaultwarden type: application version: 16.0.28 diff --git a/charts/stable/vaultwarden/README.md b/charts/stable/vaultwarden/README.md index ccdd6544e5b..3bc530a15f7 100644 --- a/charts/stable/vaultwarden/README.md +++ b/charts/stable/vaultwarden/README.md @@ -1,6 +1,6 @@ # vaultwarden -![Version: 16.0.27](https://img.shields.io/badge/Version-16.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.2](https://img.shields.io/badge/AppVersion-1.25.2-informational?style=flat-square) +![Version: 16.0.28](https://img.shields.io/badge/Version-16.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.2](https://img.shields.io/badge/AppVersion-1.25.2-informational?style=flat-square) Unofficial Bitwarden compatible server written in Rust @@ -13,6 +13,7 @@ For more information, please click here: [vaultwarden](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `vaultwarden` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install vaultwarden TrueCharts/vaultwarden ``` @@ -48,7 +49,7 @@ helm install vaultwarden TrueCharts/vaultwarden **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall vaultwarden Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install vaultwarden TrueCharts/vaultwarden -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/verysync/CHANGELOG.md b/charts/stable/verysync/CHANGELOG.md index 2bd85057424..7c0c346195a 100644 --- a/charts/stable/verysync/CHANGELOG.md +++ b/charts/stable/verysync/CHANGELOG.md @@ -2,6 +2,16 @@ +## [verysync-2.0.27](https://github.com/truecharts/charts/compare/verysync-2.0.26...verysync-2.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [verysync-2.0.26](https://github.com/truecharts/apps/compare/verysync-2.0.25...verysync-2.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/verysync/Chart.yaml b/charts/stable/verysync/Chart.yaml index 5950ccc872a..e1b1b83e9b6 100644 --- a/charts/stable/verysync/Chart.yaml +++ b/charts/stable/verysync/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: very sync is an easy-to-use multi-platform file synchronization software -home: https://github.com/truecharts/charts/tree/master/charts/stable/verysync -icon: https://truecharts.org/img/chart-icons/verysync.png +home: https://truecharts.org/docs/charts/stable/verysync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/verysync.png keywords: - verysync - sync @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: verysync sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/verysync - https://hub.docker.com/r/jonnyan404/verysync version: 2.0.27 annotations: diff --git a/charts/stable/verysync/README.md b/charts/stable/verysync/README.md index e83e13913fb..a8c6ed431fa 100644 --- a/charts/stable/verysync/README.md +++ b/charts/stable/verysync/README.md @@ -1,6 +1,6 @@ # verysync -![Version: 2.0.26](https://img.shields.io/badge/Version-2.0.26-informational?style=flat-square) ![AppVersion: 2.13.0](https://img.shields.io/badge/AppVersion-2.13.0-informational?style=flat-square) +![Version: 2.0.27](https://img.shields.io/badge/Version-2.0.27-informational?style=flat-square) ![AppVersion: 2.13.0](https://img.shields.io/badge/AppVersion-2.13.0-informational?style=flat-square) very sync is an easy-to-use multi-platform file synchronization software @@ -13,6 +13,7 @@ For more information, please click here: [verysync](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `verysync` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install verysync TrueCharts/verysync ``` @@ -47,7 +48,7 @@ helm install verysync TrueCharts/verysync **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall verysync Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install verysync TrueCharts/verysync -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/vikunja/CHANGELOG.md b/charts/stable/vikunja/CHANGELOG.md index 8991aa1b7c8..d2a5986a9d1 100644 --- a/charts/stable/vikunja/CHANGELOG.md +++ b/charts/stable/vikunja/CHANGELOG.md @@ -2,6 +2,16 @@ +## [vikunja-3.0.34](https://github.com/truecharts/charts/compare/vikunja-3.0.33...vikunja-3.0.34) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [vikunja-3.0.33](https://github.com/truecharts/apps/compare/vikunja-3.0.32...vikunja-3.0.33) (2022-07-30) ### Chore diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index c8830bf509b..22a8b8d58b8 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.0.48 description: The to-do app to organize your life. home: https://truecharts.org/docs/charts/stable/vikunja -icon: https://truecharts.org/img/chart-icons/vikunja.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.png keywords: - vikunja kubeVersion: ">=1.16.0-0" @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: vikunja sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja - https://vikunja.io/docs version: 3.0.34 annotations: diff --git a/charts/stable/vikunja/README.md b/charts/stable/vikunja/README.md index e74b2af084b..a3a9b5fd8c2 100644 --- a/charts/stable/vikunja/README.md +++ b/charts/stable/vikunja/README.md @@ -1,6 +1,6 @@ # vikunja -![Version: 3.0.33](https://img.shields.io/badge/Version-3.0.33-informational?style=flat-square) ![AppVersion: 0.18.1](https://img.shields.io/badge/AppVersion-0.18.1-informational?style=flat-square) +![Version: 3.0.34](https://img.shields.io/badge/Version-3.0.34-informational?style=flat-square) ![AppVersion: 0.18.1](https://img.shields.io/badge/AppVersion-0.18.1-informational?style=flat-square) The to-do app to organize your life. @@ -13,6 +13,7 @@ For more information, please click here: [vikunja](https://truecharts.org/docs/c ## Source Code +* * ## Requirements @@ -23,22 +24,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `vikunja` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install vikunja TrueCharts/vikunja ``` @@ -49,7 +50,7 @@ helm install vikunja TrueCharts/vikunja **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall vikunja Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install vikunja TrueCharts/vikunja -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/webgrabplus/CHANGELOG.md b/charts/stable/webgrabplus/CHANGELOG.md index 8f87c0ff534..0ac0676e2e3 100644 --- a/charts/stable/webgrabplus/CHANGELOG.md +++ b/charts/stable/webgrabplus/CHANGELOG.md @@ -2,6 +2,16 @@ +## [webgrabplus-2.0.24](https://github.com/truecharts/charts/compare/webgrabplus-2.0.23...webgrabplus-2.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [webgrabplus-2.0.23](https://github.com/truecharts/apps/compare/webgrabplus-2.0.22...webgrabplus-2.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/webgrabplus/Chart.yaml b/charts/stable/webgrabplus/Chart.yaml index dbf432b7f8f..e135404a0f4 100644 --- a/charts/stable/webgrabplus/Chart.yaml +++ b/charts/stable/webgrabplus/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "4.2.4" description: Webgrabplus is a multi-site incremental xmltv epg grabber. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus -icon: https://truecharts.org/img/chart-icons/webgrabplus.png +home: https://truecharts.org/docs/charts/stable/webgrabplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.png keywords: - webgrabplus sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus - https://hub.docker.com/r/linuxserver/webgrabplus dependencies: - name: common diff --git a/charts/stable/webgrabplus/README.md b/charts/stable/webgrabplus/README.md index d825a94f0b4..baacd9f1eed 100644 --- a/charts/stable/webgrabplus/README.md +++ b/charts/stable/webgrabplus/README.md @@ -1,6 +1,6 @@ # webgrabplus -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.4](https://img.shields.io/badge/AppVersion-4.2.4-informational?style=flat-square) +![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.4](https://img.shields.io/badge/AppVersion-4.2.4-informational?style=flat-square) Webgrabplus is a multi-site incremental xmltv epg grabber. @@ -13,6 +13,7 @@ For more information, please click here: [webgrabplus](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `webgrabplus` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install webgrabplus TrueCharts/webgrabplus ``` @@ -47,7 +48,7 @@ helm install webgrabplus TrueCharts/webgrabplus **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall webgrabplus Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install webgrabplus TrueCharts/webgrabplus -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/weblate/CHANGELOG.md b/charts/stable/weblate/CHANGELOG.md index 48607f84281..af17e2fba3f 100644 --- a/charts/stable/weblate/CHANGELOG.md +++ b/charts/stable/weblate/CHANGELOG.md @@ -2,6 +2,16 @@ +## [weblate-4.0.27](https://github.com/truecharts/charts/compare/weblate-4.0.26...weblate-4.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [weblate-4.0.26](https://github.com/truecharts/apps/compare/weblate-4.0.25...weblate-4.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml index 57e2d72f512..1984c7a0e01 100644 --- a/charts/stable/weblate/Chart.yaml +++ b/charts/stable/weblate/Chart.yaml @@ -13,8 +13,8 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.48 description: Weblate is a copylefted libre software web-based continuous localization system -home: https://github.com/truecharts/charts/tree/master/charts/stable/weblate -icon: https://truecharts.org/img/chart-icons/weblate.png +home: https://truecharts.org/docs/charts/stable/weblate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.png keywords: - translate kubeVersion: ">=1.16.0-0" @@ -24,6 +24,7 @@ maintainers: url: https://truecharts.org name: weblate sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/weblate - https://github.com/WeblateOrg/weblate - https://github.com/WeblateOrg/docker - https://github.com/WeblateOrg/docker-compose diff --git a/charts/stable/weblate/README.md b/charts/stable/weblate/README.md index a2566c4190c..6da62f0b4eb 100644 --- a/charts/stable/weblate/README.md +++ b/charts/stable/weblate/README.md @@ -1,6 +1,6 @@ # weblate -![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![AppVersion: 4.13.1](https://img.shields.io/badge/AppVersion-4.13.1-informational?style=flat-square) +![Version: 4.0.27](https://img.shields.io/badge/Version-4.0.27-informational?style=flat-square) ![AppVersion: 4.13.1](https://img.shields.io/badge/AppVersion-4.13.1-informational?style=flat-square) Weblate is a copylefted libre software web-based continuous localization system @@ -13,6 +13,7 @@ For more information, please click here: [weblate](https://truecharts.org/docs/c ## Source Code +* * * * @@ -26,22 +27,22 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://charts.truecharts.org | redis | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://charts.truecharts.org | redis | 3.0.48 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `weblate` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install weblate TrueCharts/weblate ``` @@ -52,7 +53,7 @@ helm install weblate TrueCharts/weblate **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -71,7 +72,7 @@ helm uninstall weblate Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -89,9 +90,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install weblate TrueCharts/weblate -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/website-shot/CHANGELOG.md b/charts/stable/website-shot/CHANGELOG.md index aad5b2ac0eb..61830afc86f 100644 --- a/charts/stable/website-shot/CHANGELOG.md +++ b/charts/stable/website-shot/CHANGELOG.md @@ -2,6 +2,16 @@ +## [website-shot-2.0.25](https://github.com/truecharts/charts/compare/website-shot-2.0.24...website-shot-2.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [website-shot-2.0.24](https://github.com/truecharts/apps/compare/website-shot-2.0.23...website-shot-2.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/website-shot/Chart.yaml b/charts/stable/website-shot/Chart.yaml index d93f5d06cab..366bca8822b 100644 --- a/charts/stable/website-shot/Chart.yaml +++ b/charts/stable/website-shot/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. -home: https://github.com/truecharts/charts/tree/master/charts/stable/website-shot -icon: https://truecharts.org/img/chart-icons/website-shot.png +home: https://truecharts.org/docs/charts/stable/website-shot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.png keywords: - website-shot kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: website-shot sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot - https://github.com/Flowko/website-shot version: 2.0.25 annotations: diff --git a/charts/stable/website-shot/README.md b/charts/stable/website-shot/README.md index 4b4c1e7becf..796c74e5e6f 100644 --- a/charts/stable/website-shot/README.md +++ b/charts/stable/website-shot/README.md @@ -1,6 +1,6 @@ # website-shot -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. @@ -13,6 +13,7 @@ For more information, please click here: [website-shot](https://truecharts.org/d ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `website-shot` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install website-shot TrueCharts/website-shot ``` @@ -47,7 +48,7 @@ helm install website-shot TrueCharts/website-shot **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall website-shot Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install website-shot TrueCharts/website-shot -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/wekan/CHANGELOG.md b/charts/stable/wekan/CHANGELOG.md index 0c6d7283850..38b8f8a04ee 100644 --- a/charts/stable/wekan/CHANGELOG.md +++ b/charts/stable/wekan/CHANGELOG.md @@ -2,6 +2,17 @@ +## [wekan-4.0.31](https://github.com/truecharts/charts/compare/wekan-4.0.29...wekan-4.0.31) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [wekan-4.0.29](https://github.com/truecharts/apps/compare/wekan-4.0.28...wekan-4.0.29) (2022-07-26) ### Chore diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml index f9992e35ea2..7eead731b45 100644 --- a/charts/stable/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "6.30" +appVersion: "6.31" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org version: 1.0.50 description: WeKan - Open Source kanban -home: https://github.com/truecharts/charts/tree/master/charts/stable/wekan -icon: https://truecharts.org/img/chart-icons/wekan.png +home: https://truecharts.org/docs/charts/stable/wekan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png keywords: - wekan - kanban @@ -21,6 +21,7 @@ maintainers: url: https://truecharts.org name: wekan sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/wekan - https://github.com/wekan/wekan - https://wekan.github.io/ version: 4.0.31 diff --git a/charts/stable/wekan/README.md b/charts/stable/wekan/README.md index 71b65ca6d8e..f4500d5c3ef 100644 --- a/charts/stable/wekan/README.md +++ b/charts/stable/wekan/README.md @@ -1,6 +1,6 @@ # wekan -![Version: 4.0.29](https://img.shields.io/badge/Version-4.0.29-informational?style=flat-square) ![AppVersion: 6.30](https://img.shields.io/badge/AppVersion-6.30-informational?style=flat-square) +![Version: 4.0.31](https://img.shields.io/badge/Version-4.0.31-informational?style=flat-square) ![AppVersion: 6.31](https://img.shields.io/badge/AppVersion-6.31-informational?style=flat-square) WeKan - Open Source kanban @@ -13,6 +13,7 @@ For more information, please click here: [wekan](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org | mongodb | 1.0.47 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org | mongodb | 1.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `wekan` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install wekan TrueCharts/wekan ``` @@ -49,7 +50,7 @@ helm install wekan TrueCharts/wekan **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall wekan Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install wekan TrueCharts/wekan -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/wg-easy/CHANGELOG.md b/charts/stable/wg-easy/CHANGELOG.md index c2ae1eccc36..2dc14f19fdb 100644 --- a/charts/stable/wg-easy/CHANGELOG.md +++ b/charts/stable/wg-easy/CHANGELOG.md @@ -2,6 +2,16 @@ +## [wg-easy-1.0.18](https://github.com/truecharts/charts/compare/wg-easy-1.0.17...wg-easy-1.0.18) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [wg-easy-1.0.17](https://github.com/truecharts/apps/compare/wg-easy-1.0.16...wg-easy-1.0.17) (2022-07-26) ### Chore diff --git a/charts/stable/wg-easy/Chart.yaml b/charts/stable/wg-easy/Chart.yaml index 5fcdb924eda..2b28f9ec6fb 100644 --- a/charts/stable/wg-easy/Chart.yaml +++ b/charts/stable/wg-easy/Chart.yaml @@ -6,8 +6,8 @@ dependencies: version: 10.4.9 deprecated: false description: The easiest way to run WireGuard VPN + Web-based Admin UI. -home: https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy -icon: https://truecharts.org/img/chart-icons/wg-easy.png +home: https://truecharts.org/docs/charts/stable/wg-easy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wg-easy.png keywords: - wg-easy - wireguard @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: wg-easy sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy - https://hub.docker.com/r/weejewel/wg-easy - https://github.com/WeeJeWel/wg-easy type: application diff --git a/charts/stable/wg-easy/README.md b/charts/stable/wg-easy/README.md index de7a07ce5c6..e32164ea596 100644 --- a/charts/stable/wg-easy/README.md +++ b/charts/stable/wg-easy/README.md @@ -1,6 +1,6 @@ # wg-easy -![Version: 1.0.17](https://img.shields.io/badge/Version-1.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.0.18](https://img.shields.io/badge/Version-1.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) The easiest way to run WireGuard VPN + Web-based Admin UI. @@ -13,6 +13,7 @@ For more information, please click here: [wg-easy](https://truecharts.org/docs/c ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `wg-easy` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install wg-easy TrueCharts/wg-easy ``` @@ -48,7 +49,7 @@ helm install wg-easy TrueCharts/wg-easy **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall wg-easy Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install wg-easy TrueCharts/wg-easy -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/whoogle/CHANGELOG.md b/charts/stable/whoogle/CHANGELOG.md index b78ae6d32fa..b7eeb0431f1 100644 --- a/charts/stable/whoogle/CHANGELOG.md +++ b/charts/stable/whoogle/CHANGELOG.md @@ -2,6 +2,16 @@ +## [whoogle-3.0.26](https://github.com/truecharts/charts/compare/whoogle-3.0.25...whoogle-3.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [whoogle-3.0.25](https://github.com/truecharts/apps/compare/whoogle-3.0.24...whoogle-3.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/whoogle/Chart.yaml b/charts/stable/whoogle/Chart.yaml index 66da0557252..17d71718c4c 100644 --- a/charts/stable/whoogle/Chart.yaml +++ b/charts/stable/whoogle/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: A self-hosted, ad-free, privacy-respecting metasearch engine -home: https://github.com/truecharts/charts/tree/master/charts/stable/whoogle -icon: https://truecharts.org/img/chart-icons/whoogle.png +home: https://truecharts.org/docs/charts/stable/whoogle +icon: https://truecharts.org/img/hotlink-ok/chart-icons/whoogle.png keywords: - whoogle - search @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: whoogle sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/whoogle - https://github.com/benbusby/whoogle-search version: 3.0.26 annotations: diff --git a/charts/stable/whoogle/README.md b/charts/stable/whoogle/README.md index 24b58eba1f1..ca8133ab36f 100644 --- a/charts/stable/whoogle/README.md +++ b/charts/stable/whoogle/README.md @@ -1,6 +1,6 @@ # whoogle -![Version: 3.0.25](https://img.shields.io/badge/Version-3.0.25-informational?style=flat-square) ![AppVersion: 0.7.4](https://img.shields.io/badge/AppVersion-0.7.4-informational?style=flat-square) +![Version: 3.0.26](https://img.shields.io/badge/Version-3.0.26-informational?style=flat-square) ![AppVersion: 0.7.4](https://img.shields.io/badge/AppVersion-0.7.4-informational?style=flat-square) A self-hosted, ad-free, privacy-respecting metasearch engine @@ -13,6 +13,7 @@ For more information, please click here: [whoogle](https://truecharts.org/docs/c ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `whoogle` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install whoogle TrueCharts/whoogle ``` @@ -47,7 +48,7 @@ helm install whoogle TrueCharts/whoogle **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall whoogle Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install whoogle TrueCharts/whoogle -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/wikijs/CHANGELOG.md b/charts/stable/wikijs/CHANGELOG.md index 5e2b7c8edf6..59bcdfe94df 100644 --- a/charts/stable/wikijs/CHANGELOG.md +++ b/charts/stable/wikijs/CHANGELOG.md @@ -2,6 +2,16 @@ +## [wikijs-7.0.27](https://github.com/truecharts/charts/compare/wikijs-7.0.26...wikijs-7.0.27) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [wikijs-7.0.26](https://github.com/truecharts/apps/compare/wikijs-7.0.25...wikijs-7.0.26) (2022-07-26) ### Chore diff --git a/charts/stable/wikijs/Chart.yaml b/charts/stable/wikijs/Chart.yaml index 32849e9f976..9651a70ae98 100644 --- a/charts/stable/wikijs/Chart.yaml +++ b/charts/stable/wikijs/Chart.yaml @@ -7,9 +7,10 @@ kubeVersion: ">=1.16.0-0" keywords: - wiki - wikijs -home: https://github.com/truecharts/charts/tree/master/charts/stable/wikijs -icon: https://truecharts.org/img/chart-icons/wikijs.png +home: https://truecharts.org/docs/charts/stable/wikijs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wikijs.png sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/wikijs - https://hub.docker.com/r/linuxserver/wikijs/ - https://github.com/Requarks/wiki dependencies: diff --git a/charts/stable/wikijs/README.md b/charts/stable/wikijs/README.md index 8d1425d2e54..b53481d705f 100644 --- a/charts/stable/wikijs/README.md +++ b/charts/stable/wikijs/README.md @@ -1,6 +1,6 @@ # wikijs -![Version: 7.0.26](https://img.shields.io/badge/Version-7.0.26-informational?style=flat-square) ![AppVersion: 2.5.285](https://img.shields.io/badge/AppVersion-2.5.285-informational?style=flat-square) +![Version: 7.0.27](https://img.shields.io/badge/Version-7.0.27-informational?style=flat-square) ![AppVersion: 2.5.285](https://img.shields.io/badge/AppVersion-2.5.285-informational?style=flat-square) Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! @@ -13,6 +13,7 @@ For more information, please click here: [wikijs](https://truecharts.org/docs/ch ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `wikijs` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install wikijs TrueCharts/wikijs ``` @@ -49,7 +50,7 @@ helm install wikijs TrueCharts/wikijs **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall wikijs Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install wikijs TrueCharts/wikijs -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/wireshark/CHANGELOG.md b/charts/stable/wireshark/CHANGELOG.md index 879b8fc74f4..6499ed9ba07 100644 --- a/charts/stable/wireshark/CHANGELOG.md +++ b/charts/stable/wireshark/CHANGELOG.md @@ -2,6 +2,16 @@ +## [wireshark-2.0.23](https://github.com/truecharts/charts/compare/wireshark-2.0.22...wireshark-2.0.23) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [wireshark-2.0.22](https://github.com/truecharts/apps/compare/wireshark-2.0.21...wireshark-2.0.22) (2022-07-26) ### Chore diff --git a/charts/stable/wireshark/Chart.yaml b/charts/stable/wireshark/Chart.yaml index 0a443ef6cce..02b7e4ca8c3 100644 --- a/charts/stable/wireshark/Chart.yaml +++ b/charts/stable/wireshark/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "3.4.13" description: Wireshark is the worlds foremost and widely-used network protocol analyzer. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/wireshark -icon: https://truecharts.org/img/chart-icons/wireshark.png +home: https://truecharts.org/docs/charts/stable/wireshark +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireshark.png keywords: - wireshark sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/wireshark - https://hub.docker.com/r/linuxserver/wireshark dependencies: - name: common diff --git a/charts/stable/wireshark/README.md b/charts/stable/wireshark/README.md index aeec8bf7f33..2dd70c232e2 100644 --- a/charts/stable/wireshark/README.md +++ b/charts/stable/wireshark/README.md @@ -1,6 +1,6 @@ # wireshark -![Version: 2.0.22](https://img.shields.io/badge/Version-2.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.13](https://img.shields.io/badge/AppVersion-3.4.13-informational?style=flat-square) +![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.13](https://img.shields.io/badge/AppVersion-3.4.13-informational?style=flat-square) Wireshark is the worlds foremost and widely-used network protocol analyzer. @@ -13,6 +13,7 @@ For more information, please click here: [wireshark](https://truecharts.org/docs ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `wireshark` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install wireshark TrueCharts/wireshark ``` @@ -47,7 +48,7 @@ helm install wireshark TrueCharts/wireshark **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall wireshark Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install wireshark TrueCharts/wireshark -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/xbackbone/CHANGELOG.md b/charts/stable/xbackbone/CHANGELOG.md index 6b27ce4d3b7..88a6677354e 100644 --- a/charts/stable/xbackbone/CHANGELOG.md +++ b/charts/stable/xbackbone/CHANGELOG.md @@ -2,6 +2,16 @@ +## [xbackbone-3.0.28](https://github.com/truecharts/charts/compare/xbackbone-3.0.27...xbackbone-3.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [xbackbone-3.0.27](https://github.com/truecharts/apps/compare/xbackbone-3.0.26...xbackbone-3.0.27) (2022-07-26) ### Chore diff --git a/charts/stable/xbackbone/Chart.yaml b/charts/stable/xbackbone/Chart.yaml index 766bb31d16b..a375a93e73b 100644 --- a/charts/stable/xbackbone/Chart.yaml +++ b/charts/stable/xbackbone/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 3.0.49 description: "XBackBone is a simple, self-hosted, lightweight PHP file manager" -home: https://github.com/truecharts/charts/tree/master/charts/stable/xbackbone -icon: https://truecharts.org/img/chart-icons/xbackbone.png +home: https://truecharts.org/docs/charts/stable/xbackbone +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xbackbone.png keywords: - xbackbone - xshare @@ -21,6 +21,7 @@ maintainers: url: https://truecharts.org name: xbackbone sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xbackbone - https://github.com/SergiX44/XBackBone - https://hub.docker.com/r/pe46dro/xbackbone-docker version: 3.0.28 diff --git a/charts/stable/xbackbone/README.md b/charts/stable/xbackbone/README.md index 3ab6e9c3b08..8a7b25e4cdb 100644 --- a/charts/stable/xbackbone/README.md +++ b/charts/stable/xbackbone/README.md @@ -1,6 +1,6 @@ # xbackbone -![Version: 3.0.27](https://img.shields.io/badge/Version-3.0.27-informational?style=flat-square) ![AppVersion: 3.3.3](https://img.shields.io/badge/AppVersion-3.3.3-informational?style=flat-square) +![Version: 3.0.28](https://img.shields.io/badge/Version-3.0.28-informational?style=flat-square) ![AppVersion: 3.3.3](https://img.shields.io/badge/AppVersion-3.3.3-informational?style=flat-square) XBackBone is a simple, self-hosted, lightweight PHP file manager @@ -13,6 +13,7 @@ For more information, please click here: [xbackbone](https://truecharts.org/docs ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.46 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | mariadb | 3.0.49 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `xbackbone` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install xbackbone TrueCharts/xbackbone ``` @@ -49,7 +50,7 @@ helm install xbackbone TrueCharts/xbackbone **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall xbackbone Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install xbackbone TrueCharts/xbackbone -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/xteve/CHANGELOG.md b/charts/stable/xteve/CHANGELOG.md index c548afb4eb6..d477af04749 100644 --- a/charts/stable/xteve/CHANGELOG.md +++ b/charts/stable/xteve/CHANGELOG.md @@ -2,6 +2,16 @@ +## [xteve-6.0.25](https://github.com/truecharts/charts/compare/xteve-6.0.24...xteve-6.0.25) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [xteve-6.0.24](https://github.com/truecharts/apps/compare/xteve-6.0.23...xteve-6.0.24) (2022-07-26) ### Chore diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml index b5303dfba65..110056de7e5 100644 --- a/charts/stable/xteve/Chart.yaml +++ b/charts/stable/xteve/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: M3U Proxy for Plex DVR and Emby Live TV. -home: https://github.com/truecharts/charts/tree/master/charts/stable/xteve -icon: https://truecharts.org/img/chart-icons/xteve.png +home: https://truecharts.org/docs/charts/stable/xteve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xteve.png keywords: - xteve - iptv @@ -19,6 +19,7 @@ maintainers: url: https://truecharts.org name: xteve sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xteve - https://github.com/xteve-project/xTeVe - https://github.com/k8s-at-home/container-images version: 6.0.25 diff --git a/charts/stable/xteve/README.md b/charts/stable/xteve/README.md index 69e07f1934b..84266a34c4b 100644 --- a/charts/stable/xteve/README.md +++ b/charts/stable/xteve/README.md @@ -1,6 +1,6 @@ # xteve -![Version: 6.0.24](https://img.shields.io/badge/Version-6.0.24-informational?style=flat-square) ![AppVersion: 2.2.0.200](https://img.shields.io/badge/AppVersion-2.2.0.200-informational?style=flat-square) +![Version: 6.0.25](https://img.shields.io/badge/Version-6.0.25-informational?style=flat-square) ![AppVersion: 2.2.0.200](https://img.shields.io/badge/AppVersion-2.2.0.200-informational?style=flat-square) M3U Proxy for Plex DVR and Emby Live TV. @@ -13,6 +13,7 @@ For more information, please click here: [xteve](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `xteve` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install xteve TrueCharts/xteve ``` @@ -48,7 +49,7 @@ helm install xteve TrueCharts/xteve **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall xteve Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install xteve TrueCharts/xteve -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/xwiki/CHANGELOG.md b/charts/stable/xwiki/CHANGELOG.md index 5b0d5747224..2fc5a8c752b 100644 --- a/charts/stable/xwiki/CHANGELOG.md +++ b/charts/stable/xwiki/CHANGELOG.md @@ -2,6 +2,16 @@ +## [xwiki-3.0.31](https://github.com/truecharts/charts/compare/xwiki-3.0.30...xwiki-3.0.31) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [xwiki-3.0.30](https://github.com/truecharts/apps/compare/xwiki-3.0.29...xwiki-3.0.30) (2022-07-26) ### Chore diff --git a/charts/stable/xwiki/Chart.yaml b/charts/stable/xwiki/Chart.yaml index 1d9897a5b34..055b2707ea7 100644 --- a/charts/stable/xwiki/Chart.yaml +++ b/charts/stable/xwiki/Chart.yaml @@ -9,8 +9,8 @@ dependencies: repository: https://charts.truecharts.org/ version: 8.0.50 description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility -home: https://github.com/truecharts/charts/tree/master/charts/stable/xwiki -icon: https://truecharts.org/img/chart-icons/xwiki.png +home: https://truecharts.org/docs/charts/stable/xwiki +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png keywords: - xwiki - wiki @@ -21,6 +21,7 @@ maintainers: url: https://truecharts.org name: xwiki sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki - https://hub.docker.com/_/xwiki - https://github.com/xwiki/xwiki-docker version: 3.0.31 diff --git a/charts/stable/xwiki/README.md b/charts/stable/xwiki/README.md index a03bb7854e4..202b5e9da65 100644 --- a/charts/stable/xwiki/README.md +++ b/charts/stable/xwiki/README.md @@ -1,6 +1,6 @@ # xwiki -![Version: 3.0.30](https://img.shields.io/badge/Version-3.0.30-informational?style=flat-square) ![AppVersion: 14.6.0](https://img.shields.io/badge/AppVersion-14.6.0-informational?style=flat-square) +![Version: 3.0.31](https://img.shields.io/badge/Version-3.0.31-informational?style=flat-square) ![AppVersion: 14.6.0](https://img.shields.io/badge/AppVersion-14.6.0-informational?style=flat-square) XWiki is a free wiki software platform written in Java with a design emphasis on extensibility @@ -13,6 +13,7 @@ For more information, please click here: [xwiki](https://truecharts.org/docs/cha ## Source Code +* * * @@ -24,21 +25,21 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.48 | -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://charts.truecharts.org/ | postgresql | 8.0.50 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `xwiki` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install xwiki TrueCharts/xwiki ``` @@ -49,7 +50,7 @@ helm install xwiki TrueCharts/xwiki **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -68,7 +69,7 @@ helm uninstall xwiki Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install xwiki TrueCharts/xwiki -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/zerotier/CHANGELOG.md b/charts/stable/zerotier/CHANGELOG.md index c386274ad29..d35ab3898ab 100644 --- a/charts/stable/zerotier/CHANGELOG.md +++ b/charts/stable/zerotier/CHANGELOG.md @@ -2,6 +2,16 @@ +## [zerotier-2.0.24](https://github.com/truecharts/charts/compare/zerotier-2.0.23...zerotier-2.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [zerotier-2.0.23](https://github.com/truecharts/apps/compare/zerotier-2.0.22...zerotier-2.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/zerotier/Chart.yaml b/charts/stable/zerotier/Chart.yaml index 6809baa5046..74d99c3fef0 100644 --- a/charts/stable/zerotier/Chart.yaml +++ b/charts/stable/zerotier/Chart.yaml @@ -6,19 +6,19 @@ appVersion: "1.8.10" description: ZeroTier is a smart programmable Ethernet switch for planet Earth type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/zerotier -icon: https://truecharts.org/img/chart-icons/zerotier.png +home: https://truecharts.org/docs/charts/stable/zerotier +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zerotier.png keywords: - zerotier - network sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/zerotier - https://hub.docker.com/r/zerotier/zerotier dependencies: - name: common repository: https://library-charts.truecharts.org - version: - 10.4.9 - # condition: + version: 10.4.9 + # condition: maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/zerotier/README.md b/charts/stable/zerotier/README.md index 731eef60819..4c7b1a13ff9 100644 --- a/charts/stable/zerotier/README.md +++ b/charts/stable/zerotier/README.md @@ -1,6 +1,6 @@ # zerotier -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.10](https://img.shields.io/badge/AppVersion-1.8.10-informational?style=flat-square) +![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.10](https://img.shields.io/badge/AppVersion-1.8.10-informational?style=flat-square) ZeroTier is a smart programmable Ethernet switch for planet Earth @@ -13,6 +13,7 @@ For more information, please click here: [zerotier](https://truecharts.org/docs/ ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `zerotier` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install zerotier TrueCharts/zerotier ``` @@ -47,7 +48,7 @@ helm install zerotier TrueCharts/zerotier **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall zerotier Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install zerotier TrueCharts/zerotier -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/zigbee2mqtt/CHANGELOG.md b/charts/stable/zigbee2mqtt/CHANGELOG.md index 8480471fc54..ea85a42347b 100644 --- a/charts/stable/zigbee2mqtt/CHANGELOG.md +++ b/charts/stable/zigbee2mqtt/CHANGELOG.md @@ -2,6 +2,16 @@ +## [zigbee2mqtt-4.0.26](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.25...zigbee2mqtt-4.0.26) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [zigbee2mqtt-4.0.25](https://github.com/truecharts/apps/compare/zigbee2mqtt-4.0.24...zigbee2mqtt-4.0.25) (2022-07-26) ### Chore diff --git a/charts/stable/zigbee2mqtt/Chart.yaml b/charts/stable/zigbee2mqtt/Chart.yaml index 13f24508597..0784e231c32 100644 --- a/charts/stable/zigbee2mqtt/Chart.yaml +++ b/charts/stable/zigbee2mqtt/Chart.yaml @@ -5,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 description: Bridges events and allows you to control your Zigbee devices via MQTT -home: https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt -icon: https://truecharts.org/img/chart-icons/zigbee2mqtt.png +home: https://truecharts.org/docs/charts/stable/zigbee2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.png keywords: - zigbee - mqtt @@ -18,6 +18,7 @@ maintainers: url: https://truecharts.org name: zigbee2mqtt sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt - https://github.com/Koenkk/zigbee2mqtt version: 4.0.26 annotations: diff --git a/charts/stable/zigbee2mqtt/README.md b/charts/stable/zigbee2mqtt/README.md index d03f583d436..462ce35840e 100644 --- a/charts/stable/zigbee2mqtt/README.md +++ b/charts/stable/zigbee2mqtt/README.md @@ -1,6 +1,6 @@ # zigbee2mqtt -![Version: 4.0.25](https://img.shields.io/badge/Version-4.0.25-informational?style=flat-square) ![AppVersion: 1.26.0](https://img.shields.io/badge/AppVersion-1.26.0-informational?style=flat-square) +![Version: 4.0.26](https://img.shields.io/badge/Version-4.0.26-informational?style=flat-square) ![AppVersion: 1.26.0](https://img.shields.io/badge/AppVersion-1.26.0-informational?style=flat-square) Bridges events and allows you to control your Zigbee devices via MQTT @@ -13,6 +13,7 @@ For more information, please click here: [zigbee2mqtt](https://truecharts.org/do ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `zigbee2mqtt` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install zigbee2mqtt TrueCharts/zigbee2mqtt ``` @@ -47,7 +48,7 @@ helm install zigbee2mqtt TrueCharts/zigbee2mqtt **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall zigbee2mqtt Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install zigbee2mqtt TrueCharts/zigbee2mqtt -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/znc/CHANGELOG.md b/charts/stable/znc/CHANGELOG.md index 848f0eed680..bda7548f108 100644 --- a/charts/stable/znc/CHANGELOG.md +++ b/charts/stable/znc/CHANGELOG.md @@ -2,6 +2,16 @@ +## [znc-2.0.24](https://github.com/truecharts/charts/compare/znc-2.0.23...znc-2.0.24) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [znc-2.0.23](https://github.com/truecharts/apps/compare/znc-2.0.22...znc-2.0.23) (2022-07-26) ### Chore diff --git a/charts/stable/znc/Chart.yaml b/charts/stable/znc/Chart.yaml index a8f9529e5c9..6dab7fa12e6 100644 --- a/charts/stable/znc/Chart.yaml +++ b/charts/stable/znc/Chart.yaml @@ -6,11 +6,12 @@ appVersion: "1.8.2" description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/znc -icon: https://truecharts.org/img/chart-icons/znc.png +home: https://truecharts.org/docs/charts/stable/znc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.png keywords: - znc sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/znc - https://hub.docker.com/r/linuxserver/znc dependencies: - name: common diff --git a/charts/stable/znc/README.md b/charts/stable/znc/README.md index d6e35740f7b..e2f48b02ac8 100644 --- a/charts/stable/znc/README.md +++ b/charts/stable/znc/README.md @@ -1,6 +1,6 @@ # znc -![Version: 2.0.23](https://img.shields.io/badge/Version-2.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.2](https://img.shields.io/badge/AppVersion-1.8.2-informational?style=flat-square) +![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.2](https://img.shields.io/badge/AppVersion-1.8.2-informational?style=flat-square) Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. @@ -13,6 +13,7 @@ For more information, please click here: [znc](https://truecharts.org/docs/chart ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `znc` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install znc TrueCharts/znc ``` @@ -47,7 +48,7 @@ helm install znc TrueCharts/znc **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall znc Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install znc TrueCharts/znc -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/ztcuui-aio/CHANGELOG.md b/charts/stable/ztcuui-aio/CHANGELOG.md index 9873d5d0ddd..6a06a119c26 100644 --- a/charts/stable/ztcuui-aio/CHANGELOG.md +++ b/charts/stable/ztcuui-aio/CHANGELOG.md @@ -2,6 +2,16 @@ +## [ztcuui-aio-1.0.1](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.0...ztcuui-aio-1.0.1) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [ztcuui-aio-1.0.0](https://github.com/truecharts/apps/compare/ztcuui-aio-0.0.4...ztcuui-aio-1.0.0) (2022-07-31) diff --git a/charts/stable/ztcuui-aio/Chart.yaml b/charts/stable/ztcuui-aio/Chart.yaml index 0cf2aaf8106..55c352645b0 100644 --- a/charts/stable/ztcuui-aio/Chart.yaml +++ b/charts/stable/ztcuui-aio/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.4.9 description: ZeroTier network controller user interface in a Docker container home: https://truecharts.org/docs/charts/stable/ztcuui-aio -icon: https://truecharts.org/img/chart-icons/ztcuui-aio.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.png keywords: - ztcuui-aio kubeVersion: ">=1.16.0-0" @@ -16,6 +16,7 @@ maintainers: url: https://truecharts.org name: ztcuui-aio sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio - https://github.com/key-networks/ztncui-aio version: 1.0.1 annotations: diff --git a/charts/stable/ztcuui-aio/README.md b/charts/stable/ztcuui-aio/README.md index 46ee7c82936..ad07bbd775c 100644 --- a/charts/stable/ztcuui-aio/README.md +++ b/charts/stable/ztcuui-aio/README.md @@ -1,6 +1,6 @@ # ztcuui-aio -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.2.11](https://img.shields.io/badge/AppVersion-1.2.11-informational?style=flat-square) +![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 1.2.11](https://img.shields.io/badge/AppVersion-1.2.11-informational?style=flat-square) ZeroTier network controller user interface in a Docker container @@ -13,6 +13,7 @@ For more information, please click here: [ztcuui-aio](https://truecharts.org/doc ## Source Code +* * ## Requirements @@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `ztcuui-aio` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install ztcuui-aio TrueCharts/ztcuui-aio ``` @@ -47,7 +48,7 @@ helm install ztcuui-aio TrueCharts/ztcuui-aio **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -66,7 +67,7 @@ helm uninstall ztcuui-aio Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -84,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install ztcuui-aio TrueCharts/ztcuui-aio -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support diff --git a/charts/stable/zwavejs2mqtt/CHANGELOG.md b/charts/stable/zwavejs2mqtt/CHANGELOG.md index 503ebbfe79b..fa2931919ef 100644 --- a/charts/stable/zwavejs2mqtt/CHANGELOG.md +++ b/charts/stable/zwavejs2mqtt/CHANGELOG.md @@ -2,6 +2,16 @@ +## [zwavejs2mqtt-11.0.28](https://github.com/truecharts/charts/compare/zwavejs2mqtt-11.0.27...zwavejs2mqtt-11.0.28) (2022-08-08) + +### Chore + +- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) + - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) + + + + ## [zwavejs2mqtt-11.0.27](https://github.com/truecharts/apps/compare/zwavejs2mqtt-11.0.26...zwavejs2mqtt-11.0.27) (2022-07-28) ### Chore diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index 1b45dc7920c..e3cbacf51fc 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -5,11 +5,9 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.9 deprecated: false -description: - Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS - and Vue -home: "https://truecharts.org/docs/charts/stable/zwavejs2mqtt" -icon: https://truecharts.org/img/chart-icons/zwavejs2mqtt.png +description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue +home: https://truecharts.org/docs/charts/stable/zwavejs2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.png keywords: - zwavejs2mqtt - zwave-js @@ -22,6 +20,7 @@ maintainers: url: https://truecharts.org name: zwavejs2mqtt sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt - https://github.com/zwave-js/zwavejs2mqtt - https://hub.docker.com/r/zwavejs/zwavejs2mqtt type: application diff --git a/charts/stable/zwavejs2mqtt/README.md b/charts/stable/zwavejs2mqtt/README.md index f261a13e626..1aba9feeafe 100644 --- a/charts/stable/zwavejs2mqtt/README.md +++ b/charts/stable/zwavejs2mqtt/README.md @@ -1,6 +1,6 @@ # zwavejs2mqtt -![Version: 11.0.27](https://img.shields.io/badge/Version-11.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.14.1](https://img.shields.io/badge/AppVersion-6.14.1-informational?style=flat-square) +![Version: 11.0.28](https://img.shields.io/badge/Version-11.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.14.1](https://img.shields.io/badge/AppVersion-6.14.1-informational?style=flat-square) Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue @@ -13,6 +13,7 @@ For more information, please click here: [zwavejs2mqtt](https://truecharts.org/d ## Source Code +* * * @@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.8 | +| https://library-charts.truecharts.org | common | 10.4.9 | ## Installing the Chart ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App). ### Helm To install the chart with the release name `zwavejs2mqtt` ```console -helm repo add TrueCharts https://helm.truecharts.org +helm repo add TrueCharts https://charts.truecharts.org helm repo update helm install zwavejs2mqtt TrueCharts/zwavejs2mqtt ``` @@ -48,7 +49,7 @@ helm install zwavejs2mqtt TrueCharts/zwavejs2mqtt **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App). ### Helm @@ -67,7 +68,7 @@ helm uninstall zwavejs2mqtt Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). -#### Configure using the Commandline +#### Configure using the command line Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install zwavejs2mqtt TrueCharts/zwavejs2mqtt -f values.yaml ``` -#### Connecting to other apps +#### Connecting to other charts -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide. ## Support