From 0ca96e5ef5bcee2ce733420d81e4a3f3fa55ee76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20P=C3=A9rez?= Date: Mon, 4 Nov 2024 09:59:40 +0100 Subject: [PATCH] Missing strings import --- pkg/chartutils/images.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/chartutils/images.go b/pkg/chartutils/images.go index 36b3333..634ed88 100644 --- a/pkg/chartutils/images.go +++ b/pkg/chartutils/images.go @@ -5,6 +5,7 @@ import ( "fmt" "os" "path/filepath" + "strings" "github.com/google/go-containerregistry/pkg/authn" "github.com/google/go-containerregistry/pkg/crane"