Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-15 20:31:38 +00:00
parent 2be50e655f
commit a8b53d003f
116 changed files with 135 additions and 134 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="memcached-1.0.3"></a>
### [memcached-1.0.3](https://github.com/truecharts/apps/compare/memcached-1.0.2...memcached-1.0.3) (2021-11-15)
#### Chore
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="memcached-1.0.2"></a>
### [memcached-1.0.2](https://github.com/truecharts/apps/compare/memcached-1.0.1...memcached-1.0.2) (2021-11-15)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.6.1
digest: sha256:e20ba044bec59b72113064287786636a095f51f6f97c4fa2c3791a8a046514c5
generated: "2021-11-15T19:51:58.377303996Z"
generated: "2021-11-15T20:24:21.218027189Z"

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 1.0.2
version: 1.0.3
annotations:
truecharts.org/catagories: |
- database

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 | `"bitnami/memcached"` | |
| image.tag | string | `"1.6.12@sha256:ad5196e0fec12a025ba0535a973d676103dc66587344c59ac6b7f5a3925144ea"` | |
| image.tag | string | `"1.6.12@sha256:a2e190afa56aa2974d99e008862332c00b7c1a72e944ddc1befa74874e28d7ea"` | |
| service.main.ports.main.port | int | `11211` | |
| service.main.ports.main.targetPort | int | `11211` | |

View File

@ -1,7 +1,7 @@
image:
repository: bitnami/memcached
pullPolicy: IfNotPresent
tag: 1.6.12@sha256:ad5196e0fec12a025ba0535a973d676103dc66587344c59ac6b7f5a3925144ea
tag: 1.6.12@sha256:a2e190afa56aa2974d99e008862332c00b7c1a72e944ddc1befa74874e28d7ea
service:
main:

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="postgresql-5.2.1"></a>
### [postgresql-5.2.1](https://github.com/truecharts/apps/compare/postgresql-5.2.0...postgresql-5.2.1) (2021-11-15)
#### Chore
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="postgresql-5.2.0"></a>
### [postgresql-5.2.0](https://github.com/truecharts/apps/compare/postgresql-5.1.18...postgresql-5.2.0) (2021-11-15)
@ -88,12 +97,3 @@
### [postgresql-5.1.12](https://github.com/truecharts/apps/compare/postgresql-5.1.11...postgresql-5.1.12) (2021-11-08)
#### Chore
* Move postgresql to a seperate dependency train
<a name="postgresql-5.1.11"></a>
### [postgresql-5.1.11](https://github.com/truecharts/apps/compare/postgresql-5.1.10...postgresql-5.1.11) (2021-11-07)
#### Chore

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.6.1
digest: sha256:e20ba044bec59b72113064287786636a095f51f6f97c4fa2c3791a8a046514c5
generated: "2021-11-15T19:03:53.515964883Z"
generated: "2021-11-15T20:24:51.633538036Z"

View File

@ -22,7 +22,7 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
version: 5.2.0
version: 5.2.1
annotations:
truecharts.org/catagories: |
- database

View File

@ -28,7 +28,7 @@ You will, however, be able to use all values referenced in the common chart here
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/postgresql"` | |
| image.tag | string | `"14.1.0@sha256:480fa9cd68d9013ea622b8a6dc71505bc8f0eaeac6d062cb5182bff44d0fcdbb"` | |
| image.tag | string | `"14.1.0@sha256:ed5305053c28f397ade50f5fa48e7f73dd1402bc20dcccf1978b3a5ff243f9dd"` | |
| initContainers.migrate-db.command[0] | string | `"/bin/sh"` | |
| initContainers.migrate-db.command[1] | string | `"-cx"` | |
| initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/\nchmod 775 /bitnami/postgresql/\n"` | |

View File

@ -1,7 +1,7 @@
image:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
tag: 14.1.0@sha256:480fa9cd68d9013ea622b8a6dc71505bc8f0eaeac6d062cb5182bff44d0fcdbb
tag: 14.1.0@sha256:ed5305053c28f397ade50f5fa48e7f73dd1402bc20dcccf1978b3a5ff243f9dd
controller:
# -- Set the controller type.

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="redis-1.0.4"></a>
### [redis-1.0.4](https://github.com/truecharts/apps/compare/redis-1.0.3...redis-1.0.4) (2021-11-15)
#### Chore
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="redis-1.0.3"></a>
### [redis-1.0.3](https://github.com/truecharts/apps/compare/redis-1.0.2...redis-1.0.3) (2021-11-15)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.6.1
digest: sha256:e20ba044bec59b72113064287786636a095f51f6f97c4fa2c3791a8a046514c5
generated: "2021-11-15T19:52:28.984647411Z"
generated: "2021-11-15T20:25:22.261985165Z"

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 1.0.3
version: 1.0.4
annotations:
truecharts.org/catagories: |
- database

