Skip to content

Commit 9205816

Browse files
Badal Kumar PrustyBadal Kumar Prusty
Badal Kumar Prusty
authored and
Badal Kumar Prusty
committed
added new maintainer
1 parent 82dbd20 commit 9205816

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

charts/devtron-essentials/Chart.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ dependencies:
3737
condition: argo-workflow.enabled
3838
maintainers:
3939
40-
name: Badal Kumar
40+
name: Badal Kumar
41+
42+
name: Pawan Kumar

charts/devtron-monitoring/Chart.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ dependencies:
4848
condition: victoriametrics.enabled
4949
maintainers:
5050
51-
name: Badal Kumar
51+
name: Badal Kumar
52+
53+
name: Pawan Kumar

charts/devtron-utilities/Chart.yaml

+7-3
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,17 @@ dependencies:
5353
- name: devtron-generic-helm
5454
version: "0.10.1"
5555
repository: https://helm.devtron.ai/
56-
condition: devtron-generic-helm.enabled
57-
- name: holmes-ai
56+
condition: nodepool.enabled
57+
alias: nodepool
58+
- name: holmes
5859
version: "0.8.1"
5960
repository: https://robusta-charts.storage.googleapis.com
6061
condition: holmes-ai.enabled
62+
alias: holmes-ai
6163

6264

6365
maintainers:
6466
65-
name: Badal Kumar
67+
name: Badal Kumar
68+
69+
name: Pawan Kumar

charts/devtron-utilities/values.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ karpenter:
8989
resources: {}
9090

9191
# Default values for ci-node ec2nodeclass/nodepool configuration
92-
devtron-generic-helm:
92+
nodepool:
9393
enabled: false
9494
data:
9595
- apiVersion: karpenter.k8s.aws/v1
@@ -235,5 +235,9 @@ devtron-backups:
235235

236236
holmes-ai:
237237
enabled: false
238+
additionalEnvVars:
239+
- name: MODEL
240+
value: gpt-4o-mini
241+
238242
k8s-shield:
239243
enabled: false

0 commit comments

Comments
 (0)