From 90369301572ea92205fad55bf86297433beb013f Mon Sep 17 00:00:00 2001 From: Colin Walker Date: Sun, 1 Sep 2019 18:14:22 +0000 Subject: [PATCH] fix: Add value files to args --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 4bdd88b1..5fa4919c 100644 --- a/index.js +++ b/index.js @@ -173,6 +173,7 @@ async function run() { ]; if (dryRun) args.push("--dry-run"); if (version) args.push(`--set=version=${version}`); + valueFiles.forEach(f => args.push(`--values=${f}`)); // Stable track only deploys service and ingress resources. Any other track // name can be treated like a canary deployment.