diff --git a/charts/stable/flowise/Chart.yaml b/charts/stable/flowise/Chart.yaml index 9efb4d9ac82..2cbf2ca0a43 100644 --- a/charts/stable/flowise/Chart.yaml +++ b/charts/stable/flowise/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.8.0 +appVersion: 1.8.1 dependencies: - name: common version: 23.0.10 @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flowise - https://hub.docker.com/r/flowiseai/flowise type: application -version: 5.2.2 +version: 5.2.3 diff --git a/charts/stable/flowise/values.yaml b/charts/stable/flowise/values.yaml index aa8e09314fa..d3ca0d8cf92 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.0@sha256:674cb28230a423bc3028cc4c447aa09c4c8c58d0731138b0824c3a02128cecaa + tag: 1.8.1@sha256:398bbf9e2d40871a25eecd1dbc59b9594e12dd16dd791dad52fb4f0376bc09d2 securityContext: container: runAsNonRoot: false