From 03c4bf904f2ccf6c8b38a37669c6b3788c431f2b Mon Sep 17 00:00:00 2001 From: IvanHunters Date: Wed, 30 Jul 2025 17:38:50 +0300 Subject: [PATCH] add handle of patch in makefile Signed-off-by: IvanHunters --- packages/system/seaweedfs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/system/seaweedfs/Makefile b/packages/system/seaweedfs/Makefile index 2d51079b..c9fd7b74 100644 --- a/packages/system/seaweedfs/Makefile +++ b/packages/system/seaweedfs/Makefile @@ -8,4 +8,5 @@ update: 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/resize-api-server-annotation.diff + patch --no-backup-if-mismatch -p4 < patches/fix-volume-servicemonitor.patch #patch --no-backup-if-mismatch -p4 < patches/retention-policy-delete.yaml