Skip to content

Commit edec2a7

Browse files
Update certsuite-probe to v0.0.29 (#3303)
Co-authored-by: sebrandon1 <[email protected]>
1 parent c0cb6af commit edec2a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/certsuite/run/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

docs/runtime-env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ See more about this variable in the [Preflight configuration documentation](http
3939
against a private container registry that has self-signed certificates.
4040

4141
Note 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`.

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"debugTag": "v0.0.28",
2+
"debugTag": "v0.0.29",
33
"claimFormat": "v0.5.0",
44
"parserTag": "v0.5.3"
55
}

0 commit comments

Comments
 (0)