diff --git a/README.md b/README.md index cd24e4a7..c8de7929 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PostgreSQL Container Images Maintenance scripts to generate Immutable Application Containers -for all available PostgreSQL versions (12 to 16) to be used as +for all available PostgreSQL versions (12 to 17) to be used as operands with the [CloudNativePG operator](https://cloudnative-pg.io) for Kubernetes. diff --git a/lib/repo_funcs.sh b/lib/repo_funcs.sh index 22ac9420..218810ca 100644 --- a/lib/repo_funcs.sh +++ b/lib/repo_funcs.sh @@ -16,7 +16,7 @@ # # Update this everytime a new major release of PostgreSQL is available -POSTGRESQL_LATEST_MAJOR_RELEASE=16 +POSTGRESQL_LATEST_MAJOR_RELEASE=17 # Get the last postgres base image tag and update time fetch_postgres_image_version() {