apiVersion: v2 name: opencloud description: Helm chart for opencloud services deployment type: application version: 0.0.1 appVersion: "0.0.1" # TODO: ldap, mongo, mongo-express, ory hydra, keto dependencies: - name: openldap-stack-ha version: "4.3.1" repository: "https://jp-gouin.github.io/helm-openldap/" condition: openldap-stack-ha.enabled - name: traefik version: "33.0.0" repository: "https://helm.traefik.io/traefik" condition: traefik.enabled - name: nats version: "1.2.6" repository: "https://nats-io.github.io/k8s/helm/charts/" condition: nats.enabled - name: mongodb version: "16.3.1" repository: "https://charts.bitnami.com/bitnami" condition: mongodb.enabled - name: mongo-express version: "6.5.2" repository: "https://cowboysysop.github.io/charts/" condition: mongo-express.enabled