Skip to content

Commit

Permalink
feat!: update docker image docker.io/library/postgres to 15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Zee Aslam <[email protected]>
  • Loading branch information
bloopy-boi committed Oct 30, 2022
1 parent 176f153 commit 00ae02e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/auth/authentik/authentik-postgres-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
config.alpha.linkerd.io/proxy-wait-before-exit-seconds: "20"
spec:
replicas: 1
image: docker.io/library/postgres:14.5
image: docker.io/library/postgres:15.0
database:
size: 10Gi
storageClassName: ceph-block
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/blogs/strapi/strapi-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: blogs
spec:
replicas: 1
image: docker.io/library/postgres:14.5
image: docker.io/library/postgres:15.0
database:
size: 5Gi
storageClassName: ceph-block
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/home/emqx/emqx-db-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: home
spec:
replicas: 1
image: docker.io/library/postgres:14.5
image: docker.io/library/postgres:15.0
database:
size: 256Mi
storageClassName: ceph-block
Expand Down

0 comments on commit 00ae02e

Please sign in to comment.