Skip to content

Commit e4e5bef

Browse files
committed
chore(deps): update postgres docker tag to v17.6
1 parent 51473c8 commit e4e5bef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/mealie/components/postgres/postgres-sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
type: RuntimeDefault
4040
containers:
4141
- name: postgres
42-
image: postgres:17.4
42+
image: postgres:17.6
4343
securityContext:
4444
runAsUser: 999
4545
runAsGroup: 999

apps/miniflux/components/postgres/postgres-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
type: RuntimeDefault
3939
containers:
4040
- name: postgres
41-
image: postgres:17.4
41+
image: postgres:17.6
4242
securityContext:
4343
runAsUser: 999
4444
runAsGroup: 999

0 commit comments

Comments
 (0)