File tree Expand file tree Collapse file tree
charts/gravity-matter-enterprise Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Helm chart to deploy Matter AI Code Review Backend for Enterprise
44type : application
55icon : https://matterai.dev/favicon.png
66appVersion : 0.1.5
7- version : 0.1.6
7+ version : 0.1.7
88maintainers :
99 - name : Vatsal Bajpai
1010 email : vatsal@matterai.dev
Original file line number Diff line number Diff line change 1818 labels :
1919 app : {{ $component.deployment.name }}
2020 spec :
21+ imagePullSecrets :
22+ {{- range $.Values.imageCredentials }}
23+ - name : {{ .name }}
24+ {{- end }}
2125 {{- with $.Values.global.nodeSelector }}
2226 nodeSelector :
2327 {{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ imagePullSecrets: [matterenterpriseregistrycredentials]
1717
1818components :
1919 matterBackend :
20+ enabled : true
2021 deployment :
2122 name : matter-backend
2223 replicas : 1
You can’t perform that action at this time.
0 commit comments