Skip to content

Commit

Permalink
Merge pull request kubernetes#125736 from aojea/netpol_v0.4.0
Browse files Browse the repository at this point in the history
update kube-network-policies to v0.4.0
  • Loading branch information
k8s-ci-robot committed Jun 27, 2024
2 parents d4c18e5 + 4bc4618 commit e31d2ce
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: kube-network-policies
containers:
- name: kube-network-policies
image: registry.k8s.io/networking/kube-network-policies:v0.3.0
image: registry.k8s.io/networking/kube-network-policies:v0.4.0
command:
- /bin/sh
- -c
Expand All @@ -45,11 +45,6 @@ spec:
- mountPath: /lib/modules
name: lib-modules
readOnly: true
env:
- name: MY_NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
volumes:
- name: varlog
hostPath:
Expand Down

0 comments on commit e31d2ce

Please sign in to comment.