Skip to content

Commit

Permalink
chore(container): update ghcr.io/onedr0p/postgres-init ( dc0e751 → 8b…
Browse files Browse the repository at this point in the history
…a3204 )
  • Loading branch information
renovate[bot] authored May 28, 2024
1 parent 2d8d925 commit 43012fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/gitea/init-db/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: init-db
image: ghcr.io/onedr0p/postgres-init:16.3@sha256:dc0e7510173f389ebd6754a753fa7a745127ed69c54e0eef6882704532fef1a3
image: ghcr.io/onedr0p/postgres-init:16.3@sha256:8ba3204f6b293dd168766009aae2ce4fa986a29b931c2d30ac1b30238ac750b8
envFrom:
- secretRef:
name: gitea-init-db
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
readOnlyRootFilesystem: false
extraInitContainers:
- name: init-db
image: ghcr.io/onedr0p/postgres-init:16.3@sha256:dc0e7510173f389ebd6754a753fa7a745127ed69c54e0eef6882704532fef1a3
image: ghcr.io/onedr0p/postgres-init:16.3@sha256:8ba3204f6b293dd168766009aae2ce4fa986a29b931c2d30ac1b30238ac750b8
envFrom:
- secretRef:
name: *secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
secret.reloader.stakater.com/reload: &secret authentik-secret
initContainers:
- name: init-db
image: ghcr.io/onedr0p/postgres-init:16.3@sha256:dc0e7510173f389ebd6754a753fa7a745127ed69c54e0eef6882704532fef1a3
image: ghcr.io/onedr0p/postgres-init:16.3@sha256:8ba3204f6b293dd168766009aae2ce4fa986a29b931c2d30ac1b30238ac750b8
envFrom:
- secretRef:
name: &secret authentik-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/monitoring/gatus/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.3@sha256:dc0e7510173f389ebd6754a753fa7a745127ed69c54e0eef6882704532fef1a3
tag: 16.3@sha256:8ba3204f6b293dd168766009aae2ce4fa986a29b931c2d30ac1b30238ac750b8
envFrom: &envFrom
- secretRef:
name: gatus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
values:
extraInitContainers:
- name: 01-init-db
image: ghcr.io/onedr0p/postgres-init:16.3@sha256:dc0e7510173f389ebd6754a753fa7a745127ed69c54e0eef6882704532fef1a3
image: ghcr.io/onedr0p/postgres-init:16.3@sha256:8ba3204f6b293dd168766009aae2ce4fa986a29b931c2d30ac1b30238ac750b8
envFrom:
- secretRef:
name: &secret grafana-secret
Expand Down

0 comments on commit 43012fe

Please sign in to comment.