Fixed emby

This commit is contained in:
Jon Ervine 2021-04-08 22:45:00 +08:00
parent 19f7f9ed0e
commit 34a0a7c54f
7 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
version: 0.1.9 version: 0.1.10
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.

View File

@ -20,4 +20,4 @@ version: 0.1.10
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: 4.5.4.0 appVersion: 4.5.4.0
icon: https://git.ervine.org/jonny/charts/raw/branch/master/emby/emby.png icon: {{ icon }}

View File

@ -75,7 +75,7 @@ spec:
volumes: volumes:
- name: emby-media-pv - name: emby-media-pv
persistentVolumeClaim: persistentVolumeClaim:
claimName: {{ .Values.mediaPvc }} claimName: {{ .Values.config.mediaPvc }}
- name: emby-config - name: emby-config
persistentVolumeClaim: persistentVolumeClaim:
claimName: {{ .Values.config.configPvc }} claimName: {{ .Values.config.configPvc }}

View File

@ -87,4 +87,4 @@ spec:
requests: requests:
storage: {{ .Values.config.storageSize }} storage: {{ .Values.config.storageSize }}
storageClassName: {{ .Values.config.persistence.storageClassName | quote }} storageClassName: {{ .Values.config.persistence.storageClassName | quote }}
{{= end -}} {{- end -}}

View File

@ -14,10 +14,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
version: 0.1.30 version: 0.1.32
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: v3.11.4 appVersion: v3.13.0
icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png

View File

@ -28,7 +28,7 @@ securityContext:
# - ALL # - ALL
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
runAsNonRoot: true runAsNonRoot: true
runAsUser: 1003 runAsUser: 1027
service: service:
type: ClusterIP type: ClusterIP

View File

@ -70,4 +70,4 @@ affinity: {}
config: config:
configPvc: sonarr-hermes-config-pvc configPvc: sonarr-hermes-config-pvc
mediaPvc: sonarr-media-pvc mediaPvc: sonarr-hermes-media-pvc