mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-07 09:40:21 +00:00
8 lines
195 B
Makefile
8 lines
195 B
Makefile
include ../../hack/app-helm.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
|