[ Agent ] [ init ] - add debug feature

This commit is contained in:
zeaslity
2024-01-19 15:51:07 +08:00
parent 2b3dd8a4d8
commit 3d53233211
5 changed files with 32 additions and 7 deletions

View File

@@ -218,7 +218,7 @@ func TestUpdateCmiiDeploymentImageTag(t *testing.T) {
cmiiEnv := "test"
appName := "cmii-suav-supervision"
newTag := "5.2.0-0117"
newTag := "5.2.0-011901"
tag := UpdateCmiiDeploymentImageTag(cmiiEnv, appName, newTag)
assert.Equal(t, tag, true, "update image tag failed !")