bump kube-network-policies to v0.3.0

This commit is contained in:
Antonio Ojea 2024-06-24 22:33:22 +00:00
parent 1236f48109
commit 87a7f22923

View File

@ -27,7 +27,7 @@ spec:
serviceAccountName: kube-network-policies
containers:
- name: kube-network-policies
image: registry.k8s.io/networking/kube-network-policies:v0.2.0
image: registry.k8s.io/networking/kube-network-policies:v0.3.0
command:
- /bin/sh
- -c
@ -45,6 +45,11 @@ spec:
- mountPath: /lib/modules
name: lib-modules
readOnly: true
env:
- name: MY_NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
volumes:
- name: varlog
hostPath: