git-to-k8s
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -166,3 +166,4 @@ 'use strict' | ||
dockerfile: _image.dockerfile, | ||
registry: _image.registry || this.proj.deploy.registry | ||
registry: _image.registry || this.proj.deploy.registry, | ||
prepare: _image.prepare | ||
})) | ||
@@ -169,0 +170,0 @@ this.charts = this.proj.deploy.charts.map(_chart => new Chart({ |
{ | ||
"name": "git-to-k8s", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Small tool to automate the git to url flow on k8s", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
88575
2172