Skip to content

Commit

Permalink
Upgrade chart version and make minor fixes (#4)
Browse files Browse the repository at this point in the history
- Fix initContainers to accept list arguments instead of dictionary
  • Loading branch information
namioto authored Jul 15, 2024
1 parent 5502424 commit 81b3b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
name: nifi
version: 1.2.1
version: 1.2.2
appVersion: 1.23.2
description: Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ nodeSelector: {}

tolerations: []

initContainers: {}
initContainers: []
# foo-init: # <- will be used as container name
# image: "busybox:1.30.1"
# imagePullPolicy: "IfNotPresent"
Expand Down

0 comments on commit 81b3b8b

Please sign in to comment.