diff --git a/charts/incubator/authelia/Chart.yaml b/charts/incubator/authelia/Chart.yaml index e54244ab410..c88a4913799 100644 --- a/charts/incubator/authelia/Chart.yaml +++ b/charts/incubator/authelia/Chart.yaml @@ -38,4 +38,4 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 1.0.5 +version: 1.0.6 diff --git a/charts/incubator/authelia/SCALE/questions.yaml b/charts/incubator/authelia/SCALE/questions.yaml index 970c7bd1216..e947930b4a4 100644 --- a/charts/incubator/authelia/SCALE/questions.yaml +++ b/charts/incubator/authelia/SCALE/questions.yaml @@ -920,7 +920,7 @@ questions: default: 9091 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/incubator/jdownloader2/Chart.yaml b/charts/incubator/jdownloader2/Chart.yaml index 596dba4d0ae..8843983df95 100644 --- a/charts/incubator/jdownloader2/Chart.yaml +++ b/charts/incubator/jdownloader2/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://hub.docker.com/r/jlesage/jdownloader-2 - https://jdownloader.org/ type: application -version: 0.0.2 +version: 0.0.3 diff --git a/charts/incubator/jdownloader2/SCALE/questions.yaml b/charts/incubator/jdownloader2/SCALE/questions.yaml index 7fad20dbb28..920d68dd819 100644 --- a/charts/incubator/jdownloader2/SCALE/questions.yaml +++ b/charts/incubator/jdownloader2/SCALE/questions.yaml @@ -271,7 +271,7 @@ questions: default: 5800 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -368,7 +368,7 @@ questions: default: 3129 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -464,7 +464,7 @@ questions: default: 5900 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/incubator/jdownloader2/values.yaml b/charts/incubator/jdownloader2/values.yaml index 61846519334..bf467dbc38c 100644 --- a/charts/incubator/jdownloader2/values.yaml +++ b/charts/incubator/jdownloader2/values.yaml @@ -45,4 +45,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/incubator/nextcloud/Chart.yaml b/charts/incubator/nextcloud/Chart.yaml index 73a20e47ab6..ab4928f284c 100644 --- a/charts/incubator/nextcloud/Chart.yaml +++ b/charts/incubator/nextcloud/Chart.yaml @@ -33,4 +33,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 3.1.2 +version: 3.1.3 diff --git a/charts/incubator/nextcloud/SCALE/questions.yaml b/charts/incubator/nextcloud/SCALE/questions.yaml index 0b65f4b2810..13ac3011085 100644 --- a/charts/incubator/nextcloud/SCALE/questions.yaml +++ b/charts/incubator/nextcloud/SCALE/questions.yaml @@ -249,7 +249,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -346,7 +346,7 @@ questions: default: 7867 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index 440d921dffb..d5175837897 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -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: 1.8.5 +version: 1.8.6 diff --git a/charts/stable/airsonic/SCALE/questions.yaml b/charts/stable/airsonic/SCALE/questions.yaml index fd2e0507bc1..9d825d6b88e 100644 --- a/charts/stable/airsonic/SCALE/questions.yaml +++ b/charts/stable/airsonic/SCALE/questions.yaml @@ -232,7 +232,7 @@ questions: default: 4040 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/airsonic/values.yaml b/charts/stable/airsonic/values.yaml index a704a092be3..fcb38fedac1 100644 --- a/charts/stable/airsonic/values.yaml +++ b/charts/stable/airsonic/values.yaml @@ -45,7 +45,10 @@ ingress: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" music: enabled: false mountPath: /music diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml index 8a23c010f64..c4afcca14e2 100644 --- a/charts/stable/appdaemon/Chart.yaml +++ b/charts/stable/appdaemon/Chart.yaml @@ -26,4 +26,4 @@ name: appdaemon sources: - https://github.com/AppDaemon/appdaemon type: application -version: 3.8.5 +version: 3.8.6 diff --git a/charts/stable/appdaemon/SCALE/questions.yaml b/charts/stable/appdaemon/SCALE/questions.yaml index 074621512b9..d8901e11509 100644 --- a/charts/stable/appdaemon/SCALE/questions.yaml +++ b/charts/stable/appdaemon/SCALE/questions.yaml @@ -264,7 +264,7 @@ questions: default: 5050 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/appdaemon/values.yaml b/charts/stable/appdaemon/values.yaml index c17735094cc..28a79f5375a 100644 --- a/charts/stable/appdaemon/values.yaml +++ b/charts/stable/appdaemon/values.yaml @@ -38,4 +38,6 @@ hostPathMounts: - name: config enabled: true mountPath: /conf - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index 8d12cd59dcd..5616ab489dc 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -29,4 +29,4 @@ sources: - https://github.com/Bazarr/Bazarr - https://hub.docker.com/r/linuxserver/bazarr type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/bazarr/SCALE/questions.yaml b/charts/stable/bazarr/SCALE/questions.yaml index d8c84d279a3..126667970f7 100644 --- a/charts/stable/bazarr/SCALE/questions.yaml +++ b/charts/stable/bazarr/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 6767 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/bazarr/values.yaml b/charts/stable/bazarr/values.yaml index b40962936a7..1f2fc717768 100644 --- a/charts/stable/bazarr/values.yaml +++ b/charts/stable/bazarr/values.yaml @@ -23,4 +23,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index 8a94adbfb2c..fe0bc35b372 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -20,4 +20,4 @@ name: booksonic-air sources: - https://github.com/popeen/Booksonic-Air - https://hub.docker.com/r/linuxserver/booksonic-air -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/booksonic-air/SCALE/questions.yaml b/charts/stable/booksonic-air/SCALE/questions.yaml index 4d5db3bb593..9367ee07c44 100644 --- a/charts/stable/booksonic-air/SCALE/questions.yaml +++ b/charts/stable/booksonic-air/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 4040 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/booksonic-air/values.yaml b/charts/stable/booksonic-air/values.yaml index ce0c5310b0f..2f2ff35eade 100644 --- a/charts/stable/booksonic-air/values.yaml +++ b/charts/stable/booksonic-air/values.yaml @@ -38,7 +38,10 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" audiobooks: enabled: false podcasts: diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index 95c37f9dd26..08859d37496 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://hub.docker.com/r/linuxserver/calibre-web/ - https://github.com/janeczku/calibre-web type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/calibre-web/SCALE/questions.yaml b/charts/stable/calibre-web/SCALE/questions.yaml index 1bdd2af798e..65c8cafeb02 100644 --- a/charts/stable/calibre-web/SCALE/questions.yaml +++ b/charts/stable/calibre-web/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 8083 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/calibre-web/values.yaml b/charts/stable/calibre-web/values.yaml index 240957f08b5..b424b2ad247 100644 --- a/charts/stable/calibre-web/values.yaml +++ b/charts/stable/calibre-web/values.yaml @@ -25,4 +25,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml index b80e2ca4c7a..a546b4fae7f 100644 --- a/charts/stable/calibre/Chart.yaml +++ b/charts/stable/calibre/Chart.yaml @@ -18,4 +18,4 @@ name: calibre sources: - https://hub.docker.com/r/linuxserver/calibre/ - https://github.com/kovidgoyal/calibre/ -version: 1.6.6 +version: 1.6.7 diff --git a/charts/stable/calibre/SCALE/questions.yaml b/charts/stable/calibre/SCALE/questions.yaml index 4dc1e7771c4..641fc6278f9 100644 --- a/charts/stable/calibre/SCALE/questions.yaml +++ b/charts/stable/calibre/SCALE/questions.yaml @@ -249,7 +249,7 @@ questions: default: 8080 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -346,7 +346,7 @@ questions: default: 8081 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/calibre/values.yaml b/charts/stable/calibre/values.yaml index a03e5f0b302..a1c3cce0c2d 100644 --- a/charts/stable/calibre/values.yaml +++ b/charts/stable/calibre/values.yaml @@ -55,4 +55,7 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/collabora-online/Chart.yaml b/charts/stable/collabora-online/Chart.yaml index f6253ac27db..b250b366fd3 100644 --- a/charts/stable/collabora-online/Chart.yaml +++ b/charts/stable/collabora-online/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://sdk.collaboraonline.com/contents.html - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/collabora-online/SCALE/questions.yaml b/charts/stable/collabora-online/SCALE/questions.yaml index 542501c7384..ab046a7d463 100644 --- a/charts/stable/collabora-online/SCALE/questions.yaml +++ b/charts/stable/collabora-online/SCALE/questions.yaml @@ -265,7 +265,7 @@ questions: default: 9980 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index 42f18ac0792..f99efb47f52 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -22,4 +22,4 @@ name: deconz sources: - https://github.com/dresden-elektronik/deconz-rest-plugin - https://github.com/marthoc/docker-deconz -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/deconz/SCALE/questions.yaml b/charts/stable/deconz/SCALE/questions.yaml index f270abed02b..4acfcccbe5d 100644 --- a/charts/stable/deconz/SCALE/questions.yaml +++ b/charts/stable/deconz/SCALE/questions.yaml @@ -256,7 +256,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -353,7 +353,7 @@ questions: default: 443 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -450,7 +450,7 @@ questions: default: 5900 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/deconz/values.yaml b/charts/stable/deconz/values.yaml index bfade9c14fc..13f990cab24 100644 --- a/charts/stable/deconz/values.yaml +++ b/charts/stable/deconz/values.yaml @@ -56,7 +56,10 @@ securityContext: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: /root/.local/share/dresden-elektronik/deCONZ # -- Affinity constraint rules to place the Pod on a specific node. diff --git a/charts/stable/deepstack-cpu/Chart.yaml b/charts/stable/deepstack-cpu/Chart.yaml index 3fc4e6fac49..05c26cf0830 100644 --- a/charts/stable/deepstack-cpu/Chart.yaml +++ b/charts/stable/deepstack-cpu/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://hub.docker.com/r/deepquestai/deepstack - https://www.deepstack.cc/ type: application -version: 4.8.5 +version: 4.8.6 diff --git a/charts/stable/deepstack-cpu/SCALE/questions.yaml b/charts/stable/deepstack-cpu/SCALE/questions.yaml index 47f99d6b9d6..4f333d1b243 100644 --- a/charts/stable/deepstack-cpu/SCALE/questions.yaml +++ b/charts/stable/deepstack-cpu/SCALE/questions.yaml @@ -285,7 +285,7 @@ questions: default: 5000 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/deepstack-cpu/values.yaml b/charts/stable/deepstack-cpu/values.yaml index 939cd7e6ce4..c9adc2baa09 100644 --- a/charts/stable/deepstack-cpu/values.yaml +++ b/charts/stable/deepstack-cpu/values.yaml @@ -36,4 +36,6 @@ persistence: config: enabled: true mountPath: "/datastore" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index fac63457132..4128591aef5 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -21,4 +21,4 @@ name: deluge sources: - https://github.com/deluge-torrent/deluge type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/deluge/SCALE/questions.yaml b/charts/stable/deluge/SCALE/questions.yaml index 4b03098cd93..00a61766852 100644 --- a/charts/stable/deluge/SCALE/questions.yaml +++ b/charts/stable/deluge/SCALE/questions.yaml @@ -202,7 +202,7 @@ questions: default: 8112 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -299,7 +299,7 @@ questions: default: 51413 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -347,7 +347,7 @@ questions: default: 51413 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/deluge/values.yaml b/charts/stable/deluge/values.yaml index 3c8f28d1d26..8b791a2d77d 100644 --- a/charts/stable/deluge/values.yaml +++ b/charts/stable/deluge/values.yaml @@ -30,4 +30,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index d37f774338a..1469eba52e2 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -19,4 +19,4 @@ name: dizquetv sources: - https://github.com/vexorian/dizquetv - https://hub.docker.com/r/vexorian/dizquetv -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/dizquetv/SCALE/questions.yaml b/charts/stable/dizquetv/SCALE/questions.yaml index 82f051d2338..6de5b8e6fd9 100644 --- a/charts/stable/dizquetv/SCALE/questions.yaml +++ b/charts/stable/dizquetv/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 8000 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/dizquetv/values.yaml b/charts/stable/dizquetv/values.yaml index f1674bd5277..993d288febc 100644 --- a/charts/stable/dizquetv/values.yaml +++ b/charts/stable/dizquetv/values.yaml @@ -36,5 +36,8 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: /home/node/app/.dizquetv diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml index 96e6dc1122e..963b10ee335 100644 --- a/charts/stable/duplicati/Chart.yaml +++ b/charts/stable/duplicati/Chart.yaml @@ -18,4 +18,4 @@ name: duplicati sources: - https://hub.docker.com/r/linuxserver/duplicati/ - https://github.com/duplicati/duplicati -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/duplicati/SCALE/questions.yaml b/charts/stable/duplicati/SCALE/questions.yaml index a77997e96df..5ee2724280c 100644 --- a/charts/stable/duplicati/SCALE/questions.yaml +++ b/charts/stable/duplicati/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 8200 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/duplicati/values.yaml b/charts/stable/duplicati/values.yaml index 62520af8ea5..8c43b855e86 100644 --- a/charts/stable/duplicati/values.yaml +++ b/charts/stable/duplicati/values.yaml @@ -36,7 +36,10 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" source: enabled: false backups: diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index 396d2bd5a75..77c6ab250cf 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://hub.docker.com/r/linuxserver/emby - https://github.com/linuxserver/docker-emby.git type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/emby/SCALE/questions.yaml b/charts/stable/emby/SCALE/questions.yaml index 4e07f8682f7..f5f2e9e1eb8 100644 --- a/charts/stable/emby/SCALE/questions.yaml +++ b/charts/stable/emby/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8096 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/emby/values.yaml b/charts/stable/emby/values.yaml index f5966485665..65ec246cc86 100644 --- a/charts/stable/emby/values.yaml +++ b/charts/stable/emby/values.yaml @@ -26,4 +26,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index aa876c858a7..e3131d6beb6 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://github.com/esphome/esphome - https://hub.docker.com/u/esphome type: application -version: 6.8.6 +version: 6.8.7 diff --git a/charts/stable/esphome/SCALE/questions.yaml b/charts/stable/esphome/SCALE/questions.yaml index 0440443ef66..4bb7193d75d 100644 --- a/charts/stable/esphome/SCALE/questions.yaml +++ b/charts/stable/esphome/SCALE/questions.yaml @@ -213,7 +213,7 @@ questions: default: 6052 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index c514194daec..8dfd7964c09 100644 --- a/charts/stable/esphome/values.yaml +++ b/charts/stable/esphome/values.yaml @@ -27,4 +27,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/external-service/Chart.yaml b/charts/stable/external-service/Chart.yaml index 6cf19dde575..08e2464ce5a 100644 --- a/charts/stable/external-service/Chart.yaml +++ b/charts/stable/external-service/Chart.yaml @@ -23,4 +23,4 @@ name: external-service sources: - https://github.com/truecharts/apps/tree/master/charts/stable/external-service type: application -version: 1.1.6 +version: 1.1.7 diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index 35bdaa5e517..67a97f4c216 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -27,4 +27,4 @@ name: fireflyiii sources: - https://github.com/firefly-iii/firefly-iii/ type: application -version: 5.4.2 +version: 5.4.3 diff --git a/charts/stable/fireflyiii/SCALE/questions.yaml b/charts/stable/fireflyiii/SCALE/questions.yaml index c1ac7687063..dffe0bf0b2a 100644 --- a/charts/stable/fireflyiii/SCALE/questions.yaml +++ b/charts/stable/fireflyiii/SCALE/questions.yaml @@ -229,7 +229,7 @@ questions: default: 8080 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/fireflyiii/values.yaml b/charts/stable/fireflyiii/values.yaml index d090d2768bd..21b500850d3 100644 --- a/charts/stable/fireflyiii/values.yaml +++ b/charts/stable/fireflyiii/values.yaml @@ -59,7 +59,9 @@ persistence: data: enabled: true mountPath: "/var/www/html/storage/upload" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" # Enabled postgres diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml index 01395293fbd..ffdc0f22233 100644 --- a/charts/stable/flaresolverr/Chart.yaml +++ b/charts/stable/flaresolverr/Chart.yaml @@ -19,4 +19,4 @@ name: flaresolverr sources: - https://github.com/FlareSolverr/FlareSolverr - https://hub.docker.com/r/flaresolverr/flaresolverr -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/flaresolverr/SCALE/questions.yaml b/charts/stable/flaresolverr/SCALE/questions.yaml index 4b41aebab51..bf2347df7f0 100644 --- a/charts/stable/flaresolverr/SCALE/questions.yaml +++ b/charts/stable/flaresolverr/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8191 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index c56e08c3d96..cc3a77be58f 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -21,4 +21,4 @@ name: flood sources: - https://github.com/jesec/flood - https://hub.docker.com/r/jesec/flood -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/flood/SCALE/questions.yaml b/charts/stable/flood/SCALE/questions.yaml index 51263f03aca..ce3d0c77790 100644 --- a/charts/stable/flood/SCALE/questions.yaml +++ b/charts/stable/flood/SCALE/questions.yaml @@ -226,7 +226,7 @@ questions: default: 3000 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/flood/values.yaml b/charts/stable/flood/values.yaml index 49bb5ec800a..c1b0c97e0d3 100644 --- a/charts/stable/flood/values.yaml +++ b/charts/stable/flood/values.yaml @@ -33,4 +33,7 @@ service: # @default -- See values.yaml persistence: data: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/focalboard/Chart.yaml b/charts/stable/focalboard/Chart.yaml index 4fdcc8bf895..e19b1edbb3d 100644 --- a/charts/stable/focalboard/Chart.yaml +++ b/charts/stable/focalboard/Chart.yaml @@ -22,4 +22,4 @@ sources: - https://www.focalboard.com/ - https://github.com/mattermost/focalboard - https://github.com/FlipEnergy/container-images/blob/main/focalboard -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/focalboard/SCALE/questions.yaml b/charts/stable/focalboard/SCALE/questions.yaml index bf14b299135..62aee5f6a5a 100644 --- a/charts/stable/focalboard/SCALE/questions.yaml +++ b/charts/stable/focalboard/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8000 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/focalboard/values.yaml b/charts/stable/focalboard/values.yaml index 9f58880a4f5..2a644998937 100644 --- a/charts/stable/focalboard/values.yaml +++ b/charts/stable/focalboard/values.yaml @@ -33,4 +33,7 @@ service: # @default -- See values.yaml persistence: data: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/freeradius/Chart.yaml b/charts/stable/freeradius/Chart.yaml index 8c493c24ced..7e19406fcd9 100644 --- a/charts/stable/freeradius/Chart.yaml +++ b/charts/stable/freeradius/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://hub.docker.com/r/freeradius/freeradius-server/ - https://freeradius.org/ type: application -version: 1.4.5 +version: 1.4.6 diff --git a/charts/stable/freeradius/SCALE/questions.yaml b/charts/stable/freeradius/SCALE/questions.yaml index ecaa0eff5d7..4dbbb19132a 100644 --- a/charts/stable/freeradius/SCALE/questions.yaml +++ b/charts/stable/freeradius/SCALE/questions.yaml @@ -214,7 +214,7 @@ questions: default: 1812 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -311,7 +311,7 @@ questions: default: 1813 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml index 5d6093ac451..3b24d07940a 100644 --- a/charts/stable/freshrss/Chart.yaml +++ b/charts/stable/freshrss/Chart.yaml @@ -21,4 +21,4 @@ sources: - https://github.com/FreshRSS/FreshRSS - https://hub.docker.com/r/linuxserver/freshrss type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/freshrss/SCALE/questions.yaml b/charts/stable/freshrss/SCALE/questions.yaml index b9a5cd7270a..bd010678ae9 100644 --- a/charts/stable/freshrss/SCALE/questions.yaml +++ b/charts/stable/freshrss/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/freshrss/values.yaml b/charts/stable/freshrss/values.yaml index 8cadee1dd69..80bf6769c92 100644 --- a/charts/stable/freshrss/values.yaml +++ b/charts/stable/freshrss/values.yaml @@ -23,4 +23,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/gaps/Chart.yaml b/charts/stable/gaps/Chart.yaml index 8a377ceb9a3..6ee5bcd62f7 100644 --- a/charts/stable/gaps/Chart.yaml +++ b/charts/stable/gaps/Chart.yaml @@ -22,4 +22,4 @@ name: gaps sources: - https://github.com/JasonHHouse/gaps type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/gaps/SCALE/questions.yaml b/charts/stable/gaps/SCALE/questions.yaml index 4745224c185..d0bf432bc2f 100644 --- a/charts/stable/gaps/SCALE/questions.yaml +++ b/charts/stable/gaps/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8484 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/gaps/values.yaml b/charts/stable/gaps/values.yaml index c7555ac8822..29edcb27bd2 100644 --- a/charts/stable/gaps/values.yaml +++ b/charts/stable/gaps/values.yaml @@ -21,4 +21,6 @@ persistence: data: enabled: true mountPath: "/usr/data" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml index bae33485f38..eaff77d9895 100644 --- a/charts/stable/gonic/Chart.yaml +++ b/charts/stable/gonic/Chart.yaml @@ -19,4 +19,4 @@ name: gonic sources: - https://github.com/sentriz/gonic - https://hub.docker.com/r/sentriz/gonic -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/gonic/SCALE/questions.yaml b/charts/stable/gonic/SCALE/questions.yaml index a955cede25c..ccc2b704ec6 100644 --- a/charts/stable/gonic/SCALE/questions.yaml +++ b/charts/stable/gonic/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/gonic/values.yaml b/charts/stable/gonic/values.yaml index dfedb91dfd0..ffa50795a48 100644 --- a/charts/stable/gonic/values.yaml +++ b/charts/stable/gonic/values.yaml @@ -35,10 +35,7 @@ service: # @default -- See values.yaml persistence: data: - enabled: false - podcasts: - enabled: false - cache: - enabled: false - music: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml index bd9813171d7..89c31f77bdd 100644 --- a/charts/stable/grocy/Chart.yaml +++ b/charts/stable/grocy/Chart.yaml @@ -20,4 +20,4 @@ name: grocy sources: - https://github.com/grocy/grocy type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/grocy/SCALE/questions.yaml b/charts/stable/grocy/SCALE/questions.yaml index ad2491d0f14..7eac9e0ec97 100644 --- a/charts/stable/grocy/SCALE/questions.yaml +++ b/charts/stable/grocy/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/grocy/values.yaml b/charts/stable/grocy/values.yaml index 5227656dc04..5441f2ffb03 100644 --- a/charts/stable/grocy/values.yaml +++ b/charts/stable/grocy/values.yaml @@ -23,4 +23,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml index 6a28ee5dc6a..6fb8d7c4767 100644 --- a/charts/stable/handbrake/Chart.yaml +++ b/charts/stable/handbrake/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://hub.docker.com/r/jlesage/handbrake/ - https://handbrake.fr/ type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/handbrake/SCALE/questions.yaml b/charts/stable/handbrake/SCALE/questions.yaml index 28f675780a1..d5acac244b1 100644 --- a/charts/stable/handbrake/SCALE/questions.yaml +++ b/charts/stable/handbrake/SCALE/questions.yaml @@ -303,7 +303,7 @@ questions: default: 5800 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -400,7 +400,7 @@ questions: default: 5900 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/handbrake/values.yaml b/charts/stable/handbrake/values.yaml index 6820292289c..cb1fb9307c6 100644 --- a/charts/stable/handbrake/values.yaml +++ b/charts/stable/handbrake/values.yaml @@ -48,4 +48,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml index b04d3970426..34957ab9d82 100644 --- a/charts/stable/haste-server/Chart.yaml +++ b/charts/stable/haste-server/Chart.yaml @@ -21,4 +21,4 @@ name: haste-server sources: - https://github.com/seejohnrun/haste-server - https://github.com/k8s-at-home/container-images -version: 1.8.5 +version: 1.8.6 diff --git a/charts/stable/haste-server/SCALE/questions.yaml b/charts/stable/haste-server/SCALE/questions.yaml index 38b20ffa12c..ab795c9d33b 100644 --- a/charts/stable/haste-server/SCALE/questions.yaml +++ b/charts/stable/haste-server/SCALE/questions.yaml @@ -230,7 +230,7 @@ questions: default: 7777 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/haste-server/values.yaml b/charts/stable/haste-server/values.yaml index 2a475ddaa2a..e51c1821b1e 100644 --- a/charts/stable/haste-server/values.yaml +++ b/charts/stable/haste-server/values.yaml @@ -47,4 +47,7 @@ ingress: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index 73c3ace1b5b..d0ba6dd5342 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -22,4 +22,4 @@ name: healthchecks sources: - https://github.com/healthchecks/healthchecks - https://hub.docker.com/r/linuxserver/healthchecks -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/healthchecks/SCALE/questions.yaml b/charts/stable/healthchecks/SCALE/questions.yaml index 276ee90b9ba..10d74821f9b 100644 --- a/charts/stable/healthchecks/SCALE/questions.yaml +++ b/charts/stable/healthchecks/SCALE/questions.yaml @@ -254,7 +254,7 @@ questions: default: 8000 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/healthchecks/values.yaml b/charts/stable/healthchecks/values.yaml index 87890e97cdb..6da11562cbb 100644 --- a/charts/stable/healthchecks/values.yaml +++ b/charts/stable/healthchecks/values.yaml @@ -37,5 +37,8 @@ env: persistence: # -- Volume used for configuration config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountpath: /config diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml index 57dcf7d2f65..6ebb905ad76 100644 --- a/charts/stable/heimdall/Chart.yaml +++ b/charts/stable/heimdall/Chart.yaml @@ -18,4 +18,4 @@ maintainers: name: heimdall sources: null type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/heimdall/SCALE/questions.yaml b/charts/stable/heimdall/SCALE/questions.yaml index 34e20b333e5..fd973f0db26 100644 --- a/charts/stable/heimdall/SCALE/questions.yaml +++ b/charts/stable/heimdall/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/heimdall/values.yaml b/charts/stable/heimdall/values.yaml index 658614359ea..c2354753fa4 100644 --- a/charts/stable/heimdall/values.yaml +++ b/charts/stable/heimdall/values.yaml @@ -27,4 +27,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index 1d54255e705..cd1c29500e7 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://github.com/home-assistant/home-assistant - https://github.com/cdr/code-server type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/home-assistant/SCALE/questions.yaml b/charts/stable/home-assistant/SCALE/questions.yaml index a110d139e7d..9801bdb8e2c 100644 --- a/charts/stable/home-assistant/SCALE/questions.yaml +++ b/charts/stable/home-assistant/SCALE/questions.yaml @@ -247,7 +247,7 @@ questions: default: 8123 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/home-assistant/values.yaml b/charts/stable/home-assistant/values.yaml index 521b446fe08..f271650524d 100644 --- a/charts/stable/home-assistant/values.yaml +++ b/charts/stable/home-assistant/values.yaml @@ -45,7 +45,9 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" # # Path to your Z-Wave / Zigbee device in the container diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml index 11a7c0fda80..6157071216f 100644 --- a/charts/stable/hyperion-ng/Chart.yaml +++ b/charts/stable/hyperion-ng/Chart.yaml @@ -19,4 +19,4 @@ name: hyperion-ng sources: - https://github.com/hyperion-project/hyperion.ng - https://hub.docker.com/r/sirfragalot/hyperion.ng -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/hyperion-ng/SCALE/questions.yaml b/charts/stable/hyperion-ng/SCALE/questions.yaml index f5cf266a2ef..15fe97938bd 100644 --- a/charts/stable/hyperion-ng/SCALE/questions.yaml +++ b/charts/stable/hyperion-ng/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 8090 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -328,7 +328,7 @@ questions: default: 19444 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -425,7 +425,7 @@ questions: default: 19445 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -522,7 +522,7 @@ questions: default: 19333 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/hyperion-ng/values.yaml b/charts/stable/hyperion-ng/values.yaml index c4b7a2ccb5b..1961e40e8ef 100644 --- a/charts/stable/hyperion-ng/values.yaml +++ b/charts/stable/hyperion-ng/values.yaml @@ -49,5 +49,8 @@ service: persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: /root/.hyperion diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 70f3706f5d9..b5c3b5bb714 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -24,4 +24,4 @@ name: jackett sources: - https://github.com/Jackett/Jackett type: application -version: 6.8.6 +version: 6.8.7 diff --git a/charts/stable/jackett/SCALE/questions.yaml b/charts/stable/jackett/SCALE/questions.yaml index 35eaa50b610..eb460b9d245 100644 --- a/charts/stable/jackett/SCALE/questions.yaml +++ b/charts/stable/jackett/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 9117 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/jackett/values.yaml b/charts/stable/jackett/values.yaml index 913a4dfd12a..e257e17bd2f 100644 --- a/charts/stable/jackett/values.yaml +++ b/charts/stable/jackett/values.yaml @@ -36,4 +36,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index 286a501e1cc..e66cdcdd2e2 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -24,4 +24,4 @@ name: jellyfin sources: - https://github.com/jellyfin/jellyfin type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/jellyfin/SCALE/questions.yaml b/charts/stable/jellyfin/SCALE/questions.yaml index 44288c89f2d..9f893f02ac5 100644 --- a/charts/stable/jellyfin/SCALE/questions.yaml +++ b/charts/stable/jellyfin/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8096 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/jellyfin/values.yaml b/charts/stable/jellyfin/values.yaml index 8a0824cc8d0..3a7595bf57a 100644 --- a/charts/stable/jellyfin/values.yaml +++ b/charts/stable/jellyfin/values.yaml @@ -26,4 +26,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml index 1d9e2258bed..52e286bc4bd 100644 --- a/charts/stable/kms/Chart.yaml +++ b/charts/stable/kms/Chart.yaml @@ -22,4 +22,4 @@ name: kms sources: - https://github.com/SystemRage/py-kms type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/kms/SCALE/questions.yaml b/charts/stable/kms/SCALE/questions.yaml index 57160448972..500a8b49b59 100644 --- a/charts/stable/kms/SCALE/questions.yaml +++ b/charts/stable/kms/SCALE/questions.yaml @@ -223,7 +223,7 @@ questions: default: 1688 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml index 1f28ecc1cda..35b3c95ae5c 100644 --- a/charts/stable/komga/Chart.yaml +++ b/charts/stable/komga/Chart.yaml @@ -21,4 +21,4 @@ name: komga sources: - https://komga.org/ - https://github.com/gotson/komga -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/komga/SCALE/questions.yaml b/charts/stable/komga/SCALE/questions.yaml index d6bc3d51441..469581dca37 100644 --- a/charts/stable/komga/SCALE/questions.yaml +++ b/charts/stable/komga/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8080 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/komga/values.yaml b/charts/stable/komga/values.yaml index 4bbf14d8f26..80bccaded7d 100644 --- a/charts/stable/komga/values.yaml +++ b/charts/stable/komga/values.yaml @@ -30,7 +30,10 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: /config data: enabled: false diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index 31d54383ed6..f80a9c0b21f 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - https://lazylibrarian.gitlab.io type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/lazylibrarian/SCALE/questions.yaml b/charts/stable/lazylibrarian/SCALE/questions.yaml index 9e2498f56d4..fbbe2d2e959 100644 --- a/charts/stable/lazylibrarian/SCALE/questions.yaml +++ b/charts/stable/lazylibrarian/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 5299 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/lazylibrarian/values.yaml b/charts/stable/lazylibrarian/values.yaml index 6bba6ace4dc..ce1abe3ab65 100644 --- a/charts/stable/lazylibrarian/values.yaml +++ b/charts/stable/lazylibrarian/values.yaml @@ -23,4 +23,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml index d23ae8433e5..ad327c5a120 100644 --- a/charts/stable/librespeed/Chart.yaml +++ b/charts/stable/librespeed/Chart.yaml @@ -20,4 +20,4 @@ sources: - https://github.com/librespeed/speedtest - https://hub.docker.com/r/linuxserver/librespeed - https://github.com/truechartsapps/tree/master/charts/librespeed -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/librespeed/SCALE/questions.yaml b/charts/stable/librespeed/SCALE/questions.yaml index 1395b5f16c5..fee14fca68c 100644 --- a/charts/stable/librespeed/SCALE/questions.yaml +++ b/charts/stable/librespeed/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/librespeed/values.yaml b/charts/stable/librespeed/values.yaml index e9605796648..e9ffc075c7a 100644 --- a/charts/stable/librespeed/values.yaml +++ b/charts/stable/librespeed/values.yaml @@ -43,4 +43,7 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index a21e8a4d483..d214b857a98 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -24,4 +24,4 @@ name: lidarr sources: - https://github.com/Lidarr/Lidarr type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/lidarr/SCALE/questions.yaml b/charts/stable/lidarr/SCALE/questions.yaml index 6984438bf20..c0cabe678c4 100644 --- a/charts/stable/lidarr/SCALE/questions.yaml +++ b/charts/stable/lidarr/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8686 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/lidarr/values.yaml b/charts/stable/lidarr/values.yaml index fece95f4d7c..d92c801d3be 100644 --- a/charts/stable/lidarr/values.yaml +++ b/charts/stable/lidarr/values.yaml @@ -44,4 +44,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml index e205317e409..ee64611150b 100644 --- a/charts/stable/littlelink/Chart.yaml +++ b/charts/stable/littlelink/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://github.com/techno-tim/littlelink-server - https://github.com/sethcottle/littlelink type: application -version: 1.2.5 +version: 1.2.6 diff --git a/charts/stable/littlelink/SCALE/questions.yaml b/charts/stable/littlelink/SCALE/questions.yaml index dbc2b7a38eb..d4b67b11176 100644 --- a/charts/stable/littlelink/SCALE/questions.yaml +++ b/charts/stable/littlelink/SCALE/questions.yaml @@ -421,7 +421,7 @@ questions: default: 3000 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/lychee/Chart.yaml b/charts/stable/lychee/Chart.yaml index a5994fd7866..ea795e3d936 100644 --- a/charts/stable/lychee/Chart.yaml +++ b/charts/stable/lychee/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://github.com/LycheeOrg/Lychee - https://hub.docker.com/r/lycheeorg/lychee type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/lychee/SCALE/questions.yaml b/charts/stable/lychee/SCALE/questions.yaml index f11860ff7a5..141a73f719e 100644 --- a/charts/stable/lychee/SCALE/questions.yaml +++ b/charts/stable/lychee/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/lychee/values.yaml b/charts/stable/lychee/values.yaml index 99355866c97..3ff0193ab47 100644 --- a/charts/stable/lychee/values.yaml +++ b/charts/stable/lychee/values.yaml @@ -23,4 +23,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index 136fc457814..08c651930f8 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -19,4 +19,4 @@ maintainers: name: mealie sources: - https://github.com/hay-kot/mealie -version: 1.8.5 +version: 1.8.6 diff --git a/charts/stable/mealie/SCALE/questions.yaml b/charts/stable/mealie/SCALE/questions.yaml index 64d0846b6bd..6aa7a27e057 100644 --- a/charts/stable/mealie/SCALE/questions.yaml +++ b/charts/stable/mealie/SCALE/questions.yaml @@ -225,7 +225,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/mealie/values.yaml b/charts/stable/mealie/values.yaml index 327b1f2d015..712d5724b72 100644 --- a/charts/stable/mealie/values.yaml +++ b/charts/stable/mealie/values.yaml @@ -39,5 +39,8 @@ ingress: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: /app/data/ diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index 8e5f8ec2352..3dd7791e26b 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -21,4 +21,4 @@ name: mosquitto sources: - https://github.com/eclipse/mosquitto type: application -version: 1.8.5 +version: 1.8.6 diff --git a/charts/stable/mosquitto/SCALE/questions.yaml b/charts/stable/mosquitto/SCALE/questions.yaml index 6262461f3fa..202e5826ac5 100644 --- a/charts/stable/mosquitto/SCALE/questions.yaml +++ b/charts/stable/mosquitto/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 1883 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/mosquitto/values.yaml b/charts/stable/mosquitto/values.yaml index cda69f06c35..66920e7f539 100644 --- a/charts/stable/mosquitto/values.yaml +++ b/charts/stable/mosquitto/values.yaml @@ -27,13 +27,17 @@ persistence: # When enabled, this enables `persistence` and `persistence_location` in the mosquitto config. # @default -- See values.yaml data: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: /mosquitto/data # -- Configure a persistent volume to place *.conf mosquitto-config-files in. # When enabled, this gets set as `include_dir` in the mosquitto config. # @default -- See values.yaml configinc: - enabled: false - mountPath: /mosquitto/configinc + enabled: true + type: pvc accessMode: ReadWriteOnce - size: 100Mi + size: "100Gi" + mountPath: /mosquitto/configinc diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index 6f14ca73026..5d7317ae4c5 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -19,4 +19,4 @@ sources: - https://github.com/mylar3/mylar3 - https://github.com/linuxserver/docker-mylar3 - https://github.com/truechartsapps/tree/master/charts/mylar -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/mylar/SCALE/questions.yaml b/charts/stable/mylar/SCALE/questions.yaml index 0ea20d4e8bb..a6613e7198d 100644 --- a/charts/stable/mylar/SCALE/questions.yaml +++ b/charts/stable/mylar/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 8090 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/mylar/values.yaml b/charts/stable/mylar/values.yaml index 1d6b9e145b6..509667209d3 100644 --- a/charts/stable/mylar/values.yaml +++ b/charts/stable/mylar/values.yaml @@ -36,7 +36,10 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" comics: enabled: false mountPath: /comics diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml index 331938c921f..44e2e3b9527 100644 --- a/charts/stable/navidrome/Chart.yaml +++ b/charts/stable/navidrome/Chart.yaml @@ -22,4 +22,4 @@ sources: - https://github.com/deluan/navidrome - https://hub.docker.com/r/deluan/navidrome type: application -version: 6.8.6 +version: 6.8.7 diff --git a/charts/stable/navidrome/SCALE/questions.yaml b/charts/stable/navidrome/SCALE/questions.yaml index 5fed45031ad..9070bb6ac3f 100644 --- a/charts/stable/navidrome/SCALE/questions.yaml +++ b/charts/stable/navidrome/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 4533 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/navidrome/values.yaml b/charts/stable/navidrome/values.yaml index 3db62bafba8..a6e3ad15d0d 100644 --- a/charts/stable/navidrome/values.yaml +++ b/charts/stable/navidrome/values.yaml @@ -25,4 +25,6 @@ persistence: data: enabled: true mountPath: "/data" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index 914aa097200..2793bdd8062 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/node-red/Chart.yaml @@ -20,4 +20,4 @@ name: node-red sources: - https://github.com/node-red/node-red-docker type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/node-red/SCALE/questions.yaml b/charts/stable/node-red/SCALE/questions.yaml index 1377d6defe4..03528c819cf 100644 --- a/charts/stable/node-red/SCALE/questions.yaml +++ b/charts/stable/node-red/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 1880 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/node-red/values.yaml b/charts/stable/node-red/values.yaml index a41bb888781..a99ce4e9b37 100644 --- a/charts/stable/node-red/values.yaml +++ b/charts/stable/node-red/values.yaml @@ -27,4 +27,6 @@ persistence: data: enabled: true mountPath: "/data" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/nullserv/Chart.yaml b/charts/stable/nullserv/Chart.yaml index b9fd184ed5a..c0c8af7c809 100644 --- a/charts/stable/nullserv/Chart.yaml +++ b/charts/stable/nullserv/Chart.yaml @@ -17,4 +17,4 @@ maintainers: name: nullserv sources: - https://github.com/bmrzycki/nullserv -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/nullserv/SCALE/questions.yaml b/charts/stable/nullserv/SCALE/questions.yaml index 8f13203d550..11006a921dd 100644 --- a/charts/stable/nullserv/SCALE/questions.yaml +++ b/charts/stable/nullserv/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -322,7 +322,7 @@ questions: default: 443 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml index 371f2b74567..550528b5178 100644 --- a/charts/stable/nzbget/Chart.yaml +++ b/charts/stable/nzbget/Chart.yaml @@ -20,4 +20,4 @@ name: nzbget sources: - https://nzbget.net/ type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/nzbget/SCALE/questions.yaml b/charts/stable/nzbget/SCALE/questions.yaml index 6e3157927c4..92cbe3748f5 100644 --- a/charts/stable/nzbget/SCALE/questions.yaml +++ b/charts/stable/nzbget/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 6789 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/nzbget/values.yaml b/charts/stable/nzbget/values.yaml index 355d869f8c7..b7f901b3628 100644 --- a/charts/stable/nzbget/values.yaml +++ b/charts/stable/nzbget/values.yaml @@ -28,4 +28,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml index d5eead1bc59..cced04ae143 100644 --- a/charts/stable/nzbhydra/Chart.yaml +++ b/charts/stable/nzbhydra/Chart.yaml @@ -17,4 +17,4 @@ name: nzbhydra sources: - https://github.com/theotherp/nzbhydra2 type: application -version: 6.8.6 +version: 6.8.7 diff --git a/charts/stable/nzbhydra/SCALE/questions.yaml b/charts/stable/nzbhydra/SCALE/questions.yaml index 3d4ebe6f006..6b3d64a578c 100644 --- a/charts/stable/nzbhydra/SCALE/questions.yaml +++ b/charts/stable/nzbhydra/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 5076 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/nzbhydra/values.yaml b/charts/stable/nzbhydra/values.yaml index 3c3d4bb9ba9..ea18da3a84c 100644 --- a/charts/stable/nzbhydra/values.yaml +++ b/charts/stable/nzbhydra/values.yaml @@ -59,4 +59,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml index 4cebb4c7538..3aafbd3303e 100644 --- a/charts/stable/octoprint/Chart.yaml +++ b/charts/stable/octoprint/Chart.yaml @@ -20,4 +20,4 @@ name: octoprint sources: - https://github.com/OctoPrint/OctoPrint - https://hub.docker.com/r/octoprint/octoprint -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/octoprint/SCALE/questions.yaml b/charts/stable/octoprint/SCALE/questions.yaml index fcc3634c01c..3a567b73f02 100644 --- a/charts/stable/octoprint/SCALE/questions.yaml +++ b/charts/stable/octoprint/SCALE/questions.yaml @@ -237,7 +237,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/octoprint/values.yaml b/charts/stable/octoprint/values.yaml index 7a64a63ac05..aa27f8594f7 100644 --- a/charts/stable/octoprint/values.yaml +++ b/charts/stable/octoprint/values.yaml @@ -43,7 +43,10 @@ securityContext: # @default -- See values.yaml persistence: data: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: /octoprint # -- Configure a hostPathMount to mount a USB device in the container. # @default -- See values.yaml diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index 3d335217970..417cdfefeb3 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -19,4 +19,4 @@ name: omada-controller sources: - https://github.com/mbentley/docker-omada-controller - https://github.com/truechartsapps/tree/master/charts/omada-controller -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/omada-controller/SCALE/questions.yaml b/charts/stable/omada-controller/SCALE/questions.yaml index 7ef11812c7a..f4583e4cf58 100644 --- a/charts/stable/omada-controller/SCALE/questions.yaml +++ b/charts/stable/omada-controller/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8043 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/omada-controller/values.yaml b/charts/stable/omada-controller/values.yaml index e8eaf821eeb..5cd36323121 100644 --- a/charts/stable/omada-controller/values.yaml +++ b/charts/stable/omada-controller/values.yaml @@ -32,4 +32,7 @@ service: # @default -- See values.yaml persistence: data: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index ad361742eb1..97667751caf 100644 --- a/charts/stable/ombi/Chart.yaml +++ b/charts/stable/ombi/Chart.yaml @@ -27,4 +27,4 @@ name: ombi sources: - https://github.com/tidusjar/Ombi type: application -version: 6.8.6 +version: 6.8.7 diff --git a/charts/stable/ombi/SCALE/questions.yaml b/charts/stable/ombi/SCALE/questions.yaml index a59de6335d1..2f220a64c7a 100644 --- a/charts/stable/ombi/SCALE/questions.yaml +++ b/charts/stable/ombi/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 3579 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/ombi/values.yaml b/charts/stable/ombi/values.yaml index e3cb2fee68c..77504662129 100644 --- a/charts/stable/ombi/values.yaml +++ b/charts/stable/ombi/values.yaml @@ -23,7 +23,9 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" # Enabled mariadb diff --git a/charts/stable/openldap/Chart.yaml b/charts/stable/openldap/Chart.yaml index a798a5837d6..04ed6f822af 100644 --- a/charts/stable/openldap/Chart.yaml +++ b/charts/stable/openldap/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://github.com/jp-gouin/helm-openldap - https://github.com/osixia/docker-openldap type: application -version: 1.4.5 +version: 1.4.6 diff --git a/charts/stable/openldap/SCALE/questions.yaml b/charts/stable/openldap/SCALE/questions.yaml index 1b7742d68f9..31b3ccb8b84 100644 --- a/charts/stable/openldap/SCALE/questions.yaml +++ b/charts/stable/openldap/SCALE/questions.yaml @@ -333,7 +333,7 @@ questions: default: 389 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -430,7 +430,7 @@ questions: default: 636 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/organizr/Chart.yaml b/charts/stable/organizr/Chart.yaml index d082ed8a71f..c33b94aba81 100644 --- a/charts/stable/organizr/Chart.yaml +++ b/charts/stable/organizr/Chart.yaml @@ -20,4 +20,4 @@ sources: - https://github.com/causefx/Organizr - https://hub.docker.com/r/organizr/organizr type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/organizr/SCALE/questions.yaml b/charts/stable/organizr/SCALE/questions.yaml index f7c9341bcab..077a5651822 100644 --- a/charts/stable/organizr/SCALE/questions.yaml +++ b/charts/stable/organizr/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/organizr/values.yaml b/charts/stable/organizr/values.yaml index e61f52c2663..cf066965d16 100644 --- a/charts/stable/organizr/values.yaml +++ b/charts/stable/organizr/values.yaml @@ -23,4 +23,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml index 3d769f10a2e..f5ca3b70672 100644 --- a/charts/stable/overseerr/Chart.yaml +++ b/charts/stable/overseerr/Chart.yaml @@ -23,4 +23,4 @@ name: overseerr sources: - https://github.com/sct/overseerr - https://hub.docker.com/r/sctx/overseerr -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/overseerr/SCALE/questions.yaml b/charts/stable/overseerr/SCALE/questions.yaml index 19173b17778..c47a96a2484 100644 --- a/charts/stable/overseerr/SCALE/questions.yaml +++ b/charts/stable/overseerr/SCALE/questions.yaml @@ -225,7 +225,7 @@ questions: default: 5055 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/overseerr/values.yaml b/charts/stable/overseerr/values.yaml index 6a215efde35..d9f82d1c237 100644 --- a/charts/stable/overseerr/values.yaml +++ b/charts/stable/overseerr/values.yaml @@ -34,5 +34,8 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: /app/config diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml index af6ebff9075..1f06b329c9c 100644 --- a/charts/stable/owncast/Chart.yaml +++ b/charts/stable/owncast/Chart.yaml @@ -22,4 +22,4 @@ name: owncast sources: - https://owncast.online/ - https://github.com/owncast/owncast -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/owncast/SCALE/questions.yaml b/charts/stable/owncast/SCALE/questions.yaml index 4c32b0fb18f..b27447a3407 100644 --- a/charts/stable/owncast/SCALE/questions.yaml +++ b/charts/stable/owncast/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8080 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -316,7 +316,7 @@ questions: default: 1935 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/owncast/values.yaml b/charts/stable/owncast/values.yaml index 26ab8c8a136..f72ef354e54 100644 --- a/charts/stable/owncast/values.yaml +++ b/charts/stable/owncast/values.yaml @@ -37,5 +37,8 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: /app/data diff --git a/charts/stable/owncloud-ocis/Chart.yaml b/charts/stable/owncloud-ocis/Chart.yaml index 073ebd97974..29d20b6b419 100644 --- a/charts/stable/owncloud-ocis/Chart.yaml +++ b/charts/stable/owncloud-ocis/Chart.yaml @@ -25,4 +25,4 @@ name: owncloud-ocis sources: - https://hub.docker.com/r/owncloud/ocis - https://owncloud.dev/ocis/ -version: 1.6.6 +version: 1.6.7 diff --git a/charts/stable/owncloud-ocis/SCALE/questions.yaml b/charts/stable/owncloud-ocis/SCALE/questions.yaml index 557ee4097c5..2e558058283 100644 --- a/charts/stable/owncloud-ocis/SCALE/questions.yaml +++ b/charts/stable/owncloud-ocis/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 9200 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/owncloud-ocis/values.yaml b/charts/stable/owncloud-ocis/values.yaml index d2fc1b603c4..fe1da3e1543 100644 --- a/charts/stable/owncloud-ocis/values.yaml +++ b/charts/stable/owncloud-ocis/values.yaml @@ -32,7 +32,10 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: /config ocis: enabled: false diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml index bec0d90fe26..f45765b29cc 100644 --- a/charts/stable/pgadmin/Chart.yaml +++ b/charts/stable/pgadmin/Chart.yaml @@ -24,4 +24,4 @@ name: pgadmin sources: - https://www.pgadmin.org/ type: application -version: 1.5.5 +version: 1.5.6 diff --git a/charts/stable/pgadmin/SCALE/questions.yaml b/charts/stable/pgadmin/SCALE/questions.yaml index b390c435f4b..6eaa93855f2 100644 --- a/charts/stable/pgadmin/SCALE/questions.yaml +++ b/charts/stable/pgadmin/SCALE/questions.yaml @@ -243,7 +243,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index ce76a970749..3cc7216f9c5 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -22,4 +22,4 @@ name: photoprism sources: - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/photoprism/SCALE/questions.yaml b/charts/stable/photoprism/SCALE/questions.yaml index 483bb53387d..87cc39a0ec0 100644 --- a/charts/stable/photoprism/SCALE/questions.yaml +++ b/charts/stable/photoprism/SCALE/questions.yaml @@ -256,7 +256,7 @@ questions: default: 2342 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/photoprism/values.yaml b/charts/stable/photoprism/values.yaml index f0de5b3e694..19ee5d69ef0 100644 --- a/charts/stable/photoprism/values.yaml +++ b/charts/stable/photoprism/values.yaml @@ -46,7 +46,10 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: /photoprism/storage originals: diff --git a/charts/stable/phpldapadmin/Chart.yaml b/charts/stable/phpldapadmin/Chart.yaml index 0c1fd5ab820..fe7477f996f 100644 --- a/charts/stable/phpldapadmin/Chart.yaml +++ b/charts/stable/phpldapadmin/Chart.yaml @@ -24,4 +24,4 @@ name: phpldapadmin sources: - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog type: application -version: 1.5.5 +version: 1.5.6 diff --git a/charts/stable/phpldapadmin/SCALE/questions.yaml b/charts/stable/phpldapadmin/SCALE/questions.yaml index 72b366e0edc..9caa412f227 100644 --- a/charts/stable/phpldapadmin/SCALE/questions.yaml +++ b/charts/stable/phpldapadmin/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/piaware/Chart.yaml b/charts/stable/piaware/Chart.yaml index 83b1f6f2a4c..428cf62938c 100644 --- a/charts/stable/piaware/Chart.yaml +++ b/charts/stable/piaware/Chart.yaml @@ -19,4 +19,4 @@ maintainers: name: piaware sources: - https://github.com/flightaware/piaware -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/piaware/SCALE/questions.yaml b/charts/stable/piaware/SCALE/questions.yaml index bf4cc363d89..36c2e177fce 100644 --- a/charts/stable/piaware/SCALE/questions.yaml +++ b/charts/stable/piaware/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8080 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index 1e4b9a43095..fe50b630572 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -22,4 +22,4 @@ maintainers: name: plex sources: null type: application -version: 5.8.5 +version: 5.8.6 diff --git a/charts/stable/plex/SCALE/questions.yaml b/charts/stable/plex/SCALE/questions.yaml index 02735e784e5..11e5cb0d689 100644 --- a/charts/stable/plex/SCALE/questions.yaml +++ b/charts/stable/plex/SCALE/questions.yaml @@ -238,7 +238,7 @@ questions: default: 32400 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/plex/values.yaml b/charts/stable/plex/values.yaml index 7f49de5bf44..fec95290dd5 100644 --- a/charts/stable/plex/values.yaml +++ b/charts/stable/plex/values.yaml @@ -26,7 +26,9 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" env: ALLOWED_NETWORKS: "172.16.0.0/16" diff --git a/charts/stable/podgrab/Chart.yaml b/charts/stable/podgrab/Chart.yaml index bdcf5a5cc9f..706b42c918f 100644 --- a/charts/stable/podgrab/Chart.yaml +++ b/charts/stable/podgrab/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://github.com/akhilrex/podgrab - https://hub.docker.com/r/akhilrex/podgrab type: application -version: 4.8.5 +version: 4.8.6 diff --git a/charts/stable/podgrab/SCALE/questions.yaml b/charts/stable/podgrab/SCALE/questions.yaml index c1995220371..28d3b3a5644 100644 --- a/charts/stable/podgrab/SCALE/questions.yaml +++ b/charts/stable/podgrab/SCALE/questions.yaml @@ -227,7 +227,7 @@ questions: default: 8080 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/podgrab/values.yaml b/charts/stable/podgrab/values.yaml index b0e9dc7d774..41b324a9612 100644 --- a/charts/stable/podgrab/values.yaml +++ b/charts/stable/podgrab/values.yaml @@ -37,14 +37,18 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" hostPathMounts: - name: assets enabled: true mountPath: "/assets" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" probes: liveness: diff --git a/charts/stable/postgresql/Chart.yaml b/charts/stable/postgresql/Chart.yaml index 58b5f6f0bd5..a9f1da6e7df 100644 --- a/charts/stable/postgresql/Chart.yaml +++ b/charts/stable/postgresql/Chart.yaml @@ -25,4 +25,4 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 1.2.5 +version: 1.2.6 diff --git a/charts/stable/postgresql/SCALE/questions.yaml b/charts/stable/postgresql/SCALE/questions.yaml index eec096f3dd0..fe33a59dcd6 100644 --- a/charts/stable/postgresql/SCALE/questions.yaml +++ b/charts/stable/postgresql/SCALE/questions.yaml @@ -229,7 +229,7 @@ questions: default: 5432 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml index ed9213b7882..dcc0c939208 100644 --- a/charts/stable/pretend-youre-xyzzy/Chart.yaml +++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml @@ -21,4 +21,4 @@ name: pretend-youre-xyzzy sources: - https://github.com/ajanata/PretendYoureXyzzy - https://github.com/emcniece/DockerYourXyzzy -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/pretend-youre-xyzzy/SCALE/questions.yaml b/charts/stable/pretend-youre-xyzzy/SCALE/questions.yaml index e02b945b11f..6d70f5af52a 100644 --- a/charts/stable/pretend-youre-xyzzy/SCALE/questions.yaml +++ b/charts/stable/pretend-youre-xyzzy/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8080 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index 4e928016d81..4076f2aebcb 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -19,4 +19,4 @@ name: protonmail-bridge sources: - https://github.com/shenxn/protonmail-bridge-docker - https://hub.docker.com/r/shenxn/protonmail-bridge -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/protonmail-bridge/SCALE/questions.yaml b/charts/stable/protonmail-bridge/SCALE/questions.yaml index deafae200b3..311fafeb10e 100644 --- a/charts/stable/protonmail-bridge/SCALE/questions.yaml +++ b/charts/stable/protonmail-bridge/SCALE/questions.yaml @@ -232,7 +232,7 @@ questions: default: 25 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/protonmail-bridge/values.yaml b/charts/stable/protonmail-bridge/values.yaml index 20981bd1060..5ecf3d90d8e 100644 --- a/charts/stable/protonmail-bridge/values.yaml +++ b/charts/stable/protonmail-bridge/values.yaml @@ -38,3 +38,6 @@ persistence: config: enabled: true mountPath: /root + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index 0ca8ab9a2fb..180810914ad 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -21,4 +21,4 @@ name: prowlarr sources: - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images -version: 1.8.6 +version: 1.8.7 diff --git a/charts/stable/prowlarr/SCALE/questions.yaml b/charts/stable/prowlarr/SCALE/questions.yaml index 6716e3cdd5a..1b263bbde94 100644 --- a/charts/stable/prowlarr/SCALE/questions.yaml +++ b/charts/stable/prowlarr/SCALE/questions.yaml @@ -220,7 +220,7 @@ questions: default: 9696 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/prowlarr/values.yaml b/charts/stable/prowlarr/values.yaml index 9a1380cca0a..5138b35093a 100644 --- a/charts/stable/prowlarr/values.yaml +++ b/charts/stable/prowlarr/values.yaml @@ -42,4 +42,7 @@ ingress: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml index c3ffc657450..a048e8c6637 100644 --- a/charts/stable/pyload/Chart.yaml +++ b/charts/stable/pyload/Chart.yaml @@ -21,4 +21,4 @@ name: pyload sources: - https://github.com/pyload/pyload - https://hub.docker.com/r/linuxserver/pyload -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/pyload/SCALE/questions.yaml b/charts/stable/pyload/SCALE/questions.yaml index 604c20ff354..9212243803f 100644 --- a/charts/stable/pyload/SCALE/questions.yaml +++ b/charts/stable/pyload/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 8000 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/pyload/values.yaml b/charts/stable/pyload/values.yaml index ce7c08b017d..f78d6ae1750 100644 --- a/charts/stable/pyload/values.yaml +++ b/charts/stable/pyload/values.yaml @@ -35,7 +35,10 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" downloads: enabled: false mountPath: /downloads diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 5302c303d52..49d9ab8e757 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -19,4 +19,4 @@ maintainers: name: qbittorrent sources: null type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/qbittorrent/SCALE/questions.yaml b/charts/stable/qbittorrent/SCALE/questions.yaml index e1893dc0395..89028135948 100644 --- a/charts/stable/qbittorrent/SCALE/questions.yaml +++ b/charts/stable/qbittorrent/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8080 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -316,7 +316,7 @@ questions: default: 51413 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -364,7 +364,7 @@ questions: default: 51413 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/qbittorrent/values.yaml b/charts/stable/qbittorrent/values.yaml index fa1fdc5ef72..a33e523251a 100644 --- a/charts/stable/qbittorrent/values.yaml +++ b/charts/stable/qbittorrent/values.yaml @@ -36,7 +36,9 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" additionalVolumes: diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index c2b0230d9fb..c39d6553127 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -24,4 +24,4 @@ name: radarr sources: - https://github.com/Radarr/Radarr type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/radarr/SCALE/questions.yaml b/charts/stable/radarr/SCALE/questions.yaml index 44c5d212ca9..0aee7d327a5 100644 --- a/charts/stable/radarr/SCALE/questions.yaml +++ b/charts/stable/radarr/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 7878 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/radarr/values.yaml b/charts/stable/radarr/values.yaml index 64bfadaa7d0..68a42ce833b 100644 --- a/charts/stable/radarr/values.yaml +++ b/charts/stable/radarr/values.yaml @@ -44,4 +44,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index dc30e83376b..89fd5215936 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://github.com/Readarr/Readarr - https://readarr.com type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/readarr/SCALE/questions.yaml b/charts/stable/readarr/SCALE/questions.yaml index c5513c60fa9..c558a57957c 100644 --- a/charts/stable/readarr/SCALE/questions.yaml +++ b/charts/stable/readarr/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8787 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/readarr/values.yaml b/charts/stable/readarr/values.yaml index 9486b83c42d..28d1d9f897c 100644 --- a/charts/stable/readarr/values.yaml +++ b/charts/stable/readarr/values.yaml @@ -44,4 +44,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/reg/Chart.yaml b/charts/stable/reg/Chart.yaml index 85efa8ade06..274c1caf4ae 100644 --- a/charts/stable/reg/Chart.yaml +++ b/charts/stable/reg/Chart.yaml @@ -19,4 +19,4 @@ name: reg sources: - https://github.com/genuinetools/reg - https://github.com/k8s-at-home/container-images/ -version: 1.8.5 +version: 1.8.6 diff --git a/charts/stable/reg/SCALE/questions.yaml b/charts/stable/reg/SCALE/questions.yaml index 998db405de8..fa087f2793d 100644 --- a/charts/stable/reg/SCALE/questions.yaml +++ b/charts/stable/reg/SCALE/questions.yaml @@ -220,7 +220,7 @@ questions: default: 8080 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml index f1374594ca1..9783ecc21c8 100644 --- a/charts/stable/resilio-sync/Chart.yaml +++ b/charts/stable/resilio-sync/Chart.yaml @@ -21,4 +21,4 @@ maintainers: name: resilio-sync sources: - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync -version: 1.6.5 +version: 1.6.7 diff --git a/charts/stable/resilio-sync/SCALE/questions.yaml b/charts/stable/resilio-sync/SCALE/questions.yaml index b839b1d1ed5..ae4dfadc689 100644 --- a/charts/stable/resilio-sync/SCALE/questions.yaml +++ b/charts/stable/resilio-sync/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 8888 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -328,7 +328,7 @@ questions: default: 55555 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -425,7 +425,7 @@ questions: default: 55555 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/resilio-sync/values.yaml b/charts/stable/resilio-sync/values.yaml index 7e0d5117ab5..a11783eba6d 100644 --- a/charts/stable/resilio-sync/values.yaml +++ b/charts/stable/resilio-sync/values.yaml @@ -56,7 +56,10 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: /config media: diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index f1aa9b81b8a..afac8f45134 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -20,4 +20,4 @@ name: sabnzbd sources: - https://sabnzbd.org/ type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/sabnzbd/SCALE/questions.yaml b/charts/stable/sabnzbd/SCALE/questions.yaml index 6c2588fb069..46e523095fc 100644 --- a/charts/stable/sabnzbd/SCALE/questions.yaml +++ b/charts/stable/sabnzbd/SCALE/questions.yaml @@ -226,7 +226,7 @@ questions: default: 8080 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/sabnzbd/values.yaml b/charts/stable/sabnzbd/values.yaml index 975c096f802..87bbd6f6169 100644 --- a/charts/stable/sabnzbd/values.yaml +++ b/charts/stable/sabnzbd/values.yaml @@ -23,4 +23,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml index 70165d8bb9d..d0951696eeb 100644 --- a/charts/stable/ser2sock/Chart.yaml +++ b/charts/stable/ser2sock/Chart.yaml @@ -18,4 +18,4 @@ name: ser2sock sources: - https://github.com/nutechsoftware/ser2sock - https://github.com/tenstartups/ser2sock -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/ser2sock/SCALE/questions.yaml b/charts/stable/ser2sock/SCALE/questions.yaml index 1d74113b7e3..389ad3ae181 100644 --- a/charts/stable/ser2sock/SCALE/questions.yaml +++ b/charts/stable/ser2sock/SCALE/questions.yaml @@ -239,7 +239,7 @@ questions: default: 10000 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index 5e9ca3ad2d9..959ca2829a9 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -24,4 +24,4 @@ name: sonarr sources: - https://github.com/Sonarr/Sonarr type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/sonarr/SCALE/questions.yaml b/charts/stable/sonarr/SCALE/questions.yaml index 4cc6f73ff76..7411c6bcb72 100644 --- a/charts/stable/sonarr/SCALE/questions.yaml +++ b/charts/stable/sonarr/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8989 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/sonarr/values.yaml b/charts/stable/sonarr/values.yaml index 4715fabc443..861e725aa70 100644 --- a/charts/stable/sonarr/values.yaml +++ b/charts/stable/sonarr/values.yaml @@ -44,4 +44,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml index df15ea68231..4a2bfb3ff99 100644 --- a/charts/stable/stash/Chart.yaml +++ b/charts/stable/stash/Chart.yaml @@ -18,4 +18,4 @@ name: stash sources: - https://github.com/stashapp/stash - https://hub.docker.com/r/stashapp/stash -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/stash/SCALE/questions.yaml b/charts/stable/stash/SCALE/questions.yaml index 5833eeb30f6..0bfdc9f3ab8 100644 --- a/charts/stable/stash/SCALE/questions.yaml +++ b/charts/stable/stash/SCALE/questions.yaml @@ -224,7 +224,7 @@ questions: default: 9999 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/stash/values.yaml b/charts/stable/stash/values.yaml index bee17c83061..0a12ca10c3d 100644 --- a/charts/stable/stash/values.yaml +++ b/charts/stable/stash/values.yaml @@ -36,7 +36,10 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: /root/.stash media: diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index 8e4ebc382c6..1c3346ae416 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://github.com/syncthing/syncthing - https://hub.docker.com/r/syncthing/syncthing type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/syncthing/SCALE/questions.yaml b/charts/stable/syncthing/SCALE/questions.yaml index 6196e178139..23e746f709f 100644 --- a/charts/stable/syncthing/SCALE/questions.yaml +++ b/charts/stable/syncthing/SCALE/questions.yaml @@ -213,7 +213,7 @@ questions: default: 8384 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -318,7 +318,7 @@ questions: default: 22000 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -372,7 +372,7 @@ questions: default: 22000 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -477,7 +477,7 @@ questions: default: 21027 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/syncthing/values.yaml b/charts/stable/syncthing/values.yaml index 73758cf2210..d0893ab5fa9 100644 --- a/charts/stable/syncthing/values.yaml +++ b/charts/stable/syncthing/values.yaml @@ -33,6 +33,8 @@ service: persistence: config: enabled: true - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: "/var/syncthing/" diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml index 29774ae25f9..9f843029d32 100644 --- a/charts/stable/tautulli/Chart.yaml +++ b/charts/stable/tautulli/Chart.yaml @@ -23,4 +23,4 @@ name: tautulli sources: - https://github.com/Tautulli/Tautulli type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/tautulli/SCALE/questions.yaml b/charts/stable/tautulli/SCALE/questions.yaml index 017623df4dc..7882ea47ee5 100644 --- a/charts/stable/tautulli/SCALE/questions.yaml +++ b/charts/stable/tautulli/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 8181 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/tautulli/values.yaml b/charts/stable/tautulli/values.yaml index 751715bdf18..33a94ad03f3 100644 --- a/charts/stable/tautulli/values.yaml +++ b/charts/stable/tautulli/values.yaml @@ -23,4 +23,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml index d9eb283d972..87e55580a60 100644 --- a/charts/stable/thelounge/Chart.yaml +++ b/charts/stable/thelounge/Chart.yaml @@ -21,4 +21,4 @@ maintainers: name: thelounge sources: - https://github.com/thelounge/thelounge -version: 1.8.5 +version: 1.8.6 diff --git a/charts/stable/thelounge/SCALE/questions.yaml b/charts/stable/thelounge/SCALE/questions.yaml index f981499bc35..f0605d1c7be 100644 --- a/charts/stable/thelounge/SCALE/questions.yaml +++ b/charts/stable/thelounge/SCALE/questions.yaml @@ -225,7 +225,7 @@ questions: default: 9000 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/thelounge/values.yaml b/charts/stable/thelounge/values.yaml index b92da5d94e9..df1e164be5d 100644 --- a/charts/stable/thelounge/values.yaml +++ b/charts/stable/thelounge/values.yaml @@ -41,4 +41,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml index ca1c1c23df9..54490a059cb 100644 --- a/charts/stable/traefik/Chart.yaml +++ b/charts/stable/traefik/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://traefik.io/ type: application upstream_version: v9.19.2 -version: 6.10.5 +version: 6.10.6 diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index bd3dbdc92c2..ddbb6e75f43 100644 --- a/charts/stable/transmission/Chart.yaml +++ b/charts/stable/transmission/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://github.com/transmission/transmission - https://hub.docker.com/r/linuxserver/transmission type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/transmission/SCALE/questions.yaml b/charts/stable/transmission/SCALE/questions.yaml index 62fde2f2b7f..6e04d86c209 100644 --- a/charts/stable/transmission/SCALE/questions.yaml +++ b/charts/stable/transmission/SCALE/questions.yaml @@ -561,7 +561,7 @@ questions: default: 9091 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -658,7 +658,7 @@ questions: default: 51413 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -706,7 +706,7 @@ questions: default: 51413 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/transmission/values.yaml b/charts/stable/transmission/values.yaml index c2388fbd06c..64e8f3714a9 100644 --- a/charts/stable/transmission/values.yaml +++ b/charts/stable/transmission/values.yaml @@ -103,4 +103,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml index 92259b61fcd..c8edb971241 100644 --- a/charts/stable/truecommand/Chart.yaml +++ b/charts/stable/truecommand/Chart.yaml @@ -22,4 +22,4 @@ name: truecommand sources: - https://hub.docker.com/r/ixsystems/truecommand type: application -version: 6.8.5 +version: 6.8.6 diff --git a/charts/stable/truecommand/SCALE/questions.yaml b/charts/stable/truecommand/SCALE/questions.yaml index c18e6ab176c..8056309b9b2 100644 --- a/charts/stable/truecommand/SCALE/questions.yaml +++ b/charts/stable/truecommand/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 80 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/truecommand/values.yaml b/charts/stable/truecommand/values.yaml index 7710492dc3d..00803865bfe 100644 --- a/charts/stable/truecommand/values.yaml +++ b/charts/stable/truecommand/values.yaml @@ -23,4 +23,6 @@ persistence: data: enabled: true mountPath: "/data" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/tvheadend/Chart.yaml b/charts/stable/tvheadend/Chart.yaml index 60d40625782..2e5f4c385b1 100644 --- a/charts/stable/tvheadend/Chart.yaml +++ b/charts/stable/tvheadend/Chart.yaml @@ -22,4 +22,4 @@ name: tvheadend sources: - https://github.com/tvheadend/tvheadend type: application -version: 7.8.5 +version: 7.8.6 diff --git a/charts/stable/tvheadend/SCALE/questions.yaml b/charts/stable/tvheadend/SCALE/questions.yaml index 3472c1472ee..5793d82dc30 100644 --- a/charts/stable/tvheadend/SCALE/questions.yaml +++ b/charts/stable/tvheadend/SCALE/questions.yaml @@ -230,7 +230,7 @@ questions: default: 9981 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -327,7 +327,7 @@ questions: default: 9982 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/tvheadend/values.yaml b/charts/stable/tvheadend/values.yaml index 2835710b41e..b517736201d 100644 --- a/charts/stable/tvheadend/values.yaml +++ b/charts/stable/tvheadend/values.yaml @@ -33,4 +33,6 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index 0ad8ed80f38..859b08973fd 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -21,4 +21,4 @@ sources: - https://github.com/jacobalberty/unifi-docker - https://unifi-network.ui.com type: application -version: 6.8.5 +version: 6.8.7 diff --git a/charts/stable/unifi/SCALE/questions.yaml b/charts/stable/unifi/SCALE/questions.yaml index 9a8fd26eee7..abc64a3cd60 100644 --- a/charts/stable/unifi/SCALE/questions.yaml +++ b/charts/stable/unifi/SCALE/questions.yaml @@ -231,7 +231,7 @@ questions: default: 8443 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -328,7 +328,7 @@ questions: default: 8080 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -424,7 +424,7 @@ questions: default: 3478 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/unifi/values.yaml b/charts/stable/unifi/values.yaml index d308cc86b98..28ecee7e990 100644 --- a/charts/stable/unifi/values.yaml +++ b/charts/stable/unifi/values.yaml @@ -21,19 +21,19 @@ service: port: 8443 comm: enabled: true - type: ClusterIP ports: tcp: enabled: true port: 8080 + targetPort: 8080 protocol: TCP stun: enabled: true - type: ClusterIP ports: udp: enabled: true port: 3478 + targetPort: 3478 protocol: UDP env: @@ -45,4 +45,6 @@ persistence: config: enabled: true mountPath: "/unifi" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml index c76a41e5f32..9f938ffc51a 100644 --- a/charts/stable/unpackerr/Chart.yaml +++ b/charts/stable/unpackerr/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://github.com/davidnewhall/unpackerr - https://hub.docker.com/r/golift/unpackerr type: application -version: 1.8.5 +version: 1.8.6 diff --git a/charts/stable/unpackerr/values.yaml b/charts/stable/unpackerr/values.yaml index 7e289d84f91..8e823d75dd7 100644 --- a/charts/stable/unpackerr/values.yaml +++ b/charts/stable/unpackerr/values.yaml @@ -35,7 +35,9 @@ probes: persistence: downloads: enabled: true - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" mountPath: /downloads ## Persistent Volume Storage Class ## If defined, storageClassName: diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index d73a8b2ec8f..aa42eea3948 100644 --- a/charts/stable/vaultwarden/Chart.yaml +++ b/charts/stable/vaultwarden/Chart.yaml @@ -31,4 +31,4 @@ name: vaultwarden sources: - https://github.com/dani-garcia/vaultwarden type: application -version: 4.4.2 +version: 4.4.3 diff --git a/charts/stable/vaultwarden/SCALE/questions.yaml b/charts/stable/vaultwarden/SCALE/questions.yaml index 77a3b47e364..197ee98d3ed 100644 --- a/charts/stable/vaultwarden/SCALE/questions.yaml +++ b/charts/stable/vaultwarden/SCALE/questions.yaml @@ -513,7 +513,7 @@ questions: default: 8080 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -610,7 +610,7 @@ questions: default: 3012 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/vaultwarden/values.yaml b/charts/stable/vaultwarden/values.yaml index 1dd27e5a264..9cfc0aa76a6 100644 --- a/charts/stable/vaultwarden/values.yaml +++ b/charts/stable/vaultwarden/values.yaml @@ -149,7 +149,9 @@ persistence: data: enabled: true mountPath: "/data" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" # Enabled postgres postgresql: diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml index a8e065fc385..2e8438326c2 100644 --- a/charts/stable/xteve/Chart.yaml +++ b/charts/stable/xteve/Chart.yaml @@ -21,4 +21,4 @@ name: xteve sources: - https://github.com/xteve-project/xTeVe - https://github.com/k8s-at-home/container-images -version: 1.6.5 +version: 1.6.6 diff --git a/charts/stable/xteve/SCALE/questions.yaml b/charts/stable/xteve/SCALE/questions.yaml index 1055ca1f390..e6065066291 100644 --- a/charts/stable/xteve/SCALE/questions.yaml +++ b/charts/stable/xteve/SCALE/questions.yaml @@ -219,7 +219,7 @@ questions: default: 34400 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/xteve/values.yaml b/charts/stable/xteve/values.yaml index 16d4e2ce37e..b7f896590c6 100644 --- a/charts/stable/xteve/values.yaml +++ b/charts/stable/xteve/values.yaml @@ -30,4 +30,7 @@ service: # @default -- See values.yaml persistence: config: - enabled: false + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index fe575c8f045..9a046ca713d 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://github.com/zwave-js/zwavejs2mqtt - https://hub.docker.com/r/zwavejs/zwavejs2mqtt type: application -version: 6.8.6 +version: 6.8.7 diff --git a/charts/stable/zwavejs2mqtt/SCALE/questions.yaml b/charts/stable/zwavejs2mqtt/SCALE/questions.yaml index 44f5af2983f..6eae67c67d0 100644 --- a/charts/stable/zwavejs2mqtt/SCALE/questions.yaml +++ b/charts/stable/zwavejs2mqtt/SCALE/questions.yaml @@ -212,7 +212,7 @@ questions: default: 8091 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: @@ -309,7 +309,7 @@ questions: default: 3000 editable: false hidden: true - - variable: targetport + - variable: targetPort label: "Target Port" description: "This port exposes the container port on the service" schema: diff --git a/charts/stable/zwavejs2mqtt/values.yaml b/charts/stable/zwavejs2mqtt/values.yaml index dd4239f3b6a..d65b13962ca 100644 --- a/charts/stable/zwavejs2mqtt/values.yaml +++ b/charts/stable/zwavejs2mqtt/values.yaml @@ -89,7 +89,9 @@ persistence: config: enabled: true mountPath: "/config" - type: emptyDir + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" # affinity: