Skip to content

Commit 16fb812

Browse files
author
Test
committed
fix: remove example registry reference from test
1 parent da4714b commit 16fb812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/k8s/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func newFakeDeployment(name, namespace, version string, replicas, ready int32) *
3131
},
3232
Spec: corev1.PodSpec{
3333
Containers: []corev1.Container{
34-
{Image: "registry.example.com/" + name + ":" + version},
34+
{Image: "ghcr.io/example/" + name + ":" + version},
3535
},
3636
},
3737
},

0 commit comments

Comments
 (0)