diff --git a/charts/stable/flowise/Chart.yaml b/charts/stable/flowise/Chart.yaml index 450f006aafd..8b86d5ee1f6 100644 --- a/charts/stable/flowise/Chart.yaml +++ b/charts/stable/flowise/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.4.3" +appVersion: 1.4.3 dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flowise - https://github.com/FlowiseAI/Flowise type: application -version: 1.0.17 +version: 1.0.18 annotations: truecharts.org/category: ai truecharts.org/SCALE-support: "true" diff --git a/charts/stable/flowise/values.yaml b/charts/stable/flowise/values.yaml index 85de5eb57e1..eba0438e8a6 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.4.3@sha256:2ec67559cee675a90355105d14b5a52defaf5b8bafc7842982afcdf7d8e53952 + tag: 1.4.3@sha256:e8458cf5c82dee37e43fb48e24d46bd97ad8572722e79eca69c1f7ab334660a5 securityContext: container: runAsNonRoot: false