Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-10-05 23:06:24 +00:00
parent bd98d70f38
commit 95a24f6b2e
61 changed files with 55 additions and 55 deletions

View File

@ -1,8 +0,0 @@
<a name="komga-3.0.6"></a>
### [komga-3.0.6](https://github.com/truecharts/apps/compare/komga-3.0.5...komga-3.0.6) (2021-10-05)
#### Chore
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))

View File

@ -0,0 +1,8 @@
<a name="komga-3.0.7"></a>
### [komga-3.0.7](https://github.com/truecharts/apps/compare/komga-3.0.6...komga-3.0.7) (2021-10-05)
#### Chore
* update non-major ([#1103](https://github.com/truecharts/apps/issues/1103))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.2.2
digest: sha256:f6a5238049ab6ad23f6a78c95f09040de216674c846d3c35dddab95ab09406ef
generated: "2021-10-05T12:20:54.532768711Z"
generated: "2021-10-05T23:04:43.147021763Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.130.1"
appVersion: "0.131.0"
dependencies:
- name: common
repository: https://truecharts.org
@ -21,4 +21,4 @@ name: komga
sources:
- https://komga.org/
- https://github.com/gotson/komga
version: 3.0.6
version: 3.0.7

View File

@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | See below | environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/truecharts/komga"` | image repository |
| image.tag | string | `"v0.130.1@sha256:181e5d1eec8a004eb2cf845d0adc216bf6439561040f370c059063bf9c2152b2"` | image tag |
| image.tag | string | `"v0.131.0@sha256:be0a97e7047c2afd5e65a22f1e230e01630a4fe38044ecfbff615e71d8ede2b2"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. |

View File

@ -7,7 +7,7 @@
image:
repository: ghcr.io/truecharts/komga
pullPolicy: IfNotPresent
tag: v0.130.1@sha256:181e5d1eec8a004eb2cf845d0adc216bf6439561040f370c059063bf9c2152b2
tag: v0.131.0@sha256:be0a97e7047c2afd5e65a22f1e230e01630a4fe38044ecfbff615e71d8ede2b2
##
# Most other defaults are set in questions.yaml

View File

@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/truecharts/komga
# -- image tag
tag: v0.130.1@sha256:181e5d1eec8a004eb2cf845d0adc216bf6439561040f370c059063bf9c2152b2
tag: v0.131.0@sha256:be0a97e7047c2afd5e65a22f1e230e01630a4fe38044ecfbff615e71d8ede2b2
# -- image pull policy
pullPolicy: IfNotPresent

View File

@ -1,8 +0,0 @@
<a name="nextcloud-6.0.12"></a>
### [nextcloud-6.0.12](https://github.com/truecharts/apps/compare/nextcloud-6.0.11...nextcloud-6.0.12) (2021-10-05)
#### Chore
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))

View File

@ -0,0 +1,8 @@
<a name="nextcloud-6.0.13"></a>
### [nextcloud-6.0.13](https://github.com/truecharts/apps/compare/nextcloud-6.0.12...nextcloud-6.0.13) (2021-10-05)
#### Chore
* update non-major ([#1103](https://github.com/truecharts/apps/issues/1103))

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 15.4.1
digest: sha256:bfe11eec09664fb48f91828300383b3cccb92e7f708cb783ba0f8491d8d37ccf
generated: "2021-10-05T12:22:55.003671458Z"
generated: "2021-10-05T23:04:55.77374211Z"

View File

@ -33,4 +33,4 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 6.0.12
version: 6.0.13

View File

@ -31,7 +31,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/nextcloud"` | |
| image.tag | string | `"22.2.0@sha256:295c5c72307c00fbd41fb446a085c65c5f1b302948f52304481d2ac4255912b9"` | |
| image.tag | string | `"22.2.0@sha256:50d4d103bf6a229ec0d589785e057ecdaa8cb718f197056739fa14f483e0071b"` | |
| initContainers.init-postgresdb.command[0] | string | `"sh"` | |
| initContainers.init-postgresdb.command[1] | string | `"-c"` | |
| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U nextcloud -h ${pghost} ; do sleep 2 ; done"` | |

View File

@ -7,7 +7,7 @@
image:
repository: docker.io/nextcloud
pullPolicy: IfNotPresent
tag: 22.2.0@sha256:295c5c72307c00fbd41fb446a085c65c5f1b302948f52304481d2ac4255912b9
tag: 22.2.0@sha256:50d4d103bf6a229ec0d589785e057ecdaa8cb718f197056739fa14f483e0071b
postgresqlImage:
repository: bitnami/postgresql

View File

@ -3,7 +3,7 @@
image:
repository: docker.io/nextcloud
pullPolicy: IfNotPresent
tag: 22.2.0@sha256:295c5c72307c00fbd41fb446a085c65c5f1b302948f52304481d2ac4255912b9
tag: 22.2.0@sha256:50d4d103bf6a229ec0d589785e057ecdaa8cb718f197056739fa14f483e0071b
securityContext:
readOnlyRootFilesystem: false

View File

@ -1,8 +0,0 @@
<a name="nzbhydra-8.0.7"></a>
### [nzbhydra-8.0.7](https://github.com/truecharts/apps/compare/nzbhydra-8.0.6...nzbhydra-8.0.7) (2021-10-05)
#### Chore
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))

