Skip to content

Commit

Permalink
[nifi-registry] Made compatible with apache/nifi >= 1.19.0 (#285)
Browse files Browse the repository at this point in the history
* [nifi-registry] Made compatible with apache/nifi >= 1.19.0

* [nifi-registry] Updated chart version
  • Loading branch information
jrebmann authored Feb 26, 2024
1 parent d2d28b2 commit 9623699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dysnix/nifi-registry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.4
version: 1.1.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions dysnix/nifi-registry/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ spec:
-noprompt \
-trustcacerts \
-alias $ALIAS \
-storetype JKS \
-file $ca \
-keystore "${NIFI_REGISTRY_HOME}/tls/truststore.jks" \
-storepass "{{ .Values.certManager.truststorePasswd }}"
Expand All @@ -142,6 +143,7 @@ spec:
-destkeystore "${NIFI_REGISTRY_HOME}/tls/keystore.jks" \
-srckeystore "/tmp/tls.p12" \
-srcstoretype PKCS12 \
-deststoretype JKS \
-srcstorepass "{{ .Values.certManager.keystorePasswd }}" \
-deststorepass "{{ .Values.certManager.keystorePasswd }}"
keytool -list -keystore "${NIFI_REGISTRY_HOME}/tls/keystore.jks" \
Expand Down

0 comments on commit 9623699

Please sign in to comment.