From 34a0a7c54f39ebd99018b9ad884264d39899dc11 Mon Sep 17 00:00:00 2001 From: Jon Ervine Date: Thu, 8 Apr 2021 22:45:00 +0800 Subject: [PATCH] Fixed emby --- bedrock/Chart.yaml | 2 +- emby/Chart.yaml | 2 +- emby/templates/statefulset.yaml | 2 +- gitea/templates/statefulset.yaml | 2 +- nzbhydra/Chart.yaml | 4 ++-- nzbhydra/values.yaml | 2 +- sonarr/values.yaml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bedrock/Chart.yaml b/bedrock/Chart.yaml index 0fa2464..99255ae 100644 --- a/bedrock/Chart.yaml +++ b/bedrock/Chart.yaml @@ -14,7 +14,7 @@ type: application # 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. -version: 0.1.9 +version: 0.1.10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/emby/Chart.yaml b/emby/Chart.yaml index ffeae34..aaac1d8 100644 --- a/emby/Chart.yaml +++ b/emby/Chart.yaml @@ -20,4 +20,4 @@ version: 0.1.10 # incremented each time you make changes to the application. appVersion: 4.5.4.0 -icon: https://git.ervine.org/jonny/charts/raw/branch/master/emby/emby.png +icon: {{ icon }} diff --git a/emby/templates/statefulset.yaml b/emby/templates/statefulset.yaml index 9a32587..f222894 100644 --- a/emby/templates/statefulset.yaml +++ b/emby/templates/statefulset.yaml @@ -75,7 +75,7 @@ spec: volumes: - name: emby-media-pv persistentVolumeClaim: - claimName: {{ .Values.mediaPvc }} + claimName: {{ .Values.config.mediaPvc }} - name: emby-config persistentVolumeClaim: claimName: {{ .Values.config.configPvc }} diff --git a/gitea/templates/statefulset.yaml b/gitea/templates/statefulset.yaml index 5a4d6b9..b957aa6 100644 --- a/gitea/templates/statefulset.yaml +++ b/gitea/templates/statefulset.yaml @@ -87,4 +87,4 @@ spec: requests: storage: {{ .Values.config.storageSize }} storageClassName: {{ .Values.config.persistence.storageClassName | quote }} -{{= end -}} +{{- end -}} diff --git a/nzbhydra/Chart.yaml b/nzbhydra/Chart.yaml index d6ee7ba..59a2027 100644 --- a/nzbhydra/Chart.yaml +++ b/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # 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. -version: 0.1.30 +version: 0.1.32 # This is the version number of the application being deployed. This version number should be # 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 diff --git a/nzbhydra/values.yaml b/nzbhydra/values.yaml index 1106cbb..8b97287 100644 --- a/nzbhydra/values.yaml +++ b/nzbhydra/values.yaml @@ -28,7 +28,7 @@ securityContext: # - ALL readOnlyRootFilesystem: true runAsNonRoot: true - runAsUser: 1003 + runAsUser: 1027 service: type: ClusterIP diff --git a/sonarr/values.yaml b/sonarr/values.yaml index 189b7ca..2a7610c 100644 --- a/sonarr/values.yaml +++ b/sonarr/values.yaml @@ -70,4 +70,4 @@ affinity: {} config: configPvc: sonarr-hermes-config-pvc -mediaPvc: sonarr-media-pvc +mediaPvc: sonarr-hermes-media-pvc