diff --git a/execution/helm/theodolite-chart/Chart.yaml b/execution/helm/theodolite-chart/Chart.yaml index 277e62592f6e72e79a3968a40bfba8d80406f156..4d4b32b2c63555c2d91f38497aa2317f97e68bc6 100644 --- a/execution/helm/theodolite-chart/Chart.yaml +++ b/execution/helm/theodolite-chart/Chart.yaml @@ -1,21 +1,20 @@ apiVersion: v2 name: theodolite -description: A Helm chart for Kubernetes +description: Theodolite is a framework for benchmarking the scalability stream processing engines. +home: https://cau-se.github.io/theodolite +sources: + - https://github.com/cau-se/theodolite +maintainers: +- name: Sören Henning + email: soeren.henning@email.uni-kiel.de + url: https://www.se.informatik.uni-kiel.de/en/team/soeren-henning-m-sc -# 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. type: application -dependencies: # A list of the chart requirements (optional) +dependencies: - name: grafana version: 6.0.0 - repository: https://grafana.github.io/helm-charts # https://charts.helm.sh/stable/ + repository: https://grafana.github.io/helm-charts condition: grafana.enabled - name: kube-prometheus-stack version: 12.0.0 @@ -30,12 +29,6 @@ dependencies: # A list of the chart requirements (optional) repository: https://lightbend.github.io/kafka-lag-exporter/repo/ condition: kafka-lag-exporter.enabled -# 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: 0.1.0 +version: 0.4.0-SNAPSHOT -# 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 -# follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.3.0 +appVersion: 0.4.0-SNAPSHOT