diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index 76762499..809aa0b4 100644 --- a/charts/operator-wandb/Chart.yaml +++ b/charts/operator-wandb/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: operator-wandb description: A Helm chart for deploying W&B to Kubernetes type: application -version: 0.17.5 +version: 0.17.6 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg diff --git a/charts/operator/Chart.yaml b/charts/operator/Chart.yaml index 5ba0fe8f..63824990 100644 --- a/charts/operator/Chart.yaml +++ b/charts/operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: operator description: A Helm chart for Weights & Biases operator type: application -version: 1.2.4 +version: 1.2.5 appVersion: "1.0.0" maintainers: - name: wandb diff --git a/charts/operator/README.md b/charts/operator/README.md index 8abbbfb1..7e7bee62 100644 --- a/charts/operator/README.md +++ b/charts/operator/README.md @@ -13,6 +13,6 @@ helm upgrade --install operator wandb/operator ``` git clone https://github.com/wandb/helm-charts.git -cd helm-charts +cd helm-charts/charts/operator helm upgrade --namespace=wandb --create-namespace --install operator . ```