git-to-k8s
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -233,4 +233,3 @@ 'use strict' | ||
const dir = path.join(chart.path, chart.values) | ||
const check_release = 'helm list | cut -f 1| grep \\" ' + chart.release + ' \\"' | ||
if (_shell.exec(check_release).code == 0) { | ||
if (_shell.exec(`helm get ${chart.release}`).code == 0) { | ||
if (this.purge_first) { | ||
@@ -237,0 +236,0 @@ cmds.push(`helm delete ${chart.release} --purge`) |
{ | ||
"name": "git-to-k8s", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Small tool to automate the git to url flow on k8s", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
88855
2182