We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf34c4 commit 91a04d2Copy full SHA for 91a04d2
README.md
@@ -1,7 +1,7 @@
1
# PostgreSQL Container Images
2
3
Maintenance scripts to generate Immutable Application Containers
4
-for all available PostgreSQL versions (12 to 16) to be used as
+for all available PostgreSQL versions (12 to 17) to be used as
5
operands with the [CloudNativePG operator](https://cloudnative-pg.io)
6
for Kubernetes.
7
lib/repo_funcs.sh
@@ -16,7 +16,7 @@
16
#
17
18
# Update this everytime a new major release of PostgreSQL is available
19
-POSTGRESQL_LATEST_MAJOR_RELEASE=16
+POSTGRESQL_LATEST_MAJOR_RELEASE=17
20
21
# Get the last postgres base image tag and update time
22
fetch_postgres_image_version() {
0 commit comments