chore: Auto-update chart README [skip ci]
This commit is contained in:
@@ -2,6 +2,16 @@
|
||||
|
||||
|
||||
|
||||
## [mariadb-3.0.50](https://github.com/truecharts/charts/compare/mariadb-3.0.49...mariadb-3.0.50) (2022-08-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3377](https://github.com/truecharts/charts/issues/3377))
|
||||
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-3.0.49](https://github.com/truecharts/apps/compare/mariadb-3.0.48...mariadb-3.0.49) (2022-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational database system.
|
||||
home: https://truecharts.org/docs/charts/dependency/mariadb
|
||||
icon: https://truecharts.org/img/chart-icons/mariadb.png
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.png
|
||||
keywords:
|
||||
- mariadb
|
||||
- mysql
|
||||
@@ -20,6 +20,7 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: mariadb
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
|
||||
- https://github.com/bitnami/bitnami-docker-mariadb
|
||||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# mariadb
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Fast, reliable, scalable, and easy to use open-source relational database system.
|
||||
|
||||
@@ -13,6 +13,7 @@ For more information, please click here: [mariadb](https://truecharts.org/docs/c
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb>
|
||||
* <https://github.com/bitnami/bitnami-docker-mariadb>
|
||||
* <https://github.com/prometheus/mysqld_exporter>
|
||||
* <https://mariadb.org>
|
||||
@@ -31,14 +32,14 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/).
|
||||
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To install the chart with the release name `mariadb`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://helm.truecharts.org
|
||||
helm repo add TrueCharts https://charts.truecharts.org
|
||||
helm repo update
|
||||
helm install mariadb TrueCharts/mariadb
|
||||
```
|
||||
@@ -49,7 +50,7 @@ helm install mariadb TrueCharts/mariadb
|
||||
|
||||
**Upgrading, Rolling Back and Uninstalling the Chart**
|
||||
|
||||
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
|
||||
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
@@ -68,7 +69,7 @@ helm uninstall mariadb
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the Commandline
|
||||
#### Configure using the command line
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
@@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
|
||||
helm install mariadb TrueCharts/mariadb -f values.yaml
|
||||
```
|
||||
|
||||
#### Connecting to other apps
|
||||
#### Connecting to other charts
|
||||
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
|
||||
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [memcached-3.0.51](https://github.com/truecharts/charts/compare/memcached-3.0.50...memcached-3.0.51) (2022-08-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3377](https://github.com/truecharts/charts/issues/3377))
|
||||
|
||||
|
||||
|
||||
|
||||
## [memcached-3.0.50](https://github.com/truecharts/charts/compare/memcached-3.0.49...memcached-3.0.50) (2022-08-08)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# memcached
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Memcached is a memory-backed database caching solution
|
||||
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [mongodb-1.0.52](https://github.com/truecharts/charts/compare/mongodb-1.0.51...mongodb-1.0.52) (2022-08-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3377](https://github.com/truecharts/charts/issues/3377))
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.51](https://github.com/truecharts/charts/compare/postgresql-8.0.50...postgresql-8.0.51) (2022-08-08)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# mongodb
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Fast, reliable, scalable, and easy to use open-source no-sql database system.
|
||||
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.52](https://github.com/truecharts/charts/compare/postgresql-8.0.51...postgresql-8.0.52) (2022-08-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3377](https://github.com/truecharts/charts/issues/3377))
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.49](https://github.com/truecharts/charts/compare/redis-3.0.48...redis-3.0.49) (2022-08-08)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# postgresql
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
PostgresSQL
|
||||
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.50](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.15...redis-3.0.50) (2022-08-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3377](https://github.com/truecharts/charts/issues/3377))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.48](https://github.com/truecharts/apps/compare/redis-3.0.47...redis-3.0.48) (2022-07-29)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# redis
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Open source, advanced key-value store.
|
||||
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.24](https://github.com/truecharts/charts/compare/solr-0.0.23...solr-0.0.24) (2022-08-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3377](https://github.com/truecharts/charts/issues/3377))
|
||||
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.23](https://github.com/truecharts/apps/compare/solr-0.0.22...solr-0.0.23) (2022-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: Apache Solr
|
||||
home: https://truecharts.org/docs/charts/dependency/solr
|
||||
icon: https://truecharts.org/img/chart-icons/solr.png
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/solr.png
|
||||
keywords:
|
||||
- solr
|
||||
- apache
|
||||
@@ -19,6 +19,7 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: solr
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr
|
||||
- https://github.com/apache/solr
|
||||
- https://hub.docker.com/r/bitnami/solr/
|
||||
type: application
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# solr
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Apache Solr
|
||||
|
||||
@@ -13,6 +13,7 @@ For more information, please click here: [solr](https://truecharts.org/docs/char
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/truecharts/charts/tree/master/charts/dependency/solr>
|
||||
* <https://github.com/apache/solr>
|
||||
* <https://hub.docker.com/r/bitnami/solr/>
|
||||
|
||||
@@ -30,14 +31,14 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/).
|
||||
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To install the chart with the release name `solr`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://helm.truecharts.org
|
||||
helm repo add TrueCharts https://charts.truecharts.org
|
||||
helm repo update
|
||||
helm install solr TrueCharts/solr
|
||||
```
|
||||
@@ -48,7 +49,7 @@ helm install solr TrueCharts/solr
|
||||
|
||||
**Upgrading, Rolling Back and Uninstalling the Chart**
|
||||
|
||||
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
|
||||
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
@@ -67,7 +68,7 @@ helm uninstall solr
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the Commandline
|
||||
#### Configure using the command line
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
@@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
|
||||
helm install solr TrueCharts/solr -f values.yaml
|
||||
```
|
||||
|
||||
#### Connecting to other apps
|
||||
#### Connecting to other charts
|
||||
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
|
||||
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user