B23admin / nifi-stateless-operator

An Operator for scheduling and executing NiFi Flows as Jobs on Kubernetes
Apache License 2.0
53 stars 12 forks source link

Is there any way to update NiFi version #6

Closed sanjiv1980 closed 4 years ago

sanjiv1980 commented 5 years ago

While working with NiFi-Fn-Operator , I got to know like it has built on NiFi 1.8.0 (currently it's 1.9.X) version , Is there any way that I can update the base version from 1.8.0 to 1.9.x.?

Note : I saw there is YAML file inside nifi-docker directory which pulls the images 1.8.0 . Can I go ahead and update that file to update the version , that make sense..?


FROM apache/nifi:1.8.0
USER root
ADD start.sh ${NIFI_BASE_DIR}/scripts/start.sh
RUN chown nifi:nifi ${NIFI_BASE_DIR}/scripts/start.sh
USER nifi
dbkegley commented 5 years ago

I've been using the nifi-docker directory as a convenience for deploying a nifi instance to use as a canvas for designing flows which will run on nifi-stateless. The 1.8.0 image is not actually used by the operator itself though. The operator is using this docker image currently, but will be updated to use this one once nifi-1.10.0 is officially released. Either way, feel free to update the version if you want to use the latest release, that should be fine