fix(helm): track appVersion in release-please and fix badges

This commit is contained in:
Noste
2026-06-22 15:28:41 +02:00
parent e0cd59dcdf
commit 1ffdfe83c8
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ name: garage-ui
description: A Helm chart for Garage UI - Web interface for Garage S3 object storage description: A Helm chart for Garage UI - Web interface for Garage S3 object storage
icon: https://helm.noste.dev/garage.png icon: https://helm.noste.dev/garage.png
type: application type: application
version: 0.8.3 version: 0.8.3 # x-release-please-version
appVersion: v0.8.2 appVersion: v0.8.3 # x-release-please-version
keywords: keywords:
- garage - garage
- s3 - s3
+2 -2
View File
@@ -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. 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) <!-- x-release-please-version --> [![Version](https://img.shields.io/badge/version-0.8.3?color=blue)](Chart.yaml) <!-- x-release-please-version -->
[![App Version](https://img.shields.io/badge/app%20version-v0.8.3)](Chart.yaml) <!-- x-release-please-version --> [![App Version](https://img.shields.io/badge/app%20version-v0.8.3?color=green)](Chart.yaml) <!-- x-release-please-version -->
## Table of Contents ## Table of Contents
+1 -1
View File
@@ -9,7 +9,7 @@
"include-component-in-tag": false, "include-component-in-tag": false,
"changelog-path": "CHANGELOG.md", "changelog-path": "CHANGELOG.md",
"extra-files": [ "extra-files": [
"helm/garage-ui/Chart.yaml", { "type": "generic", "path": "helm/garage-ui/Chart.yaml" },
"helm/garage-ui/README.md" "helm/garage-ui/README.md"
] ]
} }