Skip to content

Commit

Permalink
Merge pull request #45 from aojea/v4
Browse files Browse the repository at this point in the history
bump install manifest to v0.4.0
  • Loading branch information
aojea authored Jun 26, 2024
2 parents 1b5734b + 31d3d16 commit db089bc
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 db089bc

Please sign in to comment.