Skip to content

Commit

Permalink
added upgade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Feb 16, 2024
1 parent c3df517 commit 087834a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/shlink-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions charts/shlink-backend/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 087834a

Please sign in to comment.