Skip to content

Commit

Permalink
comment out subcharts conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
imgios authored Jul 11, 2024
1 parent 76d261a commit b3e1f23
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
14 changes: 7 additions & 7 deletions servarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,50 +20,50 @@ dependencies:
- name: sonarr
version: "21.2.1"
repository: "https://charts.truecharts.org"
condition: sonarr.enabled
# condition: sonarr.enabled
tags:
- tvseries
- name: radarr
version: "21.2.1"
repository: "https://charts.truecharts.org"
condition: radarr.enabled
# condition: radarr.enabled
tags:
- movies
- name: prowlarr
version: "16.2.1"
repository: "https://charts.truecharts.org"
condition: prowlarr.enabled
# condition: prowlarr.enabled
tags:
- movies
- tvseries
- music
- name: qbittorrent
version: "19.4.1"
repository: "https://charts.truecharts.org"
condition: qbittorrent.enabled
# condition: qbittorrent.enabled
tags:
- movies
- tvseries
- music
- name: jellyseerr
version: "9.5.2"
repository: "https://charts.truecharts.org"
condition: jellyseerr.enabled
# condition: jellyseerr.enabled
tags:
- movies
- tvseries
- name: jellyfin
version: "18.7.7"
repository: "https://charts.truecharts.org"
condition: jellyfin.enabled
# condition: jellyfin.enabled
tags:
- movies
- tvseries
- music
- name: flaresolverr
version: "13.4.1"
repository: "https://charts.truecharts.org"
condition: flaresolverr.enabled
# condition: flaresolverr.enabled
tags:
- movies
- tvseries
Expand Down
56 changes: 28 additions & 28 deletions servarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -525,10 +525,10 @@ volumes:
size: 250Mi

sonarr:
# -- Choose whether Sonarr should be installed or not.
# @section Services
# @default -- true
enabled: true
# # -- Choose whether Sonarr should be installed or not.
# # @section Services
# # @default -- true
# enabled: true
# @ignore
metrics:
main:
Expand Down Expand Up @@ -602,10 +602,10 @@ sonarr:
mountPath: /mnt/downloads

radarr:
# -- Choose whether Radarr should be installed or not.
# @section Services
# @default -- true
enabled: true
# # -- Choose whether Radarr should be installed or not.
# # @section Services
# # @default -- true
# enabled: true
# @ignore
metrics:
main:
Expand Down Expand Up @@ -679,10 +679,10 @@ radarr:
mountPath: /mnt/downloads

jellyfin:
# -- Choose whether Jellyfin should be installed or not.
# @section Services
# @default -- true
enabled: true
# # -- Choose whether Jellyfin should be installed or not.
# # @section Services
# # @default -- true
# enabled: true
# @ignore
metrics:
main:
Expand Down Expand Up @@ -775,10 +775,10 @@ jellyfin:
mountPath: /mnt/media

jellyseerr:
# -- Choose whether Jellyseerr should be installed or not.
# @section Services
# @default -- true
enabled: true
# # -- Choose whether Jellyseerr should be installed or not.
# # @section Services
# # @default -- true
# enabled: true
# @ignore
metrics:
main:
Expand Down Expand Up @@ -867,10 +867,10 @@ jellyseerr:
mountPath: /mnt/media

qbittorrent:
# -- Choose whether QBitTorrent should be installed or not.
# @section Services
# @default -- true
enabled: true
# # -- Choose whether QBitTorrent should be installed or not.
# # @section Services
# # @default -- true
# enabled: true
# -- Whether to enable or disable CSRF Protection on qBitTorrent WebGUI
# @section -- Torrent
# @default -- false
Expand Down Expand Up @@ -935,10 +935,10 @@ qbittorrent:
mountPath: /downloads

prowlarr:
# -- Choose whether Prowlarr should be installed or not.
# @section Services
# @default -- true
enabled: true
# # -- Choose whether Prowlarr should be installed or not.
# # @section Services
# # @default -- true
# enabled: true
# @ignore
metrics:
main:
Expand Down Expand Up @@ -993,10 +993,10 @@ prowlarr:
readOnly: true

flaresolverr:
# -- Choose whether Flaresolverr should be installed or not.
# @section Services
# @default -- true
enabled: true
# # -- Choose whether Flaresolverr should be installed or not.
# # @section Services
# # @default -- true
# enabled: true
# @ignore
metrics:
main:
Expand Down

0 comments on commit b3e1f23

Please sign in to comment.