From 76d261a935155dca560daf2e13786ba54f206bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giosu=C3=A8=20Sulipano?= <34242779+imgios@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:39:32 +0200 Subject: [PATCH] add subchart tags as categories --- servarr/Chart.yaml | 28 +++++++++++++++++++++++----- servarr/values.yaml | 14 ++++++++++++++ 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/servarr/Chart.yaml b/servarr/Chart.yaml index 18a9614..12fc4fd 100644 --- a/servarr/Chart.yaml +++ b/servarr/Chart.yaml @@ -16,40 +16,58 @@ keywords: home: https://github.com/fonzdm/servarr sources: - https://github.com/fonzdm/servarr - -# Movies: jellyfin, jellyseerr, radarr, qbittorrent, bazarr -# Serie TV: jellyfin, jellyseerr, sonarr, qbittorrent, bazarr -# Music: jellyfin, lidarr, qbittorrent - dependencies: - name: sonarr version: "21.2.1" repository: "https://charts.truecharts.org" condition: sonarr.enabled + tags: + - tvseries - name: radarr version: "21.2.1" repository: "https://charts.truecharts.org" condition: radarr.enabled + tags: + - movies - name: prowlarr version: "16.2.1" repository: "https://charts.truecharts.org" condition: prowlarr.enabled + tags: + - movies + - tvseries + - music - name: qbittorrent version: "19.4.1" repository: "https://charts.truecharts.org" condition: qbittorrent.enabled + tags: + - movies + - tvseries + - music - name: jellyseerr version: "9.5.2" repository: "https://charts.truecharts.org" condition: jellyseerr.enabled + tags: + - movies + - tvseries - name: jellyfin version: "18.7.7" repository: "https://charts.truecharts.org" condition: jellyfin.enabled + tags: + - movies + - tvseries + - music - name: flaresolverr version: "13.4.1" repository: "https://charts.truecharts.org" condition: flaresolverr.enabled + tags: + - movies + - tvseries + - music annotations: artifacthub.io/alternativeName: servar artifacthub.io/category: integration-delivery diff --git a/servarr/values.yaml b/servarr/values.yaml index 8831985..431beff 100644 --- a/servarr/values.yaml +++ b/servarr/values.yaml @@ -15,6 +15,20 @@ global: # @section -- Global certManagerClusterIssuer: &issuer +tags: + # -- (bool) This tag will deploy: Radarr, Prowlarr, QBitTorrent, Jellyseerr, Jellyfin, Flaresolverr + # @default -- true + # @section -- Tags + movies: true + # -- (bool) This tag will deploy: Sonarr, Prowlarr, QBitTorrent, Jellyseerr, Jellyfin, Flaresolverr + # @default -- true + # @section -- Tags + tvseries: true + # -- (bool) This tag will deploy: Prowlarr, QBitTorrent, Jellyfin, Flaresolverr + # @default -- true + # @section -- Tags + music: true + metrics: # -- Anchor to set wether to deploy the export sidecar pods or not. Requires the Prometheus stack. Do not remove the `&metricsEnabled` anchor! # @section -- Metrics