Skip to content

Commit

Permalink
Merge pull request #97 from aojea/installyaml
Browse files Browse the repository at this point in the history
update install manifests to 0.6.0
  • Loading branch information
aojea authored Oct 7, 2024
2 parents c96cefe + d11578d commit 20ff3c6
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.5.0
image: registry.k8s.io/networking/kube-network-policies:v0.6.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.5.0
image: registry.k8s.io/networking/kube-network-policies:v0.6.0
args:
- /bin/netpol
- --hostname-override=$(MY_NODE_NAME)
Expand Down

0 comments on commit 20ff3c6

Please sign in to comment.