@@ -69,6 +69,9 @@ func TestCellReconciliation(t *testing.T) {
6969 Spec : multigresv1alpha1.CellSpec {
7070 Name : "zone1" ,
7171 Zone : "us-west-1a" ,
72+ Images : multigresv1alpha1.CellImages {
73+ MultiGateway : "ghcr.io/multigres/multigres:main" ,
74+ },
7275 MultiGateway : multigresv1alpha1.StatelessSpec {
7376 Replicas : ptr .To (int32 (2 )),
7477 },
@@ -153,6 +156,9 @@ func TestCellReconciliation(t *testing.T) {
153156 Spec : multigresv1alpha1.CellSpec {
154157 Name : "zone2" ,
155158 Zone : "us-west-1b" ,
159+ Images : multigresv1alpha1.CellImages {
160+ MultiGateway : "ghcr.io/multigres/multigres:main" ,
161+ },
156162 MultiGateway : multigresv1alpha1.StatelessSpec {
157163 Replicas : ptr .To (int32 (3 )),
158164 },
@@ -235,9 +241,11 @@ func TestCellReconciliation(t *testing.T) {
235241 Namespace : "default" ,
236242 },
237243 Spec : multigresv1alpha1.CellSpec {
238- Name : "zone3" ,
239- Zone : "us-west-1c" ,
240- MultiGatewayImage : "custom/multigateway:v1.0.0" ,
244+ Name : "zone3" ,
245+ Zone : "us-west-1c" ,
246+ Images : multigresv1alpha1.CellImages {
247+ MultiGateway : "custom/multigateway:v1.0.0" ,
248+ },
241249 MultiGateway : multigresv1alpha1.StatelessSpec {
242250 Replicas : ptr .To (int32 (2 )),
243251 },
@@ -322,6 +330,9 @@ func TestCellReconciliation(t *testing.T) {
322330 Spec : multigresv1alpha1.CellSpec {
323331 Name : "zone4" ,
324332 Zone : "us-west-1d" ,
333+ Images : multigresv1alpha1.CellImages {
334+ MultiGateway : "ghcr.io/multigres/multigres:main" ,
335+ },
325336 MultiGateway : multigresv1alpha1.StatelessSpec {
326337 Replicas : ptr .To (int32 (2 )),
327338 Affinity : & corev1.Affinity {
0 commit comments