We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05800c commit c2d0fd6Copy full SHA for c2d0fd6
charts/operator-wandb/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: operator-wandb
3
description: A Helm chart for deploying W&B to Kubernetes
4
type: application
5
-version: 0.28.8
+version: 0.28.9
6
appVersion: 1.0.0
7
icon: https://wandb.ai/logo.svg
8
charts/operator-wandb/charts/parquet/templates/cron.yaml
@@ -121,7 +121,9 @@ spec:
121
value: "{{ include "wandb.redis.connectionString" . | trim }}"
122
123
- name: GORILLA_EXPORT_PQ_PARALLELISM
124
- {{- if .Values.global.executor.enabled }}
+ {{- if .Values.cronJob.exportHistoryToParquet.parallelism }}
125
+ value: "{{ .Values.cronJob.exportHistoryToParquet.parallelism }}"
126
+ {{- else if .Values.global.executor.enabled }}
127
value: "250"
128
{{- else if eq .Values.global.size "xlarge" }}
129
value: "40"
0 commit comments