diff --git a/charts/incubator/node-red/Chart.yaml b/charts/incubator/node-red/Chart.yaml index 0941f0388a1..cbc9dfcb45a 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.1 +version: 6.4.2 diff --git a/charts/incubator/node-red/SCALE/ix_values.yaml b/charts/incubator/node-red/SCALE/ix_values.yaml index 4bcfa3f6ad5..0d21f326b65 100644 --- a/charts/incubator/node-red/SCALE/ix_values.yaml +++ b/charts/incubator/node-red/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: nodered/node-red pullPolicy: IfNotPresent - tag: 2.0.0 + tag: 2.0.1 ## # Most other defaults are set in questions.yaml diff --git a/charts/incubator/node-red/values.yaml b/charts/incubator/node-red/values.yaml index 67e4e07cccf..e46aaf830c2 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: 2.0.0 + tag: 2.0.1 strategy: type: Recreate