From d18f85df4647c3d7dd7f3784bf9067cca3b6cea5 Mon Sep 17 00:00:00 2001 From: mudler Date: Sun, 25 Jun 2023 23:03:58 +0200 Subject: [PATCH] fix: add tags Signed-off-by: mudler --- pkg/gallery/request.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/gallery/request.go b/pkg/gallery/request.go index d8b8e438..c8ccd5e8 100644 --- a/pkg/gallery/request.go +++ b/pkg/gallery/request.go @@ -19,6 +19,7 @@ type GalleryModel struct { License string `json:"license,omitempty" yaml:"license,omitempty"` URLs []string `json:"urls,omitempty" yaml:"urls,omitempty"` Icon string `json:"icon,omitempty" yaml:"icon,omitempty"` + Tags []string `json:"tags,omitempty" yaml:"tags,omitempty"` // Overrides are used to override the configuration of the model Overrides map[string]interface{} `json:"overrides,omitempty" yaml:"overrides,omitempty"`