@01/kube-tools
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -35,3 +35,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
/******/ // eslint-disable-next-line no-unused-vars | ||
/******/ var hotCurrentHash = "d0990af95b7e0ec677fa"; | ||
/******/ var hotCurrentHash = "c1d795cae664c235d4f2"; | ||
/******/ var hotRequestTimeout = 10000; | ||
@@ -1062,4 +1062,4 @@ /******/ var hotCurrentModuleData = {}; | ||
function kube_build_printConfig(_a) { | ||
var app = _a.app, tag = _a.tag, _b = _a.values, env = _b.env, image = _b.image; | ||
console.log(" \u2699\uFE0F Build Configuration\n\n \uD83D\uDCE6 Service name : " + app.name + "\n \uD83C\uDF0D Environment : " + env + "\n \uD83D\uDCBF Image tag : " + tag + "\n \uD83D\uDCBF Image repository : " + image.repository + "\n "); | ||
var app = _a.app, _b = _a.values, env = _b.env, image = _b.image; | ||
console.log(" \u2699\uFE0F Build Configuration\n\n \uD83D\uDCE6 Service name : " + app.name + "\n \uD83C\uDF0D Environment : " + env + "\n \uD83D\uDCBF Image tag : " + app["image.tag"] + "\n \uD83D\uDCBF Image repository : " + image.repository + "\n "); | ||
} | ||
@@ -1071,3 +1071,3 @@ var kube_build_logError = function (prop, msg) { | ||
return external_tslib_["__awaiter"](this, void 0, void 0, function () { | ||
var config, tag, dockerOptions, options, e_1; | ||
var config, image, tag, dockerOptions, options, e_1; | ||
return external_tslib_["__generator"](this, function (_a) { | ||
@@ -1085,5 +1085,6 @@ switch (_a.label) { | ||
} | ||
image = config.values.image; | ||
tag = config.app["image.tag"]; | ||
dockerOptions = { | ||
tag: tag | ||
tag: image.repository + ":" + tag | ||
}; | ||
@@ -1090,0 +1091,0 @@ options = external_tslib_["__assign"]({}, _options, dockerOptions); |
{ | ||
"name": "@01/kube-tools", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"author": "Nidin Vinayakan <01@01alchemist.com>", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:01alchemist/kube-tools.git", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97269
1169