Files
2026-07-13 13:32:23 +08:00

63 lines
2.1 KiB
YAML

apiVersion: v2
name: cvat
kubeVersion: ">= 1.23.0-0"
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: 2.69.1
# 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: postgresql
version: "12.1.*"
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: nuclio
version: "0.22.*"
repository: https://nuclio.github.io/nuclio/charts
condition: nuclio.enabled
- name: vector
version: "0.19.*"
repository: https://helm.vector.dev
condition: analytics.enabled
- name: clickhouse
version: "4.1.*"
repository: https://charts.bitnami.com/bitnami
condition: clickhouse.enabled
- name: grafana
version: "6.60.*"
repository: https://grafana.github.io/helm-charts
condition: analytics.enabled
- name: traefik
version: "37.3.*"
repository: https://helm.traefik.io/traefik
condition: traefik.enabled
- name: redis
version: "19.6.4"
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled