Created version 0.5
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "0.7.1"
|
||||
HELM_CHART_VERSION: "0.5.0"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
@@ -21,5 +21,5 @@ deploy:
|
||||
- |
|
||||
curl --request POST \
|
||||
--user gitlab-ci-token:$CI_JOB_TOKEN \
|
||||
--form "chart=@cloudypress-${HELM_CHART_VERSION}.tgz" \
|
||||
--form "chart=@wordyne-${HELM_CHART_VERSION}.tgz" \
|
||||
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"
|
||||
|
||||
Reference in New Issue
Block a user