cozystack/packages/system/postgres-operator/Makefile
Andrei Kvapil 51d0001589
move Makefiles to hack
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2025-11-25 18:23:30 +01:00

11 lines
295 B
Makefile

export NAME=postgres-operator
export NAMESPACE=cozy-$(NAME)
include ../../../hack/package.mk
update:
rm -rf charts
helm repo add cnpg https://cloudnative-pg.github.io/charts
helm repo update cnpg
helm pull cnpg/cloudnative-pg --untar --untardir charts
rm -rf charts/cloudnative-pg/charts