From 3f4f4a16ce0ff71553039a344ca2ff975e63403b Mon Sep 17 00:00:00 2001 From: Amit Sagtani Date: Tue, 17 Sep 2024 12:34:36 +0200 Subject: [PATCH 1/2] add image tag to alpine/curl --- step-certificates/templates/tests/test-connection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step-certificates/templates/tests/test-connection.yaml b/step-certificates/templates/tests/test-connection.yaml index a698d35..68c0f92 100644 --- a/step-certificates/templates/tests/test-connection.yaml +++ b/step-certificates/templates/tests/test-connection.yaml @@ -10,7 +10,7 @@ metadata: spec: containers: - name: curl - image: alpine/curl + image: alpine/curl:8.10.0 command: - 'curl' args: From 74c17df64070e1002430181c87e61d478d3210b4 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Tue, 3 Dec 2024 13:46:49 +0100 Subject: [PATCH 2/2] Update step-certificates/templates/tests/test-connection.yaml Co-authored-by: Jan Schumacher <155645800+jschumacher-wire@users.noreply.github.com> --- step-certificates/templates/tests/test-connection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step-certificates/templates/tests/test-connection.yaml b/step-certificates/templates/tests/test-connection.yaml index 68c0f92..4794c35 100644 --- a/step-certificates/templates/tests/test-connection.yaml +++ b/step-certificates/templates/tests/test-connection.yaml @@ -10,7 +10,7 @@ metadata: spec: containers: - name: curl - image: alpine/curl:8.10.0 + image: alpine/curl:latest command: - 'curl' args: