Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-12-27 19:43:56 +00:00
parent b86848954b
commit 01557df7d8
112 changed files with 4278 additions and 892 deletions

View File

@@ -1,107 +0,0 @@
# clickhouse
ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [clickhouse](https://truecharts.org/docs/charts/dependency/clickhouse)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse>
* <https://clickhouse.com/>
* <https://hub.docker.com/r/yandex/clickhouse-server>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.9.5 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
### Helm
To install the chart with the release name `clickhouse`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install clickhouse TrueCharts/clickhouse
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `clickhouse` deployment
```console
helm uninstall clickhouse
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install clickhouse \
--set env.TZ="America/New York" \
TrueCharts/clickhouse
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install clickhouse TrueCharts/clickhouse -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
---
All Rights Reserved - The TrueCharts Project

View File

@@ -1,9 +0,0 @@
## [clickhouse-3.0.13](https://github.com/truecharts/charts/compare/clickhouse-3.0.12...clickhouse-3.0.13) (2022-12-26)
### Chore
- update helm chart common to 11.1.1

View File

@@ -4,6 +4,15 @@
## [clickhouse-3.0.14](https://github.com/truecharts/charts/compare/clickhouse-3.0.13...clickhouse-3.0.14) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))
## [clickhouse-3.0.13](https://github.com/truecharts/charts/compare/clickhouse-3.0.12...clickhouse-3.0.13) (2022-12-26)
### Chore
@@ -88,12 +97,3 @@
## [clickhouse-3.0.4](https://github.com/truecharts/charts/compare/clickhouse-3.0.3...clickhouse-3.0.4) (2022-11-29)
## [clickhouse-3.0.4](https://github.com/truecharts/charts/compare/clickhouse-3.0.3...clickhouse-3.0.4) (2022-11-29)

View File

@@ -3,7 +3,7 @@ appVersion: "22.12.1.17"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.1
version: 11.1.2
deprecated: false
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
home: https://truecharts.org/charts/dependency/clickhouse
@@ -23,7 +23,7 @@ sources:
- https://clickhouse.com/
- https://hub.docker.com/r/yandex/clickhouse-server
type: application
version: 3.0.13
version: 3.0.14
annotations:
truecharts.org/catagories: |
- database

View File

@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dependency/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -0,0 +1,9 @@
## [clickhouse-3.0.14](https://github.com/truecharts/charts/compare/clickhouse-3.0.13...clickhouse-3.0.14) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))

Binary file not shown.

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [collabora-online-14.0.14](https://github.com/truecharts/charts/compare/collabora-online-14.0.13...collabora-online-14.0.14) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))
## [collabora-online-14.0.13](https://github.com/truecharts/charts/compare/collabora-online-14.0.12...collabora-online-14.0.13) (2022-12-26)
### Chore
- update helm chart common to 11.1.1
## [collabora-online-14.0.12](https://github.com/truecharts/charts/compare/collabora-online-14.0.11...collabora-online-14.0.12) (2022-12-24)
### Chore
- update helm chart common to v11.1.0 ([#5686](https://github.com/truecharts/charts/issues/5686))
## [collabora-online-14.0.11](https://github.com/truecharts/charts/compare/collabora-online-14.0.10...collabora-online-14.0.11) (2022-12-20)
### Chore
- update container image tccr.io/truecharts/collabora to v22.05.9.2.1
## [collabora-online-14.0.10](https://github.com/truecharts/charts/compare/collabora-online-14.0.9...collabora-online-14.0.10) (2022-12-17)
## [collabora-online-14.0.9](https://github.com/truecharts/charts/compare/collabora-online-14.0.8...collabora-online-14.0.9) (2022-12-14)
### Chore
- update helm chart common to v11.0.8
## [collabora-online-14.0.8](https://github.com/truecharts/charts/compare/collabora-online-14.0.7...collabora-online-14.0.8) (2022-12-11)
### Chore
- update helm chart common to v11.0.7 ([#5266](https://github.com/truecharts/charts/issues/5266))
## [collabora-online-14.0.7](https://github.com/truecharts/charts/compare/collabora-online-14.0.6...collabora-online-14.0.7) (2022-12-07)
## [collabora-online-14.0.6](https://github.com/truecharts/charts/compare/collabora-online-14.0.5...collabora-online-14.0.6) (2022-12-06)
### Chore
- update helm chart common to v11.0.5
## [collabora-online-14.0.5](https://github.com/truecharts/charts/compare/collabora-online-14.0.4...collabora-online-14.0.5) (2022-11-29)
## [collabora-online-14.0.5](https://github.com/truecharts/charts/compare/collabora-online-14.0.4...collabora-online-14.0.5) (2022-11-29)
## [collabora-online-14.0.5](https://github.com/truecharts/charts/compare/collabora-online-14.0.4...collabora-online-14.0.5) (2022-11-29)
## [collabora-online-14.0.5](https://github.com/truecharts/charts/compare/collabora-online-14.0.4...collabora-online-14.0.5) (2022-11-29)

View File

@@ -0,0 +1,32 @@
apiVersion: v2
appVersion: "22.05.9.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
deprecated: false
description: "An awesome Online Office suite."
home: https://truecharts.org/charts/dependency/collabora-online
icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora-online.png
keywords:
- collabora-online
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: collabora-online
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/collabora-online
- https://hub.docker.com/r/collabora/code
- https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application
version: 14.0.14
annotations:
truecharts.org/catagories: |
- office
- documents
- productivity
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dependency/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -0,0 +1,9 @@
## [collabora-online-14.0.14](https://github.com/truecharts/charts/compare/collabora-online-14.0.13...collabora-online-14.0.14) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))

View File

@@ -0,0 +1,8 @@
An awesome Online Office suite.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dependency/collabora-online](https://truecharts.org/charts/dependency/collabora-online)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!

View File

@@ -0,0 +1,54 @@
image:
repository: tccr.io/truecharts/collabora
tag: 22.05.9.2.1@sha256:2dc2fd91a9899a67f62899c16a466d955675b4fef163de1072b5569fcc4691c1
pullPolicy: IfNotPresent
controller:
# -- Set the controller type.
# Valid options are deployment, daemonset or statefulset
type: statefulset
# -- Number of desired pods
replicas: 1
# -- Set the controller upgrade strategy
# For Deployments, valid values are Recreate (default) and RollingUpdate.
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
# DaemonSets ignore this.
strategy: RollingUpdate
rollingUpdate:
# -- Set deployment RollingUpdate max unavailable
unavailable: 1
# -- Set deployment RollingUpdate max surge
surge:
# -- Set statefulset RollingUpdate partition
partition:
# -- ReplicaSet revision history limit
revisionHistoryLimit: 3
securityContext:
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
podSecurityContext:
runAsUser: 104
runAsGroup: 106
service:
main:
ports:
main:
port: 10105
targetPort: 9980
secretEnv:
username: ""
password: ""
env:
aliasgroup1: ""
dictionaries: "de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru"
extra_params: "--o:welcome.enable=false --o:logging.level=information --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false "
server_name: "collabora.domain.tld"
DONT_GEN_SSL_CERT: true
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@@ -1,108 +0,0 @@
# mariadb
Fast, reliable, scalable, and easy to use open-source relational database system.
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [mariadb](https://truecharts.org/docs/charts/dependency/mariadb)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Source Code
* <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>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.9.5 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
### Helm
To install the chart with the release name `mariadb`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install mariadb TrueCharts/mariadb
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `mariadb` deployment
```console
helm uninstall mariadb
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install mariadb \
--set env.TZ="America/New York" \
TrueCharts/mariadb
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install mariadb TrueCharts/mariadb -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
---
All Rights Reserved - The TrueCharts Project

View File

@@ -1,9 +0,0 @@
## [mariadb-5.0.18](https://github.com/truecharts/charts/compare/mariadb-5.0.17...mariadb-5.0.18) (2022-12-26)
### Chore
- update helm chart common to 11.1.1

View File

@@ -4,6 +4,15 @@
## [mariadb-5.0.19](https://github.com/truecharts/charts/compare/mariadb-5.0.18...mariadb-5.0.19) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))
## [mariadb-5.0.18](https://github.com/truecharts/charts/compare/mariadb-5.0.17...mariadb-5.0.18) (2022-12-26)
### Chore
@@ -88,12 +97,3 @@
## [mariadb-5.0.8](https://github.com/truecharts/charts/compare/mariadb-5.0.7...mariadb-5.0.8) (2022-11-29)
## [mariadb-5.0.8](https://github.com/truecharts/charts/compare/mariadb-5.0.7...mariadb-5.0.8) (2022-11-29)
## [mariadb-5.0.8](https://github.com/truecharts/charts/compare/mariadb-5.0.7...mariadb-5.0.8) (2022-11-29)

View File

@@ -3,7 +3,7 @@ appVersion: "10.10.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.1
version: 11.1.2
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source relational database system.
home: https://truecharts.org/charts/dependency/mariadb
@@ -25,7 +25,7 @@ sources:
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
version: 5.0.18
version: 5.0.19
annotations:
truecharts.org/catagories: |
- database

View File

@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dependency/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -0,0 +1,9 @@
## [mariadb-5.0.19](https://github.com/truecharts/charts/compare/mariadb-5.0.18...mariadb-5.0.19) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))

Binary file not shown.

View File

@@ -0,0 +1 @@
{{ include "tc.common.loader.all" . }}

View File

@@ -1,107 +0,0 @@
# memcached
Memcached is a memory-backed database caching solution
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [memcached](https://truecharts.org/docs/charts/dependency/memcached)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/dependency/memcached>
* <https://github.com/bitnami/bitnami-docker-memcached>
* <http://memcached.org/>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.9.5 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
### Helm
To install the chart with the release name `memcached`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install memcached TrueCharts/memcached
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `memcached` deployment
```console
helm uninstall memcached
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install memcached \
--set env.TZ="America/New York" \
TrueCharts/memcached
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install memcached TrueCharts/memcached -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
---
All Rights Reserved - The TrueCharts Project

View File

@@ -1,9 +0,0 @@
## [memcached-5.0.17](https://github.com/truecharts/charts/compare/memcached-5.0.16...memcached-5.0.17) (2022-12-26)
### Chore
- update helm chart common to 11.1.1

View File

@@ -4,6 +4,15 @@
## [memcached-5.0.18](https://github.com/truecharts/charts/compare/memcached-5.0.17...memcached-5.0.18) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))
## [memcached-5.0.17](https://github.com/truecharts/charts/compare/memcached-5.0.16...memcached-5.0.17) (2022-12-26)
### Chore
@@ -86,14 +95,5 @@
## [memcached-5.0.8](https://github.com/truecharts/charts/compare/memcached-5.0.6...memcached-5.0.8) (2022-11-29)
### Chore
- update container image tccr.io/truecharts/memcached to 1.6.17
## [memcached-5.0.8](https://github.com/truecharts/charts/compare/memcached-5.0.6...memcached-5.0.8) (2022-11-29)

View File

@@ -3,7 +3,7 @@ appVersion: "1.6.17"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.1
version: 11.1.2
deprecated: false
description: Memcached is a memory-backed database caching solution
home: https://truecharts.org/charts/dependency/memcached
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 5.0.17
version: 5.0.18
annotations:
truecharts.org/catagories: |
- database

View File

@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dependency/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -0,0 +1,9 @@
## [memcached-5.0.18](https://github.com/truecharts/charts/compare/memcached-5.0.17...memcached-5.0.18) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))

Binary file not shown.

View File

@@ -1,108 +0,0 @@
# mongodb
Fast, reliable, scalable, and easy to use open-source no-sql database system.
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [mongodb](https://truecharts.org/docs/charts/dependency/mongodb)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb>
* <https://hub.docker.com/r/bitnami/mongodb>
* <https://github.com/bitnami/bitnami-docker-mongodb>
* <https://www.mongodb.com>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.9.5 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
### Helm
To install the chart with the release name `mongodb`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install mongodb TrueCharts/mongodb
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `mongodb` deployment
```console
helm uninstall mongodb
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install mongodb \
--set env.TZ="America/New York" \
TrueCharts/mongodb
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install mongodb TrueCharts/mongodb -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
---
All Rights Reserved - The TrueCharts Project

View File

@@ -1,9 +0,0 @@
## [mongodb-4.0.19](https://github.com/truecharts/charts/compare/mongodb-4.0.18...mongodb-4.0.19) (2022-12-26)
### Chore
- update helm chart common to 11.1.1

View File

@@ -4,6 +4,15 @@
## [mongodb-4.0.20](https://github.com/truecharts/charts/compare/mongodb-4.0.19...mongodb-4.0.20) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))
## [mongodb-4.0.19](https://github.com/truecharts/charts/compare/mongodb-4.0.18...mongodb-4.0.19) (2022-12-26)
### Chore
@@ -88,12 +97,3 @@
## [mongodb-4.0.9](https://github.com/truecharts/charts/compare/mongodb-4.0.8...mongodb-4.0.9) (2022-12-06)
### Chore
- update helm chart common to v11.0.5
## [mongodb-4.0.8](https://github.com/truecharts/charts/compare/mongodb-4.0.6...mongodb-4.0.8) (2022-11-29)

View File

@@ -3,7 +3,7 @@ appVersion: "6.0.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.1
version: 11.1.2
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
home: https://truecharts.org/charts/dependency/mongodb
@@ -24,7 +24,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 4.0.19
version: 4.0.20
annotations:
truecharts.org/catagories: |
- database

View File

@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dependency/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -0,0 +1,9 @@
## [mongodb-4.0.20](https://github.com/truecharts/charts/compare/mongodb-4.0.19...mongodb-4.0.20) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))

Binary file not shown.

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [postgresql-11.0.17](https://github.com/truecharts/charts/compare/postgresql-11.0.16...postgresql-11.0.17) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))
## [postgresql-11.0.16](https://github.com/truecharts/charts/compare/postgresql-11.0.15...postgresql-11.0.16) (2022-12-26)
### Chore
- update helm chart common to 11.1.1
## [postgresql-11.0.15](https://github.com/truecharts/charts/compare/postgresql-11.0.14...postgresql-11.0.15) (2022-12-25)
### Chore
- update container image tccr.io/truecharts/postgresql to 14.6.0
## [postgresql-11.0.14](https://github.com/truecharts/charts/compare/postgresql-11.0.13...postgresql-11.0.14) (2022-12-24)
### Chore
- update helm chart common to v11.1.0 ([#5686](https://github.com/truecharts/charts/issues/5686))
## [postgresql-11.0.13](https://github.com/truecharts/charts/compare/postgresql-11.0.12...postgresql-11.0.13) (2022-12-17)
## [postgresql-11.0.12](https://github.com/truecharts/charts/compare/postgresql-11.0.11...postgresql-11.0.12) (2022-12-14)
### Chore
- update helm chart common to v11.0.8
## [postgresql-11.0.11](https://github.com/truecharts/charts/compare/postgresql-11.0.10...postgresql-11.0.11) (2022-12-12)
### Chore
- update container image tccr.io/truecharts/postgresql to 14.6.0
## [postgresql-11.0.10](https://github.com/truecharts/charts/compare/postgresql-11.0.9...postgresql-11.0.10) (2022-12-11)
### Chore
- update helm chart common to v11.0.7 ([#5266](https://github.com/truecharts/charts/issues/5266))
## [postgresql-11.0.9](https://github.com/truecharts/charts/compare/postgresql-11.0.8...postgresql-11.0.9) (2022-12-07)
## [postgresql-11.0.8](https://github.com/truecharts/charts/compare/postgresql-11.0.7...postgresql-11.0.8) (2022-12-06)
### Chore
- update helm chart common to v11.0.5
## [postgresql-11.0.7](https://github.com/truecharts/charts/compare/postgresql-11.0.5...postgresql-11.0.7) (2022-11-29)
## [postgresql-11.0.7](https://github.com/truecharts/charts/compare/postgresql-11.0.5...postgresql-11.0.7) (2022-11-29)
## [postgresql-11.0.7](https://github.com/truecharts/charts/compare/postgresql-11.0.5...postgresql-11.0.7) (2022-11-29)

View File

@@ -0,0 +1,31 @@
apiVersion: v2
appVersion: "14.6.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
deprecated: false
description: PostgresSQL
home: https://truecharts.org/charts/dependency/postgresql
icon: https://truecharts.org/img/hotlink-ok/chart-icons/postgresql.png
keywords:
- postgres
- postgressql
- dtabase
- sql
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: postgresql
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql
- https://www.postgresql.org/
type: application
version: 11.0.17
annotations:
truecharts.org/catagories: |
- database
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dependency/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -0,0 +1,9 @@
## [postgresql-11.0.17](https://github.com/truecharts/charts/compare/postgresql-11.0.16...postgresql-11.0.17) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))

View File

@@ -0,0 +1,8 @@
PostgresSQL
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dependency/postgresql](https://truecharts.org/charts/dependency/postgresql)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@@ -0,0 +1,129 @@
image:
repository: tccr.io/truecharts/postgresql
pullPolicy: IfNotPresent
tag: 14.6.0@sha256:5f33a63266313d2456b0e3517aa8d27e5a0cc24c7e34c46c7c85b336ca4c2d68
controller:
# -- Set the controller type.
# Valid options are deployment, daemonset or statefulset
type: statefulset
# -- Number of desired pods
replicas: 1
# -- Set the controller upgrade strategy
# For Deployments, valid values are Recreate (default) and RollingUpdate.
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
# DaemonSets ignore this.
strategy: RollingUpdate
rollingUpdate:
# -- Set deployment RollingUpdate max unavailable
unavailable: 1
# -- Set deployment RollingUpdate max surge
surge:
# -- Set statefulset RollingUpdate partition
partition:
# -- ReplicaSet revision history limit
revisionHistoryLimit: 3
securityContext:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 5432
targetPort: 5432
## TODO: Fix the backup-on-upgrade system
enableUpgradeBackup: false
podSecurityContext:
runAsGroup: 0
volumeClaimTemplates:
db:
enabled: true
mountPath: "/bitnami/postgresql"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
postgresqlPassword: "testpass"
postgresqlUsername: "test"
postgresqlDatabase: "test"
postgrespassword: "testroot"
existingSecret: ""
secret:
credentials:
enabled: true
data:
postgresql-password: '{{ ( .Values.postgresqlPassword | default "empty" ) }}'
postgresql-postgres-password: '{{ ( .Values.postgrespassword | default "empty" ) }}'
env:
POSTGRES_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "postgresql-password"
POSTGRESQL_POSTGRES_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "postgresql-postgres-password"
POSTGRES_USER: "{{ .Values.postgresqlUsername }}"
POSTGRES_DB: "{{ .Values.postgresqlDatabase }}"
# POSTGRESQL_POSTGRES_PASSWORD: "{{ .Values.postgrespassword }}"
# POSTGRESQL_PASSWORD: "{{ .Values.password }}"
portal:
enabled: false

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,15 @@
## [promtail-6.0.10](https://github.com/truecharts/charts/compare/promtail-6.0.9...promtail-6.0.10) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))
## [promtail-6.0.9](https://github.com/truecharts/charts/compare/promtail-6.0.8...promtail-6.0.9) (2022-12-26)
### Chore
@@ -88,12 +97,3 @@
## [promtail-6.0.1](https://github.com/truecharts/charts/compare/promtail-6.0.0...promtail-6.0.1) (2022-11-29)
## [promtail-6.0.1](https://github.com/truecharts/charts/compare/promtail-6.0.0...promtail-6.0.1) (2022-11-29)

View File

@@ -3,7 +3,7 @@ appVersion: "2.7.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.1
version: 11.1.2
deprecated: false
description: Promtail is an agent which ships the contents of local logs to a Loki instance
icon: https://truecharts.org/img/hotlink-ok/chart-icons/promtail.png
@@ -23,7 +23,7 @@ sources:
- https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/
type: application
version: 6.0.9
version: 6.0.10
annotations:
truecharts.org/catagories: |
- metrics

View File

@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dependency/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -0,0 +1,9 @@
## [promtail-6.0.10](https://github.com/truecharts/charts/compare/promtail-6.0.9...promtail-6.0.10) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))

Binary file not shown.

View File

@@ -1,108 +0,0 @@
# promtail
Promtail is an agent which ships the contents of local logs to a Loki instance
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [promtail](https://truecharts.org/docs/charts/dependency/promtail)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/dependency/promtail>
* <https://github.com/grafana/loki>
* <https://grafana.com/oss/loki/>
* <https://grafana.com/docs/loki/latest/>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.9.5 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
### Helm
To install the chart with the release name `promtail`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install promtail TrueCharts/promtail
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `promtail` deployment
```console
helm uninstall promtail
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install promtail \
--set env.TZ="America/New York" \
TrueCharts/promtail
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install promtail TrueCharts/promtail -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
---
All Rights Reserved - The TrueCharts Project

View File

@@ -1,9 +0,0 @@
## [promtail-6.0.9](https://github.com/truecharts/charts/compare/promtail-6.0.8...promtail-6.0.9) (2022-12-26)
### Chore
- update helm chart common to 11.1.1

View File

@@ -1,107 +0,0 @@
# redis
Open source, advanced key-value store.
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [redis](https://truecharts.org/docs/charts/dependency/redis)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/dependency/redis>
* <https://github.com/bitnami/bitnami-docker-redis>
* <http://redis.io/>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.9.5 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
### Helm
To install the chart with the release name `redis`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install redis TrueCharts/redis
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `redis` deployment
```console
helm uninstall redis
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install redis \
--set env.TZ="America/New York" \
TrueCharts/redis
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install redis TrueCharts/redis -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
---
All Rights Reserved - The TrueCharts Project

View File

@@ -1,9 +0,0 @@
## [redis-5.0.21](https://github.com/truecharts/charts/compare/redisinsight-2.0.6...redis-5.0.21) (2022-12-26)
### Chore
- update container image tccr.io/truecharts/redis to 7.0.7

View File

@@ -4,6 +4,15 @@
## [redis-5.0.22](https://github.com/truecharts/charts/compare/redis-5.0.21...redis-5.0.22) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))
## [redis-5.0.21](https://github.com/truecharts/charts/compare/redisinsight-2.0.6...redis-5.0.21) (2022-12-26)
### Chore
@@ -88,12 +97,3 @@
- update container image tccr.io/truecharts/redis to v7.0.6
## [redis-5.0.11](https://github.com/truecharts/charts/compare/redis-5.0.10...redis-5.0.11) (2022-12-12)
### Chore
- update container image tccr.io/truecharts/redis to 7.0.5

View File

@@ -3,7 +3,7 @@ appVersion: "7.0.7"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.1
version: 11.1.2
deprecated: false
description: Open source, advanced key-value store.
home: https://truecharts.org/charts/dependency/redis
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 5.0.21
version: 5.0.22
annotations:
truecharts.org/catagories: |
- database

View File

@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dependency/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -0,0 +1,9 @@
## [redis-5.0.22](https://github.com/truecharts/charts/compare/redis-5.0.21...redis-5.0.22) (2022-12-27)
### Chore
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))

Binary file not shown.

View File

View File

@@ -1,107 +0,0 @@
# solr
Apache Solr
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [solr](https://truecharts.org/docs/charts/dependency/solr)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/dependency/solr>
* <https://github.com/apache/solr>
* <https://hub.docker.com/r/bitnami/solr/>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.9.5 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
### Helm
To install the chart with the release name `solr`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install solr TrueCharts/solr
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `solr` deployment
```console
helm uninstall solr
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install solr \
--set env.TZ="America/New York" \
TrueCharts/solr
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install solr TrueCharts/solr -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
---
All Rights Reserved - The TrueCharts Project

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