Skip to content

Commit

Permalink
Releasing new charts version for v1.18.1 (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeokar authored May 24, 2024
1 parent e55a24a commit 9b36a39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/aws-vpc-cni/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: aws-vpc-cni
version: 1.18.1
version: 1.3.0
appVersion: "v1.18.1"
description: A Helm chart for the AWS VPC CNI
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Expand Down
1 change: 1 addition & 0 deletions stable/aws-vpc-cni/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ spec:
- name: xtables-lock
hostPath:
path: /run/xtables.lock
type: FileOrCreate
{{- with .Values.extraVolumes }}
{{- toYaml .| nindent 6 }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion stable/aws-vpc-cni/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ env:
DISABLE_NETWORK_RESOURCE_PROVISIONING: "false"
ENABLE_IPv4: "true"
ENABLE_IPv6: "false"
ENABLE_SUBNET_DISCOVERY: "true"
VPC_CNI_VERSION: "v1.18.1"
NETWORK_POLICY_ENFORCING_MODE: "standard"
ENABLE_SUBNET_DISCOVERY: "true"

# 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 9b36a39

Please sign in to comment.