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