Skip to content

Commit

Permalink
aws-vpc-cni: v1.9.1 (#601)
Browse files Browse the repository at this point in the history
Co-authored-by: eks-bot <eks-bot@users.noreply.github.com>
  • Loading branch information
eks-bot and eks-bot authored Sep 14, 2021
1 parent 5c1876b commit 703e8f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/aws-vpc-cni/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: aws-vpc-cni
version: 1.1.8
appVersion: "v1.9.0"
version: 1.1.9
appVersion: "v1.9.1"
description: A Helm chart for the AWS VPC CNI
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
home: https://github.com/aws/amazon-vpc-cni-k8s
Expand Down
5 changes: 3 additions & 2 deletions stable/aws-vpc-cni/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nameOverride: aws-node

init:
image:
tag: v1.9.0
tag: v1.9.1
region: us-west-2
pullPolicy: Always
# Set to use custom image
Expand All @@ -20,7 +20,7 @@ init:

image:
region: us-west-2
tag: v1.9.0
tag: v1.9.1
pullPolicy: Always
# Set to use custom image
# override: "repo/org/image:tag"
Expand All @@ -46,6 +46,7 @@ env:
ENABLE_PREFIX_DELEGATION: "false"
WARM_ENI_TARGET: "1"
WARM_PREFIX_TARGET: "1"
DISABLE_NETWORK_RESOURCE_PROVISIONING: "false"

# this flag enables you to use the match label that was present in the original daemonset deployed by EKS
# You can then annotate and label the original aws-node resources and 'adopt' them into a helm release
Expand Down

0 comments on commit 703e8f1

Please sign in to comment.