Skip to content

Commit

Permalink
Update changelog, up large worker volume to 40g
Browse files Browse the repository at this point in the history
The large workers need more disk space!
  • Loading branch information
mgdaily committed Jan 29, 2024
1 parent 3d608b6 commit fa80dbd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.14.1 (2024-01-29)
-------------------
- Fix for null instrument/instrument size to allow processing to continue

1.14.0 (2024-01-22)
-------------------
- Split worker queues for small and large images
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/banzai/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.11.0"
appVersion: "1.14.1"
description: A Helm chart to deploy the BANZAI pipeline
name: banzai
version: 1.11.0
version: 1.14.1
2 changes: 1 addition & 1 deletion helm-chart/banzai/templates/workers-large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
volumes:
- name: tmp
emptyDir:
sizeLimit: 20Gi
sizeLimit: 40Gi
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit fa80dbd

Please sign in to comment.