Skip to content

Commit

Permalink
Merge pull request #13 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 authored May 19, 2021
2 parents b8b41ac + 7766b3b commit bad12df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion charts/aks-operator/questions.yaml

This file was deleted.

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/aks-operator/Chart.yaml

Expand All @@ -22,7 +22,7 @@ sed -i \
build/charts/aks-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/aks-operator-crd/Chart.yaml

Expand Down

0 comments on commit bad12df

Please sign in to comment.