Files
Andrei Kvapil e8eb5fd397 Add opencost
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-08-05 15:35:56 +02:00

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