mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 15:41:17 +00:00
Signed-off-by: Andrei Kvapil <kvapss@gmail.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
12 lines
410 B
Makefile
12 lines
410 B
Makefile
NAME=seaweedfs-system
|
|
|
|
include ../../../scripts/package.mk
|
|
|
|
update:
|
|
rm -rf charts
|
|
mkdir -p charts
|
|
curl -sSL https://github.com/seaweedfs/seaweedfs/archive/refs/heads/master.tar.gz | \
|
|
tar xzvf - --strip 3 -C charts seaweedfs-master/k8s/charts/seaweedfs
|
|
patch --no-backup-if-mismatch -p4 < patches/retention-policy-delete.yaml
|
|
patch --no-backup-if-mismatch -p4 < patches/resize-api-server-annotation.diff
|