⬆️ Updating add-on UniFi Controller to cadad4b

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-20 11:41:21 +00:00
parent 619de9e469
commit c8d75cb30c
4 changed files with 8 additions and 7 deletions

View file

@ -1145,10 +1145,10 @@ SOFTWARE.
[traccar-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[traccar-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[traccar-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/e17be82
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/e17be82/README.md
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/cadad4b
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/cadad4b/README.md
[unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues
[unifi-version-shield]: https://img.shields.io/badge/version-e17be82-blue.svg
[unifi-version-shield]: https://img.shields.io/badge/version-cadad4b-blue.svg
[unifi-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[unifi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,4 +1,5 @@
# Changelog since v0.19.3
- Upgrade add-on base image to 6.0.0 (#137)
- Add new repository workflow (#136)
* Add new repository workflow

View file

@ -53,6 +53,6 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-e17be82-blue.svg
[release]: https://github.com/hassio-addons/addon-unifi/tree/e17be82
[release-shield]: https://img.shields.io/badge/version-cadad4b-blue.svg
[release]: https://github.com/hassio-addons/addon-unifi/tree/cadad4b
[screenshot]: https://github.com/hassio-addons/addon-unifi/raw/main/images/screenshot.jpg

View file

@ -1,6 +1,6 @@
{
"name": "UniFi Controller",
"version": "e17be82",
"version": "cadad4b",
"slug": "unifi",
"description": "Manage your UniFi network using a web browser",
"url": "https://github.com/hassio-addons/addon-unifi",
@ -55,5 +55,5 @@
"memory_max": "int?",
"memory_init": "int?"
},
"image": "hassioaddons/unifi-{arch}"
"image": "ghcr.io/hassio-addons/unifi/{arch}"
}