chore: Auto-update chart README [skip ci]

This commit is contained in:
truecharts-bot 2022-08-08 23:15:26 +00:00
parent 763af7a7b9
commit aa39c09e86
2201 changed files with 18015 additions and 10755 deletions

View File

@ -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) ## [memcached-3.0.49](https://github.com/truecharts/apps/compare/memcached-3.0.48...memcached-3.0.49) (2022-07-29)
### Chore ### Chore

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: Memcached is a memory-backed database caching solution description: Memcached is a memory-backed database caching solution
home: https://truecharts.org/docs/charts/dependency/memcached 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: keywords:
- memcached - memcached
- database - database
@ -19,6 +19,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: memcached name: memcached
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/memcached
- https://github.com/bitnami/bitnami-docker-memcached - https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/ - http://memcached.org/
type: application type: application

View File

@ -1,6 +1,6 @@
# memcached # 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 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/dependency/memcached>
* <https://github.com/bitnami/bitnami-docker-memcached> * <https://github.com/bitnami/bitnami-docker-memcached>
* <http://memcached.org/> * <http://memcached.org/>
@ -30,14 +31,14 @@ Kubernetes: `>=1.16.0-0`
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `memcached` To install the chart with the release name `memcached`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install memcached TrueCharts/memcached helm install memcached TrueCharts/memcached
``` ```
@ -48,7 +49,7 @@ helm install memcached TrueCharts/memcached
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall memcached
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system. description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
home: https://truecharts.org/docs/charts/dependency/mongodb 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: keywords:
- mongodb - mongodb
- database - database
@ -19,6 +19,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: mongodb name: mongodb
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
- https://hub.docker.com/r/bitnami/mongodb - https://hub.docker.com/r/bitnami/mongodb
- https://github.com/bitnami/bitnami-docker-mongodb - https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com - https://www.mongodb.com

View File

@ -1,6 +1,6 @@
# mongodb # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb>
* <https://hub.docker.com/r/bitnami/mongodb> * <https://hub.docker.com/r/bitnami/mongodb>
* <https://github.com/bitnami/bitnami-docker-mongodb> * <https://github.com/bitnami/bitnami-docker-mongodb>
* <https://www.mongodb.com> * <https://www.mongodb.com>
@ -31,14 +32,14 @@ Kubernetes: `>=1.16.0-0`
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `mongodb` To install the chart with the release name `mongodb`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install mongodb TrueCharts/mongodb helm install mongodb TrueCharts/mongodb
``` ```
@ -49,7 +50,7 @@ helm install mongodb TrueCharts/mongodb
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -68,7 +69,7 @@ helm uninstall mongodb
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. 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 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 ## Support

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: PostgresSQL description: PostgresSQL
home: https://truecharts.org/docs/charts/dependency/postgresql 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: keywords:
- postgres - postgres
- postgressql - postgressql
@ -20,6 +20,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: postgresql name: postgresql
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql
- https://www.postgresql.org/ - https://www.postgresql.org/
type: application type: application
version: 8.0.51 version: 8.0.51

View File

@ -1,6 +1,6 @@
# postgresql # 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 PostgresSQL
@ -13,6 +13,7 @@ For more information, please click here: [postgresql](https://truecharts.org/doc
## Source Code ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql>
* <https://www.postgresql.org/> * <https://www.postgresql.org/>
## Requirements ## Requirements
@ -29,14 +30,14 @@ Kubernetes: `>=1.16.0-0`
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `postgresql` To install the chart with the release name `postgresql`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install postgresql TrueCharts/postgresql helm install postgresql TrueCharts/postgresql
``` ```
@ -47,7 +48,7 @@ helm install postgresql TrueCharts/postgresql
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -66,7 +67,7 @@ helm uninstall postgresql
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. 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 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 ## Support

View File

@ -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) ## [redis-3.0.48](https://github.com/truecharts/apps/compare/redis-3.0.47...redis-3.0.48) (2022-07-29)
### Chore ### Chore

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: Open source, advanced key-value store. description: Open source, advanced key-value store.
home: https://truecharts.org/docs/charts/dependency/redis 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: keywords:
- redis - redis
- keyvalue - keyvalue
@ -19,6 +19,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: redis name: redis
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
- https://github.com/bitnami/bitnami-docker-redis - https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/ - http://redis.io/
type: application type: application

View File

