Skip to content

Commit 0e6b7cf

Browse files
author
Vitaly Korolev
committed
use the same tag for upgrade
1 parent 96cbe30 commit 0e6b7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/upgrade_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ func TestHelmUpgrade(t *testing.T) {
7676
SetValues: map[string]string{
7777
"persistence.enabled": "true",
7878
"replicaCount": "2",
79-
"image.repository": "progressofficial/marklogic-db",
80-
"image.tag": "latest",
79+
"image.repository": imageRepo,
80+
"image.tag": imageTag,
8181
"logCollection.enabled": "false",
8282
},
8383
}

0 commit comments

Comments
 (0)