Correct targetPort and always use PVC during testing (#840)
* Fix targetPort not being processed correctly * Always use PVC in values.yaml just to be sure it actually works * fix a small copy-paste mistake * bump * fix hyperion-ng mistake
This commit is contained in:
committed by
GitHub
parent
31d17d53c0
commit
8a24c8721f
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -45,4 +45,6 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -26,4 +26,4 @@ name: appdaemon
|
||||
sources:
|
||||
- https://github.com/AppDaemon/appdaemon
|
||||
type: application
|
||||
version: 3.8.5
|
||||
version: 3.8.6
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -38,4 +38,6 @@ hostPathMounts:
|
||||
- name: config
|
||||
enabled: true
|
||||
mountPath: /conf
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -23,4 +23,6 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -25,4 +25,6 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -55,4 +55,7 @@ service:
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
config:
|
||||
enabled: false
|
||||
enabled: true
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -36,4 +36,6 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/datastore"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -21,4 +21,4 @@ name: deluge
|
||||
sources:
|
||||
- https://github.com/deluge-torrent/deluge
|
||||
type: application
|
||||
version: 6.8.5
|
||||
version: 6.8.6
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -30,4 +30,6 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -26,4 +26,6 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -27,4 +27,6 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -27,4 +27,4 @@ name: fireflyiii
|
||||
sources:
|
||||
- https://github.com/firefly-iii/firefly-iii/
|
||||
type: application
|
||||
version: 5.4.2
|
||||
version: 5.4.3
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -59,7 +59,9 @@ persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/var/www/html/storage/upload"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
|
||||
# Enabled postgres
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -33,4 +33,7 @@ service:
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
data:
|
||||
enabled: false
|
||||
enabled: true
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -33,4 +33,7 @@ service:
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
data:
|
||||
enabled: false
|
||||
enabled: true
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -23,4 +23,6 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -22,4 +22,4 @@ name: gaps
|
||||
sources:
|
||||
- https://github.com/JasonHHouse/gaps
|
||||
type: application
|
||||
version: 6.8.5
|
||||
version: 6.8.6
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -21,4 +21,6 @@ persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/usr/data"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -20,4 +20,4 @@ name: grocy
|
||||
sources:
|
||||
- https://github.com/grocy/grocy
|
||||
type: application
|
||||
version: 6.8.5
|
||||
version: 6.8.6
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -23,4 +23,6 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -48,4 +48,6 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -47,4 +47,7 @@ ingress:
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
config:
|
||||
enabled: false
|
||||
enabled: true
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -37,5 +37,8 @@ env:
|
||||
persistence:
|
||||
# -- Volume used for configuration
|
||||
config:
|
||||
enabled: false
|
||||
enabled: true
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
mountpath: /config
|
||||
|
||||
@@ -18,4 +18,4 @@ maintainers:
|
||||
name: heimdall
|
||||
sources: null
|
||||
type: application
|
||||
version: 6.8.5
|
||||
version: 6.8.6
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -27,4 +27,6 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -49,5 +49,8 @@ service:
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: false
|
||||
enabled: true
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
mountPath: /root/.hyperion
|
||||
|
||||
@@ -24,4 +24,4 @@ name: jackett
|
||||
sources:
|
||||
- https://github.com/Jackett/Jackett
|
||||
type: application
|
||||
version: 6.8.6
|
||||
version: 6.8.7
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -36,4 +36,6 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -24,4 +24,4 @@ name: jellyfin
|
||||
sources:
|
||||
- https://github.com/jellyfin/jellyfin
|
||||
type: application
|
||||
version: 6.8.5
|
||||
version: 6.8.6
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -26,4 +26,6 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
@@ -22,4 +22,4 @@ name: kms
|
||||
sources:
|
||||
- https://github.com/SystemRage/py-kms
|
||||
type: application
|
||||
version: 6.8.5
|
||||
version: 6.8.6
|
||||
|
||||
@@ -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:
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user