You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a deployment file image has no tag specified - keel should not ignore it. Keel should assume that the version from event is newer, therefore deployment files would never be out of date.
spec:
containers:
- image: karolisr/keel
The downside, however, is that a latest image is required to be available for the repo.
The text was updated successfully, but these errors were encountered:
If a deployment file image has no tag specified - keel should not ignore it. Keel should assume that the version from event is newer, therefore deployment files would never be out of date.
The downside, however, is that a
latest
image is required to be available for the repo.The text was updated successfully, but these errors were encountered: