Skip to content

Commit

Permalink
deps: update curlimages/curl docker tag to v8.9.1 (#3624)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 0d7a613 commit c9a9525
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: test-prometheus
image: curlimages/curl:8.8.0
image: curlimages/curl:8.9.1
env:
- name: NAME
value: (replace_all($namespace, '-', ''))
Expand All @@ -38,7 +38,7 @@ spec:
fi
exit 1
- name: test-api-endpoint
image: curlimages/curl:8.8.0
image: curlimages/curl:8.9.1
env:
- name: NAME
value: (replace_all($namespace, '-', ''))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: test-prometheus
image: curlimages/curl:8.8.0
image: curlimages/curl:8.9.1
env:
- name: NAME
value: (replace_all($namespace, '-', ''))
Expand All @@ -26,7 +26,7 @@ spec:
exit 1
fi
- name: test-api-endpoint
image: curlimages/curl:8.8.0
image: curlimages/curl:8.9.1
env:
- name: NAME
value: (replace_all($namespace, '-', ''))
Expand Down

0 comments on commit c9a9525

Please sign in to comment.