Skip to content

Commit

Permalink
disable parquet by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 12, 2023
1 parent 976337c commit 48e8d90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator-wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.10.18
version: 0.10.19
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
4 changes: 2 additions & 2 deletions charts/operator-wandb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ingress:
email: support@wandb.com

parquet:
install: true
install: false
image:
repository: wandb/local
tag: latest
Expand All @@ -98,7 +98,7 @@ app:
tag: latest

weave:
install: true
install: false
# # azurefile, filestore
# provider: ""
storageClass: ""
Expand Down

0 comments on commit 48e8d90

Please sign in to comment.