pull/39/head
Karolis Rusenas 2017-07-14 21:49:09 +01:00
parent 8bfc2511a9
commit 783d967db9
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ func parseImage(chart *hapi_chart.Chart, config *hapi_chart.Config) (*image.Refe
return nil, err
}
// FIXME: need to dynamically get repositories
imageTag, err := vals.PathValue("image.tag")
if err != nil {
return nil, fmt.Errorf("failed to get image tag: %s", err)