Skip to content

Commit

Permalink
Update Chart.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth authored Feb 17, 2024
1 parent 2a71403 commit bd9cfca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 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: 3.0.1
version: 3.1.0
appVersion: "3.7.3"
home: https://github.com/christianknell/helm-charts
icon: https://shlink.io/images/shlink-logo-blue.svg
Expand Down Expand Up @@ -31,11 +31,11 @@ dependencies:
condition: rabbitmq.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.13.0
version: 18.14.0
condition: redis.enabled
annotations:
artifacthub.io/changes: |
- kind: changed
description: bumped helm dependency for mariadb to 16.0.2
description: bumped helm dependency for mariadb to 16.1.0
- kind: changed
description: bumped helm dependency for redis to 18.13.0
description: bumped helm dependency for redis to 18.14.0

0 comments on commit bd9cfca

Please sign in to comment.