mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 10:26:22 -03:00
set it as a string, due to helm being helm
This commit is contained in:
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user