Skip to content

Commit 75b28a4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b2b38de commit 75b28a4

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

helm-charts/support/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ dependencies:
6464
# https://github.com/NVIDIA/dcgm-exporter
6565
- name: dcgm-exporter
6666
version: 3.6.1
67-
repository: https://nvidia.github.io/dcgm-exporter/helm-charts
67+
repository: https://nvidia.github.io/dcgm-exporter/helm-charts

helm-charts/support/values.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -502,11 +502,10 @@ dcgm-exporter:
502502
prometheus.io/port: "12121"
503503
prometheus.io/scrape: "true"
504504
tolerations:
505-
- key: nvidia.com/gpu
506-
operator: Equal
507-
value: present
508-
effect: NoSchedule
509-
505+
- key: nvidia.com/gpu
506+
operator: Equal
507+
value: present
508+
effect: NoSchedule
510509

511510
# Configuration of templates provided directly by this chart
512511
# -------------------------------------------------------------------------------

0 commit comments

Comments
 (0)