Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nifi] NiFi helm chart #302

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

[nifi] NiFi helm chart #302

wants to merge 2 commits into from

Conversation

Hsankesara
Copy link
Member

Description of the change

Since cetic helm-nifi is not being maintained any more, and we are planning to integrate the NiFI in the stack, it would be good to maintain NiFi helm charts. I have copied the helm chart from the cetic/helm-nifi repo. In future, I will work on updating the nifi version to NiFi 2.0.0.

Checklist

  • Chart version bumped in Chart.yaml according to semver.
  • Variables are documented in the README.md
  • Title of the PR starts with chart name (e.g. [<name_of_the_chart>])

@Hsankesara Hsankesara changed the title [nifi] Nifi helm charts [nifi] NiFi helm charts Nov 19, 2024
@Hsankesara Hsankesara changed the title [nifi] NiFi helm charts [nifi] NiFi helm chart Nov 19, 2024
@Hsankesara Hsankesara marked this pull request as draft November 19, 2024 12:50
@yatharthranjan
Copy link
Member

Hi, Thanks for this.

The CI is failing, you need to add a line for the new chart in the Makefile, similar to other charts with update-*. See previous PRs that added new external charts for reference.

Keeping a copy of the chart is a good idea, but I would not recommend using an archived (unmaintained) chart, as the updates and maintenance can be laborious. Instead, try finding alternative charts that are maintained, so when an update is made, you can just copy the update here, reducing the overheads. This is fine for now, but let's add an issue to update it in the future.
Some alternatives:

  1. https://artifacthub.io/packages/helm/d4n/nifi
  2. There is also a Kubernetes operator, but probably keep that for later - https://konpyutaika.github.io/nifikop/docs/1_concepts/1_start_here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants