Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cluster/apps/default/mealie/api/postgres-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: default
spec:
replicas: 1
image: docker.io/library/postgres:15.4
image: docker.io/library/postgres:18.3
database:
size: 5Gi
storageClassName: ceph-block
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/hass/home-assistant/app/postgres-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: hass
spec:
replicas: 1
image: docker.io/library/postgres:15.4
image: docker.io/library/postgres:18.3
database:
size: 5Gi
storageClassName: ceph-block
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/monitoring/grafana/app/postgres-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- postgres-name
topologyKey: "kubernetes.io/hostname"
replicas: 2
image: docker.io/library/postgres:15.4
image: docker.io/library/postgres:18.3
database:
size: 5Gi
storageClassName: ceph-block
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/networking/authentik/app/postgres-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: networking
spec:
replicas: 1
image: docker.io/library/postgres:15.4
image: docker.io/library/postgres:18.3
database:
size: 5Gi
storageClassName: ceph-block
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/runners/woodpecker/app/postgres-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: runners
spec:
replicas: 1
image: docker.io/library/postgres:15.4
image: docker.io/library/postgres:18.3
database:
size: 5Gi
storageClassName: ceph-block
Expand Down
Loading