Skip to content

Commit

Permalink
Update Grafana and kube-state-metrics addons
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Aug 11, 2021
1 parent 61ee01f commit c5cf803
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Notable changes between versions.

* Update nginx-ingress from v0.47.0 to [v1.0.0-beta.1](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.0.0-beta.1)
* Update node-exporter from v1.2.0 to [v1.2.2](https://github.com/prometheus/node_exporter/releases/tag/v1.2.2)
* Update Grafana from v8.0.6 to [v8.1.0](https://github.com/grafana/grafana/releases/tag/v8.1.0)
* Update kube-state-metrics from v2.1.0 to [v2.1.1](https://github.com/kubernetes/kube-state-metrics/releases/tag/v2.1.1)
* Update Grafana from v8.0.6 to [v8.1.1](https://github.com/grafana/grafana/releases/tag/v8.1.1)

## v1.21.3

Expand Down
2 changes: 1 addition & 1 deletion addons/grafana/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
type: RuntimeDefault
containers:
- name: grafana
image: docker.io/grafana/grafana:8.1.0
image: docker.io/grafana/grafana:8.1.1
env:
- name: GF_PATHS_CONFIG
value: "/etc/grafana/custom.ini"
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.1.0
image: k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.1.1
ports:
- name: metrics
containerPort: 8080
Expand Down

0 comments on commit c5cf803

Please sign in to comment.