diff --git a/charts/stable/flowise/Chart.yaml b/charts/stable/flowise/Chart.yaml index c57cf29eef8..f2e3c0646f5 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: 2.0.1 +appVersion: 2.0.2 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: 7.0.1 +version: 7.0.2 diff --git a/charts/stable/flowise/values.yaml b/charts/stable/flowise/values.yaml index b7345c1d7a3..f63674d4fc9 100644 --- a/charts/stable/flowise/values.yaml +++ b/charts/stable/flowise/values.yaml @@ -1,7 +1,7 @@ image: repository: flowiseai/flowise pullPolicy: IfNotPresent - tag: 2.0.1@sha256:0c4167039d5e27d69f27b5316b31ca5eb67d35c24094add579ea6ef640b3b0f5 + tag: 2.0.2@sha256:674e984e226b76f04080edb2d39e19e5eb9cef5f7c762a2410dab8688bec25b0 securityContext: container: runAsNonRoot: false