Skip to content

Commit

Permalink
Remove error when tracking tag target isn't found
Browse files Browse the repository at this point in the history
Fixes #3374
  • Loading branch information
Andy Goldstein committed Jun 22, 2015
1 parent cdd6d3d commit ffe1e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/image/registry/imagestream/strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func (s Strategy) tagsChanged(old, stream *api.ImageStream) fielderrors.Validati
}

if event == nil {
util.HandleError(fmt.Errorf("unable to find tag event for %#v", tagRef.From))
// referenced tag or ID doesn't exist, which is ok
continue
}

Expand Down

0 comments on commit ffe1e7e

Please sign in to comment.