Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Jul 26, 2023
1 parent 14441f9 commit 1876873
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/commons/product_image_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ pub struct ResolvedProductImage {
#[derive(AsRefStr)]
/// We default to `Always`, as we use floating tags for our release lines.
/// This means the tag 23.4 starts of pointing to the same image 23.4.0 does, but switches to 23.4.1 after the releases of 23.4.1.
/// We let users always pull the latest version of the image, so that
/// 1.) Users always get the latest version with security fixes
/// 2.) We try our best that all pods use the same version and that not some nodes have an old version cached
pub enum PullPolicy {
IfNotPresent,
#[default]
Expand Down

0 comments on commit 1876873

Please sign in to comment.