Skip to content

Commit

Permalink
Merge pull request #56 from MrSupiri/fix-ci
Browse files Browse the repository at this point in the history
fixed build script
  • Loading branch information
paynejacob authored Aug 12, 2021
2 parents 5106cc4 + e746cf5 commit 4179c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pushd pod-simulator || exit
docker image tag "$SIMULATOR_IMAGE_NAME":"$VERSION" "$SIMULATOR_IMAGE_NAME":"$IMAGE_TAG" || exit 1
popd || exit

yq w charts/logging-pipeline-plumber/Chart.yaml version "$CHART_VERSION"
yq w charts/logging-pipeline-plumber/Chart.yaml appVersion v"$CHART_VERSION"
yq e -i '.version = strenv(CHART_VERSION)' charts/logging-pipeline-plumber/Chart.yaml
yq e -i '.appVersion = "v" + strenv(CHART_VERSION)' charts/logging-pipeline-plumber/Chart.yaml

helm package charts/logging-pipeline-plumber -d dist/

0 comments on commit 4179c43

Please sign in to comment.