Skip to content

Commit

Permalink
Merge pull request #1127 from christianhuth/renovate/umami-mysql-9.x
Browse files Browse the repository at this point in the history
Update Helm release mysql to v9.23.0
  • Loading branch information
christianhuth authored Aug 30, 2024
2 parents ff0a1db + 8ec49a1 commit c455681
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions charts/umami/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: umami
description: Umami is a simple, fast, privacy-focused alternative to Google Analytics.
type: application
version: 3.2.0
version: 3.3.0
appVersion: "postgresql-v2.9.0"
home: https://github.com/christianhuth/helm-charts
icon: https://raw.githubusercontent.com/umami-software/umami/master/public/android-chrome-512x512.png
Expand All @@ -15,17 +15,19 @@ sources:
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.1.3
version: 14.3.3
condition: postgresql.enabled
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.22.0
version: 9.23.0
condition: mysql.enabled
annotations:
artifacthub.io/category: monitoring-logging
artifacthub.io/changes: |
- kind: changed
description: bumped chart version of mysql to 9.22.0
description: bumped chart version of mysql to 9.23.0
- kind: changed
description: bumped chart version of postgresql to 14.3.3
artifacthub.io/screenshots: |
- title: Umami measures just the important metrics that you care about and everything is displayed on a single, easy to browse page.
url: https://umami.is/images/feature-website-stats.png
Expand Down

0 comments on commit c455681

Please sign in to comment.