diff --git a/library/ix-dev/community/sonarr/Chart.lock b/library/ix-dev/community/sonarr/Chart.lock index 7c09f46050..d1006b35f3 100644 --- a/library/ix-dev/community/sonarr/Chart.lock +++ b/library/ix-dev/community/sonarr/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: file://../../../common - version: 1.0.3 -digest: sha256:1a090020cfa582aff29906320874ffe9b543fcc6c2423c281f434514f2653e02 -generated: "2023-04-06T11:54:15.069382144Z" + version: 1.0.6 +digest: sha256:2f1f31c15fb7f92db141a66adbb8d23a8598727730050a3883a211763a4e5472 +generated: "2023-04-20T15:35:13.537135268+03:00" diff --git a/library/ix-dev/community/sonarr/Chart.yaml b/library/ix-dev/community/sonarr/Chart.yaml index 109cd1bd0f..3884e96465 100644 --- a/library/ix-dev/community/sonarr/Chart.yaml +++ b/library/ix-dev/community/sonarr/Chart.yaml @@ -3,7 +3,7 @@ description: Sonarr is a PVR for Usenet and BitTorrent users. annotations: title: Sonarr type: application -version: 1.0.1 +version: 1.0.2 apiVersion: v2 appVersion: '3.0.10.1567' kubeVersion: '>=1.16.0-0' @@ -13,7 +13,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.0.3 + version: 1.0.6 home: https://github.com/Sonarr/Sonarr icon: https://raw.githubusercontent.com/Sonarr/Sonarr/develop/Logo/256.png sources: diff --git a/library/ix-dev/community/sonarr/charts/common-1.0.3.tgz b/library/ix-dev/community/sonarr/charts/common-1.0.3.tgz deleted file mode 100644 index c8d520cf2d..0000000000 Binary files a/library/ix-dev/community/sonarr/charts/common-1.0.3.tgz and /dev/null differ diff --git a/library/ix-dev/community/sonarr/charts/common-1.0.6.tgz b/library/ix-dev/community/sonarr/charts/common-1.0.6.tgz new file mode 100644 index 0000000000..4f1d4d6425 Binary files /dev/null and b/library/ix-dev/community/sonarr/charts/common-1.0.6.tgz differ diff --git a/library/ix-dev/community/sonarr/templates/_sonarr.tpl b/library/ix-dev/community/sonarr/templates/_sonarr.tpl index a018ebb21c..7ab8cbf991 100644 --- a/library/ix-dev/community/sonarr/templates/_sonarr.tpl +++ b/library/ix-dev/community/sonarr/templates/_sonarr.tpl @@ -73,6 +73,13 @@ persistence: mountPath: /config 01-permissions: mountPath: /mnt/directories/config + tmp: + enabled: true + type: emptyDir + targetSelector: + sonarr: + sonarr: + mountPath: /tmp {{- range $idx, $storage := .Values.sonarrStorage.additionalStorages }} {{ printf "sonarr-%v" (int $idx) }}: enabled: true