Pushing mongod and mongoexpress integration

This commit is contained in:
plm
2024-11-29 15:18:56 +01:00
parent ffff95b694
commit 98ef81fe2d
185 changed files with 25183 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ type: application
version: 0.0.1
appVersion: "0.0.1"
# TODO: ldap, mongo, mongo-express, nats, ory hydra, keto
# TODO: ldap, mongo, mongo-express, ory hydra, keto
dependencies:
- name: openldap-stack-ha
version: "4.3.1"
@@ -19,3 +19,11 @@ dependencies:
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