File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
stable/aws-efa-k8s-device-plugin Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : aws-efa-k8s-device-plugin
3
3
description : A Helm chart for EFA device plugin.
4
- version : v0.5.12
5
- appVersion : " v0.5.7 "
4
+ version : v0.5.13
5
+ appVersion : " v0.5.8 "
6
6
home : https://github.com/aws/eks-charts
7
7
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
8
8
sources :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ helm install efa ./aws-efa-k8s-device-plugin -n kube-system
22
22
Parameter | Description | Default
23
23
--- | --- | ---
24
24
` image.repository ` | EFA image repository | ` 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-efa-k8s-device-plugin `
25
- ` image.tag ` | EFA image tag | ` v0.5.4 `
25
+ ` image.tag ` | EFA image tag | ` v0.5.8 `
26
26
` securityContext.allowPrivilegeEscalation ` | Controls whether a process can gain more privilege than its parent process | ` false `
27
27
` securityContext ` | EFA plugin security context | ` capabilities: drop: ["ALL"] runAsNonRoot: false `
28
28
` supportedInstanceLabels.keys ` | Kubernetes key to interpret as instance type | ` nodes.kubernetes.io/instance-type `
Original file line number Diff line number Diff line change 1
1
image :
2
2
repository : 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-efa-k8s-device-plugin
3
3
# Overrides the image tag whose default is the chart appVersion.
4
- tag : " v0.5.7 "
4
+ tag : " v0.5.8 "
5
5
securityContext :
6
6
allowPrivilegeEscalation : false
7
7
capabilities :
You can’t perform that action at this time.
0 commit comments