Skip to content

Commit

Permalink
Merge pull request #1089 from christianhuth/renovate/shlink-backend-m…
Browse files Browse the repository at this point in the history
…ysql-9.x

chore(deps): update helm release mysql to v9.22.0
  • Loading branch information
christianhuth authored Aug 29, 2024
2 parents a9c11a6 + e74b230 commit 3f6f6be
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 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: 4.1.1
version: 4.2.0
appVersion: "3.7.3"
home: https://github.com/christianhuth/helm-charts
icon: https://shlink.io/images/shlink-logo-blue.svg
Expand All @@ -15,11 +15,11 @@ sources:
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 16.2.0
version: 16.4.0
condition: mariadb.enabled
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.19.1
version: 9.22.0
condition: mysql.enabled
- name: postgresql
repository: https://charts.bitnami.com/bitnami
Expand All @@ -36,4 +36,6 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: URL and name of Helm repository
description: bumped helm dependency for mariadb to 16.4.0
- kind: changed
description: bumped helm dependency for mysql to 9.22.0

0 comments on commit 3f6f6be

Please sign in to comment.