We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1434b6a commit cb3c538Copy full SHA for cb3c538
helm/helm_test.go
@@ -75,9 +75,9 @@ var versionTests = []struct {
75
{"master", "1.0.0", "0000001", "1", false, "1.0.1-1+0000001"},
76
{"master", "1.0.0", "0000002", "0", true, "1.0.0+0000002"},
77
{"master", "", "0000003", "1", false, "0.0.2-1+0000003"},
78
- {"otherBranch", "1.0.0", "0000010", "1", false, "1.0.1-0.otherbranch.1+0000010"},
+ {"otherBranch", "1.0.0", "0000010", "1", false, "1.0.1-0.otherbranch+0000010"},
79
{"otherBranch", "1.0.0", "0000011", "0", true, "1.0.0+0000011"},
80
- {"weird/branch$$other", "0.1.2", "0000020", "1", false, "0.1.3-0.weird.branch.other.1+0000020"},
+ {"weird/branch$$other", "0.1.2", "0000020", "1", false, "0.1.3-0.weird.branch.other+0000020"},
81
{"noversion", "", "0000030", "0", true, "0.0.1+0000030"},
82
}
83
0 commit comments