forked from repo-mirrors/cnpg-postgres-containers
feat: set v17 as the latest stable major (#116)
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# PostgreSQL Container Images
|
# PostgreSQL Container Images
|
||||||
|
|
||||||
Maintenance scripts to generate Immutable Application Containers
|
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)
|
operands with the [CloudNativePG operator](https://cloudnative-pg.io)
|
||||||
for Kubernetes.
|
for Kubernetes.
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Update this everytime a new major release of PostgreSQL is available
|
# 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
|
# Get the last postgres base image tag and update time
|
||||||
fetch_postgres_image_version() {
|
fetch_postgres_image_version() {
|
||||||
|
Reference in New Issue
Block a user