cozystack/packages/system/postgres-operator/Makefile
IvanHunters a436731b6e Revert "[postgres-operator] Update to v1.27.3 (#2226)"
This reverts commit c689367755, reversing
changes made to 7ab6283c14.

Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>
2026-04-07 21:03:27 +03: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