Skip to content

Commit

Permalink
Add description to helm chart (v1.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomijange committed Nov 7, 2023
1 parent 40833eb commit 20b3312
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
#
Expand All @@ -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
Expand All @@ -27,4 +29,4 @@ appVersion: "1.16.0"
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.6.6
version: 12.6.6

0 comments on commit 20b3312

Please sign in to comment.