From 1ef7d219defc7db590fed049a2a004df8f6137fa Mon Sep 17 00:00:00 2001 From: Marian Koreniuk Date: Wed, 17 Apr 2024 23:22:00 +0300 Subject: [PATCH] Fix cilium Makefile --- packages/system/cilium/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/system/cilium/Makefile b/packages/system/cilium/Makefile index 74d84a05..608b2d97 100644 --- a/packages/system/cilium/Makefile +++ b/packages/system/cilium/Makefile @@ -5,8 +5,8 @@ include ../../hack/package-system.mk update: rm -rf charts - helm repo add $(NAME) https://helm.cilium.io/ - helm repo update $(NAME) - helm pull $(NAME)/$(NAME) --untar --untardir charts --version 1.14 - sed -i -e '/Used in iptables/d' -e '/SYS_MODULE/d' charts/$(NAME)/values.yaml + helm repo add cilium https://helm.cilium.io/ + helm repo update cilium + helm pull cilium/cilium --untar --untardir charts --version 1.14 + sed -i -e '/Used in iptables/d' -e '/SYS_MODULE/d' charts/cilium/values.yaml patch -p3 --no-backup-if-mismatch < patches/fix-cgroups.patch