From ee37282e685d59cb7345e795cec0589fa035cdfc Mon Sep 17 00:00:00 2001 From: chgl Date: Tue, 15 Dec 2020 21:34:38 +0100 Subject: [PATCH] added additional metadata to Chart.yaml --- README.md | 2 +- charts/fhir-server/Chart.yaml | 23 ++++++++--------------- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a7688ab6..294be48c 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# charts \ No newline at end of file +# charts diff --git a/charts/fhir-server/Chart.yaml b/charts/fhir-server/Chart.yaml index 52c95ced..3fbae317 100644 --- a/charts/fhir-server/Chart.yaml +++ b/charts/fhir-server/Chart.yaml @@ -1,20 +1,13 @@ apiVersion: v2 name: fhir-server -description: A Helm chart for deploying the Microsoft FHIR Server for Azure +description: A Helm chart for deploying the Microsoft FHIR Server for Azure. +home: https://github.com/microsoft/fhir-server +keywords: + - fhir + - fhir-server maintainers: - name: chgl - url: https://github.com/chgl - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. +sources: + - https://github.com/microsoft/fhir-server type: application - -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -version: 0.4.1 +version: 0.4.2