Files
Daniel Hougaard 4dd343af11 removed reloader
requested changes
2025-10-21 22:32:15 +04:00

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.7.2
# 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.10
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: redis
version: 18.14.1
repository: oci://registry-1.docker.io/bitnamicharts
condition: redis.enabled