Skip to content

Commit

Permalink
Bump ingest-file to 3.18.0-rc4 for test on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris authored and Rosencrantz committed Jan 9, 2023
1 parent fde4bf4 commit 8a37ca9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contrib/aleph-traefik-minio-keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- "traefik.enable=false"

ingest-file:
image: ghcr.io/alephdata/ingest-file:3.16.1
image: ghcr.io/alephdata/ingest-file:3.18.0-rc4
tmpfs:
- /tmp:mode=777
volumes:
Expand Down
2 changes: 1 addition & 1 deletion contrib/keycloak/docker-compose.dev-keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
ingest-file:
build:
context: services/ingest-file
image: alephdata/ingest-file:3.16.1
image: alephdata/ingest-file:3.18.0-rc4
hostname: ingest
tmpfs: /tmp
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
tmpfs: /tmp

ingest-file:
image: ghcr.io/alephdata/ingest-file:3.16.4
image: ghcr.io/alephdata/ingest-file:3.18.0-rc4
hostname: ingest
tmpfs: /tmp
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
tmpfs: /tmp

ingest-file:
image: ghcr.io/alephdata/ingest-file:3.16.1
image: ghcr.io/alephdata/ingest-file:3.18.0-rc4
tmpfs:
- /tmp:mode=777
volumes:
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/aleph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ ingestfile:

image:
repository: ghcr.io/alephdata/ingest-file
tag: "3.17.1"
tag: "3.18.0-rc4"
pullPolicy: Always

containerSecurityContext:
Expand Down

0 comments on commit 8a37ca9

Please sign in to comment.