Skip to content

Commit

Permalink
Merge pull request #10 from NethServer:dev1.45.0
Browse files Browse the repository at this point in the history
Update netdata image version to v1.45.0
  • Loading branch information
stephdl authored Mar 23, 2024
2 parents 6effc12 + 61b6289 commit aa8ce2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ buildah config --entrypoint=/ \
--label="org.nethserver.authorizations=traefik@node:routeadm node:fwadm" \
--label="org.nethserver.tcp-ports-demand=1" \
--label="org.nethserver.rootfull=1" \
--label="org.nethserver.images=docker.io/netdata/netdata:v1.44.3" \
--label="org.nethserver.images=docker.io/netdata/netdata:v1.45.0" \
"${container}"
# Commit the image
buildah commit "${container}" "${repobase}/${reponame}"
Expand Down
2 changes: 1 addition & 1 deletion imageroot/update-module.d/20restart
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ set -e
# Redirect any output to the journal (stderr)
exec 1>&2

systemctl --user try-restart netdata.service
systemctl try-restart "${MODULE_ID}.service"

0 comments on commit aa8ce2a

Please sign in to comment.