File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
stable/aws-efa-k8s-device-plugin Expand file tree Collapse file tree 4 files changed +7
-2
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.16
4+ version : v0.5.17
55appVersion : " v0.5.9"
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 @@ -34,4 +34,5 @@ Parameter | Description | Default
3434` nameOverride ` | Override the name of the chart | ` "" `
3535` fullnameOverride ` | Override the full name of the chart | ` "" `
3636` imagePullSecrets ` | Docker registry pull secret | ` [] `
37+ ` updateStrategy ` | Update strategy for deployment set | ` type: RollingUpdate `
3738
Original file line number Diff line number Diff line change 88 selector :
99 matchLabels :
1010 name : {{ include "aws-efa-k8s-device-plugin.fullname" . }}
11+ {{- with .Values.updateStrategy }}
1112 updateStrategy :
12- type : RollingUpdate
13+ {{- toYaml . | nindent 4 }}
14+ {{- end }}
1315 template :
1416 metadata :
1517 {{- if .Values.additionalPodAnnotations }}
Original file line number Diff line number Diff line change @@ -182,6 +182,8 @@ resources:
182182 memory : 20Mi
183183nodeSelector : {}
184184# efa: present
185+ updateStrategy :
186+ type : RollingUpdate
185187tolerations : []
186188# - key: aws.amazon.com/efa
187189# operator: Exists
You can’t perform that action at this time.
0 commit comments