diff --git a/CHANGES.md b/CHANGES.md index 1fc61e74..c84f005d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/helm-chart/banzai/Chart.yaml b/helm-chart/banzai/Chart.yaml index 9788557c..8b4fd7bf 100644 --- a/helm-chart/banzai/Chart.yaml +++ b/helm-chart/banzai/Chart.yaml @@ -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 \ No newline at end of file diff --git a/helm-chart/banzai/templates/workers-large.yaml b/helm-chart/banzai/templates/workers-large.yaml index bd8cd15c..f9784fa5 100644 --- a/helm-chart/banzai/templates/workers-large.yaml +++ b/helm-chart/banzai/templates/workers-large.yaml @@ -57,7 +57,7 @@ spec: volumes: - name: tmp emptyDir: - sizeLimit: 20Gi + sizeLimit: 40Gi {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}