use image.Parse(repo.String()) in checkVersionedDeployment
* this would cause a difference in testspull/221/head
parent
2451e01067
commit
bfbc9d9509
|
@ -21,7 +21,7 @@ import (
|
||||||
func (p *Provider) checkVersionedDeployment(newVersion *types.Version, policy types.PolicyType, repo *types.Repository, resource *k8s.GenericResource) (updatePlan *UpdatePlan, shouldUpdateDeployment bool, err error) {
|
func (p *Provider) checkVersionedDeployment(newVersion *types.Version, policy types.PolicyType, repo *types.Repository, resource *k8s.GenericResource) (updatePlan *UpdatePlan, shouldUpdateDeployment bool, err error) {
|
||||||
updatePlan = &UpdatePlan{}
|
updatePlan = &UpdatePlan{}
|
||||||
|
|
||||||
eventRepoRef, err := image.Parse(repo.Name)
|
eventRepoRef, err := image.Parse(repo.String())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue