diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index 566b4139..bd7e679a 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.18.10 +version: 0.18.11 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg diff --git a/charts/operator-wandb/values.yaml b/charts/operator-wandb/values.yaml index 3d66d937..eb59387d 100644 --- a/charts/operator-wandb/values.yaml +++ b/charts/operator-wandb/values.yaml @@ -321,3 +321,6 @@ kafka: kraft: # This field is a UUID. It is *strongly* recommended to supply a new UUID yourself for production installs. clusterId: "ffFF1H3AQKGdBnsqAbJKew" + metrics: + jmx: + enabled: true