Skip to content

Commit

Permalink
up ingest/ftm
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Apr 1, 2021
1 parent ea5691d commit da2a5fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ services:
- redis-data:/data

convert-document:
image: ghcr.io/alephdata/convert-document:3.13.0
image: ghcr.io/alephdata/convert-document:3.13.2
read_only: true
restart: on-failure
user: app
tmpfs: /tmp

ingest-file:
image: ghcr.io/alephdata/ingest-file:3.13.0
image: ghcr.io/alephdata/ingest-file:3.13.2
tmpfs:
- /tmp:mode=777
volumes:
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/aleph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ convertdocument:
image:
repository: ghcr.io/alephdata/convert-document
pullPolicy: Always
tag: 3.13.0
tag: 3.13.2

containerSecurityContext:
readOnlyRootFilesystem: true
Expand Down Expand Up @@ -162,7 +162,7 @@ ingestfile:

image:
repository: ghcr.io/alephdata/ingest-file
tag: 3.13.0
tag: 3.13.2
pullPolicy: Always

containerSecurityContext:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dependencies maintained by OCCRP
banal==1.0.6
urlnormalizer==1.2.5
followthemoney==2.4.2
followthemoney==2.4.3
followthemoney-store[postgresql]==3.0.2
fingerprints==1.0.3
servicelayer[google,amazon]==1.17.2
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.9.12",
"private": true,
"dependencies": {
"@alephdata/followthemoney": "2.4.2",
"@alephdata/followthemoney": "2.4.3",
"@alephdata/react-ftm": "2.3.10",
"@blueprintjs/core": "3.36.0",
"@blueprintjs/datetime": "3.21.2",
Expand Down Expand Up @@ -81,4 +81,4 @@
"devDependencies": {
"file-selector": "^0.2.2"
}
}
}

0 comments on commit da2a5fc

Please sign in to comment.