Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix (yaml): changed pull policy and upgrade strategy #200

Merged
merged 3 commits into from
Feb 11, 2019

Conversation

akhilerm
Copy link
Contributor

Changed ImagePullPolicy to IfNotPresent. Earlier, during integration testing the old image from docker-hub was pulled which overwrite the newly built images. This resulted in integration tests being performed on the old image and also the old image was retagged and pushed. With the change, only the newly built image will be used.

The update strategy of Daemonset is now set to RollingUpdate, so that the new image will be applied without manual deletion.

ImagePullPolicy changed from Always to IfNotPresent

Signed-off-by: Akhil Mohan <[email protected]>
@codecov-io
Copy link

codecov-io commented Feb 11, 2019

Codecov Report

Merging #200 into master will decrease coverage by 0.45%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #200      +/-   ##
==========================================
- Coverage    51.1%   50.65%   -0.46%     
==========================================
  Files          43       43              
  Lines        1769     1769              
==========================================
- Hits          904      896       -8     
- Misses        800      806       +6     
- Partials       65       67       +2
Impacted Files Coverage Δ
cmd/probe/eventhandler.go 34.69% <0%> (-12.25%) ⬇️
cmd/probe/udevprobe.go 63.24% <0%> (-1.71%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f972084...ce7aed5. Read the comment docs.

Copy link
Contributor

@prateekpandey14 prateekpandey14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm... @akhilerm can you update the Rollingupdate change to openebs-operator file as well ..... thanks

Copy link
Contributor

@satbirchhikara satbirchhikara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go from my side too.

@kmova kmova merged commit 253704d into openebs-archive:master Feb 11, 2019
@akhilerm akhilerm deleted the yaml-fixes branch February 12, 2019 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants