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 postgresql/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
runAsGroup: 1000
fsGroup: 1000
containers:
- image: postgres:17.2
- image: postgres:17.5
name: postgresql
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion postgresql/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: PostgreSQL
name: postgresql
version: 17.2
version: "17.5"
maintainer: "[email protected]"
description: The PostgreSQL object-relational database system provides reliability and data integrity.
url: https://www.postgresql.org
Expand Down