Skip to content

Commit

Permalink
Merge pull request prometheus-operator#382 from tlereste/update_kube_…
Browse files Browse the repository at this point in the history
…state_metrics

bump kube-state-metrics to version 1.9.2
  • Loading branch information
lilic committed Jan 17, 2020
2 parents 54c0fda + 0608c96 commit 72ae778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -11,7 +11,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
},

versions+:: {
kubeStateMetrics: 'v1.9.1',
kubeStateMetrics: 'v1.9.2',
kubeRbacProxy: 'v0.4.1',
},

Expand Down
2 changes: 1 addition & 1 deletion manifests/kube-state-metrics-deployment.yaml
Expand Up @@ -55,7 +55,7 @@ spec:
- --port=8081
- --telemetry-host=127.0.0.1
- --telemetry-port=8082
image: quay.io/coreos/kube-state-metrics:v1.9.1
image: quay.io/coreos/kube-state-metrics:v1.9.2
name: kube-state-metrics
resources:
limits:
Expand Down

0 comments on commit 72ae778

Please sign in to comment.