Skip to content

Commit

Permalink
Switch to enteprse image
Browse files Browse the repository at this point in the history
  • Loading branch information
jangaraj committed Dec 30, 2023
1 parent b8c9c3a commit 773a062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ports:
tasks:
- name: grafana
init: >-
export IMAGE="${IMAGE:=grafana/grafana:latest}" &&
export IMAGE="${IMAGE:=grafana/grafana-enterprise:latest}" &&
mkdir all-dashboards &&
find . ! -path all-dashboards -type f -name *.json -exec cp {} all-dashboards \; &&
chmod 755 -R all-dashboards &&
Expand Down

0 comments on commit 773a062

Please sign in to comment.