Merge pull request #777 from johanneswuerbach/k8s-prometheus-adapter-v0.8.2

k8s-prometheus-adapter v0.8.2
This commit is contained in:
Frederic Branczyk
2020-11-12 09:18:27 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ local k = import 'github.com/ksonnet/ksonnet-lib/ksonnet.beta.4/k.libsonnet';
namespace: 'default',
versions+:: {
prometheusAdapter: 'v0.8.0',
prometheusAdapter: 'v0.8.2',
},
imageRepos+:: {

View File

@@ -25,7 +25,7 @@ spec:
- --metrics-relist-interval=1m
- --prometheus-url=http://prometheus-k8s.monitoring.svc.cluster.local:9090/
- --secure-port=6443
image: directxman12/k8s-prometheus-adapter:v0.8.0
image: directxman12/k8s-prometheus-adapter:v0.8.2
name: prometheus-adapter
ports:
- containerPort: 6443