From 82e23e6e9b0d75432a2edcaf8125f06bcd301051 Mon Sep 17 00:00:00 2001 From: iderr Date: Sun, 25 Dec 2022 19:37:40 +0100 Subject: [PATCH] Add weekly and daily to unvalid releases --- pkg/helm/findscore.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/helm/findscore.go b/pkg/helm/findscore.go index c5082fa..1f52150 100644 --- a/pkg/helm/findscore.go +++ b/pkg/helm/findscore.go @@ -151,6 +151,8 @@ func IsValidRelease(version string) bool { "#", "p", "pl", + "weekly", + "daily", } for _, invalid := range specialForms {