diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index e377c702..09f22200 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 14.0.12 +version: 14.0.13 diff --git a/library/common/values.yaml b/library/common/values.yaml index 18b21e72..8e8bd96c 100644 --- a/library/common/values.yaml +++ b/library/common/values.yaml @@ -266,7 +266,7 @@ scaleGPU: [] # NOTES.txt notes: header: | - # Thank you for installing <{{ .Chart.Name }}> by TrueCharts. + # Thank you for installing [{{ .Chart.Name }}] by TrueCharts. # custom: "{{ toYaml $.Values }}" custom: | {{- if .Values.iXPortals }} @@ -276,7 +276,7 @@ notes: {{- range .Values.iXPortals }} - {{ toYaml . }} {{- end -}} - {{- end -}} + {{- end }} ## [{{ .Chart.Name }}] Sources @@ -284,9 +284,11 @@ notes: - {{ . }} {{- end -}} - {{- with .Chart.Annotations.docs }} - [See more for {{ $.Chart.Name }} on TrueCharts website]({{ . }}) - {{- end -}} + {{- $link := .Chart.Annotations.docs -}} + {{- if not $link -}} + {{- $link = .Chart.Home -}} + {{- end }} + [See more for [{{ $.Chart.Name }}] at [{{ $link }}] footer: | ## Documentation Please check out the TrueCharts documentation on: