diff --git a/nzbhydra/Chart.yaml b/nzbhydra/Chart.yaml index 6a193e7..08a73c4 100644 --- a/nzbhydra/Chart.yaml +++ b/nzbhydra/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.2 +version: 0.1.3 # 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/nzbhydra/templates/statefulset.yaml b/nzbhydra/templates/statefulset.yaml index 02eb4c4..9bfcbdd 100644 --- a/nzbhydra/templates/statefulset.yaml +++ b/nzbhydra/templates/statefulset.yaml @@ -45,6 +45,11 @@ spec: volumeMounts: - name: hydra-config mountPath: /config + - name: hydra-tmp + mountPath: /tmp + volumes: + - name: hydra-tmp + emptyDir: {} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} diff --git a/nzbhydra/~? b/nzbhydra/~? new file mode 100644 index 0000000..4d3786c Binary files /dev/null and b/nzbhydra/~? differ