You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-3
Original file line number
Diff line number
Diff line change
@@ -85,16 +85,30 @@ The templates generated by the tool are shown below, and can be included in your
85
85
| Name | Description |
86
86
|------|-------------|
87
87
| chart.header | The main heading of the generated markdown file |
88
+
| chart.deprecationWarning | A deprecation warning which is displayed when the _deprecated_ field from the chart's `Chart.yaml` file is `true`|
88
89
| chart.description | A description line containing the _description_ field from the chart's `Chart.yaml` file, or "" if that field is not set |
89
90
| chart.version | The _version_ field from the chart's `Chart.yaml` file |
90
91
| chart.versionLine | A text line stating the current version of the chart |
92
+
| chart.versionBadge | A badge stating the current version of the chart |
91
93
| chart.type | The _type_ field from the chart's `Chart.yaml` file |
92
94
| chart.typeLine | A text line stating the current type of the chart |
93
-
| chart.sourceLink | The _home_ link from the chart's `Chart.yaml` file, or "" if that field is not set |
94
-
| chart.sourceLinkLine | A text line with the _home_ link from the chart's `Chart.yaml` file, or "" if that field is not set |
95
+
| chart.typeBadge | A badge stating the current type of the chart |
96
+
| chart.appVersion | The _appVersion_ field from the chart's `Chart.yaml` file |
97
+
| chart.appVersionLine | A text line stating the current appVersion of the chart |
98
+
| chart.appVersionBadge | A badge stating the current appVersion of the chart |
99
+
| chart.homepage | The _home_ link from the chart's `Chart.yaml` file, or "" if that field is not set |
100
+
| chart.homepageLine | A text line stating the current homepage of the chart |
101
+
| chart.maintainersHeader | The heading for the chart maintainers section |
102
+
| chart.maintainersTable | A table of the chart's maintainers |
103
+
| chart.maintainersSection | A section headed by the maintainersHeader from above containing the maintainersTable from above or "" if there are no maintainers |
104
+
| chart.sourcesHeader | The heading for the chart sources section |
105
+
| chart.sourcesList | A list of the chart's sources |
106
+
| chart.sourcesSection | A section headed by the sourcesHeader from above containing the sourcesList from above or "" if there are no sources |
107
+
| chart.kubeVersion | The _kubeVersion_ field from the chart's `Chart.yaml` file |
108
+
| chart.kubeVersionLine | A text line stating the required Kubernetes version for the chart |~~~~
95
109
| chart.requirementsHeader | The heading for the chart requirements section |
96
110
| chart.requirementsTable | A table of the chart's required sub-charts |
97
-
| chart.requirementsSection | A section headed by the requirementsHeader from above containing the requirementsTable from above or "" if there are no requirements |
111
+
| chart.requirementsSection | A section headed by the requirementsHeader from above containing the kubeVersionLine and/or the requirementsTable from above or "" if there are no requirements |
98
112
| chart.valuesHeader | The heading for the chart values section |
99
113
| chart.valuesTable | A table of the chart's values parsed from the `values.yaml` file (see below) |
100
114
| chart.valuesSection | A section headed by the valuesHeader from above containing the valuesTable from above or "" if there are no values |
0 commit comments