diff --git a/.ci/helm/buildChart.js b/.ci/helm/buildChart.js index 2f9eb9e25a..4fb9bc0815 100755 --- a/.ci/helm/buildChart.js +++ b/.ci/helm/buildChart.js @@ -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`;