From 8f4800ee2710250a3144111a1a46ad64055bd34a Mon Sep 17 00:00:00 2001 From: yashsinghcodes Date: Tue, 4 Nov 2025 04:12:42 +0530 Subject: [PATCH] fix: appVersion typo --- .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 71e19623..e5310fc4 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -44,7 +44,7 @@ jobs: APP_VERSION="${VERSION}" CHART_VERSION="${VERSION}" else - APP_VERSION="lastest" + APP_VERSION="latest" CHART_VERSION="2.1.1" fi