Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4d6463393e
commit
672dbf1925
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
<a name="sogo-4.0.3"></a>
|
|
||||||
### [sogo-4.0.3](https://github.com/truecharts/apps/compare/sogo-4.0.2...sogo-4.0.3) (2021-09-27)
|
|
||||||
|
|
||||||
#### Chore
|
|
||||||
|
|
||||||
* update helm chart postgresql to v3 ([#1041](https://github.com/truecharts/apps/issues/1041))
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
<a name="sogo-4.0.4"></a>
|
||||||
|
### [sogo-4.0.4](https://github.com/truecharts/apps/compare/sogo-4.0.3...sogo-4.0.4) (2021-09-28)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||||
|
|
|
@ -9,4 +9,4 @@ dependencies:
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 5.15.2
|
version: 5.15.2
|
||||||
digest: sha256:a1a1402cd7f60d55918438e9aca742452156af7f5fbb9c45e57cba06b71d216d
|
digest: sha256:a1a1402cd7f60d55918438e9aca742452156af7f5fbb9c45e57cba06b71d216d
|
||||||
generated: "2021-09-27T19:46:04.14591342Z"
|
generated: "2021-09-28T06:35:16.330975881Z"
|
|
@ -27,4 +27,4 @@ name: sogo
|
||||||
sources:
|
sources:
|
||||||
- https://www.sogo.nu/
|
- https://www.sogo.nu/
|
||||||
type: application
|
type: application
|
||||||
version: 4.0.3
|
version: 4.0.4
|
|
@ -23,7 +23,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||||
| postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings |
|
| postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings |
|
||||||
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
|
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
|
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
|
||||||
| postgresqlImage.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | |
|
| postgresqlImage.tag | string | `"13.4.0@sha256:8649fbdf99edc80f42620ae946255fcae687e9b9071ab7e635680828ef212de4"` | |
|
||||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||||
| securityContext.runAsNonRoot | bool | `false` | |
|
| securityContext.runAsNonRoot | bool | `false` | |
|
||||||
| service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services |
|
| service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services |
|
|
@ -11,7 +11,7 @@ image:
|
||||||
postgresqlImage:
|
postgresqlImage:
|
||||||
repository: bitnami/postgresql
|
repository: bitnami/postgresql
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c
|
tag: 13.4.0@sha256:8649fbdf99edc80f42620ae946255fcae687e9b9071ab7e635680828ef212de4
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
migrate-db:
|
migrate-db:
|
|
@ -15,7 +15,7 @@ podSecurityContext:
|
||||||
postgresqlImage:
|
postgresqlImage:
|
||||||
repository: bitnami/postgresql
|
repository: bitnami/postgresql
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c
|
tag: 13.4.0@sha256:8649fbdf99edc80f42620ae946255fcae687e9b9071ab7e635680828ef212de4
|
||||||
|
|
||||||
# -- services
|
# -- services
|
||||||
service:
|
service:
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
<a name="airsonic-3.0.1"></a>
|
|
||||||
### [airsonic-3.0.1](https://github.com/truecharts/apps/compare/airsonic-3.0.0...airsonic-3.0.1) (2021-09-26)
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
<a name="airsonic-3.0.2"></a>
|
||||||
|
### [airsonic-3.0.2](https://github.com/truecharts/apps/compare/airsonic-3.0.1...airsonic-3.0.2) (2021-09-28)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.0.8
|
version: 8.0.8
|
||||||
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
|
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
|
||||||
generated: "2021-09-26T22:56:25.455202423Z"
|
generated: "2021-09-28T06:35:42.274833756Z"
|
|
@ -19,4 +19,4 @@ sources:
|
||||||
- https://github.com/airsonic/airsonic
|
- https://github.com/airsonic/airsonic
|
||||||
- https://github.com/linuxserver/docker-airsonic
|
- https://github.com/linuxserver/docker-airsonic
|
||||||
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
|
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
|
||||||
version: 3.0.1
|
version: 3.0.2
|
|
@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
| image.repository | string | `"ghcr.io/linuxserver/airsonic"` | image repository |
|
| image.repository | string | `"ghcr.io/linuxserver/airsonic"` | image repository |
|
||||||
| image.tag | string | `"version-v10.6.2@sha256:bdce3fe421c0502a8e87acf31d680a7ad4acbb7027a83813b25fab3c3aa0713f"` | image tag |
|
| image.tag | string | `"version-v10.6.2@sha256:e50f803b3012f39cefe29c8765712e8ec1cef3acfbf30dc0e45ef6f4b71bb402"` | image tag |
|
||||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
| 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. |
|
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||||
| podSecurityContext.runAsGroup | int | `0` | |
|
| podSecurityContext.runAsGroup | int | `0` | |
|
|
@ -8,7 +8,7 @@ image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: ghcr.io/linuxserver/airsonic
|
repository: ghcr.io/linuxserver/airsonic
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: version-v10.6.2@sha256:bdce3fe421c0502a8e87acf31d680a7ad4acbb7027a83813b25fab3c3aa0713f
|
tag: version-v10.6.2@sha256:e50f803b3012f39cefe29c8765712e8ec1cef3acfbf30dc0e45ef6f4b71bb402
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
|
@ -9,7 +9,7 @@ image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: ghcr.io/linuxserver/airsonic
|
repository: ghcr.io/linuxserver/airsonic
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: version-v10.6.2@sha256:bdce3fe421c0502a8e87acf31d680a7ad4acbb7027a83813b25fab3c3aa0713f
|
tag: version-v10.6.2@sha256:e50f803b3012f39cefe29c8765712e8ec1cef3acfbf30dc0e45ef6f4b71bb402
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
<a name="booksonic-air-3.0.1"></a>
|
|
||||||
### [booksonic-air-3.0.1](https://github.com/truecharts/apps/compare/booksonic-air-3.0.0...booksonic-air-3.0.1) (2021-09-26)
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
<a name="booksonic-air-3.0.2"></a>
|
||||||
|
### [booksonic-air-3.0.2](https://github.com/truecharts/apps/compare/booksonic-air-3.0.1...booksonic-air-3.0.2) (2021-09-28)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.0.8
|
version: 8.0.8
|
||||||
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
|
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
|
||||||
generated: "2021-09-26T22:58:38.133669952Z"
|
generated: "2021-09-28T06:35:53.168232798Z"
|
|
@ -20,4 +20,4 @@ name: booksonic-air
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/popeen/Booksonic-Air
|
- https://github.com/popeen/Booksonic-Air
|
||||||
- https://hub.docker.com/r/linuxserver/booksonic-air
|
- https://hub.docker.com/r/linuxserver/booksonic-air
|
||||||
version: 3.0.1
|
version: 3.0.2
|
|
@ -16,7 +16,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
| image.repository | string | `"ghcr.io/linuxserver/booksonic-air"` | image repository |
|
| image.repository | string | `"ghcr.io/linuxserver/booksonic-air"` | image repository |
|
||||||
| image.tag | string | `"version-v2009.1.0@sha256:e05e9b40b03ad4f7468c297f4282cd9a713de9513968b0872abf90b10cce00e7"` | image tag |
|
| image.tag | string | `"version-v2009.1.0@sha256:808cffbd67f61e636f61ed9eb03b52f7e3ff0ead77f1be5016f9518c43f15118"` | image tag |
|
||||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||||
| podSecurityContext.runAsGroup | int | `0` | |
|
| podSecurityContext.runAsGroup | int | `0` | |
|
||||||
| podSecurityContext.runAsUser | int | `0` | |
|
| podSecurityContext.runAsUser | int | `0` | |
|
|
@ -7,7 +7,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/booksonic-air
|
repository: ghcr.io/linuxserver/booksonic-air
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-v2009.1.0@sha256:e05e9b40b03ad4f7468c297f4282cd9a713de9513968b0872abf90b10cce00e7
|
tag: version-v2009.1.0@sha256:808cffbd67f61e636f61ed9eb03b52f7e3ff0ead77f1be5016f9518c43f15118
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
|
@ -11,7 +11,7 @@ image:
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: version-v2009.1.0@sha256:e05e9b40b03ad4f7468c297f4282cd9a713de9513968b0872abf90b10cce00e7
|
tag: version-v2009.1.0@sha256:808cffbd67f61e636f61ed9eb03b52f7e3ff0ead77f1be5016f9518c43f15118
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
<a name="custom-app-2.0.1"></a>
|
|
||||||
### [custom-app-2.0.1](https://github.com/truecharts/apps/compare/custom-app-2.0.0...custom-app-2.0.1) (2021-09-26)
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
<a name="custom-app-2.0.2"></a>
|
||||||
|
### [custom-app-2.0.2](https://github.com/truecharts/apps/compare/custom-app-2.0.1...custom-app-2.0.2) (2021-09-28)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.0.8
|
version: 8.0.8
|
||||||
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
|
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
|
||||||
generated: "2021-09-26T22:57:20.317538615Z"
|
generated: "2021-09-28T06:36:04.091954105Z"
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "0.18.773"
|
appVersion: "0.18.815"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
|
@ -19,4 +19,4 @@ name: custom-app
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
|
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.1
|
version: 2.0.2
|
|
@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||||
| env | object | `{}` | |
|
| env | object | `{}` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
|
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
|
||||||
| image.tag | string | `"v0.18.773@sha256:288d33f51df057ba91a8f4586e7b47082984c66f21ccfa09a39339402aebcbad"` | |
|
| image.tag | string | `"v0.18.815@sha256:ddf778183a731e63fc090bcfabc7133a4b740372bd69a6ef8dfccaa2971e4745"` | |
|
||||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
| persistence.config.enabled | bool | `true` | |
|
| persistence.config.enabled | bool | `true` | |
|
||||||
| persistence.config.mountPath | string | `"/config"` | |
|
| persistence.config.mountPath | string | `"/config"` | |
|
|
@ -3,7 +3,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/k8s-at-home/jackett
|
repository: ghcr.io/k8s-at-home/jackett
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v0.18.773@sha256:288d33f51df057ba91a8f4586e7b47082984c66f21ccfa09a39339402aebcbad
|
tag: v0.18.815@sha256:ddf778183a731e63fc090bcfabc7133a4b740372bd69a6ef8dfccaa2971e4745
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
<a name="deluge-8.0.1"></a>
|
|
||||||
### [deluge-8.0.1](https://github.com/truecharts/apps/compare/deluge-8.0.0...deluge-8.0.1) (2021-09-26)
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
<a name="deluge-8.0.2"></a>
|
||||||
|
### [deluge-8.0.2](https://github.com/truecharts/apps/compare/deluge-8.0.1...deluge-8.0.2) (2021-09-28)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.0.8
|
version: 8.0.8
|
||||||
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
|
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
|
||||||
generated: "2021-09-26T22:58:04.960525788Z"
|
generated: "2021-09-28T06:36:14.705531675Z"
|
|
@ -21,4 +21,4 @@ name: deluge
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/deluge-torrent/deluge
|
- https://github.com/deluge-torrent/deluge
|
||||||
type: application
|
type: application
|
||||||
version: 8.0.1
|
version: 8.0.2
|
|
@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"ghcr.io/linuxserver/deluge"` | |
|
| image.repository | string | `"ghcr.io/linuxserver/deluge"` | |
|
||||||
| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:a32d8680e315932b799c8267e2c0d630185aaf8b542d56a134c74c9a5c957c36"` | |
|
| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:e9c5709346f2746b0b7a893c5c6a31a92617f685d053a0a17246707f80256e3e"` | |
|
||||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
| persistence.config.enabled | bool | `true` | |
|
| persistence.config.enabled | bool | `true` | |
|
||||||
| persistence.config.mountPath | string | `"/config"` | |
|
| persistence.config.mountPath | string | `"/config"` | |
|
|
@ -7,7 +7,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/deluge
|
repository: ghcr.io/linuxserver/deluge
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:a32d8680e315932b799c8267e2c0d630185aaf8b542d56a134c74c9a5c957c36
|
tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:e9c5709346f2746b0b7a893c5c6a31a92617f685d053a0a17246707f80256e3e
|
||||||
|
|
||||||
|
|
||||||
##
|
##
|
|
@ -3,7 +3,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/deluge
|
repository: ghcr.io/linuxserver/deluge
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:a32d8680e315932b799c8267e2c0d630185aaf8b542d56a134c74c9a5c957c36
|
tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:e9c5709346f2746b0b7a893c5c6a31a92617f685d053a0a17246707f80256e3e
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
<a name="dizquetv-3.0.1"></a>
|
|
||||||
### [dizquetv-3.0.1](https://github.com/truecharts/apps/compare/dizquetv-3.0.0...dizquetv-3.0.1) (2021-09-26)
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://truecharts.org
|
|
||||||
version: 8.0.8
|
|
||||||
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
|
|
||||||
generated: "2021-09-26T22:58:49.333377931Z"
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
<a name="dizquetv-3.0.2"></a>
|
||||||
|
### [dizquetv-3.0.2](https://github.com/truecharts/apps/compare/dizquetv-3.0.1...dizquetv-3.0.2) (2021-09-28)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org
|
||||||
|
version: 8.0.8
|
||||||
|
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
|
||||||
|
generated: "2021-09-28T06:36:25.194681913Z"
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.4.5"
|
appVersion: "1.5.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
|
@ -19,4 +19,4 @@ name: dizquetv
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/vexorian/dizquetv
|
- https://github.com/vexorian/dizquetv
|
||||||
- https://hub.docker.com/r/vexorian/dizquetv
|
- https://hub.docker.com/r/vexorian/dizquetv
|
||||||
version: 3.0.1
|
version: 3.0.2
|
|
@ -17,7 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
| image.repository | string | `"ghcr.io/truecharts/dizquetv"` | image repository |
|
| image.repository | string | `"ghcr.io/truecharts/dizquetv"` | image repository |
|
||||||
| image.tag | string | `"v1.4.5@sha256:a6d6ad27279086a679386e8a86d891a01503134e893028f0db6d8a4578649f18"` | image tag |
|
| image.tag | string | `"v1.5.0@sha256:e7fab135e5048700be9635208c5500b830ceddb7fa0b0f9fffd2fcaa645a8374"` | image tag |
|
||||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
| 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. |
|
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/truecharts/dizquetv
|
repository: ghcr.io/truecharts/dizquetv
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v1.4.5@sha256:a6d6ad27279086a679386e8a86d891a01503134e893028f0db6d8a4578649f18
|
tag: v1.5.0@sha256:e7fab135e5048700be9635208c5500b830ceddb7fa0b0f9fffd2fcaa645a8374
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
|
@ -11,7 +11,7 @@ image:
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: v1.4.5@sha256:a6d6ad27279086a679386e8a86d891a01503134e893028f0db6d8a4578649f18
|
tag: v1.5.0@sha256:e7fab135e5048700be9635208c5500b830ceddb7fa0b0f9fffd2fcaa645a8374
|
||||||
|
|
||||||
# -- environment variables. See more environment variables in the [dizquetv documentation](https://hub.docker.com/r/vexorian/dizquetv).
|
# -- environment variables. See more environment variables in the [dizquetv documentation](https://hub.docker.com/r/vexorian/dizquetv).
|
||||||
# @default -- See below
|
# @default -- See below
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
<a name="duplicati-3.0.1"></a>
|
|
||||||
### [duplicati-3.0.1](https://github.com/truecharts/apps/compare/duplicati-3.0.0...duplicati-3.0.1) (2021-09-26)
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://truecharts.org
|
|
||||||
version: 8.0.8
|
|
||||||
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
|
|
||||||
generated: "2021-09-26T22:59:00.425662091Z"
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
<a name="duplicati-3.0.2"></a>
|
||||||
|
### [duplicati-3.0.2](https://github.com/truecharts/apps/compare/duplicati-3.0.1...duplicati-3.0.2) (2021-09-28)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org
|
||||||
|
version: 8.0.8
|
||||||
|
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
|
||||||
|
generated: "2021-09-28T06:36:35.800098336Z"
|
|
@ -18,4 +18,4 @@ name: duplicati
|
||||||
sources:
|
sources:
|
||||||
- https://hub.docker.com/r/linuxserver/duplicati/
|
- https://hub.docker.com/r/linuxserver/duplicati/
|
||||||
- https://github.com/duplicati/duplicati
|
- https://github.com/duplicati/duplicati
|
||||||
version: 3.0.1
|
version: 3.0.2
|
|
@ -16,7 +16,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
| image.repository | string | `"ghcr.io/linuxserver/duplicati"` | image repository |
|
| image.repository | string | `"ghcr.io/linuxserver/duplicati"` | image repository |
|
||||||
| image.tag | string | `"latest@sha256:98947d1b6dc0a890a89d38daef1c0752181c604ada7b207390dc5b2f91c90a40"` | image tag |
|
| image.tag | string | `"latest@sha256:153b177ece89a870e64aafba2897be258e6b2942289b2d05d33a642bfaeb5e31"` | image tag |
|
||||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||||
| podSecurityContext.runAsGroup | int | `0` | |
|
| podSecurityContext.runAsGroup | int | `0` | |
|
||||||
| podSecurityContext.runAsUser | int | `0` | |
|
| podSecurityContext.runAsUser | int | `0` | |
|
|
@ -7,7 +7,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/duplicati
|
repository: ghcr.io/linuxserver/duplicati
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest@sha256:98947d1b6dc0a890a89d38daef1c0752181c604ada7b207390dc5b2f91c90a40
|
tag: latest@sha256:153b177ece89a870e64aafba2897be258e6b2942289b2d05d33a642bfaeb5e31
|
||||||
|
|
||||||
##
|
##
|
||||||
# Most other defaults are set in questions.yaml
|
# Most other defaults are set in questions.yaml
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue