Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/wandb-base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: wandb-base
description: A generic helm chart for deploying services to kubernetes
type: application
version: 0.11.8
version: 0.11.9
icon: https://wandb.ai/logo.svg

maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/wandb-base/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
service:
name: {{ include "wandb-base.fullname" $ }}
port:
number: {{ $.Values.service.port }}
name: {{ .port }}
{{- end }}
{{- end }}
{{- end }}
Loading