Skip to content

Commit

Permalink
Merge pull request #1254 from christianhuth/renovate/umami-mysql-12.x
Browse files Browse the repository at this point in the history
chore(deps): update mysql docker tag to v12.2.2
  • Loading branch information
christianhuth authored Jan 23, 2025
2 parents 8f14012 + d8a14f6 commit db8c00b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/umami/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# umami

## 4.1.1
## 4.1.2

### Added
### Changed

- Changelog
- dependency to mysql to 12.2.2
8 changes: 4 additions & 4 deletions charts/umami/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit db8c00b

Please sign in to comment.