File tree 4 files changed +29
-1
lines changed
example-charts/funky-version
4 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : v2
2
+ name : funky-version
3
+ description : A very simple chart with a funky version
4
+ version : " 0.1.0-alpha-rc2"
5
+ home : " https://github.com/norwoodj/helm-docs/tree/master/example-charts/funky-version"
6
+ sources : ["https://github.com/norwoodj/helm-docs/tree/master/example-charts/funky-version"]
7
+ engine : gotpl
8
+ maintainers :
9
+
10
+ name : John Norwood
Original file line number Diff line number Diff line change
1
+ # funky-version
2
+
3
+ ![ Version: 0.1.0-alpha-rc2] ( https://img.shields.io/badge/Version-0.1.0--alpha--rc2-informational?style=flat-square )
4
+
5
+ A very simple chart with a funky version
6
+
7
+ ** Homepage:** < https://github.com/norwoodj/helm-docs/tree/master/example-charts/funky-version >
8
+
9
+ ## Maintainers
10
+
11
+ | Name | Email | Url |
12
+ | ---- | ------ | --- |
13
+ | John Norwood
| [email protected] | |
14
+
15
+ ## Source Code
16
+
17
+ * < https://github.com/norwoodj/helm-docs/tree/master/example-charts/funky-version >
18
+
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ func getVersionTemplates() string {
62
62
versionBuilder := strings.Builder {}
63
63
versionBuilder .WriteString (`{{ define "chart.version" }}{{ .Version }}{{ end }}\n` )
64
64
versionBuilder .WriteString (`{{ define "chart.versionBadge" }}` )
65
- versionBuilder .WriteString ("  " )
65
+ versionBuilder .WriteString (`  ` )
66
66
versionBuilder .WriteString ("{{ end }}" )
67
67
68
68
return versionBuilder .String ()
You can’t perform that action at this time.
0 commit comments