From d22a3a62cfb8fcd6d7c804219d0b7a08493aa926 Mon Sep 17 00:00:00 2001 From: sHa Date: Sun, 23 Aug 2026 13:22:56 +0300 Subject: [PATCH] Bump gitea-mcp chart to 0.1.1 HelmRelease uses reconcileStrategy: ChartVersion, so the entrypoint/ flag fix in the previous commit was never picked up by Flux without a version bump. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01566weDFku8TaRC2CJUPVM1 --- gitea-mcp/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea-mcp/Chart.yaml b/gitea-mcp/Chart.yaml index 0f7fdfa..7f428d2 100644 --- a/gitea-mcp/Chart.yaml +++ b/gitea-mcp/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: gitea-mcp description: Gitea MCP server Helm chart type: application -version: 0.1.0 +version: 0.1.1 appVersion: "1.6.0"