Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Use --dependency-update flag when packaging chart
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Sep 29, 2019
1 parent 5b0cfe0 commit 3b9be77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function run() {
console.log(`Packaging helm chart in directory ${chartDirname}`);
await exec.exec(
`helm package`,
[chartDirname, '--destination', '../output'],
[chartDirname, '--dependency-update', '--destination', '../output'],
{ cwd: `./${chartsDir}` }
);
}
Expand Down

0 comments on commit 3b9be77

Please sign in to comment.