Skip to content

Commit

Permalink
add subchart tags as categories
Browse files Browse the repository at this point in the history
  • Loading branch information
imgios authored Jul 11, 2024
1 parent dae4c5b commit 76d261a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 5 deletions.
28 changes: 23 additions & 5 deletions servarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions servarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76d261a

Please sign in to comment.