View File

@ -28,7 +28,7 @@ You will, however, be able to use all values referenced in the common chart here
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/redis"` | |
| image.tag | string | `"6.2.6@sha256:213ea7a04401c66fc44fc94aca2eb52233c556e22ace27571e7194d5e693a4dd"` | |
| image.tag | string | `"6.2.6@sha256:8870c2e96e2062977e09809b7327bec52ad9d1c4b1802533ee94289d4d8e8a0b"` | |
| persistence.redis-health | object | See below | redis-health configmap mount |
| persistence.redis-health.mountPath | string | `"/health"` | Where to mount the volume in the main container. Defaults to `/<name_of_the_volume>`, setting to '-' creates the volume but disables the volumeMount. |
| persistence.redis-health.readOnly | bool | `false` | Specify if the volume should be mounted read-only. |

View File

@ -1,7 +1,7 @@
image:
repository: bitnami/redis
pullPolicy: IfNotPresent
tag: 6.2.6@sha256:213ea7a04401c66fc44fc94aca2eb52233c556e22ace27571e7194d5e693a4dd
tag: 6.2.6@sha256:8870c2e96e2062977e09809b7327bec52ad9d1c4b1802533ee94289d4d8e8a0b
controller:
# -- Set the controller type.

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="babybuddy-4.0.11"></a>
### [babybuddy-4.0.11](https://github.com/truecharts/apps/compare/babybuddy-4.0.10...babybuddy-4.0.11) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="babybuddy-4.0.10"></a>
### [babybuddy-4.0.10](https://github.com/truecharts/apps/compare/babybuddy-4.0.9...babybuddy-4.0.10) (2021-11-14)
@ -87,13 +97,3 @@
* update helm chart postgresql to v5.1.4 ([#1249](https://github.com/truecharts/apps/issues/1249))
<a name="babybuddy-4.0.2"></a>
### [babybuddy-4.0.2](https://github.com/truecharts/apps/compare/babybuddy-4.0.1...babybuddy-4.0.2) (2021-10-26)
#### Chore
* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245))

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://truecharts.org/
version: 5.1.17
digest: sha256:b0dfd35cbc43933b505e35abf1e8f2c9a9f3c5a725929812e5c41ac8a88493da
generated: "2021-11-14T18:13:48.693279996Z"
generated: "2021-11-15T20:25:55.305062013Z"

View File

@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.9.1"
kubeVersion: '>=1.16.0-0'
version: 4.0.10
version: 4.0.11
name: babybuddy
description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
type: application

View File

@ -22,7 +22,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/babybuddy"` | |
| image.tag | string | `"1.9.1@sha256:c60d3852aa3a178ebaa2fe91d7e9e044cd3eb3c19e080d15caef201db6898c49"` | |
| image.tag | string | `"1.9.1@sha256:42e89454a2d40186029b3e752402fd48c163cac6654254aa0df9601374848e63"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/babybuddy
pullPolicy: IfNotPresent
tag: 1.9.1@sha256:c60d3852aa3a178ebaa2fe91d7e9e044cd3eb3c19e080d15caef201db6898c49
tag: 1.9.1@sha256:42e89454a2d40186029b3e752402fd48c163cac6654254aa0df9601374848e63
# See more environment variables in the babybuddy documentation
# https://github.com/linuxserver/docker-babybuddy#parameters
@ -43,7 +43,7 @@ service:
persistence:
config:
enabled: true
mountPath: /config
mountPath: "/config"
varrun:
enabled: true

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="bazarr-9.0.9"></a>
### [bazarr-9.0.9](https://github.com/truecharts/apps/compare/bazarr-9.0.8...bazarr-9.0.9) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="bazarr-9.0.8"></a>
### [bazarr-9.0.8](https://github.com/truecharts/apps/compare/bazarr-9.0.7...bazarr-9.0.8) (2021-11-14)
@ -87,13 +97,3 @@
* update helm chart common to v8.3.15 ([#1240](https://github.com/truecharts/apps/issues/1240))
<a name="bazarr-9.0.0"></a>
### [bazarr-9.0.0](https://github.com/truecharts/apps/compare/bazarr-8.0.17...bazarr-9.0.0) (2021-10-25)
#### Chore
* Adapt for TrueNAS SCALE RC1

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.5.7
digest: sha256:2ba352eb349fd774c72b211477a059be1e479a30eef137afaca686a2946a6dc7
generated: "2021-11-14T17:24:23.7379927Z"
generated: "2021-11-15T20:26:36.886237846Z"

View File

@ -26,7 +26,7 @@ sources:
- https://github.com/morpheus65535/bazarr
- https://hub.docker.com/r/linuxserver/bazarr
type: application
version: 9.0.8
version: 9.0.9
annotations:
truecharts.org/catagories: |
- media

View File

@ -14,12 +14,9 @@ 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/bazarr"` | |
| image.tag | string | `"v1.0.0@sha256:b9f8768f7c9a5d6dfe633fe6b4afe71ef4d1efae3ae992c7dd7b4da651725af0"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| image.tag | string | `"v1.0.0@sha256:ec59d02bc0c9f5531cb4a1c461c188b1a7e489a3372be554914d6b6a2e3b14d2"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| service.main.ports.main.port | int | `6767` | |
| service.main.ports.main.targetPort | int | `6767` | |

