Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
75f7659d
Verified
Commit
75f7659d
authored
8 months ago
by
Erwan Rouchet
Browse files
Options
Downloads
Patches
Plain Diff
Update default image for S3 worker
parent
788921e1
No related branches found
Branches containing commit
No related tags found
1 merge request
!2399
Update default image for S3 worker
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arkindex/project/config.py
+1
-1
1 addition, 1 deletion
arkindex/project/config.py
arkindex/project/tests/config_samples/defaults.yaml
+1
-1
1 addition, 1 deletion
arkindex/project/tests/config_samples/defaults.yaml
with
2 additions
and
2 deletions
arkindex/project/config.py
+
1
−
1
View file @
75f7659d
...
...
@@ -180,7 +180,7 @@ def get_settings_parser(base_dir):
docker_parser
=
parser
.
add_subparser
(
"
docker
"
,
default
=
{})
docker_parser
.
add_option
(
"
tasks_image
"
,
type
=
str
,
default
=
"
registry.gitlab.teklia.com/arkindex/tasks
"
)
docker_parser
.
add_option
(
"
init_elements_image
"
,
type
=
str
,
default
=
"
registry.gitlab.teklia.com/arkindex/workers/init-elements:latest
"
)
docker_parser
.
add_option
(
"
ingest_image
"
,
type
=
str
,
default
=
"
registry.gitlab.teklia.com/arkindex/workers/import:latest
"
)
docker_parser
.
add_option
(
"
ingest_image
"
,
type
=
str
,
default
=
"
registry.gitlab.teklia.com/arkindex/workers/import
/s3
:latest
"
)
sentry_parser
=
parser
.
add_subparser
(
"
sentry
"
,
default
=
{})
sentry_parser
.
add_option
(
"
dsn
"
,
type
=
str
,
default
=
None
)
...
...
This diff is collapsed.
Click to expand it.
arkindex/project/tests/config_samples/defaults.yaml
+
1
−
1
View file @
75f7659d
...
...
@@ -31,7 +31,7 @@ database:
replica
:
null
user
:
devuser
docker
:
ingest_image
:
registry.gitlab.teklia.com/arkindex/workers/import:latest
ingest_image
:
registry.gitlab.teklia.com/arkindex/workers/import
/s3
:latest
init_elements_image
:
registry.gitlab.teklia.com/arkindex/workers/init-elements:latest
tasks_image
:
registry.gitlab.teklia.com/arkindex/tasks
email
:
null
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment