diff --git a/README.md b/README.md index c8cf3d299..ae1aa491b 100644 --- a/README.md +++ b/README.md @@ -421,10 +421,10 @@ SOFTWARE. [ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/980c5dc -[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/980c5dc/README.md +[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/90b1eef +[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/90b1eef/README.md [grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues -[grafana-version-shield]: https://img.shields.io/badge/version-980c5dc-blue.svg +[grafana-version-shield]: https://img.shields.io/badge/version-90b1eef-blue.svg [grafana-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grafana-armhf.svg [grafana-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [grafana-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/grafana/CHANGELOG.md b/grafana/CHANGELOG.md index 912c633a3..96870a4fd 100644 --- a/grafana/CHANGELOG.md +++ b/grafana/CHANGELOG.md @@ -1,3 +1,3 @@ -2018/05/28 22:58 UTC - [980c5dc](https://github.com/hassio-addons/addon-grafana/commit/980c5dc02cce1169778d53d1b6413079d3ccc803) by [@frenck](https://github.com/frenck) -> :books: Removed i386 references from README +2018/05/28 23:12 UTC - [90b1eef](https://github.com/hassio-addons/addon-grafana/commit/90b1eefa2e97951220ed6cbfb2ea84db71ad5fbc) by [@frenck](https://github.com/frenck) +> :ambulance: Corrects ports in add-on configuration diff --git a/grafana/README.md b/grafana/README.md index eac62aa19..239db7916 100644 --- a/grafana/README.md +++ b/grafana/README.md @@ -47,11 +47,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-grafana/blob/980c5dc/README.md +[docs]: https://github.com/hassio-addons/addon-grafana/blob/90b1eef/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-980c5dc-blue.svg -[release]: https://github.com/hassio-addons/addon-grafana/tree/980c5dc +[release-shield]: https://img.shields.io/badge/version-90b1eef-blue.svg +[release]: https://github.com/hassio-addons/addon-grafana/tree/90b1eef [screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png \ No newline at end of file diff --git a/grafana/config.json b/grafana/config.json index 4e45d7c39..c77526015 100644 --- a/grafana/config.json +++ b/grafana/config.json @@ -1,6 +1,6 @@ { "name": "Grafana", - "version": "980c5dc", + "version": "90b1eef", "slug": "grafana", "description": "The open platform for beautiful analytics and monitoring", "url": "https://community.home-assistant.io/?u=frenck", @@ -16,8 +16,7 @@ ], "boot": "auto", "ports": { - "8086/tcp": 8086, - "8888/tcp": 8888 + "3000/tcp": 3000 }, "hassio_api": true, "homeassistant_api": false,