Skip to content

Commit

Permalink
connectivity: Bump test-connection-disruption img to v0.0.13
Browse files Browse the repository at this point in the history
To include arm64 build -
cilium/test-connection-disruption#9.

Signed-off-by: Martynas Pumputis <[email protected]>
  • Loading branch information
brb committed Dec 11, 2023
1 parent 036d768 commit 38e271b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connectivity/check/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ func (ct *ConnectivityTest) deploy(ctx context.Context) error {
testConnDisruptServerDeployment := newDeployment(deploymentParameters{
Name: testConnDisruptServerDeploymentName,
Kind: KindTestConnDisrupt,
Image: "quay.io/cilium/test-connection-disruption:v0.0.5",
Image: "quay.io/cilium/test-connection-disruption:v0.0.13",
Replicas: 3,
Labels: map[string]string{"app": "test-conn-disrupt-server"},
Command: []string{"tcd-server", "8000"},
Expand Down Expand Up @@ -669,7 +669,7 @@ func (ct *ConnectivityTest) deploy(ctx context.Context) error {
testConnDisruptClientDeployment := newDeployment(deploymentParameters{
Name: testConnDisruptClientDeploymentName,
Kind: KindTestConnDisrupt,
Image: "quay.io/cilium/test-connection-disruption:v0.0.5",
Image: "quay.io/cilium/test-connection-disruption:v0.0.13",
Replicas: 5,
Labels: map[string]string{"app": "test-conn-disrupt-client"},
Port: 8000,
Expand Down

0 comments on commit 38e271b

Please sign in to comment.