aboutsummaryrefslogtreecommitdiffstats
path: root/docker/core/Allow-offline-testing-in-PodWithClusterIPSvc.patch
blob: 6eca17fa2aa053a701b9cefd8883e4fda28e40b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From 220ee016272f7760fffb9df3213ed93ec77e7948 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Ollivier?= <cedric.ollivier@orange.com>
Date: Sun, 22 Nov 2020 11:54:05 +0100
Subject: [PATCH] Allow offline testing in PodWithClusterIPSvc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

It sets edge as image tag for appropriate/curl not to force a download.

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
---
 xrally_kubernetes/tasks/scenarios/services.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xrally_kubernetes/tasks/scenarios/services.py b/xrally_kubernetes/tasks/scenarios/services.py
index f1b4fa0..05db477 100644
--- a/xrally_kubernetes/tasks/scenarios/services.py
+++ b/xrally_kubernetes/tasks/scenarios/services.py
@@ -93,7 +93,7 @@ class PodWithClusterIPSvc(common_scenario.BaseKubernetesScenario):
         self.client.create_job(
             name=name,
             namespace=namespace,
-            image="appropriate/curl",
+            image="appropriate/curl:edge",
             command=command,
             status_wait=True
         )
-- 
2.29.2