Skip to content

Commit acdb3e0

Browse files
fix maintainter label and bump version
1 parent f18b542 commit acdb3e0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

netdata/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ARG BUILD_FROM
22
FROM $BUILD_FROM
3+
LABEL maintainer="[email protected]"
34

45
EXPOSE 19999
56

netdata/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ labels:
1111
org.opencontainers.image.source: "https://github.com/Gamma-Software/netdata-homeassistant-addon"
1212
org.opencontainers.image.licenses: "MIT License"
1313
org.opencontainers.image.version: "2.0.0"
14-
maintainer: "[email protected]"

netdata/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
22
name: Netdata
3-
version: "1.0.0"
3+
version: "2.0.0"
44
slug: netdata
55
description: Netdata - Monitor everything in real time
66
url: "https://github.com/Gamma-Software/netdata-homeassistant-addon"

0 commit comments

Comments
 (0)