From 743bf63365a58986ecbcec96593c4fa2195c286d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DONNETTE Date: Thu, 26 Sep 2024 10:46:22 +0200 Subject: [PATCH] feat(doc): Better visibility for badges --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02a0ccb..8b185cf 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ This Helm chart deploys the Lago billing system with various optional dependencies such as Redis, PostgreSQL, and MinIO. Below are details about configuring the chart for different environments. -[![Lago Release](https://img.shields.io/github/v/release/getlago/lago)](https://github.com/getlago/lago/releases) +## Current Releases + +| Project | Release Badge | +|--------------------|-----------------------------------------------------------------------------------------------------| +| **Lago** | [![Lago Release](https://img.shields.io/github/v/release/getlago/lago)](https://github.com/getlago/lago/releases) | +| **Helm Chart** | [![Helm Chart Release](https://img.shields.io/github/v/release/getlago/lago-helm-charts)](https://github.com/getlago/lago-helm-charts/releases) | -[![Helm Chart Release](https://img.shields.io/github/v/release/getlago/lago-helm-charts)](https://github.com/getlago/lago-helm-charts/releases) ## Prerequisites @@ -139,4 +143,6 @@ For additional customization, refer to the comments in `values.yaml`. To uninstall/delete the `my-lago-release`: +``` helm delete my-lago-release +``` \ No newline at end of file