Skip to content

Commit

Permalink
aws-vpc-cni: v1.9.0 (#563)
Browse files Browse the repository at this point in the history
Co-authored-by: eks-bot <[email protected]>
  • Loading branch information
eks-bot and eks-bot authored Jul 26, 2021
1 parent a46497d commit 2524597
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 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.7
appVersion: "v1.8.0"
version: 1.1.8
appVersion: "v1.9.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
6 changes: 5 additions & 1 deletion stable/aws-vpc-cni/templates/customresourcedefinition.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.crd.create -}}
apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: eniconfigs.crd.k8s.amazonaws.com
Expand All @@ -12,6 +12,10 @@ spec:
- name: v1alpha1
served: true
storage: true
schema:
openAPIV3Schema:
type: object
x-kubernetes-preserve-unknown-fields: true
names:
plural: eniconfigs
singular: eniconfig
Expand Down
6 changes: 4 additions & 2 deletions stable/aws-vpc-cni/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nameOverride: aws-node

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

image:
region: us-west-2
tag: v1.7.5
tag: v1.9.0
pullPolicy: Always
# Set to use custom image
# override: "repo/org/image:tag"
Expand All @@ -41,7 +41,9 @@ env:
DISABLE_INTROSPECTION: "false"
DISABLE_METRICS: "false"
ENABLE_POD_ENI: "false"
ENABLE_PREFIX_DELEGATION: "false"
WARM_ENI_TARGET: "1"
WARM_PREFIX_TARGET: "1"

# 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
6 changes: 4 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.8.0
tag: v1.9.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.8.0
tag: v1.9.0
pullPolicy: Always
# Set to use custom image
# override: "repo/org/image:tag"
Expand All @@ -43,7 +43,9 @@ env:
DISABLE_INTROSPECTION: "false"
DISABLE_METRICS: "false"
ENABLE_POD_ENI: "false"
ENABLE_PREFIX_DELEGATION: "false"
WARM_ENI_TARGET: "1"
WARM_PREFIX_TARGET: "1"

# 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 2524597

Please sign in to comment.