update docs, and production urls

Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
James Strong 2023-01-18 15:54:44 -05:00
parent a4fd7c8096
commit 9d4b81ca2a
Failed to extract signature
2 changed files with 59 additions and 55 deletions

View file

@ -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")