File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ func TestLocalSDKInjectionSuite(t *testing.T) {
4040 Apps : []singlestep.App {
4141 {
4242 Name : DefaultAppName ,
43- Image : "registry.ddbuild. io/ci /injector-dev/python" ,
44- Version : "2cd78ded " ,
43+ Image : "gcr. io/datadoghq /injector-dev/python" ,
44+ Version : "d425e7df " ,
4545 Port : 8080 ,
4646 PodLabels : map [string ]string {
4747 "admission.datadoghq.com/enabled" : "true" ,
@@ -52,8 +52,8 @@ func TestLocalSDKInjectionSuite(t *testing.T) {
5252 },
5353 {
5454 Name : "expect-no-injection" ,
55- Image : "registry.ddbuild. io/ci /injector-dev/python" ,
56- Version : "2cd78ded " ,
55+ Image : "gcr. io/datadoghq /injector-dev/python" ,
56+ Version : "d425e7df " ,
5757 Port : 8080 ,
5858 },
5959 },
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ func TestNamespaceSelectionSuite(t *testing.T) {
4141 Apps : []singlestep.App {
4242 {
4343 Name : DefaultAppName ,
44- Image : "registry.ddbuild. io/ci /injector-dev/python" ,
45- Version : "2cd78ded " ,
44+ Image : "gcr. io/datadoghq /injector-dev/python" ,
45+ Version : "d425e7df " ,
4646 Port : 8080 ,
4747 },
4848 },
@@ -52,8 +52,8 @@ func TestNamespaceSelectionSuite(t *testing.T) {
5252 Apps : []singlestep.App {
5353 {
5454 Name : DefaultAppName ,
55- Image : "registry.ddbuild. io/ci /injector-dev/python" ,
56- Version : "2cd78ded " ,
55+ Image : "gcr. io/datadoghq /injector-dev/python" ,
56+ Version : "d425e7df " ,
5757 Port : 8080 ,
5858 },
5959 },
Original file line number Diff line number Diff line change @@ -44,17 +44,17 @@ func TestWorkloadSelectionSuite(t *testing.T) {
4444 Apps : []singlestep.App {
4545 {
4646 Name : DefaultAppName ,
47- Image : "registry.ddbuild. io/ci /injector-dev/python" ,
48- Version : "2cd78ded " ,
47+ Image : "gcr. io/datadoghq /injector-dev/python" ,
48+ Version : "d425e7df " ,
4949 Port : 8080 ,
5050 PodLabels : map [string ]string {
5151 "language" : "python" ,
5252 },
5353 },
5454 {
5555 Name : "expect-no-injection" ,
56- Image : "registry.ddbuild. io/ci /injector-dev/python" ,
57- Version : "2cd78ded " ,
56+ Image : "gcr. io/datadoghq /injector-dev/python" ,
57+ Version : "d425e7df " ,
5858 Port : 8080 ,
5959 },
6060 },
You can’t perform that action at this time.
0 commit comments