@ -1,6 +1,6 @@
# redis # 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. Open source, advanced key-value store.
@ -13,6 +13,7 @@ For more information, please click here: [redis](https://truecharts.org/docs/cha
## Source Code ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/dependency/redis>
* <https://github.com/bitnami/bitnami-docker-redis> * <https://github.com/bitnami/bitnami-docker-redis>
* <http://redis.io/> * <http://redis.io/>
@ -30,14 +31,14 @@ Kubernetes: `>=1.16.0-0`
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `redis` To install the chart with the release name `redis`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install redis TrueCharts/redis helm install redis TrueCharts/redis
``` ```
@ -48,7 +49,7 @@ helm install redis TrueCharts/redis
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall redis
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [acestream-0.0.14](https://github.com/truecharts/apps/compare/acestream-0.0.13...acestream-0.0.14) (2022-07-26)
### Chore ### Chore

View File

@ -10,8 +10,8 @@ dependencies:
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: "Acestream-engine\r\n" description: "Acestream-engine\r\n"
home: https://github.com/truecharts/charts/tree/master/charts/incubator/acestream home: https://truecharts.org/docs/charts/incubator/acestream
icon: https://truecharts.org/img/chart-icons/acestream.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.png
keywords: keywords:
- acestream - acestream
- MediaServer-Video - MediaServer-Video
@ -22,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: acestream name: acestream
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/acestream
- https://github.com/vstavrinov/acestream-service - https://github.com/vstavrinov/acestream-service
- https://hub.docker.com/r/vstavrinov/acestream-service - https://hub.docker.com/r/vstavrinov/acestream-service
type: application type: application

View File

@ -1,6 +1,6 @@
# acestream # 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 Acestream-engine
@ -13,6 +13,7 @@ For more information, please click here: [acestream](https://truecharts.org/docs
## Source Code ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/acestream>
* <https://github.com/vstavrinov/acestream-service> * <https://github.com/vstavrinov/acestream-service>
* <https://hub.docker.com/r/vstavrinov/acestream-service> * <https://hub.docker.com/r/vstavrinov/acestream-service>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `acestream` To install the chart with the release name `acestream`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install acestream TrueCharts/acestream helm install acestream TrueCharts/acestream
``` ```
@ -48,7 +49,7 @@ helm install acestream TrueCharts/acestream
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall acestream
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [actualserver-0.0.14](https://github.com/truecharts/apps/compare/actualserver-0.0.13...actualserver-0.0.14) (2022-07-26)
### Chore ### Chore

View File

@ -9,12 +9,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: 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"
"Actual is a super fast privacy-focused app for managing your finances.\ home: https://truecharts.org/docs/charts/incubator/actualserver
\ You own your data and it will sync it across all devices with optional end-to-end\ icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png
\ encryption..\r\n"
home: https://github.com/truecharts/charts/tree/master/charts/incubator/actualserver
icon: https://truecharts.org/img/chart-icons/actualserver.png
keywords: keywords:
- actualserver - actualserver
- Other - Other
@ -25,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: actualserver name: actualserver
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/actualserver
- https://github.com/Kippenhof/docker-templates - https://github.com/Kippenhof/docker-templates
- https://hub.docker.com/r/kippenhof/actual-server - https://hub.docker.com/r/kippenhof/actual-server
type: application type: application

View File

@ -1,6 +1,6 @@
# actualserver # 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.. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/actualserver>
* <https://github.com/Kippenhof/docker-templates> * <https://github.com/Kippenhof/docker-templates>
* <https://hub.docker.com/r/kippenhof/actual-server> * <https://hub.docker.com/r/kippenhof/actual-server>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `actualserver` To install the chart with the release name `actualserver`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install actualserver TrueCharts/actualserver helm install actualserver TrueCharts/actualserver
``` ```
@ -48,7 +49,7 @@ helm install actualserver TrueCharts/actualserver
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall actualserver
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [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 ### Chore

View File

@ -5,8 +5,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
description: Free and open source, powerful network-wide ads & trackers blocking DNS server. 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 home: https://truecharts.org/docs/charts/incubator/adguard-home
icon: https://truecharts.org/img/chart-icons/adguard-home.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png
keywords: keywords:
- adblock - adblock
- adguard - adguard
@ -17,6 +17,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: adguard-home name: adguard-home
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/adguard-home
- https://hub.docker.com/r/adguard/adguardhome - https://hub.docker.com/r/adguard/adguardhome
version: 1.0.27 version: 1.0.27
annotations: annotations:

View File

@ -1,6 +1,6 @@
# adguard-home # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/adguard-home>
* <https://hub.docker.com/r/adguard/adguardhome> * <https://hub.docker.com/r/adguard/adguardhome>
## Requirements ## Requirements
@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `adguard-home` To install the chart with the release name `adguard-home`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install adguard-home TrueCharts/adguard-home 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** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -66,7 +67,7 @@ helm uninstall adguard-home
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. 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 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 ## Support

View File

@ -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) ## [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 ### Chore

View File

@ -9,11 +9,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: description: Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances.
Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool home: https://truecharts.org/docs/charts/incubator/adguardhome-sync
to synchronize AdGuardHome config to replica instances. icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.png
home: https://github.com/truecharts/charts/tree/master/charts/incubator/adguardhome-sync
icon: https://truecharts.org/img/chart-icons/adguardhome-sync.png
keywords: keywords:
- adguardhome-sync - adguardhome-sync
- Other - Other
@ -24,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: adguardhome-sync name: adguardhome-sync
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/adguardhome-sync
- https://github.com/bakito/adguardhome-sync/ - https://github.com/bakito/adguardhome-sync/
- https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync - https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync
- https://github.com/linuxserver/docker-adguardhome-sync#readme - https://github.com/linuxserver/docker-adguardhome-sync#readme

View File

@ -1,6 +1,6 @@
# adguardhome-sync # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/adguardhome-sync>
* <https://github.com/bakito/adguardhome-sync/> * <https://github.com/bakito/adguardhome-sync/>
* <https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync> * <https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync>
* <https://github.com/linuxserver/docker-adguardhome-sync#readme> * <https://github.com/linuxserver/docker-adguardhome-sync#readme>
@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `adguardhome-sync` To install the chart with the release name `adguardhome-sync`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install adguardhome-sync TrueCharts/adguardhome-sync 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** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -68,7 +69,7 @@ helm uninstall adguardhome-sync
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. 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 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 ## Support

View File

@ -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) ## [adminer-0.0.14](https://github.com/truecharts/apps/compare/adminer-0.0.13...adminer-0.0.14) (2022-07-26)
### Chore ### Chore

View File

@ -9,13 +9,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: 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"
"Adminer (formerly phpMinAdmin) is a full-featured database management\ home: https://truecharts.org/docs/charts/incubator/adminer
\ tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready\ icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.png
\ 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
keywords: keywords:
- adminer - adminer
- Tools-Utilities - Tools-Utilities
@ -26,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: adminer name: adminer
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/adminer
- https://github.com/vrana/adminer - https://github.com/vrana/adminer
- http://hub.docker.com/_/adminer/ - http://hub.docker.com/_/adminer/
type: application type: application

View File

@ -1,6 +1,6 @@
# adminer # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/adminer>
* <https://github.com/vrana/adminer> * <https://github.com/vrana/adminer>
* <http://hub.docker.com/_/adminer/> * <http://hub.docker.com/_/adminer/>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `adminer` To install the chart with the release name `adminer`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install adminer TrueCharts/adminer helm install adminer TrueCharts/adminer
``` ```
@ -48,7 +49,7 @@ helm install adminer TrueCharts/adminer
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall adminer
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [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 ### Chore

View File

@ -9,12 +9,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: 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"
"This Docker will download and install SteamCMD. It will also install\ home: https://truecharts.org/docs/charts/incubator/alienswarm-reactivedrop
\ Alien Swarm: Reactive Drop and run it. (!!!This container will only run on systems\ icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.png
\ 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
keywords: keywords:
- alienswarm-reactivedrop - alienswarm-reactivedrop
- GameServers - GameServers
@ -25,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: alienswarm-reactivedrop name: alienswarm-reactivedrop
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm-reactivedrop
- https://www.steampowered.com/ - https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application

View File

@ -1,6 +1,6 @@
# alienswarm-reactivedrop # 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!!!) 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm-reactivedrop>
* <https://www.steampowered.com/> * <https://www.steampowered.com/>
* <https://hub.docker.com/r/ich777/steamcmd/> * <https://hub.docker.com/r/ich777/steamcmd/>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `alienswarm-reactivedrop` To install the chart with the release name `alienswarm-reactivedrop`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install alienswarm-reactivedrop TrueCharts/alienswarm-reactivedrop 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** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall alienswarm-reactivedrop
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [alienswarm-0.0.14](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.13...alienswarm-0.0.14) (2022-07-26)
### Chore ### Chore

View File

@ -9,11 +9,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: description: "This Docker will download and install SteamCMD. It will also install Alien Swarm and run it.\r\n"
"This Docker will download and install SteamCMD. It will also install\ home: https://truecharts.org/docs/charts/incubator/alienswarm
\ Alien Swarm and run it.\r\n" icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.png
home: https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm
icon: https://truecharts.org/img/chart-icons/alienswarm.png
keywords: keywords:
- alienswarm - alienswarm
- GameServers - GameServers
@ -24,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: alienswarm name: alienswarm
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm
- https://www.steampowered.com/ - https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application

View File

@ -1,6 +1,6 @@
# alienswarm # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm>
* <https://www.steampowered.com/> * <https://www.steampowered.com/>
* <https://hub.docker.com/r/ich777/steamcmd/> * <https://hub.docker.com/r/ich777/steamcmd/>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `alienswarm` To install the chart with the release name `alienswarm`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install alienswarm TrueCharts/alienswarm helm install alienswarm TrueCharts/alienswarm
``` ```
@ -48,7 +49,7 @@ helm install alienswarm TrueCharts/alienswarm
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall alienswarm
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [altitude-0.0.14](https://github.com/truecharts/apps/compare/altitude-0.0.13...altitude-0.0.14) (2022-07-26)
### Chore ### Chore

View File

@ -10,8 +10,8 @@ dependencies:
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: "This Docker will download and install Altitude and run it.\r\n" description: "This Docker will download and install Altitude and run it.\r\n"
home: https://github.com/truecharts/charts/tree/master/charts/incubator/altitude home: https://truecharts.org/docs/charts/incubator/altitude
icon: https://truecharts.org/img/chart-icons/altitude.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/altitude.png
keywords: keywords:
- altitude - altitude
- GameServers - GameServers
@ -22,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: altitude name: altitude
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/altitude
- https://www.steampowered.com/ - https://www.steampowered.com/
- https://hub.docker.com/r/ich777/altitude/ - https://hub.docker.com/r/ich777/altitude/
type: application type: application

View File

@ -1,6 +1,6 @@
# altitude # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/altitude>
* <https://www.steampowered.com/> * <https://www.steampowered.com/>
* <https://hub.docker.com/r/ich777/altitude/> * <https://hub.docker.com/r/ich777/altitude/>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `altitude` To install the chart with the release name `altitude`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install altitude TrueCharts/altitude helm install altitude TrueCharts/altitude
``` ```
@ -48,7 +49,7 @@ helm install altitude TrueCharts/altitude
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall altitude
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [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 ### Chore

View File

@ -9,11 +9,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: description: "This Docker will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it.\r\n"
"This Docker will download and install SteamCMD. It will also install\ home: https://truecharts.org/docs/charts/incubator/americasarmy-pg
\ America's Army: Proving Grounds and run it.\r\n" icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.png
home: https://github.com/truecharts/charts/tree/master/charts/incubator/americasarmy-pg
icon: https://truecharts.org/img/chart-icons/americasarmy-pg.png
keywords: keywords:
- americasarmy-pg - americasarmy-pg
- GameServers - GameServers
@ -24,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: americasarmy-pg name: americasarmy-pg
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/americasarmy-pg
- https://www.americasarmy.com/ - https://www.americasarmy.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application

View File

@ -1,6 +1,6 @@
# americasarmy-pg # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/americasarmy-pg>
* <https://www.americasarmy.com/> * <https://www.americasarmy.com/>
* <https://hub.docker.com/r/ich777/steamcmd/> * <https://hub.docker.com/r/ich777/steamcmd/>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `americasarmy-pg` To install the chart with the release name `americasarmy-pg`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install americasarmy-pg TrueCharts/americasarmy-pg 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** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall americasarmy-pg
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [amtd-0.0.15](https://github.com/truecharts/apps/compare/amtd-0.0.14...amtd-0.0.15) (2022-07-27)
### Chore ### Chore

View File

@ -10,13 +10,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: description: "Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script to automatically download movie trailers for use in media applications\n"
"Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script home: https://truecharts.org/docs/charts/incubator/amtd
to automatically download movie trailers for use in media applications icon: https://truecharts.org/img/hotlink-ok/chart-icons/amtd.png
"
home: https://github.com/truecharts/charts/tree/master/charts/incubator/amtd
icon: https://truecharts.org/img/chart-icons/amtd.png
keywords: keywords:
- amtd - amtd
- Downloaders - Downloaders
@ -28,6 +24,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: amtd name: amtd
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/amtd
- https://github.com/RandomNinjaAtk/docker-amtd - https://github.com/RandomNinjaAtk/docker-amtd
- https://hub.docker.com/r/randomninjaatk/amtd - https://hub.docker.com/r/randomninjaatk/amtd
type: application type: application

View File

@ -1,6 +1,6 @@
# amtd # 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 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/amtd>
* <https://github.com/RandomNinjaAtk/docker-amtd> * <https://github.com/RandomNinjaAtk/docker-amtd>
* <https://hub.docker.com/r/randomninjaatk/amtd> * <https://hub.docker.com/r/randomninjaatk/amtd>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `amtd` To install the chart with the release name `amtd`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install amtd TrueCharts/amtd helm install amtd TrueCharts/amtd
``` ```
@ -48,7 +49,7 @@ helm install amtd TrueCharts/amtd
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall amtd
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [amule-0.0.14](https://github.com/truecharts/apps/compare/amule-0.0.13...amule-0.0.14) (2022-07-26)
### Chore ### Chore

View File

@ -12,8 +12,8 @@ dependencies:
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: "DESCRIPTION\r\n" description: "DESCRIPTION\r\n"
home: https://github.com/truecharts/charts/tree/master/charts/incubator/amule home: https://truecharts.org/docs/charts/incubator/amule
icon: https://truecharts.org/img/chart-icons/amule.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.png
keywords: keywords:
- amule - amule
- Downloaders - Downloaders
@ -26,6 +26,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: amule name: amule
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/amule
- https://github.com/t-chab/dockerfiles - https://github.com/t-chab/dockerfiles
- https://hub.docker.com/r/tchabaud/amule - https://hub.docker.com/r/tchabaud/amule
type: application type: application

View File

@ -1,6 +1,6 @@
# amule # 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 DESCRIPTION
@ -13,6 +13,7 @@ For more information, please click here: [amule](https://truecharts.org/docs/cha
## Source Code ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/amule>
* <https://github.com/t-chab/dockerfiles> * <https://github.com/t-chab/dockerfiles>
* <https://hub.docker.com/r/tchabaud/amule> * <https://hub.docker.com/r/tchabaud/amule>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `amule` To install the chart with the release name `amule`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install amule TrueCharts/amule helm install amule TrueCharts/amule
``` ```
@ -48,7 +49,7 @@ helm install amule TrueCharts/amule
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall amule
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [amvd-0.0.14](https://github.com/truecharts/apps/compare/amvd-0.0.13...amvd-0.0.14) (2022-07-26)
### Chore ### Chore

View File

@ -10,11 +10,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: description: "Automated Music Video Downloader :: AMVD is a Lidarr Companion script to automatically download and tag Music Videos for use in various media applications"
"Automated Music Video Downloader :: AMVD is a Lidarr Companion script home: https://truecharts.org/docs/charts/incubator/amvd
to automatically download and tag Music Videos for use in various media applications" icon: https://truecharts.org/img/hotlink-ok/chart-icons/amvd.png
home: https://github.com/truecharts/charts/tree/master/charts/incubator/amvd
icon: https://truecharts.org/img/chart-icons/amvd.png
keywords: keywords:
- amvd - amvd
- Downloaders - Downloaders
@ -26,6 +24,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: amvd name: amvd
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/amvd
- https://github.com/RandomNinjaAtk/docker-amvd - https://github.com/RandomNinjaAtk/docker-amvd
- https://hub.docker.com/r/randomninjaatk/amvd - https://hub.docker.com/r/randomninjaatk/amvd
type: application type: application

View File

@ -1,6 +1,6 @@
# amvd # 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 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/amvd>
* <https://github.com/RandomNinjaAtk/docker-amvd> * <https://github.com/RandomNinjaAtk/docker-amvd>
* <https://hub.docker.com/r/randomninjaatk/amvd> * <https://hub.docker.com/r/randomninjaatk/amvd>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `amvd` To install the chart with the release name `amvd`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install amvd TrueCharts/amvd helm install amvd TrueCharts/amvd
``` ```
@ -48,7 +49,7 @@ helm install amvd TrueCharts/amvd
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall amvd
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [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 ### Chore

View File

@ -9,12 +9,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: 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.
Android in docker solution with noVNC supported and video recording. home: https://truecharts.org/docs/charts/incubator/android-8-0
Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.png
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
keywords: keywords:
- android-8-0 - android-8-0
- Other - Other
@ -25,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: android-8-0 name: android-8-0
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/android-8-0
- https://registry.hub.docker.com/r/ulisses1478/docker-android - https://registry.hub.docker.com/r/ulisses1478/docker-android
type: application type: application
version: 0.0.15 version: 0.0.15

View File

@ -1,6 +1,6 @@
# android-8-0 # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/android-8-0>
* <https://registry.hub.docker.com/r/ulisses1478/docker-android> * <https://registry.hub.docker.com/r/ulisses1478/docker-android>
## Requirements ## Requirements
@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `android-8-0` To install the chart with the release name `android-8-0`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install android-8-0 TrueCharts/android-8-0 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** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### 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. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. 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 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 ## Support

View File

@ -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) ## [androiddebugbridge-0.0.14](https://github.com/truecharts/apps/compare/androiddebugbridge-0.0.13...androiddebugbridge-0.0.14) (2022-07-26)
### Chore ### Chore

View File

@ -9,11 +9,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: description: "Control AndroidTV/FireTV devices through ADB from the Home Assistant Core docker image.\r\n"
"Control AndroidTV/FireTV devices through ADB from the Home Assistant\ home: https://truecharts.org/docs/charts/incubator/androiddebugbridge
\ Core docker image.\r\n" icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.png
home: https://github.com/truecharts/charts/tree/master/charts/incubator/androiddebugbridge
icon: https://truecharts.org/img/chart-icons/androiddebugbridge.png
keywords: keywords:
- androiddebugbridge - androiddebugbridge
- HomeAutomation - HomeAutomation
@ -24,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: androiddebugbridge name: androiddebugbridge
sources: 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
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv/ - https://hub.docker.com/r/barnybbb/adb-hass-androidtv/
type: application type: application

View File

@ -1,6 +1,6 @@
# androiddebugbridge # 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. 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 ## Source Code
* <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>
* <https://hub.docker.com/r/barnybbb/adb-hass-androidtv/> * <https://hub.docker.com/r/barnybbb/adb-hass-androidtv/>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `androiddebugbridge` To install the chart with the release name `androiddebugbridge`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install androiddebugbridge TrueCharts/androiddebugbridge helm install androiddebugbridge TrueCharts/androiddebugbridge
``` ```
@ -48,7 +49,7 @@ helm install androiddebugbridge TrueCharts/androiddebugbridge
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall androiddebugbridge
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [anki-sync-server-0.0.1]anki-sync-server-0.0.1 (2022-07-28)
### Feat ### Feat

View File

@ -5,8 +5,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
description: A cross-platform Anki sync server. description: A cross-platform Anki sync server.
home: https://github.com/truecharts/apps/tree/master/charts/incubator/anki-sync-server-rs home: https://truecharts.org/docs/charts/incubator/anki-sync-server
icon: https://truecharts.org/img/chart-icons/anki-sync-server.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png
keywords: keywords:
- anki-sync-server - anki-sync-server
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
@ -16,6 +16,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: anki-sync-server name: anki-sync-server
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server
- https://github.com/ankicommunity/anki-devops-services - https://github.com/ankicommunity/anki-devops-services
version: 0.0.2 version: 0.0.2
annotations: annotations:

View File

@ -1,6 +1,6 @@
# anki-sync-server # 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. A cross-platform Anki sync server.
@ -13,6 +13,7 @@ For more information, please click here: [anki-sync-server](https://truecharts.o
## Source Code ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server>
* <https://github.com/ankicommunity/anki-devops-services> * <https://github.com/ankicommunity/anki-devops-services>
## Requirements ## Requirements
@ -23,20 +24,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `anki-sync-server` To install the chart with the release name `anki-sync-server`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install anki-sync-server TrueCharts/anki-sync-server 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** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### 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. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. 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 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 ## Support

View File

@ -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) ## [anope-0.0.14](https://github.com/truecharts/apps/compare/anope-0.0.13...anope-0.0.14) (2022-07-26)
### Chore ### Chore

View File

@ -11,11 +11,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: description: "Anope is a set of IRC Services designed for flexibility and ease of use.\r\n"
"Anope is a set of IRC Services designed for flexibility and ease of\ home: https://truecharts.org/docs/charts/incubator/anope
\ use.\r\n" icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png
home: https://github.com/truecharts/charts/tree/master/charts/incubator/anope
icon: https://truecharts.org/img/chart-icons/anope.png
keywords: keywords:
- anope - anope
- Network-Other - Network-Other
@ -28,6 +26,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: anope name: anope
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/anope
- https://thelounge.chat/ - https://thelounge.chat/
- https://hub.docker.com/r/ich777/anope - https://hub.docker.com/r/ich777/anope
type: application type: application

View File

@ -1,6 +1,6 @@
# anope # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/anope>
* <https://thelounge.chat/> * <https://thelounge.chat/>
* <https://hub.docker.com/r/ich777/anope> * <https://hub.docker.com/r/ich777/anope>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `anope` To install the chart with the release name `anope`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install anope TrueCharts/anope helm install anope TrueCharts/anope
``` ```
@ -48,7 +49,7 @@ helm install anope TrueCharts/anope
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall anope
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [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 ### Chore

View File

@ -9,12 +9,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: 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"
"Very simple WebDAV server based on Apache. You need a WebDAV client\ home: https://truecharts.org/docs/charts/incubator/apache-webdav
\ to transfer files. It does not include a WebUI to upload files through your browser.\r\ icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.png
\n"
home: https://github.com/truecharts/charts/tree/master/charts/incubator/apache-webdav
icon: https://truecharts.org/img/chart-icons/apache-webdav.png
keywords: keywords:
- apache-webdav - apache-webdav
- Cloud - Cloud
@ -25,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: apache-webdav name: apache-webdav
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/apache-webdav
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html - https://httpd.apache.org/docs/2.4/mod/mod_dav.html
- https://github.com/mgutt/docker-apachewebdav - https://github.com/mgutt/docker-apachewebdav
type: application type: application

View File

@ -1,6 +1,6 @@
# apache-webdav # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/apache-webdav>
* <https://httpd.apache.org/docs/2.4/mod/mod_dav.html> * <https://httpd.apache.org/docs/2.4/mod/mod_dav.html>
* <https://github.com/mgutt/docker-apachewebdav> * <https://github.com/mgutt/docker-apachewebdav>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `apache-webdav` To install the chart with the release name `apache-webdav`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install apache-webdav TrueCharts/apache-webdav 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** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall apache-webdav
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [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 ### Chore

View File

@ -9,14 +9,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: 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"
"Apprise-api(https://github.com/caronc/apprise-api) Takes advantage of home: https://truecharts.org/docs/charts/incubator/apprise-api
Apprise(https://github.com/caronc/apprise) through your network with a user-friendly icon: https://truecharts.org/img/hotlink-ok/chart-icons/apprise-api.png
API.
"
home: https://github.com/truecharts/charts/tree/master/charts/incubator/apprise-api
icon: https://truecharts.org/img/chart-icons/apprise-api.png
keywords: keywords:
- apprise-api - apprise-api
- Other - Other
@ -27,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: apprise-api name: apprise-api
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/apprise-api
- https://github.com/caronc/apprise-api - https://github.com/caronc/apprise-api
- https://github.com/orgs/linuxserver/packages/container/package/apprise-api - https://github.com/orgs/linuxserver/packages/container/package/apprise-api
- https://github.com/linuxserver/docker-apprise-api#readme - https://github.com/linuxserver/docker-apprise-api#readme

View File

@ -1,6 +1,6 @@
# apprise-api # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/apprise-api>
* <https://github.com/caronc/apprise-api> * <https://github.com/caronc/apprise-api>
* <https://github.com/orgs/linuxserver/packages/container/package/apprise-api> * <https://github.com/orgs/linuxserver/packages/container/package/apprise-api>
* <https://github.com/linuxserver/docker-apprise-api#readme> * <https://github.com/linuxserver/docker-apprise-api#readme>
@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `apprise-api` To install the chart with the release name `apprise-api`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install apprise-api TrueCharts/apprise-api 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** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -68,7 +69,7 @@ helm uninstall apprise-api
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. 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 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 ## Support

View File

@ -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) ## [appsmith-2.0.32](https://github.com/truecharts/apps/compare/appsmith-2.0.31...appsmith-2.0.32) (2022-07-30)
### Chore ### Chore

View File

@ -14,7 +14,7 @@ dependencies:
# version: 0.0.25 # 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. 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 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: keywords:
- appsmith - appsmith
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
@ -24,6 +24,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: appsmith name: appsmith
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith
- https://github.com/appsmithorg/appsmith - https://github.com/appsmithorg/appsmith
version: 2.0.33 version: 2.0.33
annotations: annotations:

View File

@ -1,6 +1,6 @@
# appsmith # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith>
* <https://github.com/appsmithorg/appsmith> * <https://github.com/appsmithorg/appsmith>
## Requirements ## Requirements
@ -23,21 +24,21 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.truecharts.org | redis | 3.0.46 | | https://charts.truecharts.org | redis | 3.0.48 |
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `appsmith` To install the chart with the release name `appsmith`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install appsmith TrueCharts/appsmith helm install appsmith TrueCharts/appsmith
``` ```
@ -48,7 +49,7 @@ helm install appsmith TrueCharts/appsmith
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall appsmith
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [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 ### Chore

View File

@ -11,12 +11,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: 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.
Apt-Cacher NG is a caching proxy, specialized for package files from home: https://truecharts.org/docs/charts/incubator/apt-cacher-ng
Linux distributors, primarily for Debian (and Debian based) distributions but not icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.png
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
keywords: keywords:
- apt-cacher-ng - apt-cacher-ng
- Network-Proxy - Network-Proxy
@ -29,6 +26,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: apt-cacher-ng name: apt-cacher-ng
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/apt-cacher-ng
- https://www.unix-ag.uni-kl.de/~bloch/acng/ - https://www.unix-ag.uni-kl.de/~bloch/acng/
- https://hub.docker.com/r/sameersbn/apt-cacher-ng/ - https://hub.docker.com/r/sameersbn/apt-cacher-ng/
type: application type: application

View File

@ -1,6 +1,6 @@
# apt-cacher-ng # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/apt-cacher-ng>
* <https://www.unix-ag.uni-kl.de/~bloch/acng/> * <https://www.unix-ag.uni-kl.de/~bloch/acng/>
* <https://hub.docker.com/r/sameersbn/apt-cacher-ng/> * <https://hub.docker.com/r/sameersbn/apt-cacher-ng/>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `apt-cacher-ng` To install the chart with the release name `apt-cacher-ng`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install apt-cacher-ng TrueCharts/apt-cacher-ng 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** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### 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. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [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 ### Chore

View File

@ -11,12 +11,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: 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 its really easy to do!\r\n"
"The Archive Team Warrior is a virtual archiving appliance. You can run\ home: https://truecharts.org/docs/charts/incubator/archiveteam-warrior
\ it to help with the Archive Team archiving efforts. It will download sites and\ icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.png
\ 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
keywords: keywords:
- archiveteam-warrior - archiveteam-warrior
- Backup - Backup
@ -29,6 +26,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: archiveteam-warrior name: archiveteam-warrior
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/archiveteam-warrior
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
- https://hub.docker.com/r/archiveteam/warrior-dockerfile/ - https://hub.docker.com/r/archiveteam/warrior-dockerfile/
type: application type: application

View File

@ -1,6 +1,6 @@
# archiveteam-warrior # 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 its really easy to do! 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 its really easy to do!
@ -13,6 +13,7 @@ For more information, please click here: [archiveteam-warrior](https://truechart
## Source Code ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/archiveteam-warrior>
* <https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior> * <https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior>
* <https://hub.docker.com/r/archiveteam/warrior-dockerfile/> * <https://hub.docker.com/r/archiveteam/warrior-dockerfile/>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `archiveteam-warrior` To install the chart with the release name `archiveteam-warrior`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install archiveteam-warrior TrueCharts/archiveteam-warrior 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** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall archiveteam-warrior
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [ariang-0.0.17](https://github.com/truecharts/apps/compare/ariang-0.0.16...ariang-0.0.17) (2022-07-26)
### Chore ### Chore

View File

@ -6,11 +6,12 @@ appVersion: "1.2.4"
description: A modern web frontend making aria2 easier to use | Aria2 WebUI. description: A modern web frontend making aria2 easier to use | Aria2 WebUI.
type: application type: application
deprecated: false deprecated: false
home: https://github.com/truecharts/charts/tree/master/charts/incubator/ariang home: https://truecharts.org/docs/charts/incubator/ariang
icon: https://truecharts.org/img/chart-icons/ariang.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png
keywords: keywords:
- ariang - ariang
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/ariang
- https://hub.docker.com/r/leonismoe/ariang - https://hub.docker.com/r/leonismoe/ariang
- https://github.com/leonismoe/docker-images - https://github.com/leonismoe/docker-images
dependencies: dependencies:

View File

@ -1,6 +1,6 @@
# ariang # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/ariang>
* <https://hub.docker.com/r/leonismoe/ariang> * <https://hub.docker.com/r/leonismoe/ariang>
* <https://github.com/leonismoe/docker-images> * <https://github.com/leonismoe/docker-images>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `ariang` To install the chart with the release name `ariang`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install ariang TrueCharts/ariang helm install ariang TrueCharts/ariang
``` ```
@ -48,7 +49,7 @@ helm install ariang TrueCharts/ariang
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall ariang
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [arksurvivalevolved-0.0.14](https://github.com/truecharts/apps/compare/arksurvivalevolved-0.0.13...arksurvivalevolved-0.0.14) (2022-07-26)
### Chore ### Chore

View File

@ -9,12 +9,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: 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"
"This Docker will download and install SteamCMD. It will also install\ home: https://truecharts.org/docs/charts/incubator/arksurvivalevolved
\ ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!).\r\ icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.png
\n"
home: https://github.com/truecharts/charts/tree/master/charts/incubator/arksurvivalevolved
icon: https://truecharts.org/img/chart-icons/arksurvivalevolved.png
keywords: keywords:
- arksurvivalevolved - arksurvivalevolved
- GameServers - GameServers
@ -25,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: arksurvivalevolved name: arksurvivalevolved
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/arksurvivalevolved
- https://survivetheark.com/ - https://survivetheark.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application

View File

@ -1,6 +1,6 @@
# arksurvivalevolved # 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!). 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/arksurvivalevolved>
* <https://survivetheark.com/> * <https://survivetheark.com/>
* <https://hub.docker.com/r/ich777/steamcmd/> * <https://hub.docker.com/r/ich777/steamcmd/>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `arksurvivalevolved` To install the chart with the release name `arksurvivalevolved`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install arksurvivalevolved TrueCharts/arksurvivalevolved helm install arksurvivalevolved TrueCharts/arksurvivalevolved
``` ```
@ -48,7 +49,7 @@ helm install arksurvivalevolved TrueCharts/arksurvivalevolved
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall arksurvivalevolved
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [arma3-0.0.14](https://github.com/truecharts/apps/compare/arma3exilemod-0.0.13...arma3-0.0.14) (2022-07-26)
### Chore ### Chore

View File

@ -9,11 +9,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: description: "This Docker will download and install SteamCMD. It will also install ArmA III and run it.\r\n"
"This Docker will download and install SteamCMD. It will also install\ home: https://truecharts.org/docs/charts/incubator/arma3
\ ArmA III and run it.\r\n" icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.png
home: https://github.com/truecharts/charts/tree/master/charts/incubator/arma3
icon: https://truecharts.org/img/chart-icons/arma3.png
keywords: keywords:
- arma3 - arma3
- GameServers - GameServers
@ -24,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: arma3 name: arma3
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/arma3
- https://arma3.com/ - https://arma3.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application

View File

@ -1,6 +1,6 @@
# arma3 # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/arma3>
* <https://arma3.com/> * <https://arma3.com/>
* <https://hub.docker.com/r/ich777/steamcmd/> * <https://hub.docker.com/r/ich777/steamcmd/>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `arma3` To install the chart with the release name `arma3`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install arma3 TrueCharts/arma3 helm install arma3 TrueCharts/arma3
``` ```
@ -48,7 +49,7 @@ helm install arma3 TrueCharts/arma3
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall arma3
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [arma3exilemod-0.0.14](https://github.com/truecharts/apps/compare/arma3exilemod-0.0.13...arma3exilemod-0.0.14) (2022-07-26)
### Chore ### Chore

View File

@ -9,11 +9,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: description: "This Docker will download and install SteamCMD. It will also install ArmA III including ExileMod and run it.\r\n"
"This Docker will download and install SteamCMD. It will also install\ home: https://truecharts.org/docs/charts/incubator/arma3exilemod
\ ArmA III including ExileMod and run it.\r\n" icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.png
home: https://github.com/truecharts/charts/tree/master/charts/incubator/arma3exilemod
icon: https://truecharts.org/img/chart-icons/arma3exilemod.png
keywords: keywords:
- arma3exilemod - arma3exilemod
- GameServers - GameServers
@ -24,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: arma3exilemod name: arma3exilemod
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/arma3exilemod
- http://www.exilemod.com/ - http://www.exilemod.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application

View File

@ -1,6 +1,6 @@
# arma3exilemod # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/arma3exilemod>
* <http://www.exilemod.com/> * <http://www.exilemod.com/>
* <https://hub.docker.com/r/ich777/steamcmd/> * <https://hub.docker.com/r/ich777/steamcmd/>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `arma3exilemod` To install the chart with the release name `arma3exilemod`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install arma3exilemod TrueCharts/arma3exilemod helm install arma3exilemod TrueCharts/arma3exilemod
``` ```
@ -48,7 +49,7 @@ helm install arma3exilemod TrueCharts/arma3exilemod
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall arma3exilemod
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [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 ### Chore

View File

@ -10,13 +10,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: description: "JFrogs Artifactory open source project was created to speed up development cycles using binary repositories. Its the worlds most advanced repository manager, creating a single place for teams to manage all their binary artifacts efficiently."
"JFrog\u2019s Artifactory open source project was created to speed up\ home: https://truecharts.org/docs/charts/incubator/artifactory-oss
\ development cycles using binary repositories. It\u2019s the world\u2019s most\ icon: https://truecharts.org/img/hotlink-ok/chart-icons/artifactory-oss.png
\ 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
keywords: keywords:
- artifactory-oss - artifactory-oss
- Productivity - Productivity
@ -28,6 +24,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: artifactory-oss name: artifactory-oss
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/artifactory-oss
- https://jfrog.com/ - https://jfrog.com/
- https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss - https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss
type: application type: application

View File

@ -1,6 +1,6 @@
# artifactory-oss # 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)
JFrogs Artifactory open source project was created to speed up development cycles using binary repositories. Its the worlds most advanced repository manager, creating a single place for teams to manage all their binary artifacts efficiently. JFrogs Artifactory open source project was created to speed up development cycles using binary repositories. Its the worlds 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/artifactory-oss>
* <https://jfrog.com/> * <https://jfrog.com/>
* <https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss> * <https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `artifactory-oss` To install the chart with the release name `artifactory-oss`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install artifactory-oss TrueCharts/artifactory-oss 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** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall artifactory-oss
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [assettocorsa-0.0.14](https://github.com/truecharts/apps/compare/assettocorsa-0.0.13...assettocorsa-0.0.14) (2022-07-26)
### Chore ### Chore

View File

@ -9,11 +9,9 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: description: "This Docker will download and install SteamCMD. It will also install AssettoCorsa and run it.\r\n"
"This Docker will download and install SteamCMD. It will also install\ home: https://truecharts.org/docs/charts/incubator/assettocorsa
\ AssettoCorsa and run it.\r\n" icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.png
home: https://github.com/truecharts/charts/tree/master/charts/incubator/assettocorsa
icon: https://truecharts.org/img/chart-icons/assettocorsa.png
keywords: keywords:
- assettocorsa - assettocorsa
- GameServers - GameServers
@ -24,6 +22,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: assettocorsa name: assettocorsa
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/assettocorsa
- https://www.assettocorsa.net/ - https://www.assettocorsa.net/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application

View File

@ -1,6 +1,6 @@
# assettocorsa # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/assettocorsa>
* <https://www.assettocorsa.net/> * <https://www.assettocorsa.net/>
* <https://hub.docker.com/r/ich777/steamcmd/> * <https://hub.docker.com/r/ich777/steamcmd/>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `assettocorsa` To install the chart with the release name `assettocorsa`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install assettocorsa TrueCharts/assettocorsa helm install assettocorsa TrueCharts/assettocorsa
``` ```
@ -48,7 +49,7 @@ helm install assettocorsa TrueCharts/assettocorsa
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall assettocorsa
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [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 ### Chore

View File

@ -12,8 +12,8 @@ dependencies:
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: "DESCRIPTION\r\n" description: "DESCRIPTION\r\n"
home: https://github.com/truecharts/charts/tree/master/charts/incubator/aurora-files home: https://truecharts.org/docs/charts/incubator/aurora-files
icon: https://truecharts.org/img/chart-icons/aurora-files.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.png
keywords: keywords:
- aurora-files - aurora-files
- Cloud - Cloud
@ -26,6 +26,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: aurora-files name: aurora-files
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/aurora-files
- https://github.com/afterlogic/docker-aurora-files - https://github.com/afterlogic/docker-aurora-files
- https://hub.docker.com/r/afterlogic/docker-aurora-files - https://hub.docker.com/r/afterlogic/docker-aurora-files
type: application type: application

View File

@ -1,6 +1,6 @@
# aurora-files # 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 DESCRIPTION
@ -13,6 +13,7 @@ For more information, please click here: [aurora-files](https://truecharts.org/d
## Source Code ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/aurora-files>
* <https://github.com/afterlogic/docker-aurora-files> * <https://github.com/afterlogic/docker-aurora-files>
* <https://hub.docker.com/r/afterlogic/docker-aurora-files> * <https://hub.docker.com/r/afterlogic/docker-aurora-files>
@ -24,20 +25,20 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `aurora-files` To install the chart with the release name `aurora-files`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install aurora-files TrueCharts/aurora-files 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** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -67,7 +68,7 @@ helm uninstall aurora-files
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=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 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 ## Support

View File

@ -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) ## [authentik-2.0.30](https://github.com/truecharts/apps/compare/authentik-2.0.29...authentik-2.0.30) (2022-07-27)
### Chore ### Chore

View File

@ -13,8 +13,8 @@ dependencies:
repository: https://charts.truecharts.org repository: https://charts.truecharts.org
version: 3.0.48 version: 3.0.48
description: authentik is an open-source Identity Provider focused on flexibility and versatility. description: authentik is an open-source Identity Provider focused on flexibility and versatility.
home: https://github.com/truecharts/charts/tree/master/charts/incubator/authentik home: https://truecharts.org/docs/charts/incubator/authentik
icon: https://truecharts.org/img/chart-icons/authentik.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png
keywords: keywords:
- authentik - authentik
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
@ -24,6 +24,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: authentik name: authentik
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/authentik
- https://github.com/goauthentik/authentik - https://github.com/goauthentik/authentik
- https://goauthentik.io/docs/ - https://goauthentik.io/docs/
version: 2.0.31 version: 2.0.31

View File

@ -1,6 +1,6 @@
# authentik # 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. 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 ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/authentik>
* <https://github.com/goauthentik/authentik> * <https://github.com/goauthentik/authentik>
* <https://goauthentik.io/docs/> * <https://goauthentik.io/docs/>
@ -24,22 +25,22 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.truecharts.org/ | postgresql | 8.0.48 | | https://charts.truecharts.org/ | postgresql | 8.0.50 |
| https://charts.truecharts.org | redis | 3.0.46 | | https://charts.truecharts.org | redis | 3.0.48 |
| https://library-charts.truecharts.org | common | 10.4.8 | | https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart ## Installing the Chart
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `authentik` To install the chart with the release name `authentik`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install authentik TrueCharts/authentik helm install authentik TrueCharts/authentik
``` ```
@ -50,7 +51,7 @@ helm install authentik TrueCharts/authentik
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@ -69,7 +70,7 @@ helm uninstall authentik
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. 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 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 ## Support

View File

@ -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) ## [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 ### Chore

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