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

Update plugin deployment PullPolicy to Always regardless of STC's PullPolicy #1422

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

nikita-bhatia
Copy link
Contributor

@nikita-bhatia nikita-bhatia commented Feb 5, 2024

What this PR does / why we need it: Update imagePullPolicy for px-plugin pods to always, regardless of STC's ImagePullPolicy, to fetch latest security/other fixes on existing tag.
The imagePullPolicy for the pod is now being set to Always, after StorageClusterSetting is applied, so that STC's PullPolicy doesn't override.

Special notes for your reviewer:
Verified that ImagePullPolicy of plugin pod is set to 'Always' if

  • ImagePullPolicy in Storagecluster pod is set to 'IfNotPresent'
  • ImagePullPolicy in Storagecluster pod is set to 'Always'

Copy link
Contributor

@Glitchfix Glitchfix left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

codecov bot commented Feb 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (116354d) 75.84% compared to head (f316138) 75.84%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1422   +/-   ##
=======================================
  Coverage   75.84%   75.84%           
=======================================
  Files          66       66           
  Lines       18988    18989    +1     
=======================================
+ Hits        14402    14403    +1     
  Misses       3560     3560           
  Partials     1026     1026           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nikita-bhatia nikita-bhatia changed the title Update plugin deployment Pull to Always regardless of STC's PullPolicy Update plugin deployment PullPolicy to Always regardless of STC's PullPolicy Feb 5, 2024
@nikita-bhatia nikita-bhatia merged commit e579be6 into master Feb 5, 2024
12 checks passed
@nikita-bhatia nikita-bhatia deleted the plugin-imagepullpolicy branch February 5, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants