Fix cilium Makefile
This commit is contained in:
parent
3d0f65ff98
commit
1ef7d219de
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue