Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-09-14 20:45:30 +00:00
parent f2cf03eda3
commit 2ecefa844d
107 changed files with 1057 additions and 259 deletions
+11
View File
@@ -0,0 +1,11 @@
# Changelog<br>
<a name="common-test-3.1.1"></a>
### [common-test-3.1.1](https://github.com/truecharts/apps/compare/common-test-3.1.0...common-test-3.1.1) (2021-09-14)
#### Chore
* Use bitnami instead of stock postgresql container ([#960](https://github.com/truecharts/apps/issues/960))
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
+8
View File
@@ -0,0 +1,8 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: none
appVersion: "latest"
dependencies:
- name: common
repository: file://../common
+22 -45
View File
@@ -1,60 +1,37 @@
# common-test
![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square)
# Introduction
Helper chart to test different use cases of the common library
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/common-test>
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Maintainers
## Source Code
| Name | Email | Url |
| ---- | ------ | --- |
| truecharts | | |
* <https://github.com/truecharts/apps/tree/master/charts/library/common-test>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| file://../common | common | n/a |
| file://../common | common | latest |
## Values
## Installing the Chart
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| appAdditionalServices.extra-tcp.enabled | bool | `true` | |
| appAdditionalServices.extra-tcp.port.name | string | `"tcp-test"` | |
| appAdditionalServices.extra-tcp.port.port | int | `51414` | |
| appAdditionalServices.extra-tcp.port.protocol | string | `"TCP"` | |
| appAdditionalServices.extra-tcp.port.targetPort | int | `51414` | |
| appAdditionalServices.extra-tcp.type | string | `"ClusterIP"` | |
| appAdditionalServices.extra-udp.enabled | bool | `true` | |
| appAdditionalServices.extra-udp.port.name | string | `"udp-test"` | |
| appAdditionalServices.extra-udp.port.port | int | `51414` | |
| appAdditionalServices.extra-udp.port.protocol | string | `"UDP"` | |
| appAdditionalServices.extra-udp.port.targetPort | int | `51414` | |
| appAdditionalServices.extra-udp.type | string | `"ClusterIP"` | |
| appAdditionalServicesEnabled | bool | `true` | |
| appVolumeMounts.data.datasetName | string | `"data"` | |
| appVolumeMounts.data.emptyDir | bool | `true` | |
| appVolumeMounts.data.enabled | bool | `true` | |
| appVolumeMounts.data.hostPath | string | `""` | |
| appVolumeMounts.data.hostPathEnabled | bool | `false` | |
| appVolumeMounts.data.mountPath | string | `"/data"` | |
| appVolumeMounts.test.datasetName | string | `"test"` | |
| appVolumeMounts.test.emptyDir | bool | `true` | |
| appVolumeMounts.test.enabled | bool | `true` | |
| appVolumeMounts.test.hostPath | string | `""` | |
| appVolumeMounts.test.hostPathEnabled | bool | `false` | |
| appVolumeMounts.test.mountPath | string | `"/test"` | |
| fixMountPermissions | bool | `false` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"b4bz/homer"` | |
| image.tag | string | `"latest"` | |
| ingress.enabled | bool | `true` | |
| service.port.port | int | `8080` | |
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project
@@ -0,0 +1,9 @@
<a name="common-test-3.1.1"></a>
### [common-test-3.1.1](https://github.com/truecharts/apps/compare/common-test-3.1.0...common-test-3.1.1) (2021-09-14)
#### Chore
* Use bitnami instead of stock postgresql container ([#960](https://github.com/truecharts/apps/issues/960))
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
+3
View File
@@ -0,0 +1,3 @@
Helper chart to test different use cases of the common library
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
+18
View File
@@ -0,0 +1,18 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/homer"` | |
| image.tag | string | `"latest@sha256:6d4f5dd5b4cfb33ddbd5a7a896ba73fd96a352da57dd20600007a22f9aaa4fc3"` | |
All Rights Reserved - The TrueCharts Project
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="common-7.0.13"></a>
### [common-7.0.13](https://github.com/truecharts/apps/compare/common-7.0.12...common-7.0.13) (2021-09-14)
#### Chore
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
<a name="common-7.0.12"></a>
### [common-7.0.12](https://github.com/truecharts/apps/compare/common-7.0.11...common-7.0.12) (2021-09-13)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: latest
appVersion: "latest"
description: Function library for TrueCharts
home: https://github.com/truecharts/apps/tree/master/charts/common
icon: https://avatars.githubusercontent.com/u/76400755
+4 -4
View File
@@ -1,7 +1,7 @@
<a name="common-7.0.12"></a>
### [common-7.0.12](https://github.com/truecharts/apps/compare/common-7.0.11...common-7.0.12) (2021-09-13)
<a name="common-7.0.13"></a>
### [common-7.0.13](https://github.com/truecharts/apps/compare/common-7.0.12...common-7.0.13) (2021-09-14)
#### Fix
#### Chore
* ensure wireguard env vars get created
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
+1 -1
View File
@@ -200,6 +200,6 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| wireguardImage | object | See below | WireGuard specific configuration |
| wireguardImage.pullPolicy | string | `"IfNotPresent"` | Specify the WireGuard image pull policy |
| wireguardImage.repository | string | `"ghcr.io/k8s-at-home/wireguard"` | Specify the WireGuard image |
| wireguardImage.tag | string | `"v1.0.20210424@sha256:448045c4270b818ded47ec82b934e7227235402fbefa16e29800c2fb51d6de39"` | Specify the WireGuard image tag |
| wireguardImage.tag | string | `"v1.0.20210914@sha256:3799349a9b09c689ffce45a4cedecc735af4fbc901e31d9cdbce1de1bc76be4c"` | Specify the WireGuard image tag |
All Rights Reserved - The TrueCharts Project