mirror of https://github.com/dotnet/tye.git
Browse Source
This isn't optimal, but right now it's easy to get into problems using tye because we don't generate manifests with digests. As an example, if you don't have any versioning in your project, right now we will *just* tag everything with 1.0.0. This can lead to pods getting deployed with stale images, even though you pushed! A better solution is for us to use digests instead of tags.pull/37/head
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue