Skip to content

Commit

Permalink
synclet: do a synclet release (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks authored Nov 5, 2018
1 parent d7165ad commit 2abfc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/synclet/sidecar/sidecar.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func syncletPrivileged() *bool {
}

// When we deploy Tilt for development, we override this with LDFLAGS
var SyncletTag = "v20180928"
var SyncletTag = "v20181105"

const SyncletImageName = "gcr.io/windmill-public-containers/tilt-synclet"
const SyncletContainerName = "tilt-synclet"
Expand Down

0 comments on commit 2abfc21

Please sign in to comment.