View File

@ -3,7 +3,7 @@
image:
repository: ghcr.io/k8s-at-home/bazarr
pullPolicy: IfNotPresent
tag: v1.0.0@sha256:b9f8768f7c9a5d6dfe633fe6b4afe71ef4d1efae3ae992c7dd7b4da651725af0
tag: v1.0.0@sha256:ec59d02bc0c9f5531cb4a1c461c188b1a7e489a3372be554914d6b6a2e3b14d2
service:
main:
@ -15,12 +15,7 @@ service:
env: {}
# TZ: UTC
# PUID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="custom-app-3.0.13"></a>
### [custom-app-3.0.13](https://github.com/truecharts/apps/compare/custom-app-3.0.12...custom-app-3.0.13) (2021-11-15)
#### Chore
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="custom-app-3.0.12"></a>
### [custom-app-3.0.12](https://github.com/truecharts/apps/compare/custom-app-3.0.11...custom-app-3.0.12) (2021-11-14)
@ -88,12 +97,3 @@
* update non-major docker tags ([#1266](https://github.com/truecharts/apps/issues/1266))
<a name="custom-app-3.0.4"></a>
### [custom-app-3.0.4](https://github.com/truecharts/apps/compare/custom-app-3.0.3...custom-app-3.0.4) (2021-11-01)
#### Chore
* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.5.7
digest: sha256:2ba352eb349fd774c72b211477a059be1e479a30eef137afaca686a2946a6dc7
generated: "2021-11-14T17:41:01.098159574Z"
generated: "2021-11-15T20:27:10.751273352Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.19.260"
appVersion: "0.19.266"
dependencies:
- name: common
repository: https://truecharts.org
@ -19,7 +19,7 @@ name: custom-app
sources:
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
type: application
version: 3.0.12
version: 3.0.13
annotations:
truecharts.org/catagories: |
- custom

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/k8s-at-home/jackett
pullPolicy: IfNotPresent
tag: v0.19.260@sha256:bd9bc50b590bbd2657bf766ae4da1669f9d32daa9296d8e96e3673a2033d8535
tag: v0.19.266@sha256:61fdb6e5d280c4e4686a6dcf1d8503072fb807c62114873e29502067ad307aeb
securityContext:
readOnlyRootFilesystem: false

View File

@ -13,6 +13,6 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
| image.tag | string | `"v0.19.260@sha256:bd9bc50b590bbd2657bf766ae4da1669f9d32daa9296d8e96e3673a2033d8535"` | |
| image.tag | string | `"v0.19.266@sha256:61fdb6e5d280c4e4686a6dcf1d8503072fb807c62114873e29502067ad307aeb"` | |
All Rights Reserved - The TrueCharts Project

View File

@ -3,4 +3,4 @@
image:
repository: ghcr.io/k8s-at-home/jackett
pullPolicy: IfNotPresent
tag: v0.19.260@sha256:bd9bc50b590bbd2657bf766ae4da1669f9d32daa9296d8e96e3673a2033d8535
tag: v0.19.266@sha256:61fdb6e5d280c4e4686a6dcf1d8503072fb807c62114873e29502067ad307aeb

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="jackett-9.0.16"></a>
### [jackett-9.0.16](https://github.com/truecharts/apps/compare/jackett-9.0.15...jackett-9.0.16) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="jackett-9.0.15"></a>
### [jackett-9.0.15](https://github.com/truecharts/apps/compare/jackett-9.0.14...jackett-9.0.15) (2021-11-14)
@ -87,13 +97,3 @@
* correct typo in include
* correct duplicate variable name in questions.yaml
<a name="jackett-9.0.7"></a>
### [jackett-9.0.7](https://github.com/truecharts/apps/compare/jackett-9.0.6...jackett-9.0.7) (2021-11-06)
#### Chore
* refactor ServiceType to simplify it ([#1285](https://github.com/truecharts/apps/issues/1285))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.5.7
digest: sha256:2ba352eb349fd774c72b211477a059be1e479a30eef137afaca686a2946a6dc7
generated: "2021-11-14T18:03:20.2500257Z"
generated: "2021-11-15T20:27:41.292606799Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.19.260"
appVersion: "0.19.266"
dependencies:
- name: common
repository: https://truecharts.org
@ -21,7 +21,7 @@ name: jackett
sources:
- https://github.com/Jackett/Jackett
type: application
version: 9.0.15
version: 9.0.16
annotations:
truecharts.org/catagories: |
- media

View File

@ -14,12 +14,9 @@ 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.19.260@sha256:bd9bc50b590bbd2657bf766ae4da1669f9d32daa9296d8e96e3673a2033d8535"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| image.tag | string | `"v0.19.266@sha256:61fdb6e5d280c4e4686a6dcf1d8503072fb807c62114873e29502067ad307aeb"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| probes.liveness.path | string | `"/UI/Login"` | |
| probes.readiness.path | string | `"/UI/Login"` | |
| probes.startup.path | string | `"/UI/Login"` | |

View File

@ -3,7 +3,7 @@
image:
repository: ghcr.io/k8s-at-home/jackett
pullPolicy: IfNotPresent
tag: v0.19.260@sha256:bd9bc50b590bbd2657bf766ae4da1669f9d32daa9296d8e96e3673a2033d8535
tag: v0.19.266@sha256:61fdb6e5d280c4e4686a6dcf1d8503072fb807c62114873e29502067ad307aeb
securityContext:
readOnlyRootFilesystem: false
@ -30,12 +30,7 @@ probes:
env: {}
# TZ: UTC
# PUID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="readarr-9.0.12"></a>
### [readarr-9.0.12](https://github.com/truecharts/apps/compare/readarr-9.0.11...readarr-9.0.12) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="readarr-9.0.11"></a>
### [readarr-9.0.11](https://github.com/truecharts/apps/compare/readarr-9.0.10...readarr-9.0.11) (2021-11-14)
@ -87,13 +97,3 @@
#### Chore
* update non-major ([#1263](https://github.com/truecharts/apps/issues/1263))
<a name="readarr-9.0.3"></a>
### [readarr-9.0.3](https://github.com/truecharts/apps/compare/readarr-9.0.2...readarr-9.0.3) (2021-10-26)
#### Chore
* update non-major docker tags ([#1250](https://github.com/truecharts/apps/issues/1250))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.5.7
digest: sha256:2ba352eb349fd774c72b211477a059be1e479a30eef137afaca686a2946a6dc7
generated: "2021-11-14T17:20:58.66362928Z"
generated: "2021-11-15T20:28:11.891966474Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.1.0.1024"
appVersion: "0.1.0.1033"
dependencies:
- name: common
repository: https://truecharts.org
@ -24,7 +24,7 @@ sources:
- https://github.com/Readarr/Readarr
- https://readarr.com
type: application
version: 9.0.11
version: 9.0.12
annotations:
truecharts.org/catagories: |
- media

View File

@ -14,12 +14,9 @@ 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/readarr"` | |
| image.tag | string | `"v0.1.0.1024@sha256:be0cbfcda3cc1f9a5b2b5e2779f811b11975f981b9d5c9b3ad98711718c0ca61"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| image.tag | string | `"v0.1.0.1033@sha256:42a9f18e053b3418c7f15a28c8dcd8f2f76ee8bd3ad08dc7bbf75473287b77e5"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.enabled | bool | `true` | |
| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | |

View File

@ -3,7 +3,7 @@
image:
repository: ghcr.io/k8s-at-home/readarr
pullPolicy: IfNotPresent
tag: v0.1.0.1024@sha256:be0cbfcda3cc1f9a5b2b5e2779f811b11975f981b9d5c9b3ad98711718c0ca61
tag: v0.1.0.1033@sha256:42a9f18e053b3418c7f15a28c8dcd8f2f76ee8bd3ad08dc7bbf75473287b77e5
securityContext:
readOnlyRootFilesystem: false
@ -18,8 +18,6 @@ service:
env: {}
# TZ: UTC
# PUID: 1001
probes:
liveness:
enabled: true
@ -45,6 +43,3 @@ persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"

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