fix 2.1.1 release helm chart
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user