Skip to content

Commit

Permalink
sync aws-vpc-cni helmCharts from master (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
M00nF1sh committed Jun 11, 2021
1 parent 760bfba commit de835a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/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.5
appVersion: "v1.7.5"
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
4 changes: 2 additions & 2 deletions charts/aws-vpc-cni/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ spec:
configMap:
name: {{ include "aws-vpc-cni.fullname" . }}
{{- end }}
{{- if .Values.cri.hostPath }}
{{- with .Values.cri.hostPath }}
- name: cri
hostPath:
path: {{- toYaml .Values.cri.hostPath | nindent 18 }}
{{- toYaml . | nindent 10 }}
{{- else }}
- name: dockershim
hostPath:
Expand Down
6 changes: 3 additions & 3 deletions charts/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.5
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.5
tag: v1.8.0
pullPolicy: Always
# Set to use custom image
# override: "repo/org/image:tag"
Expand Down Expand Up @@ -49,7 +49,7 @@ env:
# You can then annotate and label the original aws-node resources and 'adopt' them into a helm release
originalMatchLabels: false

cniConfig:
cniConfig:
enabled: false
fileContents: ""

Expand Down

0 comments on commit de835a6

Please sign in to comment.