Skip to content

Commit de5fdc1

Browse files
authored
Updating efa charts to latest 0.5.13 (#1289)
1 parent b9f9067 commit de5fdc1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

stable/aws-efa-k8s-device-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: aws-efa-k8s-device-plugin
33
description: A Helm chart for EFA device plugin.
4-
version: v0.5.19
5-
appVersion: "v0.5.12"
4+
version: v0.5.20
5+
appVersion: "v0.5.13"
66
home: https://github.com/aws/eks-charts
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

stable/aws-efa-k8s-device-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ helm install efa ./aws-efa-k8s-device-plugin -n kube-system
2222
Parameter | Description | Default
2323
--- | --- | ---
2424
`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.8`
25+
`image.tag` | EFA image tag | `v0.5.13`
2626
`securityContext` | EFA plugin security context | `allowPrivilegeEscalation: true, privileged: true, runAsNonRoot: false, runAsUser: 0`
2727
`supportedInstanceLabels.keys` | Kubernetes key to interpret as instance type | `nodes.kubernetes.io/instance-type`
2828
`supportedInstanceLabels.values` | List of instances which currently support EFA devices | `see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html#efa-instance-types`

stable/aws-efa-k8s-device-plugin/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-efa-k8s-device-plugin
33
# Overrides the image tag whose default is the chart appVersion.
4-
tag: "v0.5.12"
4+
tag: "v0.5.13"
55
securityContext:
66
allowPrivilegeEscalation: true
77
privileged: true

0 commit comments

Comments
 (0)