File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ func NewCommand() *cobra.Command {
3939 runCmd .PersistentFlags ().Bool ("include-web-files" , false , "Save web files in the configured output folder" )
4040 runCmd .PersistentFlags ().Bool ("enable-data-collection" , false , "Allow sending test results to an external data collector" )
4141 runCmd .PersistentFlags ().Bool ("create-xml-junit-file" , false , "Create a JUnit file with the test results" )
42- runCmd .PersistentFlags ().String ("certsuite-probe-image" , "quay.io/redhat-best-practices-for-k8s/certsuite-probe:v0.0.28 " , "Certsuite probe image" )
42+ runCmd .PersistentFlags ().String ("certsuite-probe-image" , "quay.io/redhat-best-practices-for-k8s/certsuite-probe:v0.0.29 " , "Certsuite probe image" )
4343 runCmd .PersistentFlags ().String ("daemonset-cpu-req" , "100m" , "CPU request for the probe daemonset container" )
4444 runCmd .PersistentFlags ().String ("daemonset-cpu-lim" , "100m" , "CPU limit for the probe daemonset container" )
4545 runCmd .PersistentFlags ().String ("daemonset-mem-req" , "100M" , "Memory request for the probe daemonset container" )
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ See more about this variable in the [Preflight configuration documentation](http
3939against a private container registry that has self-signed certificates.
4040
4141Note that you can also specify the probe pod image to use with ` SUPPORT_IMAGE `
42- environment variable, default to ` certsuite-probe:v0.0.28 ` .
42+ environment variable, default to ` certsuite-probe:v0.0.29 ` .
Original file line number Diff line number Diff line change 11{
2- "debugTag" : " v0.0.28 " ,
2+ "debugTag" : " v0.0.29 " ,
33 "claimFormat" : " v0.5.0" ,
44 "parserTag" : " v0.5.3"
55}
You can’t perform that action at this time.
0 commit comments