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: push:
branches: branches:
- nightly - nightly
- main
paths: paths:
- "functions/kubernetes/charts/**" - "functions/kubernetes/charts/**"
workflow_dispatch: workflow_dispatch:
@@ -43,8 +44,8 @@ jobs:
APP_VERSION="${VERSION}" APP_VERSION="${VERSION}"
CHART_VERSION="${VERSION}" CHART_VERSION="${VERSION}"
else else
APP_VERSION="nightly" APP_VERSION="lastest"
CHART_VERSION="0.0.0-nightly-untagged-latest" CHART_VERSION="2.1.1"
fi fi
echo "APP_VERSION set to ${APP_VERSION}" echo "APP_VERSION set to ${APP_VERSION}"