Skip to content

Commit 822d06a

Browse files
Use public registry
1 parent 78620b4 commit 822d06a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

test/new-e2e/tests/ssi/local_sdk_injection_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
},

test/new-e2e/tests/ssi/namespace_selection_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
},

test/new-e2e/tests/ssi/workload_selection_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)