Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
upgrade to helmv3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Apr 22, 2020
1 parent e15747f commit 84c946c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 105 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
environment:
- GITHUB_PAGES_REPO: cetic/helm-charts
- HELM_CHART: nifi
command: wget -O - https://raw.githubusercontent.com/cetic/helm-nifi/develop/publish.sh | sh
- HELM_VERSION: 3.1.2
command: wget -O - https://gist.githubusercontent.com/alexnuttinck/2e9b8595e9a94ba3b3d00eea690e37ac/raw/9989a66c1de2eb4a8bce7c44ec5fbe1f43459762/publish.sh | sh
13 changes: 11 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
apiVersion: v2
name: nifi
version: 0.3.4
appVersion: 1.11.0
version: 0.4.0
appVersion: 1.11.4
description: Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems.
keywords:
- nifi
Expand All @@ -12,3 +14,10 @@ source:
- https://github.com/cetic/helm-nifi
maintainers:
- name: alexnuttinck
email: [email protected]
url: https://github.com/alexnuttinck
dependencies:
- name: zookeeper
version: 2.1.1
repository: https://kubernetes-charts-incubator.storage.googleapis.com/
condition: zookeeper.enabled
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This [Helm](https://github.com/kubernetes/helm) chart installs [nifi](https://ni
## Prerequisites

- Kubernetes cluster 1.10+
- Helm 2.8.0+
- Helm 3.0.0+
- PV provisioner support in the underlying infrastructure.

## Installation
Expand Down Expand Up @@ -74,7 +74,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.11.0` |
| `image.tag` | nifi Image tag | `1.11.4` |
| `image.pullPolicy` | nifi Image pull policy | `IfNotPresent` |
| `image.pullSecret` | nifi Image pull secret | `nil` |
| **SecurityContext** |
Expand Down
93 changes: 0 additions & 93 deletions publish.sh

This file was deleted.

6 changes: 0 additions & 6 deletions requirements.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
##
image:
repository: apache/nifi
tag: "1.11.0"
tag: "1.11.4"
pullPolicy: IfNotPresent

## Optionally specify an imagePullSecret.
Expand Down

0 comments on commit 84c946c

Please sign in to comment.