Skip to content

Commit fc54e9a

Browse files
committed
few changes after testing
1 parent 489871b commit fc54e9a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

scripts/devtron-reference-helm-charts/gpu-workload-4-21-0/values.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -503,12 +503,10 @@ resources: {}
503503

504504
gpu:
505505
enabled: false
506+
provider: "nvidia.com/gpu"
506507
resources:
507-
requests:
508-
nvidia.com/gpu: 1
509-
limits:
510-
nvidia.com/gpu: 1
511-
508+
limits: 1
509+
requests: 1
512510

513511
volumeMounts: []
514512
# - name: log-volume

scripts/sql/33403700_gpu_workload_chart.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ VALUES (1,(select id from chart_ref where version='4.21.0' and name='GPU-Workloa
66
(4,(select id from chart_ref where version='4.21.0' and name='GPU-Workload'), true, now(), 1, now(), 1,false);
77

88
INSERT INTO chart_ref_metadata("chart_name","chart_description") VALUES
9-
('GPU-Workload','GPU Workload Charts enable the deployment of GPU workloads on Kubernetes Clusters.');
9+
('GPU-Workload','GPU Workload Charts to enable the deployment of GPU workloads on Kubernetes Clusters.');

0 commit comments

Comments
 (0)