Skip to content

Commit

Permalink
Update busybox image used by Antrea simulator (#5758)
Browse files Browse the repository at this point in the history
Fixes #5757

Signed-off-by: Shuyang Xin <[email protected]>
  • Loading branch information
XinShuYang authored Nov 30, 2023
1 parent edac36c commit d60cb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/charts/antrea/templates/simulator/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
serviceAccountName: antrea-agent
initContainers:
- name: init-inotify-limit
image: projects.registry.vmware.com/library/busybox:latest
image: projects.registry.vmware.com/antrea/busybox:latest
command: ['sysctl', '-w', 'fs.inotify.max_user_instances=200']
securityContext:
privileged: true
Expand Down

0 comments on commit d60cb8c

Please sign in to comment.