Merge pull request #1861 from yashsinghcodes/main

fix 2.1.1 release helm chart
This commit is contained in:
Yash Singh
2025-11-04 04:09:13 +05:30
committed by GitHub
+3 -2
View File
@@ -9,6 +9,7 @@ on:
push:
branches:
- nightly
- main
paths:
- "functions/kubernetes/charts/**"
workflow_dispatch:
@@ -43,8 +44,8 @@ jobs:
APP_VERSION="${VERSION}"
CHART_VERSION="${VERSION}"
else
APP_VERSION="nightly"
CHART_VERSION="0.0.0-nightly-untagged-latest"
APP_VERSION="lastest"
CHART_VERSION="2.1.1"
fi
echo "APP_VERSION set to ${APP_VERSION}"