github.com/mutagen-io/mutagen@v0.18.0-rc1/pkg/sidecar/tag.go (about)

     1  package sidecar
     2  
     3  const (
     4  	// BaseTag is the base tag name for the sidecar image.
     5  	BaseTag = "mutagenio/sidecar"
     6  )