From 0028aac321b81f60570c1d598f0fbf0cc2f67a2a Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Wed, 8 Jun 2016 13:16:47 -0600 Subject: [PATCH] fix(docs): add sources field on example chart.yaml --- docs/examples/alpine/Chart.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/examples/alpine/Chart.yaml b/docs/examples/alpine/Chart.yaml index 38a4aaa54..2f2af3f74 100644 --- a/docs/examples/alpine/Chart.yaml +++ b/docs/examples/alpine/Chart.yaml @@ -2,3 +2,7 @@ name: alpine description: Deploy a basic Alpine Linux pod version: 0.1.0 home: https://k8s.io/helm +sources: + - https://github.com/kubernetes/helm + +