diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index 4de3dfff..7af6f0b0 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.25.5 +version: 0.25.6 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg diff --git a/charts/operator-wandb/charts/otel/charts/agent/templates/deamonset.yaml b/charts/operator-wandb/charts/otel/charts/agent/templates/deamonset.yaml index a690c2e5..2c5125f8 100644 --- a/charts/operator-wandb/charts/otel/charts/agent/templates/deamonset.yaml +++ b/charts/operator-wandb/charts/otel/charts/agent/templates/deamonset.yaml @@ -58,15 +58,19 @@ spec: - name: otlp containerPort: 4317 protocol: TCP + hostPort: 4317 - name: otlp-http containerPort: 4318 protocol: TCP + hostPort: 4318 - name: prometheus containerPort: 9109 protocol: TCP + hostPort: 9109 - name: statsd containerPort: 8125 protocol: TCP + hostPort: 8125 env: - name: MYSQL_PORT value: "{{ include "wandb.mysql.port" . }}"