From 06596d8cb2ceb79069789e6716893292d86baf89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:49:10 +0000 Subject: [PATCH] Update curlimages/curl Docker tag to v8.11.1 (#2891) | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | docker | curlimages/curl | 8.11.0 | 8.11.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-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 adf0fdb2f6..6f1fac9710 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.11.0 + image: curlimages/curl:8.11.1 imagePullPolicy: IfNotPresent command: - /bin/sh @@ -69,7 +69,7 @@ spec: serviceAccountName: rollout-mgr containers: - name: coffee-rollout-mgr - image: curlimages/curl:8.11.0 + image: curlimages/curl:8.11.1 imagePullPolicy: IfNotPresent command: - /bin/sh