Skip to content

Commit

Permalink
Update kube-state-metrics from v1.5.0 to v1.6.0-rc.0
Browse files Browse the repository at this point in the history
* Adds a metrics collector for Ingress resources and other
improvements
* kubernetes/kube-state-metrics#640
  • Loading branch information
dghubble committed Apr 10, 2019
1 parent 44c2938 commit de70494
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Notable changes between versions.

#### Addons

* Update kube-state-metrics from v1.5.0 to v1.6.0-rc.0
* Update Grafana from v6.1.1 to v6.1.3


## v1.14.0

* Kubernetes [v1.14.0](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1140)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ rules:
- daemonsets
- deployments
- replicasets
- ingresses
verbs:
- list
- watch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
serviceAccountName: kube-state-metrics
containers:
- name: kube-state-metrics
image: quay.io/coreos/kube-state-metrics:v1.5.0
image: quay.io/coreos/kube-state-metrics:v1.6.0-rc.0
ports:
- name: metrics
containerPort: 8080
Expand Down

0 comments on commit de70494

Please sign in to comment.