From f37156f13acb32521ce409608e4603f3d420fd3f Mon Sep 17 00:00:00 2001 From: Olha Yevtushenko Date: Thu, 12 Oct 2023 17:17:54 +0300 Subject: [PATCH] helm: add sign to cr.yaml --- charts/cr.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/cr.yaml b/charts/cr.yaml index 34e8ff01..70eb7a87 100644 --- a/charts/cr.yaml +++ b/charts/cr.yaml @@ -1,4 +1,5 @@ git-repo: helm-charts owner: grafana skip-existing: true -release-name-template: "helm-{{ .Name }}-{{ .Version }}" \ No newline at end of file +release-name-template: "helm-{{ .Name }}-{{ .Version }}" +sign: true \ No newline at end of file