Use existing version of envoyproxy image
This commit is contained in:
parent
7c5f41fde5
commit
c90969256e
|
|
@ -110,7 +110,7 @@ func createJenkinsCR(t *testing.T, name, namespace string, seedJob *[]v1alpha2.S
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "envoyproxy",
|
Name: "envoyproxy",
|
||||||
Image: "envoyproxy/envoy-alpine",
|
Image: "envoyproxy/envoy-alpine:v1.14.1",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Plugins: []v1alpha2.Plugin{
|
Plugins: []v1alpha2.Plugin{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue