Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-09-28 06:42:08 +00:00
parent 4d6463393e
commit 672dbf1925
366 changed files with 407 additions and 327 deletions

View File

@ -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))

View File

@ -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))

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 5.15.2
digest: sha256:a1a1402cd7f60d55918438e9aca742452156af7f5fbb9c45e57cba06b71d216d
generated: "2021-09-27T19:46:04.14591342Z"
generated: "2021-09-28T06:35:16.330975881Z"

View File

@ -27,4 +27,4 @@ name: sogo
sources:
- https://www.sogo.nu/
type: application
version: 4.0.3
version: 4.0.4

View File

@ -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 |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| 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.runAsNonRoot | bool | `false` | |
| service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services |

View File

@ -11,7 +11,7 @@ image:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
tag: 13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c
tag: 13.4.0@sha256:8649fbdf99edc80f42620ae946255fcae687e9b9071ab7e635680828ef212de4
initContainers:
migrate-db:

View File

@ -15,7 +15,7 @@ podSecurityContext:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
tag: 13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c
tag: 13.4.0@sha256:8649fbdf99edc80f42620ae946255fcae687e9b9071ab7e635680828ef212de4
# -- services
service:

View File

@ -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)

View File

@ -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))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.0.8
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
generated: "2021-09-26T22:56:25.455202423Z"
generated: "2021-09-28T06:35:42.274833756Z"

View File

@ -19,4 +19,4 @@ sources:
- https://github.com/airsonic/airsonic
- https://github.com/linuxserver/docker-airsonic
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
version: 3.0.1
version: 3.0.2

View File

@ -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 |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| 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. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |

View File

@ -8,7 +8,7 @@ image:
# -- image repository
repository: ghcr.io/linuxserver/airsonic
# -- image tag
tag: version-v10.6.2@sha256:bdce3fe421c0502a8e87acf31d680a7ad4acbb7027a83813b25fab3c3aa0713f
tag: version-v10.6.2@sha256:e50f803b3012f39cefe29c8765712e8ec1cef3acfbf30dc0e45ef6f4b71bb402
# -- image pull policy
pullPolicy: IfNotPresent

View File

@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/linuxserver/airsonic
# -- image tag
tag: version-v10.6.2@sha256:bdce3fe421c0502a8e87acf31d680a7ad4acbb7027a83813b25fab3c3aa0713f
tag: version-v10.6.2@sha256:e50f803b3012f39cefe29c8765712e8ec1cef3acfbf30dc0e45ef6f4b71bb402
# -- image pull policy
pullPolicy: IfNotPresent

View File

@ -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)

View File

@ -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))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.0.8
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
generated: "2021-09-26T22:58:38.133669952Z"
generated: "2021-09-28T06:35:53.168232798Z"

View File

@ -20,4 +20,4 @@ name: booksonic-air
sources:
- https://github.com/popeen/Booksonic-Air
- https://hub.docker.com/r/linuxserver/booksonic-air
version: 3.0.1
version: 3.0.2

View File

@ -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 |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| 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. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |

View File

@ -7,7 +7,7 @@
image:
repository: ghcr.io/linuxserver/booksonic-air
pullPolicy: IfNotPresent
tag: version-v2009.1.0@sha256:e05e9b40b03ad4f7468c297f4282cd9a713de9513968b0872abf90b10cce00e7
tag: version-v2009.1.0@sha256:808cffbd67f61e636f61ed9eb03b52f7e3ff0ead77f1be5016f9518c43f15118
##
# Most other defaults are set in questions.yaml

View File

@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: version-v2009.1.0@sha256:e05e9b40b03ad4f7468c297f4282cd9a713de9513968b0872abf90b10cce00e7
tag: version-v2009.1.0@sha256:808cffbd67f61e636f61ed9eb03b52f7e3ff0ead77f1be5016f9518c43f15118
securityContext:
readOnlyRootFilesystem: false

View File

@ -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)

View File

