Skip to content

Commit

Permalink
hotfix: gatus correct init-db configuration for HR
Browse files Browse the repository at this point in the history
  • Loading branch information
axeII committed Jul 4, 2024
1 parent 7d69d08 commit 993815e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kubernetes/apps/monitoring/gatus/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ spec:
annotations:
reloader.stakater.com/auto: "true"
initContainers:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.2
01-init-db:
image: ghcr.io/onedr0p/postgres-init:16.2
image:
imagePullPolicy: IfNotPresent
envFrom:
envFrom: &envFrom
Expand Down

0 comments on commit 993815e

Please sign in to comment.