Skip to content

Commit

Permalink
chores: bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
PNarode committed Feb 11, 2025
1 parent 8fc91c5 commit a8a3864
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}"
Expand Down

0 comments on commit a8a3864

Please sign in to comment.