diff --git a/types/types.go b/types/types.go index 22923ce..8db088e 100644 --- a/types/types.go +++ b/types/types.go @@ -16,6 +16,7 @@ type FilePath struct { type ImageModel struct { Name string ImageLocations []ImageLocation + IsSha bool } type HelmChartInfo struct {