Add flowise chart 3.10.2

This commit is contained in:
wbsong111
2025-01-10 14:36:02 +09:00
parent eb48889e9e
commit 96f41551cc
163 changed files with 18089 additions and 0 deletions
@@ -0,0 +1,22 @@
{{/* vim: set filetype=mustache: */}}
{{/*
Create a default fully qualified app name.
*/}}
{{- define "flowise.tests.fullname" -}}
{{- printf "%s-%s" (include "flowise.fullname" .) "tests" | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{/*
Component labels
*/}}
{{- define "flowise.tests.componentLabels" -}}
app.kubernetes.io/component: tests
{{- end -}}
{{/*
Common labels
*/}}
{{- define "flowise.tests.labels" -}}
{{ include "flowise.labels" . }}
{{ include "flowise.tests.componentLabels" . }}
{{- end -}}