Skip to content

Commit

Permalink
chore(deps): update curlimages/curl docker tag to v8.1.2 (#487)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 13, 2023
1 parent 426be04 commit b9720bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/e2e/kuttl/assets/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
spec:
containers:
- name: test-flagd-endpoint
image: curlimages/curl:8.00.1
image: curlimages/curl:8.1.2
args:
- /bin/sh
- -ec
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kuttl/flagd-disabled/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
spec:
containers:
- name: test-flagd-endpoint
image: curlimages/curl:8.00.1
image: curlimages/curl:8.1.2
args:
- /bin/sh
- -ec
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kuttl/inject-flagd/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
spec:
containers:
- name: test-flagd-endpoint
image: curlimages/curl:8.00.1
image: curlimages/curl:8.1.2
args:
- /bin/sh
- -ec
Expand Down

0 comments on commit b9720bb

Please sign in to comment.