replace dots in app version

Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
This commit is contained in:
Pascal Sthamer
2025-12-05 15:15:46 +01:00
parent 454ca0020e
commit 7e4aee548b
@@ -80,7 +80,7 @@ Usage:
{{ include "shuffle.appInstance.fullname" $app }} {{ include "shuffle.appInstance.fullname" $app }}
*/}} */}}
{{- define "shuffle.appInstance.fullname" -}} {{- define "shuffle.appInstance.fullname" -}}
{{ printf "%s-%s" .name .version | replace "_" "-" | lower }} {{ printf "%s-%s" .name .version | replace "." "-" | replace "_" "-" | lower }}
{{- end -}} {{- end -}}
{{/* {{/*