diff --git a/apps/meet/calcom/calcom-keys.yaml b/apps/meet/calcom/calcom-keys.yaml index ea8e1b3..0e685cd 100644 --- a/apps/meet/calcom/calcom-keys.yaml +++ b/apps/meet/calcom/calcom-keys.yaml @@ -5,12 +5,13 @@ metadata: namespace: stackspout stringData: DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom" + ALLOWED_HOSTNAMES: "'${calcom_domain}'" NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}" NEXT_PUBLIC_API_V2_URL: "https://${calcom_domain}/api/v2" NEXTAUTH_SECRET: "${nextauth_secret}" CALENDSO_ENCRYPTION_KEY: "${calendso_key}" EMAIL_FROM: "${outgoing_mail_from_address}" - EMAIL_FROM_NAME: "${org_name}" + #EMAIL_FROM_NAME: "${org_name}" EMAIL_SERVER_HOST: "${outgoing_mail_smtp_host}" EMAIL_SERVER_PORT: ${quote}${outgoing_mail_smtp_port}${quote} EMAIL_SERVER_USER: "${outgoing_mail_smtp_user}" diff --git a/apps/meet/calcom/calcom-release.yaml b/apps/meet/calcom/calcom-release.yaml index 31e9e5b..efc0e6c 100644 --- a/apps/meet/calcom/calcom-release.yaml +++ b/apps/meet/calcom/calcom-release.yaml @@ -9,7 +9,7 @@ spec: spec: # https://github.com/Pyrrha/calcom-helm/blob/main/charts/calcom-stack/Chart.yaml chart: calcom-stack - version: 0.3.10 + version: 0.3.13 sourceRef: kind: HelmRepository name: calcom