Skip to content

Commit

Permalink
fix(home-assistant): postgres-init image
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Apr 12, 2024
1 parent e1654a1 commit 2a7146e
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 2a7146e

Please sign in to comment.