thiagoelg commented on code in PR #2103:
URL:
https://github.com/apache/incubator-kie-tools/pull/2103#discussion_r1437729634
##########
packages/kie-sandbox-helm-chart/install.js:
##########
@@ -0,0 +1,17 @@
+const buildEnv = require("./env");
+const yaml = require("js-yaml");
+const fs = require("fs");
+
+const file = "src/Chart.yaml";
+const doc = yaml.load(fs.readFileSync(file, "utf8"));
+doc.version = buildEnv.env.kieSandboxHelmChart.tag;
Review Comment:
I think they should, nice catch.
We will know more when it's time to publish this chart, but for now, I've
updated the install script to change all versions (from the Chart and
Subcharts).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]