Skip to content

Commit

Permalink
Upgrading to Grafana 10.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
laeti-tia committed Aug 14, 2024
1 parent 497e49a commit d6089f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions grafana/packages.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
grafana:
rpm_url: https://dl.grafana.com/oss/release/grafana-10.4.4-1.x86_64.rpm
rpm_name: grafana-10.4.4-1.x86_64.rpm
deb_url: https://dl.grafana.com/oss/release/grafana_10.4.4_amd64.deb
deb_name: grafana_10.4.4_amd64.deb
rpm_url: https://dl.grafana.com/oss/release/grafana-10.4.7-1.x86_64.rpm
rpm_name: grafana-10.4.7-1.x86_64.rpm
deb_url: https://dl.grafana.com/oss/release/grafana_10.4.7_amd64.deb
deb_name: grafana_10.4.7_amd64.deb
grafana-arm64:
rpm_url:
rpm_name:
deb_url: https://dl.grafana.com/oss/release/grafana_10.4.4_arm64.deb
deb_name: grafana_10.4.4_arm64.deb
deb_url: https://dl.grafana.com/oss/release/grafana_10.4.7_arm64.deb
deb_name: grafana_10.4.7_arm64.deb
# Unfortunately the .deb packages are managed differently and all external repository packages are currently stored in the minor-repo repository.
# See https://github.com/perfsonar/minor-packages/blob/5.1.1/opensearch/archive_ext_packages.yml
2 changes: 1 addition & 1 deletion perfsonar-grafana/perfsonar-grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM grafana/grafana:10.4.0-ubuntu
FROM grafana/grafana:10.4.7-ubuntu

COPY . /usr/lib/perfsonar/grafana

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ case "$1" in
fi
fi

apache2ctl reload
#update grafana config - this also starts grafana
/usr/lib/perfsonar/grafana//grafana_config.sh
/usr/lib/perfsonar/grafana/grafana_config.sh
;;

abort-upgrade|abort-remove|abort-deconfigure)
Expand All @@ -40,4 +41,4 @@ case "$1" in
esac

#DEBHELPER#
exit 0
exit 0

0 comments on commit d6089f4

Please sign in to comment.