diff --git a/charts/homarr/Chart.yaml b/charts/homarr/Chart.yaml index 7217594..10d6514 100644 --- a/charts/homarr/Chart.yaml +++ b/charts/homarr/Chart.yaml @@ -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: 0.0.1 +version: 0.0.2 # renovate datasource=docker depName=ghcr.io/homarr-labs/homarr appVersion: "0.0.1" icon: https://raw.githubusercontent.com/homarr-labs/homarr/dev/charts/homarr/icon.svg @@ -23,8 +23,8 @@ annotations: fingerprint: 36F9A886ABA6AA4C1588B942E7EC1AA0EFD54840 url: https://homarr-labs.github.io/charts/pgp_keys.asc artifacthub.io/changes: |- - - kind: added - description: Migrate chart + - kind: changed + description: Update dependency mkdocs-material to v9.5.48 artifacthub.io/links: |- - name: App Source url: https://github.com/homarr-labs/homarr diff --git a/charts/homarr/README.md b/charts/homarr/README.md index 4b9a2e8..627c131 100644 --- a/charts/homarr/README.md +++ b/charts/homarr/README.md @@ -2,7 +2,7 @@ homarr logo -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat) +![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6efd690..6088389 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ CairoSVG mkdocs==1.6.0 mkdocs-git-revision-date-localized-plugin==1.2.5 -mkdocs-material==9.5.32 +mkdocs-material==9.5.48 mkdocs-minify-plugin==0.8.0 mkdocs-simple-hooks==0.1.5 Pillow