@@ -109,7 +109,7 @@ Create the name of the service account to use
|
|||||||
{{- $root := deepCopy . }}
|
{{- $root := deepCopy . }}
|
||||||
{{- $tag := (default $root.image.tag $root.image.version) | toString }}
|
{{- $tag := (default $root.image.tag $root.image.version) | toString }}
|
||||||
{{- if eq (len $tag) 0 }}
|
{{- if eq (len $tag) 0 }}
|
||||||
{{- $_ := set $root.image "tag" $root.KubeVersion }}
|
{{- $_ := set $root.image "tag" (regexReplaceAll "^(v?\\d+\\.\\d+\\.\\d+).*" $root.KubeVersion "${1}") }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- include "spire-lib.image" $root }}
|
{{- include "spire-lib.image" $root }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user