Skip to content

Commit

Permalink
Merge pull request #975 from christianknell/renovate/shlink-backend-r…
Browse files Browse the repository at this point in the history
…abbitmq-12.x

Update Helm release rabbitmq to v12.1.6
  • Loading branch information
christianhuth authored Sep 22, 2023
2 parents ea7dd45 + 7ff72c0 commit 588af87
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: 2.11.0
version: 2.11.1
appVersion: "3.6.3"
home: https://github.com/christianknell/helm-charts
icon: https://shlink.io/images/shlink-logo-blue.svg
Expand All @@ -19,15 +19,15 @@ dependencies:
condition: mariadb.enabled
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.12.1
version: 9.12.3
condition: mysql.enabled
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.10.0
condition: postgresql.enabled
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 12.1.3
version: 12.1.6
condition: rabbitmq.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
Expand All @@ -36,4 +36,6 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: bumped chart version of redis to 17.17.1
description: bumped chart version of mysql to 9.12.3
- kind: changed
description: bumped chart version of rabbitmq to 12.1.6

0 comments on commit 588af87

Please sign in to comment.