add image version to helm chart build

This commit is contained in:
Gergő Jedlicska
2022-04-04 21:33:25 +02:00
parent f3a3a90650
commit 5b83ac42e8
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -231,8 +231,12 @@ jobs:
publish-helm-chart:
docker: *docker-image
working_directory: *work-dir
steps:
- checkout
- attach_workspace:
at: /tmp/ci/workspace
- run: cat workspace/env-vars >> $BASH_ENV
- add_ssh_keys:
fingerprints:
- '18:74:c4:b9:dc:66:b2:66:1d:81:56:0d:0a:87:9b:b1'
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
RELEASE_VERSION=$(./.circleci/get_version.sh)
RELEASE_VERSION=${IMAGE_VERSION_TAG}
echo "Releasing Helm Chart version $RELEASE_VERSION"