fix 2.1.1 release helm chart

This commit is contained in:
yashsinghcodes
2025-11-04 04:08:12 +05:30
parent 073c51ca38
commit e06bd5c5a8
+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}"