From 424d9785b9ae7116554c400974dbfaa169ff3b4c Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Tue, 18 Apr 2017 00:50:46 -0500 Subject: [PATCH] chart.yaml enhancement: keystone This PS proposes a potential enhancement to the chart.yaml, idealy this would also reference the project Mascot but currently there is no CDN (that I'm aware of) hosting these images publicly. Change-Id: I5160290e1e6b4bc67486e9834461ebfaa00bf665 --- keystone/Chart.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/keystone/Chart.yaml b/keystone/Chart.yaml index 02eaf2a6f3..65d873a4a7 100644 --- a/keystone/Chart.yaml +++ b/keystone/Chart.yaml @@ -16,3 +16,9 @@ apiVersion: v1 description: OpenStack-Helm Keystone name: keystone version: 0.1.0 +home: https://docs.openstack.org/developer/keystone +sources: + - https://git.openstack.org/cgit/openstack/keystone + - https://git.openstack.org/cgit/openstack/openstack-helm +maintainers: + - name: OpenStack-Helm Authors