Skip to content

Commit

Permalink
Set devicePlugin.config.name to empty string (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn authored Dec 5, 2024
1 parent 6f9ad1d commit 4f84df2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/tfy-gpu-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tfy-gpu-operator
version: 0.1.24
version: 0.1.25
description: "Truefoundry GPU Operator"
maintainers:
- name: truefoundry
Expand Down
8 changes: 4 additions & 4 deletions charts/tfy-gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ aws-eks-gpu-operator:
resources:
- name: nvidia.com/gpu
replicas: 10
name: time-slicing-config
name: ''
create: false
default: ''

Expand Down Expand Up @@ -740,7 +740,7 @@ azure-aks-gpu-operator:
resources:
- name: nvidia.com/gpu
replicas: 10
name: time-slicing-config
name: ''
create: false
default: ''

Expand Down Expand Up @@ -980,7 +980,7 @@ civo-talos-gpu-operator:
resources:
- name: nvidia.com/gpu
replicas: 10
name: time-slicing-config
name: ''
create: false
default: ''

Expand Down Expand Up @@ -1242,7 +1242,7 @@ generic-gpu-operator:
resources:
- name: nvidia.com/gpu
replicas: 10
name: time-slicing-config
name: ''
create: false
default: ''

Expand Down

0 comments on commit 4f84df2

Please sign in to comment.