mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2025-04-27 15:20:33 +05:30
12 lines
378 B
YAML
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 -}}
|
|
|