Skip to content

Commit

Permalink
docs: Readme (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Apr 2, 2024
1 parent b90b6a8 commit 4dca701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GRANT ALL ON wandb.* TO 'wandb'@'%' WITH GRANT OPTION;

```shell
helm repo add wandb https://wandb.github.io/helm-charts
helm upgrade --namespace=wandb --create-namespace --install wandb wandb/wandb --version 0.2.0 --set license=$LICENSE --set bucket=$BUCKET --set bucketRegion=$BUCKET_REGION
helm upgrade --namespace=wandb --create-namespace --install wandb wandb/wandb --version 0.3.7 --set license=$LICENSE --set bucket=$BUCKET --set bucketRegion=$BUCKET_REGION
```

## Install from source
Expand Down

0 comments on commit 4dca701

Please sign in to comment.