Skip to content

Commit aac12bb

Browse files
committed
chore(deps): update postgres docker tag to v17.6
1 parent 7b3b795 commit aac12bb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

apps/gatus/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:16.9
41+
image: postgres:17.6
4242
securityContext:
4343
runAsUser: 999
4444
runAsGroup: 999

apps/ghostfolio/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:16.9"
41+
image: "postgres:17.6"
4242
securityContext:
4343
runAsUser: 999
4444
runAsGroup: 999

apps/linkding/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:16.9
41+
image: postgres:17.6
4242
securityContext:
4343
runAsUser: 999
4444
runAsGroup: 999

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/media/components/postgres/postgres-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
runAsNonRoot: true
2323
containers:
2424
- name: postgres
25-
image: postgres:16.9
25+
image: postgres:17.6
2626
securityContext:
2727
runAsUser: 999
2828
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)