You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.0 KiB
YAML
62 lines
2.0 KiB
YAML
apiVersion: v2
|
|
name: cvat
|
|
description: A Helm chart for Kubernetes
|
|
|
|
# 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.4.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.
|
|
# It is recommended to use it with quotes.
|
|
appVersion: latest
|
|
# We dont use it, so you can override it using values.override.yaml
|
|
|
|
dependencies:
|
|
- name: redis
|
|
version: "16.13.*"
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: redis.enabled
|
|
|
|
- name: postgresql
|
|
version: "10.16.*"
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|
|
|
|
- name: nuclio
|
|
version: 0.12.1
|
|
repository: https://nuclio.github.io/nuclio/charts
|
|
condition: nuclio.enabled
|
|
|
|
- name: logstash
|
|
version: "6.8.*"
|
|
repository: https://helm.elastic.co
|
|
condition: analytics.enabled
|
|
|
|
- name: elasticsearch
|
|
version: "6.8.*"
|
|
repository: https://helm.elastic.co
|
|
condition: analytics.enabled
|
|
|
|
- name: kibana
|
|
version: "6.8.*"
|
|
repository: https://helm.elastic.co
|
|
condition: analytics.enabled
|
|
|
|
- name: traefik
|
|
version: 10.24.0
|
|
repository: https://helm.traefik.io/traefik
|
|
condition: ingress.enabled
|