Skip to content

Commit

Permalink
The grafana upgrade bug is now fixed (I hope).
Browse files Browse the repository at this point in the history
  • Loading branch information
juliarobles committed May 24, 2024
1 parent a9b7f48 commit f8a2713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OpenTwins/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ maintainers:
name: OpenTwins
sources:
- https://github.com/ertis-research/Helm-charts
version: 0.5.15
version: 0.5.16
2 changes: 2 additions & 0 deletions OpenTwins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,11 @@ grafana:
set -euo pipefail
mkdir -p /grafana-storage/plugins
cd /grafana-storage/plugins
rm -f ertis-opentwins.zip
wget --no-check-certificate https://github.com/ertis-research/opentwins-in-grafana/releases/download/latest/ertis-opentwins.zip
unzip -o ertis-opentwins.zip
rm ertis-opentwins.zip
rm -f ertis-unity-panel.zip
wget --no-check-certificate https://github.com/ertis-research/grafana-panel-unity/releases/download/latest/ertis-unity-panel.zip
unzip -o ertis-unity-panel.zip
rm ertis-unity-panel.zip
Expand Down

0 comments on commit f8a2713

Please sign in to comment.