Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Helm release mariadb to v16 #1053

Merged
merged 3 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions charts/shlink-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: shlink-backend
description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own domain.
type: application
version: 2.17.0
version: 3.0.0
appVersion: "3.7.3"
home: https://github.com/christianknell/helm-charts
icon: https://shlink.io/images/shlink-logo-blue.svg
Expand All @@ -15,7 +15,7 @@ sources:
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.5.7
version: 16.0.2
condition: mariadb.enabled
- name: mysql
repository: https://charts.bitnami.com/bitnami
Expand All @@ -31,11 +31,11 @@ dependencies:
condition: rabbitmq.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.17.1
version: 18.13.0
condition: redis.enabled
annotations:
artifacthub.io/changes: |
- kind: changed
description: bumped image version to 3.7.3
description: bumped helm dependency for mariadb to 16.0.2
- kind: changed
description: bumped helm dependency for rabbitmq to 12.11.0
description: bumped helm dependency for redis to 18.13.0
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
Loading