From ad475405e98d3d54f3bb96a3c140447be1d5ca1b Mon Sep 17 00:00:00 2001 From: justusbunsi Date: Sat, 1 Mar 2025 17:07:55 +0000 Subject: [PATCH] docs(README): add upgrade notes regarding PostgreSQL + Gitea major updates (#818) Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/818 Co-authored-by: justusbunsi Co-committed-by: justusbunsi --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 021da35..84f3de9 100644 --- a/README.md +++ b/README.md @@ -1248,6 +1248,8 @@ If you miss this, blindly upgrading may delete your Postgres instance and you ma **Breaking changes** +- Update Gitea to 1.23.x (review the [1.23 release blog post](https://blog.gitea.com/release-of-1.23.0/) for all application breaking changes) +- Update PostgreSQL sub-chart dependencies to appVersion 17.x - Update Redis sub-chart to version 20.x (appVersion 7.4) Although there are no breaking changes in the Redis Chart itself, it updates Redis from `7.2` to `7.4`. We recommend checking the release notes: - [Redis Chart release notes (starting with v20.0.0)](https://github.com/bitnami/charts/blob/HEAD/bitnami/redis/CHANGELOG.md#2000-2024-08-09).