fix: go back to onedr0p/postgres-init since there is no v16 tag for the new repo
This commit is contained in:
parent
cdbd35b5e0
commit
96c7cf9c3b
4 changed files with 4 additions and 4 deletions
kubernetes
main/apps/download
thin/apps/default/home-assistant/files
|
@ -19,7 +19,7 @@ spec:
|
|||
initContainers:
|
||||
init-db:
|
||||
image:
|
||||
repository: ghcr.io/home-operations/postgres-init
|
||||
repository: ghcr.io/onedr0p/postgres-init
|
||||
tag: 16
|
||||
env:
|
||||
INIT_POSTGRES_DBNAME: &dbName autobrr
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
initContainers:
|
||||
init-db:
|
||||
image:
|
||||
repository: ghcr.io/home-operations/postgres-init
|
||||
repository: ghcr.io/onedr0p/postgres-init
|
||||
tag: 16
|
||||
env:
|
||||
INIT_POSTGRES_DBNAME: &dbName radarr_main
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
initContainers:
|
||||
init-db:
|
||||
image:
|
||||
repository: ghcr.io/home-operations/postgres-init
|
||||
repository: ghcr.io/onedr0p/postgres-init
|
||||
tag: 16
|
||||
env:
|
||||
INIT_POSTGRES_DBNAME: &dbName sonarr_main
|
||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
|||
initContainers:
|
||||
init-db:
|
||||
image:
|
||||
repository: ghcr.io/home-operations/postgres-init
|
||||
repository: ghcr.io/onedr0p/postgres-init
|
||||
tag: 16
|
||||
envFrom: &envFrom
|
||||
- secretRef:
|
||||
|
|
Loading…
Add table
Reference in a new issue