Bump prometheus-adapter and Grafana versions (#270)
* Bumping prometheus-adapter and Grafana versions * Bumping prometheus-adapter version in libsonnet file * Regenerating lockfile * Bumping Grafana version in libsonnet file * Updating kustomization.yaml
This commit is contained in:
committed by
Frederic Branczyk
parent
3d5fc3e38d
commit
24aebaf985
@@ -46,7 +46,7 @@ local configMapList = k3.core.v1.configMapList;
|
||||
namespace: 'default',
|
||||
|
||||
versions+:: {
|
||||
grafana: '6.2.2',
|
||||
grafana: '6.4.3',
|
||||
},
|
||||
|
||||
tlsCipherSuites: [
|
||||
|
@@ -5,7 +5,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
|
||||
namespace: 'default',
|
||||
|
||||
versions+:: {
|
||||
prometheusAdapter: 'v0.4.1',
|
||||
prometheusAdapter: 'v0.5.0',
|
||||
},
|
||||
|
||||
imageRepos+:: {
|
||||
|
Reference in New Issue
Block a user