set it as a string, due to helm being helm

This commit is contained in:
Stavros kois
2024-03-10 01:42:46 +02:00
parent b5ca927a2c
commit 77c2779e4e

View File

@@ -39,7 +39,7 @@
{{- end -}}
{{/* Set the updated pgVersion version to objectData */}}
{{- $_ := set $objectData "pgVersion" $pgVersion -}}
{{- $_ := set $objectData "pgVersion" ($pgVersion | toString) -}}
{{/* Ensure configmap with pgVersion is updated */}}
{{- $verConfig := include "tc.v1.common.lib.cnpg.configmap.pgVersion" (dict "version" $pgVersion) | fromYaml -}}