Skip to content

Commit

Permalink
Added support for Postgres 17
Browse files Browse the repository at this point in the history
  • Loading branch information
groundhog2k committed Nov 2, 2024
1 parent 903f95a commit ae782bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/postgres/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
- database
- postgres

version: "1.4.4"
version: "1.5.0"

appVersion: "16.4"
appVersion: "17.0"
icon: https://www.postgresql.org/media/img/about/press/elephant64.png
4 changes: 2 additions & 2 deletions charts/postgres/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PostgreSQL

![Version: 1.4.4](https://img.shields.io/badge/Version-1.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 16.4](https://img.shields.io/badge/AppVersion-16.4-informational?style=flat-square)
![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 17.0](https://img.shields.io/badge/AppVersion-17.0-informational?style=flat-square)

## Changelog

Expand All @@ -10,7 +10,7 @@ A Helm chart for PostgreSQL on Kubernetes

## ⚠️ Warning

There is no automatic database upgrade from PostgreSQL 13.x (Chart version 0.2.x) to PostgreSQL 14.x (Chart version 0.3.x) or Postgres 14.x to Postgres 15.x (Chart version 0.4.x) and upgrade deployment will fail in case of a major version change.
There is no automatic database upgrade from PostgreSQL 13.x (Chart version 0.2.x) to PostgreSQL 14.x (Chart version 0.3.x) or Postgres 14.x to Postgres 15.x (Chart version 0.4.x) etc. Upgrade deployment will fail in case of a major version change.

## TL;DR

Expand Down
1 change: 1 addition & 0 deletions charts/postgres/RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@
| 1.4.2 | 16.2 | Updated README |
| 1.4.3 | 16.3 | Upgraded to Postgres 16.3 |
| 1.4.4 | 16.4 | Upgraded to Postgres 16.4 |
| 1.5.0 | 17.0 | Added Postgres 17.0 |
| | | |

0 comments on commit ae782bd

Please sign in to comment.