Skip to content

Commit 84de2a5

Browse files
authored
Merge pull request #752 from yanjunding/force_update_image
Allow force update non-latest tagged image
2 parents cca034b + a2bc777 commit 84de2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/image.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
timeout => $exec_timeout,
144144
logoutput => true,
145145
}
146-
} elsif $ensure == 'latest' or $image_tag == 'latest' {
146+
} elsif $ensure == 'latest' or $image_tag == 'latest' or $force {
147147
notify { "Check if image ${image_arg} is in-sync":
148148
noop => false,
149149
}

0 commit comments

Comments
 (0)