Skip to content

Commit

Permalink
update the curl image tag (#653)
Browse files Browse the repository at this point in the history
Co-authored-by: Praneeth Bajjuri <pbajjuri@pbajjuri-thinkpadp1gen4i.rmtustx.csb>
  • Loading branch information
pbajjuri20 and Praneeth Bajjuri authored Jan 24, 2024
1 parent a9b054f commit 73c549a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/tests/ossm/initcontainer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ spec:
initContainers:
- name: init
image: curlimages/curl
image: curlimages/curl:8.4.0
command: ["/bin/echo", "[init worked]"]
imagePullPolicy: IfNotPresent
containers:
- name: sleep
image: curlimages/curl
image: curlimages/curl:8.4.0
command: ["/bin/sleep", "3650d"]
imagePullPolicy: IfNotPresent`
)

0 comments on commit 73c549a

Please sign in to comment.