From 729deef4542b7b5bbd9fcf1c1213dfc13217ad97 Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Fri, 10 Jan 2025 23:00:41 +0000 Subject: [PATCH] bump kube-network-policies to v0.7.0 --- .../kube-network-policies.yaml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/cluster/addons/kube-network-policies/kube-network-policies.yaml b/cluster/addons/kube-network-policies/kube-network-policies.yaml index 38404eff1de..0dd1abd2849 100644 --- a/cluster/addons/kube-network-policies/kube-network-policies.yaml +++ b/cluster/addons/kube-network-policies/kube-network-policies.yaml @@ -27,11 +27,10 @@ spec: serviceAccountName: kube-network-policies containers: - name: kube-network-policies - image: registry.k8s.io/networking/kube-network-policies:v0.6.0 + image: registry.k8s.io/networking/kube-network-policies:v0.7.0 command: - - /bin/sh - - -c - - /bin/netpol -v 4 1>>/var/log/kube-network-policies.log 2>&1 + - /bin/netpol + - --v=4 resources: requests: cpu: "100m" @@ -39,16 +38,10 @@ spec: securityContext: privileged: true volumeMounts: - - mountPath: /var/log - name: varlog - readOnly: false - mountPath: /lib/modules name: lib-modules readOnly: true volumes: - - name: varlog - hostPath: - path: /var/log - name: lib-modules hostPath: path: /lib/modules