Skip to content

Commit

Permalink
Merge pull request #57 from kubernetes-sigs/aojea-patch-2
Browse files Browse the repository at this point in the history
Update install-anp.yaml to use 0.5.0
  • Loading branch information
aojea authored Jul 19, 2024
2 parents 16bd899 + 58e05ab commit 4cfad63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-anp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
serviceAccountName: kube-network-policies
containers:
- name: kube-network-policies
image: registry.k8s.io/networking/kube-network-policies:v0.4.0
image: registry.k8s.io/networking/kube-network-policies:v0.5.0
command: ["/bin/netpol"]
args: ["-v=2", "-admin-network-policy=true", "-baseline-admin-network-policy=true","--hostname-override=$(MY_NODE_NAME)"]
volumeMounts:
Expand Down

0 comments on commit 4cfad63

Please sign in to comment.