Skip to content

Commit

Permalink
deps: update curlimages/curl docker tag to v8.3.0 (#2113)
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] committed Sep 18, 2023
1 parent b1bd8bf commit 742d62d
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/job-existing-metric.yaml
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.2.1
image: curlimages/curl:8.3.0
args:
- /bin/sh
- -ec
Expand All @@ -33,7 +33,7 @@ spec:
fi
exit 1
- name: test-api-endpoint
image: curlimages/curl:8.2.1
image: curlimages/curl:8.3.0
# yamllint disable rule:line-length
args:
- /bin/sh
Expand Down
4 changes: 2 additions & 2 deletions test/integration/expose-keptn-metric/job-no-metric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
spec:
containers:
- name: test-prometheus
image: curlimages/curl:8.2.1
image: curlimages/curl:8.3.0
args:
- /bin/sh
- -ec
Expand All @@ -20,7 +20,7 @@ spec:
exit 1
fi
- name: test-api-endpoint
image: curlimages/curl:8.2.1
image: curlimages/curl:8.3.0
args:
- /bin/sh
- -ec
Expand Down

0 comments on commit 742d62d

Please sign in to comment.