From 9ab5aa19b2c2cead88b7f001c555835b145dd086 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 10:10:59 +0000 Subject: [PATCH] Update curlimages/curl Docker tag to v8.14.1 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | docker | curlimages/curl | 8.13.0 | 8.14.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tests/suite/manifests/longevity/cronjob.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/suite/manifests/longevity/cronjob.yaml b/tests/suite/manifests/longevity/cronjob.yaml index 50c14a7a96..a6074e4396 100644 --- a/tests/suite/manifests/longevity/cronjob.yaml +++ b/tests/suite/manifests/longevity/cronjob.yaml @@ -40,7 +40,7 @@ spec: serviceAccountName: rollout-mgr containers: - name: coffee-rollout-mgr - image: curlimages/curl:8.13.0 + image: curlimages/curl:8.14.1 imagePullPolicy: IfNotPresent command: - /bin/sh @@ -69,7 +69,7 @@ spec: serviceAccountName: rollout-mgr containers: - name: coffee-rollout-mgr - image: curlimages/curl:8.13.0 + image: curlimages/curl:8.14.1 imagePullPolicy: IfNotPresent command: - /bin/sh