Skip to content

Commit 4c206ce

Browse files
authored
Update probe image to v0.0.9 (redhat-best-practices-for-k8s#2448)
1 parent ae20e12 commit 4c206ce

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.8
22+
PROBE_IMAGE_TAG: v0.0.9
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.8", "Certsuite probe image")
42+
runCmd.PersistentFlags().String("certsuite-probe-image", "quay.io/redhat-best-practices-for-k8s/certsuite-probe:v0.0.9", "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
@@ -63,4 +63,4 @@ See more about this variable [here](https://github.com/redhat-openshift-ecosyste
6363
against a private container registry that has self-signed certificates.
6464

6565
Note that you can also specify the probe pod image to use with `SUPPORT_IMAGE`
66-
environment variable, default to `certsuite-probe:v0.0.8`.
66+
environment variable, default to `certsuite-probe:v0.0.9`.

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

0 commit comments

Comments
 (0)