From e8bea3438b5441782e1c5845e1d8fa14edc457c6 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Thu, 7 Jan 2021 17:51:36 +0100 Subject: [PATCH] Update full-template example Signed-off-by: Mark Sagi-Kazar --- example-charts/full-template/README.md | 4 ++++ example-charts/full-template/README.md.gotmpl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/example-charts/full-template/README.md b/example-charts/full-template/README.md index 4f33df8..8d2699a 100644 --- a/example-charts/full-template/README.md +++ b/example-charts/full-template/README.md @@ -50,6 +50,10 @@ application ![AppVersion: 13.0.0](https://img.shields.io/badge/AppVersion-13.0.0-informational?style=flat-square) +## `chart.badgesSection` + +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 13.0.0](https://img.shields.io/badge/AppVersion-13.0.0-informational?style=flat-square) + ## `chart.homepage` https://github.com/norwoodj/helm-docs/tree/master/example-charts/full-template diff --git a/example-charts/full-template/README.md.gotmpl b/example-charts/full-template/README.md.gotmpl index a01c2f9..b5b7d92 100644 --- a/example-charts/full-template/README.md.gotmpl +++ b/example-charts/full-template/README.md.gotmpl @@ -40,6 +40,10 @@ {{ template "chart.appVersionBadge" . }} +## `chart.badgesSection` + +{{ template "chart.badgesSection" . }} + ## `chart.homepage` {{ template "chart.homepage" . }}