Skip to content

Commit

Permalink
Use latest image version 3.4.1 in daemonset file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmduh-483 authored and s1061123 committed Mar 26, 2020
1 parent 7f50f5f commit 14fb6be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/multus-daemonset-pre-1.16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
serviceAccountName: multus
containers:
- name: kube-multus
image: nfvpe/multus:v3.4
image: nfvpe/multus:v3.4.1
command: ["/entrypoint.sh"]
args:
- "--multus-conf-file=auto"
Expand Down
2 changes: 1 addition & 1 deletion images/multus-daemonset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
serviceAccountName: multus
containers:
- name: kube-multus
image: nfvpe/multus:v3.4
image: nfvpe/multus:v3.4.1
command: ["/entrypoint.sh"]
args:
- "--multus-conf-file=auto"
Expand Down

0 comments on commit 14fb6be

Please sign in to comment.