Update catalog information

This commit is contained in:
sonicaj
2023-04-20 13:11:15 +00:00
parent 994d487e50
commit 9e8362d3ce
17 changed files with 18 additions and 11 deletions

View File

@@ -30,7 +30,7 @@
"latest_version": "1.0.80",
"latest_app_version": "2023.4.5",
"latest_human_version": "2023.4.5_1.0.80",
"last_update": "2023-04-19 12:32:55",
"last_update": "2023-04-19 22:40:27",
"name": "home-assistant",
"recommended": false,
"title": "Home Assistant",
@@ -354,9 +354,9 @@
"healthy": true,
"healthy_error": null,
"location": "/__w/charts/charts/community/sonarr",
"latest_version": "1.0.1",
"latest_version": "1.0.2",
"latest_app_version": "3.0.10.1567",
"latest_human_version": "3.0.10.1567_1.0.1",
"latest_human_version": "3.0.10.1567_1.0.2",
"last_update": "2023-04-11 15:25:04",
"name": "sonarr",
"recommended": false,

View File

@@ -1,6 +0,0 @@
dependencies:
- name: common
repository: file://../../../common
version: 1.0.3
digest: sha256:1a090020cfa582aff29906320874ffe9b543fcc6c2423c281f434514f2653e02
generated: "2023-04-06T11:54:15.069382144Z"

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: file://../../../common
version: 1.0.6
digest: sha256:2f1f31c15fb7f92db141a66adbb8d23a8598727730050a3883a211763a4e5472
generated: "2023-04-20T15:35:13.537135268+03:00"

View File

@@ -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:

Binary file not shown.

View File

@@ -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