Skip to content

Commit

Permalink
fix: correct unit (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
debajyoti-truefoundry authored Nov 17, 2023
1 parent 3bbf17b commit 36a99e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tfy-inferentia-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tfy-inferentia-operator
version: 0.0.1
version: 0.0.2
description: "Truefoundry Inferentia Operator"
maintainers:
- name: truefoundry
2 changes: 1 addition & 1 deletion charts/tfy-inferentia-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ devicePlugin:
resources:
requests:
cpu: 100m
memory: 128MiB
memory: 128Mi
image: public.ecr.aws/neuron/neuron-device-plugin:2.16.18.0
tolerations:
## @skip devicePlugin.tolerations[0]
Expand Down

0 comments on commit 36a99e7

Please sign in to comment.