Skip to content

Commit

Permalink
Added automatic installation of Unity panel plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
juliarobles committed Apr 16, 2024
1 parent 8c99431 commit 7e854e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.12
version: 0.5.13
5 changes: 4 additions & 1 deletion OpenTwins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ grafana:
grafana.ini:
plugins:
plugin_admin_enabled: true
allow_loading_unsigned_plugins: ertis-opentwins
allow_loading_unsigned_plugins: ertis-opentwins,ertis-unity-panel
sidecar:
datasources:
enabled: true
Expand All @@ -229,6 +229,9 @@ grafana:
wget --no-check-certificate https://github.com/ertis-research/opentwins-in-grafana/releases/download/latest/ertis-opentwins.zip
unzip ertis-opentwins.zip
rm ertis-opentwins.zip
wget --no-check-certificate https://github.com/ertis-research/grafana-panel-unity/releases/download/latest/ertis-unity-panel.zip
unzip ertis-unity-panel.zip
rm ertis-unity-panel.zip
volumeMounts:
- name: storage
mountPath: /grafana-storage
Expand Down

0 comments on commit 7e854e9

Please sign in to comment.