Skip to content

Commit

Permalink
chore: set values.global.chartVersion in buildChart script
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Apr 23, 2024
1 parent accbf34 commit b8da875
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 @@ -6,4 +6,4 @@ import { getRequiredEnvVar } from "../lib.js";
const version = getRequiredEnvVar("VERSION");

await $`helm dependency update helm`;
await $`helm package --version ${version} helm`;
await $`helm package --set global.chartVersion=${version} --version ${version} helm`;

0 comments on commit b8da875

Please sign in to comment.