Pushing mongod and mongoexpress integration
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user