Skip to content

Commit

Permalink
feat(container)!: Update image ghcr.io/onedr0p/postgres-init to v16.5
Browse files Browse the repository at this point in the history
| datasource | package                       | from  | to   |
| ---------- | ----------------------------- | ----- | ---- |
| docker     | ghcr.io/onedr0p/postgres-init | 14.10 | 16.5 |
| docker     | ghcr.io/onedr0p/postgres-init | 15.5  | 16.5 |


Signed-off-by: Jeff Billimek <billimek@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 3f4e1c6 commit 37a9d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default/teslamate/teslamate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
values:
initContainers:
init-db:
image: ghcr.io/onedr0p/postgres-init:15.5@sha256:70b4c228f2e86de39008a35211c76c1ac6de1dcdf0e908ac09ede6a11e2344e2
image: ghcr.io/onedr0p/postgres-init:16.5@sha256:53fa938cfe6d2dae23b120145362341950f1154bf9d0e7f2ec4e471d61624f79
envFrom:
- secretRef:
name: teslamate-secret
Expand Down
2 changes: 1 addition & 1 deletion monitoring/grafana/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
values:
extraInitContainers:
- name: init-db
image: ghcr.io/onedr0p/postgres-init:14.10
image: ghcr.io/onedr0p/postgres-init:16.5
imagePullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down

0 comments on commit 37a9d9a

Please sign in to comment.