Skip to content
Snippets Groups Projects
Commit d99dd2ea authored by Sören Henning's avatar Sören Henning
Browse files

Update chart meta data

parent 44e562c9
No related branches found
No related tags found
1 merge request!60Introduce a Theodolite Helm chart for deploying all dependencies
apiVersion: v2 apiVersion: v2
name: theodolite 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 type: application
dependencies: # A list of the chart requirements (optional) dependencies:
- name: grafana - name: grafana
version: 6.0.0 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 condition: grafana.enabled
- name: kube-prometheus-stack - name: kube-prometheus-stack
version: 12.0.0 version: 12.0.0
...@@ -30,12 +29,6 @@ dependencies: # A list of the chart requirements (optional) ...@@ -30,12 +29,6 @@ dependencies: # A list of the chart requirements (optional)
repository: https://lightbend.github.io/kafka-lag-exporter/repo/ repository: https://lightbend.github.io/kafka-lag-exporter/repo/
condition: kafka-lag-exporter.enabled condition: kafka-lag-exporter.enabled
# This is the chart version. This version number should be incremented each time you make changes version: 0.4.0-SNAPSHOT
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
# This is the version number of the application being deployed. This version number should be appVersion: 0.4.0-SNAPSHOT
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment