From 3d55b66f72c003d64ef7ab8dbe9bc08e5ac34ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:46:40 +0000 Subject: [PATCH] Bump curlimages/curl in /tests/suite/manifests/longevity Bumps curlimages/curl from 8.9.0 to 8.9.1. --- updated-dependencies: - dependency-name: curlimages/curl dependency-type: direct:production update-type: version-update:semver-patch ... 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 c145b94f7..e137751f5 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.9.0 + image: curlimages/curl:8.9.1 imagePullPolicy: IfNotPresent command: - /bin/sh @@ -69,7 +69,7 @@ spec: serviceAccountName: rollout-mgr containers: - name: coffee-rollout-mgr - image: curlimages/curl:8.9.0 + image: curlimages/curl:8.9.1 imagePullPolicy: IfNotPresent command: - /bin/sh