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 --version 0.26.1 rm -rf charts/cloudnative-pg/charts