Skip to content
Snippets Groups Projects
Commit 157ad7ea authored by Max Leonard Inden's avatar Max Leonard Inden
Browse files

kube-prometheus: Update Prometheus Operator version before generating

parent c776fa4c
No related branches found
No related tags found
No related merge requests found
local k = import "ksonnet.beta.3/k.libsonnet";
local rawVersion = importstr "../../../../VERSION";
local removeLineBreaks = function(str) std.join("", std.filter(function(c) c != "\n", std.stringChars(str)));
local version = "v0.18.1";//removeLineBreaks(rawVersion);
local version = "v0.18.1";
local deployment = k.apps.v1beta2.deployment;
local container = k.apps.v1beta2.deployment.mixin.spec.template.spec.containersType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment