Skip to content

Commit

Permalink
Concurrency for helm-controller (#239)
Browse files Browse the repository at this point in the history
Signed-off-by: Nitish Malhotra <nitish.malhotra@gmail.com>
  • Loading branch information
nitishm committed May 15, 2021
1 parent b52a2b1 commit dfe5e00
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
9 changes: 3 additions & 6 deletions chart/orkestra/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ dependencies:
- name: argo
repository: https://argoproj.github.io/argo-helm
version: 0.16.8
- name: helm-operator
repository: https://charts.fluxcd.io
version: 1.2.0
- name: helm-controller
repository: https://nitishm.github.io/charts
version: 0.1.0
digest: sha256:dbaa6bb947e68c751aeb07f569cc1b18761922a9dc209b8189980ed36735c00d
generated: "2021-04-22T10:12:19.315706-07:00"
version: 0.1.1
digest: sha256:7f2f2e1f5efdec11d929472f4779a4ea014355570cf2294d6958b65765463cbb
generated: "2021-05-14T12:59:31.637787-07:00"
2 changes: 1 addition & 1 deletion chart/orkestra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
repository: "https://argoproj.github.io/argo-helm"
- name: helm-controller
condition: helm-controller.enabled
version: "0.1.0"
version: "0.1.1"
repository: "https://nitishm.github.io/charts"

keywords:
Expand Down
Binary file removed chart/orkestra/charts/helm-controller-0.1.0.tgz
Binary file not shown.
Binary file added chart/orkestra/charts/helm-controller-0.1.1.tgz
Binary file not shown.
1 change: 1 addition & 0 deletions chart/orkestra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ argo:
createServiceAccount: false

helm-controller:
concurrent: 20
enabled: true
serviceAccount:
create: false
Expand Down

0 comments on commit dfe5e00

Please sign in to comment.