Skip to content

Commit

Permalink
Add instructions for helm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpelt committed Mar 23, 2022
1 parent 883a817 commit 0881a31
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ export BUCKET=s3://my-bucket
export BUCKET_REGION=us-east-1
```

## From our helm repo

```shell
helm upgrade --namespace=wandb --create-namespace --install wandb oci://us-central1-docker.pkg.dev/wandb-production/charts/wandb --version 0.1.0 --set license=$LICENSE --set bucket=$BUCKET --set bucketRegion=$BUCKET_REGION
```

## From source

Then provision your instance with:

```shell
Expand Down

0 comments on commit 0881a31

Please sign in to comment.