Skip to content

Commit a7bfd21

Browse files
author
Barkha Choithani
committed
updated image repo and tag to use internal repo and nightly build for e2e tests
1 parent 84d8391 commit a7bfd21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/e2e/upgrade_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ func TestMLupgrade(t *testing.T) {
127127
"persistence.enabled": "false",
128128
"replicaCount": "1",
129129
"updateStrategy.type": "OnDelete",
130-
"image.repository": "marklogicdb/marklogic-db",
131-
"image.tag": "latest-10.0",
130+
"image.repository": "ml-docker-dev.marklogic.com/marklogic/marklogic-server-centos",
131+
"image.tag": "10.0-20230307-centos-1.0.2",
132132
"auth.adminUsername": username,
133133
"auth.adminPassword": password,
134134
},
@@ -152,8 +152,8 @@ func TestMLupgrade(t *testing.T) {
152152
KubectlOptions: kubectlOptions,
153153
SetValues: map[string]string{
154154
"persistence.enabled": "false",
155-
"image.repository": "marklogicdb/marklogic-db",
156-
"image.tag": "latest-11.0",
155+
"image.repository": "ml-docker-dev.marklogic.com/marklogic/marklogic-server-centos",
156+
"image.tag": "11.0.20230307-centos-1.0.2",
157157
"logCollection.enabled": "false",
158158
},
159159
}

0 commit comments

Comments
 (0)