Skip to content

Commit

Permalink
Updates helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
JBAhire authored Jan 21, 2021
1 parent 030f926 commit 7117319
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 0 deletions.
40 changes: 40 additions & 0 deletions kubernetes/data-services/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
apiVersion: v2
name: hypertrace-services
description: Hypertrace Distributed Tracing Platform - helm chart

# 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

# 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

# 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.1.0

dependencies:
- name: kafka
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.1.8
- name: zookeeper
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.1.2
- name: pinot
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.2.8
- name: schema-registry
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.1.5
- name: mongodb
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.1.2
61 changes: 61 additions & 0 deletions kubernetes/platform-services/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,62 @@
apiVersion: v2
name: hypertrace-services
description: Hypertrace Distributed Tracing Platform - helm chart

# 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

# 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

# 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.1.0

dependencies:
- name: hypertrace-oc-collector
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.1.7
- name: span-normalizer
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.4.3
- name: raw-spans-grouper
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.4.3
- name: hypertrace-trace-enricher
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.4.3
- name: hypertrace-view-generator
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.4.3
- name: hypertrace-ui
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.69.0
- name: hypertrace-graphql-service
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.7.3
- name: attribute-service
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.9.3
- name: gateway-service
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.1.52
- name: query-service
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.5.3
- name: entity-service
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.5.4
- name: kafka-topic-creator
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.1.7
condition: kafka-topic-creator.enabled

0 comments on commit 7117319

Please sign in to comment.