saidsef / k8s-nifi-cluster

Apache NiFi cluster running in Kubernetes
Apache License 2.0
49 stars 21 forks source link

version bump for NiFi #25

Closed saidsef closed 1 year ago

saidsef commented 1 year ago

This allows us to take advantage of bug and seurity fixes

saidsef commented 1 year ago

:robot: Review:

Summary: This PR updates the version of NiFi to 1.23 in the deployment files. This allows the application to take advantage of bug and security fixes.

Issues:

Suggestions for improvements:

Code examples:

- This allows us to take advantage of bugs and seurity fixes
+ This allows us to take advantage of bugs and security fixes
images:
-  newTag: "1.20.0"
+  newTag: "1.23.0"
containers:
-  image: docker.io/apache/nifi:1.20.0
+  image: docker.io/apache/nifi:1.23.0

Overall, the changes in this PR look good and will update the NiFi version to 1.23.0. The spelling correction for "security" should be made in the commit message.

> gpt-3.5-turbo-16k