diff --git a/helmfile.d/01-mongo-express.yaml b/helmfile.d/01-mongo-express.yaml index d4676b87..41353064 100644 --- a/helmfile.d/01-mongo-express.yaml +++ b/helmfile.d/01-mongo-express.yaml @@ -9,6 +9,6 @@ releases: - name: registrar-mongo-express namespace: registrar-v2 chart: w3f/mongo-express - version: v0.2.2 + version: v0.3.0 values: - ./config/mongo-express.yaml.gotmpl diff --git a/helmfile.d/config/mongo-express.yaml.gotmpl b/helmfile.d/config/mongo-express.yaml.gotmpl index 35acb11e..af9f3743 100644 --- a/helmfile.d/config/mongo-express.yaml.gotmpl +++ b/helmfile.d/config/mongo-express.yaml.gotmpl @@ -18,3 +18,6 @@ domain: w3f.tech mongodb: host: "mongodb://{{ env "MONGO_USERNAME" | default "username" }}:{{ env "MONGO_PASSWORD" | default "password123" }}@mongodb-0.mongodb-headless:27017,mongodb-1.mongodb-headless:27017/{{ env "MONGO_DB" | default "registrar" }}?replicaSet=rs0" + +ingress: + whitelist_source_ips: "34.65.4.191/32"