Skip to content

Commit

Permalink
fix: wrong metrics dashboard image at the local
Browse files Browse the repository at this point in the history
  • Loading branch information
iandyh committed Dec 27, 2024
1 parent b9927ee commit d2cafe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ db: shibuya/db kubernetes/db.yaml
.PHONY: grafana
grafana: grafana/
helm uninstall metrics-dashboard || true
docker build grafana/ -t grafana:local
kind load docker-image grafana:local --name shibuya
docker build grafana/ -t metrics-dashboard:local
kind load docker-image metrics-dashboard:local --name shibuya
helm upgrade --install metrics-dashboard grafana/metrics-dashboard

.PHONY: local_api
Expand Down

0 comments on commit d2cafe0

Please sign in to comment.