mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
11 lines
293 B
Makefile
11 lines
293 B
Makefile
export NAME=opencost
|
|
export NAMESPACE=cozy-$(NAME)
|
|
|
|
include ../../../scripts/package-system.mk
|
|
|
|
update:
|
|
rm -rf charts
|
|
helm repo add opencost-charts https://opencost.github.io/opencost-helm-chart
|
|
helm repo update opencost-charts
|
|
helm pull opencost-charts/opencost --untar --untardir charts
|