View File

@ -0,0 +1,8 @@
<a name="nzbhydra-8.0.8"></a>
### [nzbhydra-8.0.8](https://github.com/truecharts/apps/compare/nzbhydra-8.0.7...nzbhydra-8.0.8) (2021-10-05)
#### Chore
* update non-major ([#1103](https://github.com/truecharts/apps/issues/1103))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.2.2
digest: sha256:f6a5238049ab6ad23f6a78c95f09040de216674c846d3c35dddab95ab09406ef
generated: "2021-10-05T12:23:49.781682784Z"
generated: "2021-10-05T23:05:13.055164116Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.17.0"
appVersion: "3.17.3"
dependencies:
- name: common
repository: https://truecharts.org
@ -17,4 +17,4 @@ name: nzbhydra
sources:
- https://github.com/theotherp/nzbhydra2
type: application
version: 8.0.7
version: 8.0.8

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/k8s-at-home/nzbhydra2"` | |
| image.tag | string | `"v3.17.0@sha256:fed0dd54c480c595c36877b241ea996797a1bac5ef03877e8bede40cd18533b5"` | |
| image.tag | string | `"v3.17.3@sha256:9c1a08356359e75051b03ec614b4df5f6f24558a183de6feacb3a5c2ff232b77"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |

View File

@ -7,7 +7,7 @@
image:
repository: ghcr.io/k8s-at-home/nzbhydra2
pullPolicy: IfNotPresent
tag: v3.17.0@sha256:fed0dd54c480c595c36877b241ea996797a1bac5ef03877e8bede40cd18533b5
tag: v3.17.3@sha256:9c1a08356359e75051b03ec614b4df5f6f24558a183de6feacb3a5c2ff232b77
probes:
liveness:

View File

@ -3,7 +3,7 @@
image:
repository: ghcr.io/k8s-at-home/nzbhydra2
pullPolicy: IfNotPresent
tag: v3.17.0@sha256:fed0dd54c480c595c36877b241ea996797a1bac5ef03877e8bede40cd18533b5
tag: v3.17.3@sha256:9c1a08356359e75051b03ec614b4df5f6f24558a183de6feacb3a5c2ff232b77
securityContext:
readOnlyRootFilesystem: false

View File

@ -1,8 +0,0 @@
<a name="prowlarr-3.0.6"></a>
### [prowlarr-3.0.6](https://github.com/truecharts/apps/compare/prowlarr-3.0.5...prowlarr-3.0.6) (2021-10-05)
#### Chore
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))

View File

@ -0,0 +1,8 @@
<a name="prowlarr-3.0.7"></a>
### [prowlarr-3.0.7](https://github.com/truecharts/apps/compare/prowlarr-3.0.6...prowlarr-3.0.7) (2021-10-05)
#### Chore
* update non-major ([#1103](https://github.com/truecharts/apps/issues/1103))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.2.2
digest: sha256:f6a5238049ab6ad23f6a78c95f09040de216674c846d3c35dddab95ab09406ef
generated: "2021-10-05T12:27:33.65301Z"
generated: "2021-10-05T23:05:22.978509884Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.1.1.966"
appVersion: "0.1.1.976"
dependencies:
- name: common
repository: https://truecharts.org
@ -21,4 +21,4 @@ name: prowlarr
sources:
- https://github.com/Prowlarr/Prowlarr
- https://github.com/k8s-at-home/container-images
version: 3.0.6
version: 3.0.7

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.1.966@sha256:67b1189b6bd3f811c4ffe4246e3822f2be5d91884d5075669f608b1e562c6846"` | image tag |
| image.tag | string | `"v0.1.1.976@sha256:22e6a4917fcaad043d00f8c313ba87796292b75ec8b9f979e022747b344b712f"` | 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` | |

View File

@ -8,7 +8,7 @@ image:
# -- image repository
repository: ghcr.io/k8s-at-home/prowlarr
# -- image tag
tag: v0.1.1.966@sha256:67b1189b6bd3f811c4ffe4246e3822f2be5d91884d5075669f608b1e562c6846
tag: v0.1.1.976@sha256:22e6a4917fcaad043d00f8c313ba87796292b75ec8b9f979e022747b344b712f
# -- image pull policy
pullPolicy: IfNotPresent

View File

@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/k8s-at-home/prowlarr
# -- image tag
tag: v0.1.1.966@sha256:67b1189b6bd3f811c4ffe4246e3822f2be5d91884d5075669f608b1e562c6846
tag: v0.1.1.976@sha256:22e6a4917fcaad043d00f8c313ba87796292b75ec8b9f979e022747b344b712f
# -- image pull policy
pullPolicy: IfNotPresent