Use existing version of envoyproxy image

This commit is contained in:
Oleksandr Kovalchuk 2020-04-11 15:06:04 +03:00
parent 7c5f41fde5
commit c90969256e
No known key found for this signature in database
GPG Key ID: 8D9EF9A2F5AD3CF7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ func createJenkinsCR(t *testing.T, name, namespace string, seedJob *[]v1alpha2.S
},
{
Name: "envoyproxy",
Image: "envoyproxy/envoy-alpine",
Image: "envoyproxy/envoy-alpine:v1.14.1",
},
},
Plugins: []v1alpha2.Plugin{