Compare commits

...

5 commits

Author SHA1 Message Date
49d87470d7 Update dashboard VolSync Dashboard ( 1 → 3 ) 2024-10-23 03:33:13 +00:00
f532b5416f
correct db name 2024-10-22 22:18:12 -05:00
58a3d4919b
correct db names 2024-10-22 22:16:57 -05:00
b4ecf685c3
revert 2024-10-22 22:07:17 -05:00
c8b07d60c7
two secrets in one 2024-10-22 22:05:10 -05:00
4 changed files with 5 additions and 5 deletions

View file

@ -40,7 +40,7 @@ spec:
RADARR__POSTGRES__USER: "{{ .user }}"
RADARR__POSTGRES__PASSWORD: "{{ .password }}"
RADARR__POSTGRES__PORT: "{{ .port }}"
RADARR__POSTGRES__MAINDB: radarr_main
RADARR__POSTGRES__MAINDB: "{{ .dbname }}"
dataFrom:
- extract:
key: postgres-pguser-radarr-anime

View file

@ -21,7 +21,7 @@ spec:
cleanupOnFail: true
remediation:
retries: 3
strategy: rollback
strategy: uninstall
values:
controllers:
radarr:

View file

@ -125,7 +125,7 @@ spec:
type: AlphaNumeric
- name: radarr-anime
databases:
- radarr_main
- radarr_anime
password:
type: AlphaNumeric
- name: sonarr
@ -136,7 +136,7 @@ spec:
type: AlphaNumeric
- name: sonarr-anime
databases:
- sonarr_main
- sonarr_anime
password:
type: AlphaNumeric
- name: jellyseerr

View file

@ -191,7 +191,7 @@ spec:
volsync:
# removate: depName="VolSync Dashboard"
gnetId: 21356
revision: 1
revision: 3
datasource:
- { name: DS_PROMETHEUS, value: Prometheus }
- { name: VAR_REPLICATIONDESTNAME, value: .*-dst }