diff --git a/charts/stable/flowise/Chart.yaml b/charts/stable/flowise/Chart.yaml index d9854f8e0d4..ba1a4d5e340 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.1.1 +appVersion: 2.1.2 dependencies: - name: common version: 25.0.0 @@ -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.2.0 +version: 7.2.1 diff --git a/charts/stable/flowise/values.yaml b/charts/stable/flowise/values.yaml index 226af189820..cfceb43dbc5 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.1.1@sha256:a938d3d857ea2b31804c185110e273f4eef52e85f88d150e60476f3762529b92 + tag: 2.1.2@sha256:81ca8ce446f074b480862277e28278304b1e6ee6a5f919ce6c05bf8dfe8f366d securityContext: container: runAsNonRoot: false