Skip to content

Commit

Permalink
Merge pull request #39 from thedadams/fix-helm-drone
Browse files Browse the repository at this point in the history
Fix version sed for chart version
  • Loading branch information
Donnie Adams committed May 19, 2021
2 parents 860447f + dc87b3a commit 87381ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/package-helm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkdir -p build dist/artifacts
cp -rf charts build/

sed -i \
-e 's/version:.*/version: '${HELM_VERSION}'/' \
-e 's/^version:.*/version: '${HELM_VERSION}'/' \
-e 's/appVersion:.*/appVersion: '${HELM_VERSION}'/' \
build/charts/eks-operator/Chart.yaml

Expand All @@ -22,7 +22,7 @@ sed -i \
build/charts/eks-operator/values.yaml

sed -i \
-e 's/version:.*/version: '${HELM_VERSION}'/' \
-e 's/^version:.*/version: '${HELM_VERSION}'/' \
-e 's/appVersion:.*/appVersion: '${HELM_VERSION}'/' \
build/charts/eks-operator-crd/Chart.yaml

Expand Down

0 comments on commit 87381ac

Please sign in to comment.