Pull charts

This commit is contained in:
2024-07-26 09:04:03 +02:00
parent 5b6a503fd1
commit 7e0050b02c
4 changed files with 34 additions and 21 deletions

View File

@ -100,6 +100,7 @@ func (r *Release) VersionHandler(dir string, hh helmhelper.Helmhelper) error {
if err != nil {
return err
}
logrus.Info(version)
r.Version = version
}