From 08f26574c0d0fb7c41e77b45bcb0bfe39a9cd769 Mon Sep 17 00:00:00 2001 From: yashsinghcodes Date: Wed, 11 Feb 2026 20:13:10 +0530 Subject: [PATCH] helm version bump --- .github/workflows/helm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index abb7c288..41e3bfe8 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -45,7 +45,7 @@ jobs: CHART_VERSION="${VERSION}" else APP_VERSION="latest" - CHART_VERSION="2.1.2" + CHART_VERSION="2.2.0" fi echo "APP_VERSION set to ${APP_VERSION}"