Skip to content

Commit

Permalink
Revert kube-state-metrics upgrade
Browse files Browse the repository at this point in the history
* kube-state-metrics:v2.4.0 isn't published, skip it
  • Loading branch information
dghubble committed Feb 22, 2022
1 parent c230cde commit 6cf4072
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Notable changes between versions.
* Align nginx-ingress `--controller-class` with `IngressClass`
* Watch only `public` IngressClass objects, better [example](https://kubernetes.github.io/ingress-nginx/user-guide/multiple-ingress/)
* Update Prometheus from v2.32.1 to [v2.33.3](https://github.com/prometheus/prometheus/releases/tag/v2.33.3)
* Update kube-state-metrics from v2.3.0 to [v2.4.0](https://github.com/kubernetes/kube-state-metrics/releases/tag/v2.4.0)
* Update Grafana from v8.3.6 to [v8.4.1](https://github.com/grafana/grafana/releases/tag/v8.4.1)

## V1.23.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
serviceAccountName: kube-state-metrics
containers:
- name: kube-state-metrics
image: k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.4.0
image: k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.3.0
ports:
- name: metrics
containerPort: 8080
Expand Down

0 comments on commit 6cf4072

Please sign in to comment.