@ -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))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.0.8
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
generated: "2021-09-26T22:57:20.317538615Z"
generated: "2021-09-28T06:36:04.091954105Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.18.773"
appVersion: "0.18.815"
dependencies:
- name: common
repository: https://truecharts.org
@ -19,4 +19,4 @@ name: custom-app
sources:
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
type: application
version: 2.0.1
version: 2.0.2

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/jackett"` | |
| image.tag | string | `"v0.18.773@sha256:288d33f51df057ba91a8f4586e7b47082984c66f21ccfa09a39339402aebcbad"` | |
| image.tag | string | `"v0.18.815@sha256:ddf778183a731e63fc090bcfabc7133a4b740372bd69a6ef8dfccaa2971e4745"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |

View File

@ -3,7 +3,7 @@
image:
repository: ghcr.io/k8s-at-home/jackett
pullPolicy: IfNotPresent
tag: v0.18.773@sha256:288d33f51df057ba91a8f4586e7b47082984c66f21ccfa09a39339402aebcbad
tag: v0.18.815@sha256:ddf778183a731e63fc090bcfabc7133a4b740372bd69a6ef8dfccaa2971e4745
securityContext:
readOnlyRootFilesystem: false

View File

@ -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)

View File

@ -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))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.0.8
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
generated: "2021-09-26T22:58:04.960525788Z"
generated: "2021-09-28T06:36:14.705531675Z"

View File

@ -21,4 +21,4 @@ name: deluge
sources:
- https://github.com/deluge-torrent/deluge
type: application
version: 8.0.1
version: 8.0.2

View File

@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |

View File

@ -7,7 +7,7 @@
image:
repository: ghcr.io/linuxserver/deluge
pullPolicy: IfNotPresent
tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:a32d8680e315932b799c8267e2c0d630185aaf8b542d56a134c74c9a5c957c36
tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:e9c5709346f2746b0b7a893c5c6a31a92617f685d053a0a17246707f80256e3e
##

View File

@ -3,7 +3,7 @@
image:
repository: ghcr.io/linuxserver/deluge
pullPolicy: IfNotPresent
tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:a32d8680e315932b799c8267e2c0d630185aaf8b542d56a134c74c9a5c957c36
tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:e9c5709346f2746b0b7a893c5c6a31a92617f685d053a0a17246707f80256e3e
securityContext:
runAsNonRoot: false

View File

@ -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)

View File

@ -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"

View File

@ -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))

View File

@ -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"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.4.5"
appVersion: "1.5.0"
dependencies:
- name: common
repository: https://truecharts.org
@ -19,4 +19,4 @@ name: dizquetv
sources:
- https://github.com/vexorian/dizquetv
- https://hub.docker.com/r/vexorian/dizquetv
version: 3.0.1
version: 3.0.2

View File

@ -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 |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| 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. |
| service | object | See values.yaml | Configures service settings for the chart. |

View File

@ -7,7 +7,7 @@
image:
repository: ghcr.io/truecharts/dizquetv
pullPolicy: IfNotPresent
tag: v1.4.5@sha256:a6d6ad27279086a679386e8a86d891a01503134e893028f0db6d8a4578649f18
tag: v1.5.0@sha256:e7fab135e5048700be9635208c5500b830ceddb7fa0b0f9fffd2fcaa645a8374
##
# Most other defaults are set in questions.yaml

View File

@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- 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).
# @default -- See below

View File

@ -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)

View File

@ -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"

View File

@ -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))

View File

@ -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"

View File

@ -18,4 +18,4 @@ name: duplicati
sources:
- https://hub.docker.com/r/linuxserver/duplicati/
- https://github.com/duplicati/duplicati
version: 3.0.1
version: 3.0.2

View File

@ -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 |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| 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. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |

View File

@ -7,7 +7,7 @@
image:
repository: ghcr.io/linuxserver/duplicati
pullPolicy: IfNotPresent
tag: latest@sha256:98947d1b6dc0a890a89d38daef1c0752181c604ada7b207390dc5b2f91c90a40
tag: latest@sha256:153b177ece89a870e64aafba2897be258e6b2942289b2d05d33a642bfaeb5e31
##
# Most other defaults are set in questions.yaml

Some files were not shown because too many files have changed in this diff Show More