From 4e1d12672cc419c0468ca883e77820f85ae91e5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:38:20 +0000 Subject: [PATCH] Update curlimages/curl Docker tag to v8.10.1 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | docker | curlimages/curl | 8.10.0 | 8.10.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 546dc76c53..fb55e0bdab 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.10.0 + image: curlimages/curl:8.10.1 imagePullPolicy: IfNotPresent command: - /bin/sh @@ -69,7 +69,7 @@ spec: serviceAccountName: rollout-mgr containers: - name: coffee-rollout-mgr - image: curlimages/curl:8.10.0 + image: curlimages/curl:8.10.1 imagePullPolicy: IfNotPresent command: - /bin/sh