diff --git a/common/project/projectconfig.go b/common/project/projectconfig.go index 6725fdc0c..d8c17fd7b 100644 --- a/common/project/projectconfig.go +++ b/common/project/projectconfig.go @@ -45,6 +45,7 @@ const ( Docker Podman Twine + Helm ) type ConfigType string @@ -73,6 +74,7 @@ var ProjectTypes = []string{ "docker", "podman", "twine", + "helm", } func (projectType ProjectType) String() string {