From 05bf6750563d8956dd29a8964dea1a79136db810 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 15:58:23 +0200 Subject: [PATCH] deps: update curlimages/curl docker tag to v8 (#1116) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/integration/expose-keptn-metric/00-install.yaml | 4 ++-- test/integration/expose-keptn-metric/01-install.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/integration/expose-keptn-metric/00-install.yaml b/test/integration/expose-keptn-metric/00-install.yaml index 16c9bb7513..a2e8aabe9a 100644 --- a/test/integration/expose-keptn-metric/00-install.yaml +++ b/test/integration/expose-keptn-metric/00-install.yaml @@ -8,7 +8,7 @@ spec: spec: containers: - name: test-prometheus - image: curlimages/curl:7.88.1 + image: curlimages/curl:8.00.1 args: - /bin/sh - -ec @@ -19,7 +19,7 @@ spec: exit 1 fi - name: test-api-endpoint - image: curlimages/curl:7.88.1 + image: curlimages/curl:8.00.1 args: - /bin/sh - -ec diff --git a/test/integration/expose-keptn-metric/01-install.yaml b/test/integration/expose-keptn-metric/01-install.yaml index 023353283f..7a161bb00a 100644 --- a/test/integration/expose-keptn-metric/01-install.yaml +++ b/test/integration/expose-keptn-metric/01-install.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: test-prometheus - image: curlimages/curl:7.88.1 + image: curlimages/curl:8.00.1 args: - /bin/sh - -ec @@ -31,7 +31,7 @@ spec: fi exit 1 - name: test-api-endpoint - image: curlimages/curl:7.88.1 + image: curlimages/curl:8.00.1 args: - /bin/sh - -ec