Skip to content

Commit

Permalink
fix(bundles): remove incompatibility with helm 3
Browse files Browse the repository at this point in the history
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Feb 4, 2022
1 parent d69b345 commit ba1e5b4
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -26,7 +26,6 @@ var ChartTemplateHelpers = `{{- define "_werf_image" -}}
{{- end -}}
{{- define "werf_image" -}}
{{- _print_werf_image_deprecation -}}
{{- if eq (typeOf .) "chartutil.Values" -}}
{{- $context := . -}}
{{ tuple $context | include "_werf_image" }}
Expand Down

0 comments on commit ba1e5b4

Please sign in to comment.