fix(sonarr): remove postgres (#16350)

This commit is contained in:
kqmaverick 2023-12-22 07:08:10 -08:00 committed by GitHub
parent 9fae299bb6
commit eef712a86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 20 deletions

View File

@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: sonarr
version: 17.0.5
version: 17.0.6
appVersion: 3.0.10.1567
description: Smart PVR for newsgroup and bittorrent users
home: https://truecharts.org/charts/stable/sonarr

View File

@ -106,7 +106,6 @@ questions:
default: 568
# Include{resources}
# Include{postgresql}
# Include{metrics}
# Include{prometheusRule}
# Include{advanced}

View File

@ -41,18 +41,6 @@ workload:
env:
SONARR__PORT: "{{ .Values.service.main.ports.main.port }}"
SONARR__AUTHENTICATION_METHOD: ""
# Enable postgres if v4 of sonarr supports it.
# SONARR__POSTGRES_PORT: 5432
# SONARR__POSTGRES_USER: "{{ .Values.cnpg.main.user }}"
# SONARR__POSTGRES_MAIN_DB: "{{ .Values.cnpg.main.database }}"
# SONARR__POSTGRES_HOST:
# secretKeyRef:
# name: cnpg-main-urls
# key: host
# SONARR__POSTGRES_PASSWORD:
# secretKeyRef:
# name: cnpg-main-urls
# key: password
exportarr:
enabled: true
type: Deployment
@ -102,12 +90,6 @@ persistence:
exportarr:
mountPath: /config
readOnly: true
# might be supported on sonarr v4 upon released
cnpg:
main:
enabled: false
database: sonarr
user: sonarr
metrics:
main:
enabled: true