Skip to content

Commit

Permalink
aws-vpc-cni: v1.8.0 (#538)
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 Jun 11, 2021
1 parent 2eff401 commit 2d9f1d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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.6
appVersion: "v1.7.10"
version: 1.1.7
appVersion: "v1.8.0"
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
7 changes: 3 additions & 4 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.7.10
tag: v1.8.0
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.7.10
tag: v1.8.0
pullPolicy: Always
# Set to use custom image
# override: "repo/org/image:tag"
Expand Down Expand Up @@ -163,5 +163,4 @@ eniConfig:
# - sg-789

cri:
hostPath:
#path: "/var/run/containerd/containerd.sock"
hostPath: # "/var/run/containerd/containerd.sock"

0 comments on commit 2d9f1d6

Please sign in to comment.