Skip to content

Commit

Permalink
Merge pull request #2822 from tyriis/bugfix/homeassisstant-postgress-…
Browse files Browse the repository at this point in the history
…initdb

fix(home-assistant): postgres-init image
  • Loading branch information
tyriis authored Apr 12, 2024
2 parents e1654a1 + 2a7146e commit 8ad2782
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ spec:
initContainers:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-initdb
tag: 14.8@sha256:0141cf427c47f2d534711a3f9e8c5f9008bc6b585463ccd9288cf0f027e20deb
repository: ghcr.io/onedr0p/postgres-init
tag: 14.10@sha256:71ddc70edccf201d6a521fe6216bc58d8c7c856a1ef96c4d4fbe9f548818ea4d
env:
TZ: ${SETTING_TZ}
POSTGRES_SUPER_PASS: ${SECRET_CLOUDNATIVE_PG_PASSWORD}
Expand Down

0 comments on commit 8ad2782

Please sign in to comment.