mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 00:15:51 +00:00
9 lines
191 B
Makefile
9 lines
191 B
Makefile
NAME=etcd-operator
|
|
NAMESPACE=cozy-${NAME}
|
|
|
|
include ../../../scripts/package-system.mk
|
|
|
|
update:
|
|
rm -rf charts
|
|
helm pull oci://ghcr.io/aenix-io/charts/etcd-operator --untar --untardir charts
|