Skip to content

Commit

Permalink
chore: improve explaining comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Apr 23, 2024
1 parent 9b80131 commit 74f9bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/helm/buildChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const version = getRequiredEnvVar("VERSION");

await $`helm dependency update helm`;

// replace <<app_version>> in all files in helm/**/Chart.yaml with the value of `version`
// replace <<app_version>> with the value of `version` in all Chart.yaml files in helm folder
await $`find helm -name Chart.yaml -exec sed -i -e 's/__app_version__/${version}/g' {} +`;

await $`helm package --version ${version} helm`;

0 comments on commit 74f9bd2

Please sign in to comment.