Skip to content

Commit

Permalink
bump install manifest to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Jun 26, 2024
1 parent 639cb81 commit 31d3d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.0
image: registry.k8s.io/networking/kube-network-policies:v0.4.0
command: ["/bin/netpol"]
args: ["-v=2", "-admin-network-policy=true", "-baseline-admin-network-policy=true","--hostname-override=$(MY_NODE_NAME)"]
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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
args:
- /bin/netpol
- --hostname-override=$(MY_NODE_NAME)
Expand Down

0 comments on commit 31d3d16

Please sign in to comment.