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-13 17:07:54 +00:00
parent 2349bb4d40
commit e9944183a2
756 changed files with 9305 additions and 1096 deletions
+18
View File
@@ -1,3 +1,21 @@
# Changelog<br>
<a name="healthchecks-2.0.1"></a>
### [healthchecks-2.0.1](https://github.com/truecharts/apps/compare/healthchecks-1.9.15...healthchecks-2.0.1) (2021-09-13)
#### Chore
* move all LSIO containers to github registry ([#957](https://github.com/truecharts/apps/issues/957))
* update non-major
* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
#### Feat
* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977))
* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973))
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
* Move some common containers to our own containers
<a name="healthchecks-1.9.15"></a>
## [healthchecks-1.9.15](https://github.com/truecharts/apps/compare/healthchecks-1.9.14...healthchecks-1.9.15) (2021-09-08)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.22.0
appVersion: "1.22.0"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 6.13.8 |
| https://truecharts.org | common | 7.0.12 |
## Installing the Chart
+13 -4
View File
@@ -1,7 +1,16 @@
<a name="healthchecks-1.9.15"></a>
## [healthchecks-1.9.15](https://github.com/truecharts/apps/compare/healthchecks-1.9.14...healthchecks-1.9.15) (2021-09-08)
<a name="healthchecks-2.0.1"></a>
### [healthchecks-2.0.1](https://github.com/truecharts/apps/compare/healthchecks-1.9.15...healthchecks-2.0.1) (2021-09-13)
### Fix
#### Chore
* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922))
* move all LSIO containers to github registry ([#957](https://github.com/truecharts/apps/issues/957))
* update non-major
* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
#### Feat
* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977))
* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973))
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
* Move some common containers to our own containers
+2 -2
View File
@@ -19,8 +19,8 @@ You will, however, be able to use all values referenced in the common chart here
| env.SUPERUSER_PASSWORD | string | `"myVeryStrongPassword"` | Superuser password |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"linuxserver/healthchecks"` | image repository |
| image.tag | string | `"version-v1.22.0"` | image tag |
| image.repository | string | `"ghcr.io/linuxserver/healthchecks"` | image repository |
| image.tag | string | `"version-v1.22.0@sha256:f2e6865c909a1eeebf8bbe2736c0a3145ed5e9fa1bddde0809993a74963bc14a"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| persistence.config | object | `{"accessMode":"ReadWriteOnce","enabled":true,"mountpath":"/config","size":"100Gi","type":"pvc"}` | Volume used for configuration |
| service | object | See values.yaml | Configures service settings for the chart. |