From 20b3312cbc6dd48a8122b1d71239f05d43eed2c3 Mon Sep 17 00:00:00 2001 From: Thomas Janke Date: Tue, 7 Nov 2023 14:33:45 +0100 Subject: [PATCH] Add description to helm chart (v1.1.0) --- Chart.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 21ea79e..f072f5b 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,8 @@ apiVersion: v2 name: hawk -description: A Helm chart for Kubernetes +description: | + The Hawk Framework provides a way of tracking the dataflow between applications and allows for GDPR related tags to be added to the data references. + It also features an analytical dashboard about the GDPR related information and integration for using the ratio of GDPR-tagged data in e.g. Flagger Canary releases. # A chart can be either an 'application' or a 'library' chart. # @@ -15,7 +17,7 @@ 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.3 +version: 1.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -27,4 +29,4 @@ appVersion: "1.16.0" dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.6.6 \ No newline at end of file + version: 12.6.6