34 lines
875 B
YAML
34 lines
875 B
YAML
apiVersion: v2
|
|
name: dify
|
|
description: 用于在 Kubernetes 环境部署 Dify 应用的 Helm chart 文件。官网:https://github.com/langgenius/dify
|
|
type: application
|
|
# 当前图表的版本,仅用于标识图表文件变更
|
|
version: 0.2.1
|
|
# 部署的主应用的版本;建议使用双引号包起来
|
|
appVersion: "1.7.1"
|
|
|
|
# 指定依赖的模板库,存在即生效
|
|
dependencies:
|
|
- name: common
|
|
version: 1.0.0
|
|
repository: https://registry.colovu.com/chart
|
|
- name: postgresql
|
|
version: 12.5.6
|
|
condition: postgresql.enabled
|
|
repository: https://registry.colovu.com/chart
|
|
tags:
|
|
- postgres
|
|
- name: redis
|
|
version: 16.13.2
|
|
condition: redis.enabled
|
|
repository: https://registry.colovu.com/chart
|
|
tags:
|
|
- redis
|
|
- name: weaviate
|
|
version: 16.1.0
|
|
condition: weaviate.enabled
|
|
repository: https://registry.colovu.com/chart
|
|
tags:
|
|
- vector
|
|
- search
|