From b1c476f6b389be7c6d1fb9f6046ffa1f2af5e79e Mon Sep 17 00:00:00 2001 From: Greg Foreman Date: Mon, 27 Jun 2022 18:15:07 -0400 Subject: [PATCH] Feature/nifi 1.16.3 (#259) Increment Nifi version to 1.16.3 (latest) Signed-off-by: gforeman --- Chart.yaml | 2 +- README.md | 4 ++-- doc/INSTALLATION.md | 6 +++--- doc/USERMANAGEMENT.md | 2 +- tests/06-alpha.flow.xml | 6 +++--- values.yaml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 8461dd57..c4341966 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: nifi version: 1.1.1 -appVersion: 1.14.0 +appVersion: 1.16.3 description: Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems. keywords: - nifi diff --git a/README.md b/README.md index a29ce190..f0ef06a8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Introduction -This [Helm](https://helm.sh/) chart installs [Apache NiFi](https://nifi.apache.org/) 1.14.0 in a [Kubernetes](https://kubernetes.io/) cluster. +This [Helm](https://helm.sh/) chart installs [Apache NiFi](https://nifi.apache.org/) 1.16.3 in a [Kubernetes](https://kubernetes.io/) cluster. ## Prerequisites @@ -95,7 +95,7 @@ The following table lists the configurable parameters of the nifi chart and the | `replicaCount` | Number of nifi nodes | `1` | | **Image** | | `image.repository` | nifi Image name | `apache/nifi` | -| `image.tag` | nifi Image tag | `1.14.0` | +| `image.tag` | nifi Image tag | `1.16.3` | | `image.pullPolicy` | nifi Image pull policy | `IfNotPresent` | | `image.pullSecret` | nifi Image pull secret | `nil` | | **SecurityContext** | diff --git a/doc/INSTALLATION.md b/doc/INSTALLATION.md index 7ad1044b..821ba2d4 100644 --- a/doc/INSTALLATION.md +++ b/doc/INSTALLATION.md @@ -16,7 +16,7 @@ helm dep up ``` 2. **Set a sensitiveKey** -In 1.14.0 version, Nifi needs a sensitiveKey to encrypt sensitive information. This key can be setted in the `values.yaml` file: +In 1.16.3 version, Nifi needs a sensitiveKey to encrypt sensitive information. This key can be setted in the `values.yaml` file: ```` properties: @@ -27,7 +27,7 @@ properties: This helm chart provides three types of authentication: Single User, LDAP and OIDC. -You can find how to configure these authentications on this [page](https://github.com/cetic/helm-nifi/tree/feature/nifi_1.14.0/doc/USERMANAGER.md). +You can find how to configure these authentications on this [page](doc/USERMANAGER.md). 4. **Install Nifi** @@ -44,4 +44,4 @@ If you let the Nifi service in ClusterIP mode, you cannot reach Nifi from the ou kubectl port-forward service/nifi 8443:8443 ```` -Now you can access to Nifi with a browser by typing the address: `https://localhost:8443` \ No newline at end of file +Now you can access to Nifi with a browser by typing the address: `https://localhost:8443` diff --git a/doc/USERMANAGEMENT.md b/doc/USERMANAGEMENT.md index a276f44e..aa95378f 100644 --- a/doc/USERMANAGEMENT.md +++ b/doc/USERMANAGEMENT.md @@ -106,7 +106,7 @@ oidc: admin: nifi@example.com ```` -There are a lot of ID providers that can be used to perform an OIDC authentication. In our case, we have tested that with Keycloak. You will find an example of Keycloak config on this [page](https://github.com/cetic/helm-nifi/tree/feature/nifi_1.14.0/doc/KEYCLOAK.md). +There are a lot of ID providers that can be used to perform an OIDC authentication. In our case, we have tested that with Keycloak. You will find an example of Keycloak config on this [page](doc/KEYCLOAK.md). ## 4. LDAP diff --git a/tests/06-alpha.flow.xml b/tests/06-alpha.flow.xml index 8b523092..f8b781f8 100644 --- a/tests/06-alpha.flow.xml +++ b/tests/06-alpha.flow.xml @@ -24,7 +24,7 @@ org.apache.nifi nifi-standard-nar - 1.14.0 + 1.16.3 1 1 sec @@ -117,7 +117,7 @@ org.apache.nifi nifi-ssl-context-service-nar - 1.14.0 + 1.16.3 true @@ -162,7 +162,7 @@ org.apache.nifi nifi-site-to-site-reporting-nar - 1.14.0 + 1.16.3 5 sec RUNNING diff --git a/values.yaml b/values.yaml index 1c08e4d4..6ed516d2 100644 --- a/values.yaml +++ b/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 ## image: repository: apache/nifi - tag: "1.14.0" + tag: "1.16.3" pullPolicy: "IfNotPresent" ## Optionally specify an imagePullSecret.