From 1bb699cc93dd39067fb2e485c0c28c31f7e5a585 Mon Sep 17 00:00:00 2001 From: Martin Khachatryan <86410695+Martin9204@users.noreply.github.com> Date: Mon, 4 May 2026 20:41:00 +0400 Subject: [PATCH] Bump chart version to 0.5.1 Forces Flux source-controller to repackage the chart so the new network-aztec.yaml template (added in #160) is included in the deployed artifact. Without a version bump, source-controller keeps serving the cached 0.5.0 tarball that pre-dates the Aztec template. Co-Authored-By: Claude Opus 4.7 (1M context) --- deploy/helm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index 457739cf..997b58f9 100644 --- a/deploy/helm/Chart.yaml +++ b/deploy/helm/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: train-solver description: Train Solver - cross-chain atomic swap orchestration platform type: application -version: 0.5.0 +version: 0.5.1 appVersion: "latest"