mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
apiVersion: v2
|
|
name: infisical
|
|
description: A helm chart for a full Infisical application
|
|
|
|
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.3.5
|
|
|
|
# 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: "1.17.0"
|
|
|
|
dependencies:
|
|
- name: mongodb
|
|
version: "~13.9.1"
|
|
repository: "https://charts.bitnami.com/bitnami"
|
|
condition: mongodb.enabled
|
|
- name: mailhog
|
|
version: "~5.2.3"
|
|
repository: "https://codecentric.github.io/helm-charts"
|
|
condition: mailhog.enabled
|
|
- name: redis
|
|
version: 17.15.0
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: redis.enabled
|
|
- name: ingress-nginx
|
|
version: 4.0.13
|
|
repository: https://kubernetes.github.io/ingress-nginx
|
|
condition: ingress.nginx.enabled
|