diff --git a/charts/umami/CHANGELOG.md b/charts/umami/CHANGELOG.md index d7ac7659..7064c27a 100644 --- a/charts/umami/CHANGELOG.md +++ b/charts/umami/CHANGELOG.md @@ -1,7 +1,7 @@ # umami -## 4.1.1 +## 4.1.2 -### Added +### Changed -- Changelog +- dependency to mysql to 12.2.2 diff --git a/charts/umami/Chart.yaml b/charts/umami/Chart.yaml index 65e6cf21..26222956 100644 --- a/charts/umami/Chart.yaml +++ b/charts/umami/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: umami description: Umami is a simple, fast, privacy-focused alternative to Google Analytics. type: application -version: 4.1.1 +version: 4.1.2 appVersion: "v2.15.1" home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/umami-software/umami/master/public/android-chrome-512x512.png @@ -20,13 +20,13 @@ dependencies: condition: postgresql.enabled - name: mysql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.2.1 + version: 12.2.2 condition: mysql.enabled annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - - kind: added - description: Changelog + - kind: changed + description: dependency to mysql to 12.2.2 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