Skip to content

Commit

Permalink
Update developers.md bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpelt committed May 26, 2022
1 parent 8cc2f8e commit cae4c59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ We make use of Github actions and [chart-testing](https://github.com/helm/chart-
## Releasing

```shell
helm package wandb
helm push wandb/wandb-$VERSION.tgz oci://us-central1-docker.pkg.dev/wandb-production/charts/wandb
git checkout -b feature/bump_version
# update versions in charts/wandb/Chart.yaml
git push origin feature/bump_version
# merge PR after checks pass
```
2 changes: 1 addition & 1 deletion charts/wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.1.2
version: 0.1.3
appVersion: "0.11.0"
icon: https://wandb.ai/logo.svg
maintainers:
Expand Down

0 comments on commit cae4c59

Please sign in to comment.