Skip to content

Commit

Permalink
🐛(edxapp) fix edxapp image used in development
Browse files Browse the repository at this point in the history
ginkgo.1-1.0.3-dev docker image has permission issues to run Celery
workers. This issue has been fixed since, so we must upgrade to the
latest release to make Celery workers fully functionnal in development
env_type.
  • Loading branch information
jmaupetit committed Aug 27, 2018
1 parent 71a8e85 commit 65c6c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/env_type/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
domain_name: "{{ lookup('env', 'OPENSHIFT_DOMAIN') }}.nip.io"

# Use development images in the development environment
edxapp_image_tag: "ginkgo.1-1.0.3-dev"
edxapp_image_tag: "ginkgo.1-1.0.6-dev"
richie_image_tag: "0.1.0-alpha.3-alpine-dev"

apps:
Expand Down

0 comments on commit 65c6c20

Please sign in to comment.