Skip to content

Commit

Permalink
Update clean executable (#847)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chico de Guzman <pchico83@gmail.com>
  • Loading branch information
pchico83 committed Apr 30, 2020
1 parent 7f649fd commit 2f46c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/k8s/deployments/translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
oktetoBinName = "okteto-bin"

//syncthing
oktetoBinImageTag = "okteto/bin:1.1.17"
oktetoBinImageTag = "okteto/bin:1.1.18"
oktetoSyncSecretVolume = "okteto-sync-secret" // skipcq GSC-G101 not a secret
oktetoDevSecretVolume = "okteto-dev-secret" // skipcq GSC-G101 not a secret
oktetoSecretTemplate = "okteto-%s"
Expand Down

0 comments on commit 2f46c5d

Please sign in to comment.