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 30a2a654b7
All checks were successful
continuous-integration/drone/push Build is passing
update helm chart for grafana
2021-12-13 20:54:35 +01:00

11 lines
192 B
Makefile

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