From c8407b2c6797fc1dec7d0ef2862e16239eb072a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:48:54 +0000 Subject: [PATCH] deps: update curlimages/curl docker tag to v8.16.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..66194bc03b 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.16.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.16.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..fb0b1da06e 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.16.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.16.0 env: - name: NAME value: (replace_all($namespace, '-', ''))