Skip to content

Commit

Permalink
deps: update curlimages/curl docker tag to v8.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored May 20, 2023
1 parent f0f7edf commit 1382f0d
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.00.1
image: curlimages/curl:8.1.0
args:
- /bin/sh
- -ec
Expand All @@ -33,7 +33,7 @@ spec:
fi
exit 1
- name: test-api-endpoint
image: curlimages/curl:8.00.1
image: curlimages/curl:8.1.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.00.1
image: curlimages/curl:8.1.0
args:
- /bin/sh
- -ec
Expand All @@ -20,7 +20,7 @@ spec:
exit 1
fi
- name: test-api-endpoint
image: curlimages/curl:8.00.1
image: curlimages/curl:8.1.0
args:
- /bin/sh
- -ec
Expand Down

0 comments on commit 1382f0d

Please sign in to comment.