Skip to content

Commit 908b106

Browse files
authored
Bump: curlimages/curl:8.15.0 (#12977)
1 parent 8058b7e commit 908b106

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/k8s-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
while :
126126
do
127127
DJANGO_IP=$(kubectl get svc defectdojo-django -o jsonpath='{.spec.clusterIP}')
128-
OUT=$(kubectl run curl --quiet=true --image=curlimages/curl:7.73.0 \
128+
OUT=$(kubectl run curl --quiet=true --image=curlimages/curl:8.15.0 \
129129
--overrides='{ "apiVersion": "v1" }' \
130130
--restart=Never -i --rm -- \
131131
--silent \
@@ -156,7 +156,7 @@ jobs:
156156
ADMIN_PASS=$(kubectl get secret/defectdojo -o jsonpath='{.data.DD_ADMIN_PASSWORD}' | base64 -d)
157157
echo "Simple API check"
158158
DJANGO_IP=$(kubectl get svc defectdojo-django -o jsonpath='{.spec.clusterIP}')
159-
CR=$(kubectl run curl --quiet=true --image=curlimages/curl:7.73.0 \
159+
CR=$(kubectl run curl --quiet=true --image=curlimages/curl:8.15.0 \
160160
--overrides='{ "apiVersion": "v1" }' \
161161
--restart=Never -i --rm -- \
162162
--silent \

0 commit comments

Comments
 (0)