cozystack/packages/system/opencost/Makefile
Andrei Kvapil 534779f908
Fix pre-commit check
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2026-01-20 03:24:32 +01:00

10 lines
283 B
Makefile

export NAME=opencost
export NAMESPACE=cozy-$(NAME)
include ../../../hack/package.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