Skip to content

Commit 047b41e

Browse files
committed
chore(deps): update postgres docker tag to v16.10
1 parent f3d32c8 commit 047b41e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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:16.10
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:16.10"
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:16.10
4242
securityContext:
4343
runAsUser: 999
4444
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:16.10
2626
securityContext:
2727
runAsUser: 999
2828
runAsGroup: 999

0 commit comments

Comments
 (0)