Skip to content

Commit c2d0fd6

Browse files
committed
update
1 parent a05800c commit c2d0fd6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/operator-wandb/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: operator-wandb
33
description: A Helm chart for deploying W&B to Kubernetes
44
type: application
5-
version: 0.28.8
5+
version: 0.28.9
66
appVersion: 1.0.0
77
icon: https://wandb.ai/logo.svg
88

charts/operator-wandb/charts/parquet/templates/cron.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ spec:
121121
value: "{{ include "wandb.redis.connectionString" . | trim }}"
122122

123123
- name: GORILLA_EXPORT_PQ_PARALLELISM
124-
{{- if .Values.global.executor.enabled }}
124+
{{- if .Values.cronJob.exportHistoryToParquet.parallelism }}
125+
value: "{{ .Values.cronJob.exportHistoryToParquet.parallelism }}"
126+
{{- else if .Values.global.executor.enabled }}
125127
value: "250"
126128
{{- else if eq .Values.global.size "xlarge" }}
127129
value: "40"

0 commit comments

Comments
 (0)