We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca60330 commit c3c9dc2Copy full SHA for c3c9dc2
2 files changed
charts/gravity-matter-enterprise/Chart.yaml
@@ -4,7 +4,7 @@ description: Helm chart to deploy Matter AI Code Review Backend for Enterprise
4
type: application
5
icon: https://matterai.dev/favicon.png
6
appVersion: 0.1.5
7
-version: 0.1.9
+version: 0.1.10
8
maintainers:
9
- name: Vatsal Bajpai
10
email: vatsal@matterai.dev
charts/gravity-matter-enterprise/values.yaml
@@ -33,6 +33,7 @@ components:
33
memory: "512Mi"
34
cpu: "500m"
35
env:
36
+ EMAIL_DOMAIN: "example.com"
37
POSTGRES_HOST: "postgres-matter-service"
38
POSTGRES_USER: ""
39
POSTGRES_PASSWORD:
0 commit comments