fixme
parent
8bfc2511a9
commit
783d967db9
|
@ -157,6 +157,7 @@ func parseImage(chart *hapi_chart.Chart, config *hapi_chart.Config) (*image.Refe
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: need to dynamically get repositories
|
||||||
imageTag, err := vals.PathValue("image.tag")
|
imageTag, err := vals.PathValue("image.tag")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("failed to get image tag: %s", err)
|
return nil, fmt.Errorf("failed to get image tag: %s", err)
|
||||||
|
|
Loading…
Reference in New Issue