github.com/kotalco/kotal@v0.3.0/controllers/shared/types.go (about) 1 package shared 2 3 const ( 4 // BusyboxImage is the busybox images used by init containers 5 BusyboxImage = "busybox:1.34.1" 6 )