From fd8280c3c28d0518347c3adec4463c3506c8ce7e Mon Sep 17 00:00:00 2001 From: Jebin Johnson <33154308+jebinjeb@users.noreply.github.com> Date: Sun, 13 Mar 2022 11:50:34 +0530 Subject: [PATCH] Create .cr.yaml --- .cr.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .cr.yaml diff --git a/.cr.yaml b/.cr.yaml new file mode 100644 index 00000000..560c97e7 --- /dev/null +++ b/.cr.yaml @@ -0,0 +1 @@ +release-name-template: "chart-{{ .Name }}-{{ .Version }}"