Skip to content

Commit

Permalink
Upgrade NiFi to v1.24 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef authored Dec 15, 2023
1 parent 66b5b9b commit 1755435
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion deployment/kustomization.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

Expand Down
2 changes: 1 addition & 1 deletion deployment/nifi/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resources:
images:
- name: nifi
newName: docker.io/apache/nifi
newTag: "1.23.0"
newTag: "1.24.0"
- name: wait
newName: docker.io/busybox
newTag: "1.36"
2 changes: 1 addition & 1 deletion deployment/nifi/nifi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- ALL
containers:
- name: nifi
image: docker.io/apache/nifi:1.23.0
image: docker.io/apache/nifi:1.24.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
Expand Down

0 comments on commit 1755435

Please sign in to comment.