From 1ffdfe83c884dc5e39d071343d5269164746c536 Mon Sep 17 00:00:00 2001 From: Noste <83548733+Noooste@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:28:41 +0200 Subject: [PATCH] fix(helm): track appVersion in release-please and fix badges --- helm/garage-ui/Chart.yaml | 4 ++-- helm/garage-ui/README.md | 4 ++-- release-please-config.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/garage-ui/Chart.yaml b/helm/garage-ui/Chart.yaml index 6692342..701a703 100644 --- a/helm/garage-ui/Chart.yaml +++ b/helm/garage-ui/Chart.yaml @@ -3,8 +3,8 @@ name: garage-ui description: A Helm chart for Garage UI - Web interface for Garage S3 object storage icon: https://helm.noste.dev/garage.png type: application -version: 0.8.3 -appVersion: v0.8.2 +version: 0.8.3 # x-release-please-version +appVersion: v0.8.3 # x-release-please-version keywords: - garage - s3 diff --git a/helm/garage-ui/README.md b/helm/garage-ui/README.md index de8fa01..e201ab9 100644 --- a/helm/garage-ui/README.md +++ b/helm/garage-ui/README.md @@ -2,8 +2,8 @@ A Helm chart for deploying [Garage UI](https://github.com/Noooste/garage-ui), a modern web interface for managing [Garage](https://garagehq.deuxfleurs.fr/) distributed object storage systems. -[![Version](https://img.shields.io/badge/version-0.8.3)](Chart.yaml) -[![App Version](https://img.shields.io/badge/app%20version-v0.8.3)](Chart.yaml) +[![Version](https://img.shields.io/badge/version-0.8.3?color=blue)](Chart.yaml) +[![App Version](https://img.shields.io/badge/app%20version-v0.8.3?color=green)](Chart.yaml) ## Table of Contents diff --git a/release-please-config.json b/release-please-config.json index 6e19585..6f87f29 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -9,7 +9,7 @@ "include-component-in-tag": false, "changelog-path": "CHANGELOG.md", "extra-files": [ - "helm/garage-ui/Chart.yaml", + { "type": "generic", "path": "helm/garage-ui/Chart.yaml" }, "helm/garage-ui/README.md" ] }