kontinuous
Advanced tools
Comparing version 1.23.5 to 1.23.6
{ | ||
"name": "~common", | ||
"version": "1.23.5", | ||
"version": "1.23.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
{ | ||
"name": "kontinuous", | ||
"version": "1.23.5", | ||
"version": "1.23.6", | ||
"repository": "https://github.com/SocialGouv/kci.git", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -48,3 +48,3 @@ const fs = require("fs-extra") | ||
logger.debug("Values: \n"+yaml.dump(values)) | ||
logger.debug("Build base manifest using helm") | ||
@@ -54,4 +54,5 @@ let manifests = await asyncShell( | ||
helm template | ||
-f values.yaml | ||
--post-renderer ${kontinuousPath}/bin/post-renderer | ||
--values=values.yaml | ||
--release-name | ||
--post-renderer=${kontinuousPath}/bin/post-renderer | ||
${config.helmArgs} | ||
@@ -58,0 +59,0 @@ . |
@@ -31,6 +31,11 @@ // const fs = require("fs-extra") | ||
} | ||
const depKey = Object.keys(annotations) | ||
let depKey = Object.keys(annotations) | ||
.find(key => key.startsWith(`${changeGroupPrefix}.`)) | ||
.split(".").pop() | ||
if(!depKey){ | ||
continue | ||
} | ||
depKey = depKey.split(".").pop() | ||
for (const [key, value] of Object.entries(annotations)) { | ||
@@ -37,0 +42,0 @@ if ( |
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
79680
2499