*: Bump version to v0.19.0

This commit is contained in:
Max Leonard Inden
2018-04-26 10:58:58 +02:00
parent 8406f8a7a0
commit 992bcdccc1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
local k = import "ksonnet.beta.3/k.libsonnet";
local version = "v0.18.1";
local version = "v0.19.0";
local deployment = k.apps.v1beta2.deployment;
local container = k.apps.v1beta2.deployment.mixin.spec.template.spec.containersType;