From a1a8eace6c777613bc9d30758bc8203aea200918 Mon Sep 17 00:00:00 2001 From: Vitalii Valkov Date: Wed, 12 Aug 2026 00:48:10 +0200 Subject: [PATCH] Release the chart at 0.2.0 This repo takes its chart version from Chart.yaml rather than the release tag, so v0.2.0 republished 0.1.1 and the umbrella had nothing new to pin. --- charts/groups/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/groups/Chart.yaml b/charts/groups/Chart.yaml index 32f9422..f2d6120 100644 --- a/charts/groups/Chart.yaml +++ b/charts/groups/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: groups description: Helm chart for deploying the GroupsService gRPC server. type: application -version: 0.1.1 -appVersion: 0.1.1 +version: 0.2.0 +appVersion: 0.2.0 home: https://github.com/agynio/groups sources: - https://github.com/agynio/groups