Skip to content

Commit

Permalink
Fix ct configured with global image tag
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
  • Loading branch information
steven-sheehy committed Jul 19, 2021
1 parent 3ef9276 commit fee79c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ jobs:
uses: helm/chart-testing-action@v2.0.1

- name: Install chart
run: ct install --config .github/ct.yaml --charts=charts/hedera-mirror --helm-extra-args="--set global.image.tag=${IMAGE_TAG}"
run: |
echo -e "global:\n image:\n tag: ${IMAGE_TAG}" | tee -a charts/hedera-mirror/ci/*
ct install --config .github/ct.yaml --charts=charts/hedera-mirror

0 comments on commit fee79c0

Please sign in to comment.