From 006d9393705dce145f4da7e32bd4ad5a97a917ac Mon Sep 17 00:00:00 2001 From: miryamfoiferCX Date: Wed, 16 Jul 2025 14:15:39 +0300 Subject: [PATCH] add isSha field --- types/types.go | 1 + 1 file changed, 1 insertion(+) 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 {