Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-23 22:30:42 +00:00
parent 89770fafe1
commit 75c14cc239
25 changed files with 277 additions and 15 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="lychee-9.0.13"></a>
### [lychee-9.0.13](https://github.com/truecharts/apps/compare/lychee-9.0.12...lychee-9.0.13) (2021-11-23)
#### Chore
* update non-major ([#1390](https://github.com/truecharts/apps/issues/1390))
<a name="lychee-9.0.12"></a>
### [lychee-9.0.12](https://github.com/truecharts/apps/compare/lychee-9.0.11...lychee-9.0.12) (2021-11-23)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "4.3.4"
appVersion: "4.3.6"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/lychee-laravel"` | |
| image.tag | string | `"v4.3.4@sha256:b6ce78acde58c303b4c91d78d899317ee4de6a9c44343b263155497c1bcd762c"` | |
| image.tag | string | `"v4.3.6@sha256:4bed7b11de627f40477b8865869cd757610969dcecbafaa1a1aac4ea1e8ae1bf"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| podSecurityContext.runAsGroup | int | `0` | |
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="prowlarr-4.0.19"></a>
### [prowlarr-4.0.19](https://github.com/truecharts/apps/compare/prowlarr-4.0.18...prowlarr-4.0.19) (2021-11-23)
#### Chore
* update non-major ([#1390](https://github.com/truecharts/apps/issues/1390))
<a name="prowlarr-4.0.18"></a>
### [prowlarr-4.0.18](https://github.com/truecharts/apps/compare/prowlarr-4.0.17...prowlarr-4.0.18) (2021-11-23)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.1.4.1130"
appVersion: "0.1.4.1133"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/prowlarr"` | image repository |
| image.tag | string | `"v0.1.4.1130@sha256:edf13b2d6a0cf6adef541c73fc3d4c99bacb6582404ee7ad5051459f6565dd36"` | image tag |
| image.tag | string | `"v0.1.4.1133@sha256:8c56a6d63f64509d247ec6140dcd4e4d3fdc5fb4170db76f1094836afa0c0ff0"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="recipes-4.0.7"></a>
### [recipes-4.0.7](https://github.com/truecharts/apps/compare/recipes-4.0.6...recipes-4.0.7) (2021-11-23)
#### Chore
* update non-major ([#1390](https://github.com/truecharts/apps/issues/1390))
<a name="recipes-4.0.6"></a>
### [recipes-4.0.6](https://github.com/truecharts/apps/compare/recipes-4.0.5...recipes-4.0.6) (2021-11-23)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.0.1"
appVersion: "1.0.2"
description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
name: recipes
version: 4.0.7
+1 -1
View File
@@ -34,7 +34,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"vabene1111/recipes"` | image repository |
| image.tag | string | `"1.0.1@sha256:0039fb1d3a48eb8d12425d7e60fd86a8cff1e314f82c95c94b1e4982e2fd3791"` | image tag |
| image.tag | string | `"1.0.2@sha256:e57ab6fd7bc93291ae79e8274f401b765183206aabd6033d18c6742066a9dead"` | image tag |
| nginxImage.repository | string | `"nginx"` | nginx sidecar image repository |
| nginxImage.tag | string | `"1.21.4@sha256:097c3a0913d7e3a5b01b6c685a60c03632fc7a2b50bc8e35bcaa3691d788226e"` | nginx sidecar image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |