From 26f2599001f7e1393dac72c01a83f3511b9ed4a3 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Tue, 13 Aug 2024 10:21:15 -0500 Subject: [PATCH] Update certsuite-probe to v0.0.6 --- .github/workflows/pre-main.yaml | 2 +- cmd/certsuite/run/run.go | 2 +- docs/runtime-env.md | 2 +- version.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre-main.yaml b/.github/workflows/pre-main.yaml index c927a8b36..775cc30df 100644 --- a/.github/workflows/pre-main.yaml +++ b/.github/workflows/pre-main.yaml @@ -19,7 +19,7 @@ env: OCT_IMAGE_NAME: redhat-best-practices-for-k8s/oct OCT_IMAGE_TAG: latest PROBE_IMAGE_NAME: redhat-best-practices-for-k8s/certsuite-probe - PROBE_IMAGE_TAG: v0.0.5 + PROBE_IMAGE_TAG: v0.0.6 CERTSUITE_CONFIG_DIR: /tmp/certsuite/config CERTSUITE_OUTPUT_DIR: /tmp/certsuite/output SMOKE_TESTS_LOG_LEVEL: debug diff --git a/cmd/certsuite/run/run.go b/cmd/certsuite/run/run.go index 04643222b..bacd1e336 100644 --- a/cmd/certsuite/run/run.go +++ b/cmd/certsuite/run/run.go @@ -40,7 +40,7 @@ func NewCommand() *cobra.Command { runCmd.PersistentFlags().Bool("enable-data-collection", false, "Allow sending test results to an external data collector") runCmd.PersistentFlags().Bool("create-xml-junit-file", false, "Create a JUnit file with the test results") runCmd.PersistentFlags().String("tnf-image-repository", "quay.io/redhat-best-practices-for-k8s", "The repository where TNF images are stored") - runCmd.PersistentFlags().String("tnf-debug-image", "certsuite-probe:v0.0.5", "Name of the certsuite-probe image") + runCmd.PersistentFlags().String("tnf-debug-image", "certsuite-probe:v0.0.6", "Name of the certsuite-probe image") runCmd.PersistentFlags().String("daemonset-cpu-req", "100m", "CPU request for the debug DaemonSet container") runCmd.PersistentFlags().String("daemonset-cpu-lim", "100m", "CPU limit for the debug DaemonSet container") runCmd.PersistentFlags().String("daemonset-mem-req", "100M", "Memory request for the debug DaemonSet container") diff --git a/docs/runtime-env.md b/docs/runtime-env.md index d2a88bb2a..b3cbf4435 100644 --- a/docs/runtime-env.md +++ b/docs/runtime-env.md @@ -63,4 +63,4 @@ See more about this variable [here](https://github.com/redhat-openshift-ecosyste against a private container registry that has self-signed certificates. Note that you can also specify the debug pod image to use with `SUPPORT_IMAGE` -environment variable, default to `certsuite-probe:v0.0.5`. +environment variable, default to `certsuite-probe:v0.0.6`. diff --git a/version.json b/version.json index d3f35302e..3af1f9246 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "debugTag": "v0.0.5", + "debugTag": "v0.0.6", "claimFormat": "v0.4.0", "parserTag": "v0.4.7" }