diff --git a/stable/cni-metrics-helper/Chart.yaml b/stable/cni-metrics-helper/Chart.yaml index 1f3b4e3a5..2fa6640a4 100644 --- a/stable/cni-metrics-helper/Chart.yaml +++ b/stable/cni-metrics-helper/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: cni-metrics-helper -version: 1.13.4 -appVersion: v1.13.4 +version: 1.14.0 +appVersion: v1.14.0 description: A Helm chart for the AWS VPC CNI Metrics Helper icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png home: https://github.com/aws/amazon-vpc-cni-k8s diff --git a/stable/cni-metrics-helper/README.md b/stable/cni-metrics-helper/README.md index 2bfe32623..66f882d82 100644 --- a/stable/cni-metrics-helper/README.md +++ b/stable/cni-metrics-helper/README.md @@ -47,7 +47,7 @@ The following table lists the configurable parameters for this chart and their d |------------------------------|---------------------------------------------------------------|--------------------| | fullnameOverride | Override the fullname of the chart | cni-metrics-helper | | image.region | ECR repository region to use. Should match your cluster | us-west-2 | -| image.tag | Image tag | v1.13.4 | +| image.tag | Image tag | v1.14.0 | | image.account | ECR repository account number | 602401143452 | | image.domain | ECR repository domain | amazonaws.com | | env.USE_CLOUDWATCH | Whether to export CNI metrics to CloudWatch | true | diff --git a/stable/cni-metrics-helper/templates/clusterrole.yaml b/stable/cni-metrics-helper/templates/clusterrole.yaml index 9331637d1..6f45efd8a 100644 --- a/stable/cni-metrics-helper/templates/clusterrole.yaml +++ b/stable/cni-metrics-helper/templates/clusterrole.yaml @@ -7,4 +7,4 @@ rules: resources: - pods - pods/proxy - verbs: ["get", "watch", "list"] \ No newline at end of file + verbs: ["get", "watch", "list"] diff --git a/stable/cni-metrics-helper/templates/deployment.yaml b/stable/cni-metrics-helper/templates/deployment.yaml index c2d67e331..fa3e872bd 100644 --- a/stable/cni-metrics-helper/templates/deployment.yaml +++ b/stable/cni-metrics-helper/templates/deployment.yaml @@ -25,4 +25,4 @@ spec: {{- end }} name: cni-metrics-helper image: "{{- if .Values.image.override }}{{- .Values.image.override }}{{- else }}{{- .Values.image.account }}.dkr.ecr.{{- .Values.image.region }}.{{- .Values.image.domain }}/cni-metrics-helper:{{- .Values.image.tag }}{{- end}}" - serviceAccountName: {{ template "cni-metrics-helper.serviceAccountName" . }} + serviceAccountName: {{ template "cni-metrics-helper.serviceAccountName" . }} diff --git a/stable/cni-metrics-helper/values.yaml b/stable/cni-metrics-helper/values.yaml index 3184ca7e4..438c5896d 100644 --- a/stable/cni-metrics-helper/values.yaml +++ b/stable/cni-metrics-helper/values.yaml @@ -4,9 +4,9 @@ nameOverride: cni-metrics-helper image: region: us-west-2 - tag: v1.13.4 + tag: v1.14.0 account: "602401143452" - domain: "amazonaws.com" + domain: "amazonaws.com" # Set to use custom image # override: "repo/org/image:tag"