Skip to content

Commit

Permalink
feat: update postgres init image
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed May 4, 2024
1 parent dc2bf1a commit a2ed5ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/default/linkding/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
spec:
initContainers:
- name: init-db
image: ghcr.io/onedr0p/postgres-initdb:14.7
image: ghcr.io/oscaromeu/postgres-init:14.10
envFrom:
- secretRef:
name: *app
2 changes: 1 addition & 1 deletion kubernetes/apps/default/linkding/patches/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
values:
initContainers:
- name: init-db
image: ghcr.io/onedr0p/postgres-initdb:14.7
image: ghcr.io/oscaromeu/postgres-init:14.10
env:
- name: POSTGRES_HOST
valueFrom:
Expand Down

0 comments on commit a2ed5ad

Please sign in to comment.