From 087834a0e7faab418e271f85ad239ff173b6278b Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Fri, 16 Feb 2024 14:28:33 +0100 Subject: [PATCH] added upgade instructions --- charts/shlink-backend/README.md | 6 ++++++ charts/shlink-backend/README.md.gotmpl | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/charts/shlink-backend/README.md b/charts/shlink-backend/README.md index 3fc9a879..f77cd8fd 100644 --- a/charts/shlink-backend/README.md +++ b/charts/shlink-backend/README.md @@ -108,6 +108,12 @@ helm install my-release -f values.yaml christianknell/shlink-backend ## Upgrading the Chart +### To 3.0.0 + +This major updates the Redis subchart to its newest major, 18.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#upgrading) and [here](https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES) you can find more information about the changes introduced in that version. + +Additionally it updates the MariaDB subchart to its newest major, 16.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/mariadb#to-1600) you can find more information about the changes introduced in that version. + ### To 2.0.0 This major updates the RabbitMQ subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq#upgrading) and [here](https://www.rabbitmq.com/upgrade.html) you can find more information about the changes introduced in that version. diff --git a/charts/shlink-backend/README.md.gotmpl b/charts/shlink-backend/README.md.gotmpl index ac19e503..2674eb46 100644 --- a/charts/shlink-backend/README.md.gotmpl +++ b/charts/shlink-backend/README.md.gotmpl @@ -53,6 +53,12 @@ helm install my-release -f values.yaml christianknell/shlink-backend ## Upgrading the Chart +### To 3.0.0 + +This major updates the Redis subchart to its newest major, 18.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#upgrading) and [here](https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES) you can find more information about the changes introduced in that version. + +Additionally it updates the MariaDB subchart to its newest major, 16.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/mariadb#to-1600) you can find more information about the changes introduced in that version. + ### To 2.0.0 This major updates the RabbitMQ subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq#upgrading) and [here](https://www.rabbitmq.com/upgrade.html) you can find more information about the changes introduced in that version.