update docs, and production urls
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
a4fd7c8096
commit
9d4b81ca2a
2 changed files with 59 additions and 55 deletions
|
|
@ -104,7 +104,7 @@ func updateChartReleaseNotes(releasesNotes []string) {
|
|||
for i := range releasesNotes {
|
||||
releaseNoteString = fmt.Sprintf("%s - %s\n", releaseNoteString, releasesNotes[i])
|
||||
}
|
||||
Info("HLEM Release note string %s", releaseNoteString)
|
||||
Info("HELM Release note string %s", releaseNoteString)
|
||||
chart.Annotations["artifacthub.io/changes"] = releaseNoteString
|
||||
err = chartutil.SaveChartfile(HelmChartPath, chart)
|
||||
CheckIfError(err, "HELM Saving updated release notes for Chart")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue