mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
apiVersion: v2
|
|
name: infisical-standalone
|
|
description: A helm chart to deploy Infisical
|
|
|
|
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: 1.6.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: "1.0.1"
|
|
|
|
dependencies:
|
|
- name: ingress-nginx
|
|
version: 4.0.13
|
|
repository: https://kubernetes.github.io/ingress-nginx
|
|
condition: ingress.nginx.enabled
|
|
- name: postgresql
|
|
version: 14.1.3
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|
|
- name: redis
|
|
version: 18.14.0
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: redis.enabled
|