diff --git a/charts/incubator/node-red/Chart.yaml b/charts/incubator/node-red/Chart.yaml index 6e8be8d5720..0941f0388a1 100644 --- a/charts/incubator/node-red/Chart.yaml +++ b/charts/incubator/node-red/Chart.yaml @@ -20,4 +20,4 @@ name: node-red sources: - https://github.com/node-red/node-red-docker type: application -version: 6.4.0 +version: 6.4.1 diff --git a/charts/incubator/node-red/values.yaml b/charts/incubator/node-red/values.yaml index a6ddda7114e..67e4e07cccf 100644 --- a/charts/incubator/node-red/values.yaml +++ b/charts/incubator/node-red/values.yaml @@ -3,7 +3,7 @@ image: repository: nodered/node-red pullPolicy: IfNotPresent - tag: 1.3.5 + tag: 2.0.0 strategy: type: Recreate