From bd9cfcaf7858102545ca0ef6b3498bf9de83771b Mon Sep 17 00:00:00 2001 From: Christian Huth Date: Sat, 17 Feb 2024 13:18:22 +0100 Subject: [PATCH] Update Chart.yaml --- charts/shlink-backend/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/shlink-backend/Chart.yaml b/charts/shlink-backend/Chart.yaml index 9d2a3f86..63aa7b4e 100644 --- a/charts/shlink-backend/Chart.yaml +++ b/charts/shlink-backend/Chart.yaml @@ -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 @@ -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