Update chart version to v1.18.0-rc1 (#2576)
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ type GitRepo struct {
|
||||
status git.Status
|
||||
dirPath string
|
||||
gitRepoRootPath string // absolute path of the root of the git repository
|
||||
commitID string // commit ID the HEAD of the repository is poitning to
|
||||
commitID string // commit ID the HEAD of the repository is pointing to
|
||||
}
|
||||
|
||||
// NewGitRepo creates new GitRepo struct
|
||||
|
||||
@@ -99,8 +99,8 @@ func TestGetStringValueFromEnv(t *testing.T) {
|
||||
},
|
||||
{
|
||||
name: "string case",
|
||||
value: "test sting",
|
||||
want: "test sting",
|
||||
value: "test string",
|
||||
want: "test string",
|
||||
wantErr: false,
|
||||
},
|
||||
}
|
||||
@@ -134,7 +134,7 @@ func TestGetUIntValueFromEnv(t *testing.T) {
|
||||
},
|
||||
{
|
||||
name: "string case",
|
||||
value: "test sting",
|
||||
value: "test string",
|
||||
want: 0,
|
||||
wantErr: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user