dysnix / charts

Dysnix Helm charts
Other
37 stars 45 forks source link

[nifi-registry] Made compatible with apache/nifi >= 1.19.0 #285

Closed jrebmann closed 9 months ago

jrebmann commented 9 months ago

This bugfix is completely analogous to the pull request https://github.com/cetic/helm-nifi/pull/314.

This pull request allows apache/nifi-registry versions >=0.19.0 to be released with this helm chart.

As described in issue https://github.com/cetic/helm-nifi/issues/313, this only required the keystore type to be explicitly set to JKS when calling keytool to be compatible with Java 11.

This change is backward compatible with Java 8.

VladStarr commented 9 months ago

@jrebmann Thank you for the fix 🙂

Can you please bump the chart version so we can merge this PR into main?

jrebmann commented 9 months ago

@VladStarr Thank you for reviewing my pull request :)

I have upgraded the version to 1.1.5 because it is fully backward compatible with previous versions of nif-registry. If you want to open a feature version with this change, just let me know.