Skip to content

Commit c6fa194

Browse files
authored
Update probe to v0.0.21 (#3117)
1 parent a7014ff commit c6fa194

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pre-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
OCT_IMAGE_NAME: redhat-best-practices-for-k8s/oct
2020
OCT_IMAGE_TAG: latest
2121
PROBE_IMAGE_NAME: redhat-best-practices-for-k8s/certsuite-probe
22-
PROBE_IMAGE_TAG: v0.0.20
22+
PROBE_IMAGE_TAG: v0.0.21
2323
CERTSUITE_CONFIG_DIR: /tmp/certsuite/config
2424
CERTSUITE_OUTPUT_DIR: /tmp/certsuite/output
2525
SMOKE_TESTS_LOG_LEVEL: debug

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.20", "Certsuite probe image")
42+
runCmd.PersistentFlags().String("certsuite-probe-image", "quay.io/redhat-best-practices-for-k8s/certsuite-probe:v0.0.21", "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 [here](https://github.com/redhat-openshift-ecosyste
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.20`.
42+
environment variable, default to `certsuite-probe:v0.0.21`.

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.20",
2+
"debugTag": "v0.0.21",
33
"claimFormat": "v0.5.0",
44
"parserTag": "v0.5.1"
55
}

0 commit comments

Comments
 (0)