This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/graphs/Makefile
Tobias Brunner eeccef8a0b
All checks were successful
continuous-integration/drone/push Build is passing
upgrade grafana
2020-06-01 13:02:07 +02:00

11 lines
191 B
Makefile

build:
helm template graphs --namespace=graphs stable/grafana \
-f grafana-config.yaml \
> grafana.yaml
.PHONY: build
update:
helm repo update
helm search repo grafana
.PHONY: update