File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
stable/aws-efa-k8s-device-plugin Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : aws-efa-k8s-device-plugin
33description : A Helm chart for EFA device plugin.
4- version : v0.5.5
4+ version : v0.5.6
55appVersion : " v0.5.4"
66home : https://github.com/aws/eks-charts
77icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Original file line number Diff line number Diff line change 5454 values :
5555 {{- toYaml $.Values.supportedInstanceLabels.values | nindent 20 }}
5656 {{- end }}
57+ - key : eks.amazonaws.com/compute-type
58+ operator : NotIn
59+ values :
60+ - auto
5761 hostNetwork : true
5862 containers :
5963 - image : {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ supportedInstanceLabels: # EFA supported instances: https://docs.aws.amazon.com/
118118 - p4de.24xlarge
119119 - p5.48xlarge
120120 - p5e.48xlarge
121+ - p5en.48xlarge
121122 - trn1.32xlarge
122123 - trn1n.32xlarge
123124 - vt1.24xlarge
You can’t perform that action at this time.
0 commit comments