diff --git a/charts/stable/flowise/Chart.yaml b/charts/stable/flowise/Chart.yaml index d0fee1a144a..8f9ae71bc3d 100644 --- a/charts/stable/flowise/Chart.yaml +++ b/charts/stable/flowise/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.8.1 +appVersion: 2.0.1 dependencies: - name: common version: 24.1.5 @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flowise - https://hub.docker.com/r/flowiseai/flowise type: application -version: 6.1.3 +version: 7.0.0 diff --git a/charts/stable/flowise/values.yaml b/charts/stable/flowise/values.yaml index 9d193ca4247..b0d6bb9e889 100644 --- a/charts/stable/flowise/values.yaml +++ b/charts/stable/flowise/values.yaml @@ -1,7 +1,7 @@ image: repository: flowiseai/flowise pullPolicy: IfNotPresent - tag: 1.8.1@sha256:3041704f844f9760661837961dfe65b197187428302223cbbe17178cd867f2f7 + tag: 2.0.1@sha256:b4366de0af379df947765e205c768511bad40a0f873e997073510e875b3c9631 securityContext: container: runAsNonRoot: false @@ -19,9 +19,6 @@ workload: podSpec: containers: main: - args: - - flowise - - start env: PORT: "{{ .Values.service.main.ports.main.port }}" # Set paths