Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update mysql helm release to v12.2.1 #43

Merged
merged 2 commits into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions charts/homarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: homarr
description: A Helm chart to deploy homarr for Kubernetes
home: https://homarr-labs.github.io/charts/charts/homarr/
type: application
version: 2.0.1
version: 2.0.2
# renovate datasource=docker depName=ghcr.io/homarr-labs/homarr
appVersion: "v1.0.1"
icon: https://raw.githubusercontent.com/homarr-labs/charts/refs/heads/main/charts/homarr/icon.svg
Expand All @@ -12,7 +12,7 @@ dependencies:
- name: mysql
repository: "https://charts.bitnami.com/bitnami"
condition: mysql.internal
version: "12.2.0"
version: "12.2.1"
keywords:
- homarr
- dashboard
Expand All @@ -21,14 +21,13 @@ sources:
maintainers:
- name: oben01
email: [email protected]

annotations:
artifacthub.io/signKey: |
fingerprint: 36F9A886ABA6AA4C1588B942E7EC1AA0EFD54840
url: https://homarr-labs.github.io/charts/pgp_keys.asc
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/homarr-labs/homarr docker tag to v1.0.1
description: Update mysql helm release to v12.2.1
artifacthub.io/links: |-
- name: App Source
url: https://github.com/homarr-labs/homarr
Expand Down
4 changes: 2 additions & 2 deletions charts/homarr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/homarr-labs/charts/refs/heads/main/charts/homarr/icon.svg" align="right" width="92" alt="homarr logo">

![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat)
![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: v1.0.1](https://img.shields.io/badge/AppVersion-v1.0.1-informational?style=flat)

Expand All @@ -22,7 +22,7 @@ Kubernetes: `>=1.22.0-0`

| Repository | Name | Version |
|------------|------|---------|
| <https://charts.bitnami.com/bitnami> | mysql | 12.2.0 |
| <https://charts.bitnami.com/bitnami> | mysql | 12.2.1 |

## Installing the Chart

Expand Down