From d496d0de60480acf942e898985b72e631186e597 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 21:51:04 +0000 Subject: [PATCH] deps: update curlimages/curl docker tag to v8.18.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../integration/expose-keptn-metric/job-existing-metric.yaml | 4 ++-- .../integration/expose-keptn-metric/job-no-metric.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/chainsaw/integration/expose-keptn-metric/job-existing-metric.yaml b/test/chainsaw/integration/expose-keptn-metric/job-existing-metric.yaml index d69f970560..8d6d072b2b 100644 --- a/test/chainsaw/integration/expose-keptn-metric/job-existing-metric.yaml +++ b/test/chainsaw/integration/expose-keptn-metric/job-existing-metric.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: test-prometheus - image: curlimages/curl:8.11.0 + image: curlimages/curl:8.18.0 env: - name: NAME value: (replace_all($namespace, '-', '')) @@ -38,7 +38,7 @@ spec: fi exit 1 - name: test-api-endpoint - image: curlimages/curl:8.11.0 + image: curlimages/curl:8.18.0 env: - name: NAME value: (replace_all($namespace, '-', '')) diff --git a/test/chainsaw/integration/expose-keptn-metric/job-no-metric.yaml b/test/chainsaw/integration/expose-keptn-metric/job-no-metric.yaml index de423154fc..3d435fc9eb 100644 --- a/test/chainsaw/integration/expose-keptn-metric/job-no-metric.yaml +++ b/test/chainsaw/integration/expose-keptn-metric/job-no-metric.yaml @@ -10,7 +10,7 @@ spec: spec: containers: - name: test-prometheus - image: curlimages/curl:8.11.0 + image: curlimages/curl:8.18.0 env: - name: NAME value: (replace_all($namespace, '-', '')) @@ -26,7 +26,7 @@ spec: exit 1 fi - name: test-api-endpoint - image: curlimages/curl:8.11.0 + image: curlimages/curl:8.18.0 env: - name: NAME value: (replace_all($namespace, '-', ''))