Skip to content

Commit

Permalink
[uwazi] update values env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Dec 11, 2024
1 parent 4e9d7a7 commit 409f914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/uwazi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maintainers:
sources:
- https://github.com/jordanopensource/charts/tree/main/charts/uwazi

version: 1.0.0
version: 1.0.1
appVersion: "0.1.0"

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/uwazi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ uwazi:
## Check this link for the whole environment variables and configurations
## https://github.com/jordanopensource/uwazi/blob/main/app/api/config.ts
env:
- name: DATABASE_HOST
value: mongo-headless
- name: MONGO_URI
value: mongodb://mongo-headless
- name: DATABASE_NAME
value: uwazi_development
- name: ELASTICSEARCH_URL
Expand Down

0 comments on commit 409f914

Please sign in to comment.