Update Grafana from v6.3.2 to v6.3.3
* https://github.com/grafana/grafana/releases/tag/v6.3.3
This commit is contained in:
parent
976452825e
commit
0c45cd0f06
|
@ -13,7 +13,7 @@ Notable changes between versions.
|
||||||
|
|
||||||
* Update Prometheus from v2.11.0 to [v2.11.2](https://github.com/prometheus/prometheus/releases/tag/v2.11.2)
|
* Update Prometheus from v2.11.0 to [v2.11.2](https://github.com/prometheus/prometheus/releases/tag/v2.11.2)
|
||||||
* Update kube-state-metrics from v1.7.1 to v1.7.2
|
* Update kube-state-metrics from v1.7.1 to v1.7.2
|
||||||
* Update Grafana from v6.2.5 to v6.3.2
|
* Update Grafana from v6.2.5 to v6.3.3
|
||||||
* Update nginx-ingress from v0.25.0 to [v0.25.1](https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.25.1)
|
* Update nginx-ingress from v0.25.0 to [v0.25.1](https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.25.1)
|
||||||
* Fix Nginx security advisories
|
* Fix Nginx security advisories
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: docker.io/grafana/grafana:6.3.2
|
image: docker.io/grafana/grafana:6.3.3
|
||||||
env:
|
env:
|
||||||
- name: GF_PATHS_CONFIG
|
- name: GF_PATHS_CONFIG
|
||||||
value: "/etc/grafana/custom.ini"
|
value: "/etc/grafana/custom.ini"
|
||||||
|
|
Loading…
Reference in New Issue