cozystack/packages/system/postgres-operator/Makefile
Dmitrii Popov 845192b933 [postgres-operator] Update to v1.27.3
Signed-off-by: Dmitrii Popov <dmpopof@gmail.com>
2026-03-17 01:59:28 +03:00

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