We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d8391 commit a7bfd21Copy full SHA for a7bfd21
test/e2e/upgrade_test.go
@@ -127,8 +127,8 @@ func TestMLupgrade(t *testing.T) {
127
"persistence.enabled": "false",
128
"replicaCount": "1",
129
"updateStrategy.type": "OnDelete",
130
- "image.repository": "marklogicdb/marklogic-db",
131
- "image.tag": "latest-10.0",
+ "image.repository": "ml-docker-dev.marklogic.com/marklogic/marklogic-server-centos",
+ "image.tag": "10.0-20230307-centos-1.0.2",
132
"auth.adminUsername": username,
133
"auth.adminPassword": password,
134
},
@@ -152,8 +152,8 @@ func TestMLupgrade(t *testing.T) {
152
KubectlOptions: kubectlOptions,
153
SetValues: map[string]string{
154
155
156
- "image.tag": "latest-11.0",
+ "image.tag": "11.0.20230307-centos-1.0.2",
157
"logCollection.enabled": "false",
158
159
}
0 commit comments