Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

fix(app): create image pull secrets outside of the async deploy loop#1032

Merged
helgi merged 1 commit intodeis:masterfrom
helgi:ticket_1031
Sep 1, 2016
Merged

fix(app): create image pull secrets outside of the async deploy loop#1032
helgi merged 1 commit intodeis:masterfrom
helgi:ticket_1031

Conversation

@helgi
Copy link
Copy Markdown
Contributor

@helgi helgi commented Sep 1, 2016

The issue is that multiple process types can cause 409 issues when ran in the async process. It's fine to run this ahead of any deploy as this secret is not tied to the release version of an application

Moved pull image secret and registry config generation into the App model as it makes more sense given where it gets used.
Also reduces django.settings in the scheduler

Fixes #1031

@helgi helgi added this to the v2.5 milestone Sep 1, 2016
@helgi helgi self-assigned this Sep 1, 2016
@deis-bot
Copy link
Copy Markdown

deis-bot commented Sep 1, 2016

@kmala, @bacongobbler and @Joshua-Anderson are potential reviewers of this pull request based on my analysis of git blame information. Thanks @helgi!

@helgi helgi force-pushed the ticket_1031 branch 3 times, most recently from 94ec7eb to 7e2a6e4 Compare September 1, 2016 22:17
@kmala kmala added the LGTM1 label Sep 1, 2016
The issue is that multiple process types can cause 409 issues when ran in the async process. It's fine to run this ahead of any deploy as this secret is not tied to the release version of an application

Moved pull image secret and registry config generation into the App model as it makes more sense given where it gets used.
Also reduces `django.settings` in the `scheduler`

Fixes deis#1031
@codecov-io
Copy link
Copy Markdown

Current coverage is 87.04% (diff: 92.59%)

Merging #1032 into master will increase coverage by 0.02%

@@             master      #1032   diff @@
==========================================
  Files            42         42          
  Lines          3560       3567     +7   
  Methods           0          0          
  Messages          0          0          
  Branches        601        602     +1   
==========================================
+ Hits           3098       3105     +7   
  Misses          302        302          
  Partials        160        160          

Powered by Codecov. Last update 1db6146...5ca1a8c

@helgi helgi merged commit 1ca970b into deis:master Sep 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants