Skip to content

Commit

Permalink
chore(deps): update container image ghcr.io/haraldkoch/postgres-init …
Browse files Browse the repository at this point in the history
…to v16.4

| datasource | package                          | from | to   |
| ---------- | -------------------------------- | ---- | ---- |
| docker     | ghcr.io/haraldkoch/postgres-init | 16.3 | 16.4 |
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 626f4a5 commit def0693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/household/immich/server-helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
01-init-db:
image:
repository: ghcr.io/haraldkoch/postgres-init
tag: 16.3
tag: 16.4
envFrom:
- configMapRef:
name: *configMap
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/household/vikunja/patches/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
init-db:
image:
repository: ghcr.io/haraldkoch/postgres-init
tag: 16.3
tag: 16.4
env:
- name: INIT_POSTGRES_HOST
value: postgres-rw.databases.svc.cluster.local
Expand Down

0 comments on commit def0693

Please sign in to comment.