Skip to content

Commit

Permalink
deps: update curlimages/curl docker tag to v8 (#1116)
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 Mar 27, 2023
1 parent 97c4b58 commit 05bf675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/integration/expose-keptn-metric/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: test-prometheus
image: curlimages/curl:7.88.1
image: curlimages/curl:8.00.1
args:
- /bin/sh
- -ec
Expand All @@ -19,7 +19,7 @@ spec:
exit 1
fi
- name: test-api-endpoint
image: curlimages/curl:7.88.1
image: curlimages/curl:8.00.1
args:
- /bin/sh
- -ec
Expand Down
4 changes: 2 additions & 2 deletions test/integration/expose-keptn-metric/01-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: test-prometheus
image: curlimages/curl:7.88.1
image: curlimages/curl:8.00.1
args:
- /bin/sh
- -ec
Expand All @@ -31,7 +31,7 @@ spec:
fi
exit 1
- name: test-api-endpoint
image: curlimages/curl:7.88.1
image: curlimages/curl:8.00.1
args:
- /bin/sh
- -ec
Expand Down

0 comments on commit 05bf675

Please sign in to comment.