2022-10-27 12:28:50 +03:00

12 lines
378 B
YAML

{{ $components := list "frontend" "backend" "ytproxy" "varnish" }}
{{- range $components -}}
{{- include "common.values.setup" (index $.Subcharts .) }}
{{- with (index $.Values .) }}
{{- with .image }}
{{- $_ := set . "tag" (default $.Chart.AppVersion .tag) -}}
{{- end -}}
{{- include "common.all" (index $.Subcharts .) }}
{{- end -}}
{{- end -}}