From 2a0275530a97dc22b479c680fcbb953097f13e59 Mon Sep 17 00:00:00 2001 From: Mika Park Date: Tue, 23 Jul 2024 14:21:05 +0900 Subject: [PATCH] Add eod. --- charts/vessl/charts/image-prepull/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/vessl/charts/image-prepull/_helpers.tpl b/charts/vessl/charts/image-prepull/_helpers.tpl index 2171532..f5c6599 100644 --- a/charts/vessl/charts/image-prepull/_helpers.tpl +++ b/charts/vessl/charts/image-prepull/_helpers.tpl @@ -8,4 +8,4 @@ Truncate and clean image name for use in container names {{- $truncated := trunc 40 $name -}} {{- $cleaned := regexReplaceAll "[^a-zA-Z0-9-]" $truncated "-" -}} {{- $cleaned | lower -}} -{{- end -}} \ No newline at end of file +{{- end -}}