Skip to content

Commit

Permalink
fix: Set host for email team invites (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Feb 13, 2025
1 parent ab61675 commit 832ee0c
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.26.3
version: 0.26.4
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
4 changes: 4 additions & 0 deletions charts/operator-wandb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ glue:
service:
enabled: false
env:
GORILLA_FRONTEND_HOST:
value: '{{ .Values.global.host }}'
GORILLA_LICENSE_CERT_PATH:
value: "/jwks.json"
REDIS:
Expand Down Expand Up @@ -660,6 +662,8 @@ api:
protocol: TCP
name: http
env:
GORILLA_FRONTEND_HOST:
value: '{{ .Values.global.host }}'
GORILLA_LICENSE_CERT_PATH:
value: "/jwks.json"
REDIS:
Expand Down

0 comments on commit 832ee0c

Please sign in to comment.