Skip to content

Commit

Permalink
chore(deps): update ghcr.io/onedr0p/postgres-init docker tag to v16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grey-gorilla committed Apr 14, 2024
1 parent 1738672 commit 7944e3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/home-assistant/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:

initContainers:
init-db:
image: ghcr.io/onedr0p/postgres-init:16.1@sha256:dda75857689116d9c233ec0978cb905da0f952618dfbe1b8731aa1071044eaf0
image: ghcr.io/onedr0p/postgres-init:16.2@sha256:3436dfbbc2799332a01361e007e3b408d016cfc235261e1caccc65e6edadf516
env:
- name: INIT_POSTGRES_HOST
value: postgres.core.svc.cluster.local
Expand Down
2 changes: 1 addition & 1 deletion apps/image-host/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.1@sha256:dda75857689116d9c233ec0978cb905da0f952618dfbe1b8731aa1071044eaf0
tag: 16.2@sha256:3436dfbbc2799332a01361e007e3b408d016cfc235261e1caccc65e6edadf516
env:
- name: INIT_POSTGRES_HOST
value: postgres.core.svc.cluster.local
Expand Down
2 changes: 1 addition & 1 deletion apps/miniflux/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.1@sha256:dda75857689116d9c233ec0978cb905da0f952618dfbe1b8731aa1071044eaf0
tag: 16.2@sha256:3436dfbbc2799332a01361e007e3b408d016cfc235261e1caccc65e6edadf516
env:
- name: INIT_POSTGRES_HOST
value: postgres.core.svc.cluster.local
Expand Down
2 changes: 1 addition & 1 deletion apps/windmill/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
spec:
initContainers:
- name: init-db
image: ghcr.io/onedr0p/postgres-init:16.1@sha256:dda75857689116d9c233ec0978cb905da0f952618dfbe1b8731aa1071044eaf0
image: ghcr.io/onedr0p/postgres-init:16.2@sha256:3436dfbbc2799332a01361e007e3b408d016cfc235261e1caccc65e6edadf516
env:
- name: INIT_POSTGRES_HOST
value: postgres.core.svc.cluster.local
Expand Down

0 comments on commit 7944e3a

Please sign in to comment.