Skip to content

Commit 91a04d2

Browse files
authored
feat: set v17 as the latest stable major (#116)
Signed-off-by: Niccolò Fei <[email protected]>
1 parent faf34c4 commit 91a04d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PostgreSQL Container Images
22

33
Maintenance scripts to generate Immutable Application Containers
4-
for all available PostgreSQL versions (12 to 16) to be used as
4+
for all available PostgreSQL versions (12 to 17) to be used as
55
operands with the [CloudNativePG operator](https://cloudnative-pg.io)
66
for Kubernetes.
77

lib/repo_funcs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
# Update this everytime a new major release of PostgreSQL is available
19-
POSTGRESQL_LATEST_MAJOR_RELEASE=16
19+
POSTGRESQL_LATEST_MAJOR_RELEASE=17
2020

2121
# Get the last postgres base image tag and update time
2222
fetch_postgres_image_version() {

0 commit comments

Comments
 (0)