diff --git a/Chart.yaml b/Chart.yaml index b3fd5a59..4e0e04bd 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v2 name: nifi -version: 1.2.1 +version: 1.2.2 appVersion: 1.23.2 description: Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems. keywords: diff --git a/values.yaml b/values.yaml index 94d7ced2..303b94d9 100644 --- a/values.yaml +++ b/values.yaml @@ -326,7 +326,7 @@ nodeSelector: {} tolerations: [] -initContainers: {} +initContainers: [] # foo-init: # <- will be used as container name # image: "busybox:1.30.1" # imagePullPolicy: "IfNotPresent"