Configuring NiFi image
Specify location of the image used for deployment.
This is how you specify the NiFi image repository, image version, and NiFi version to be used for deployment. This describes the images used for running NiFi. This also provides a way of manually upgrading the NiFi version in an existing cluster or very quickly rolling out NiFi clusters with new versions.
spec:
nifiVersion: [***NIFI VERSION***]
image:
repository: container.repository.cloudera.com/cdp-private/cfm-nifi-k8s
tag: [***IMAGE VERSION TAG***]
