From 6baecb9285a6889dedff0ad2365755ac26a145d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:34:49 +0000 Subject: [PATCH] Bump curlimages/curl in /tests/suite/manifests/longevity Bumps curlimages/curl from 8.3.0 to 8.8.0. --- updated-dependencies: - dependency-name: curlimages/curl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 492169711..6959ee845 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.3.0 + image: curlimages/curl:8.8.0 imagePullPolicy: IfNotPresent command: - /bin/sh @@ -69,7 +69,7 @@ spec: serviceAccountName: rollout-mgr containers: - name: coffee-rollout-mgr - image: curlimages/curl:8.3.0 + image: curlimages/curl:8.8.0 imagePullPolicy: IfNotPresent command: - /bin/sh