File tree 3 files changed +4
-4
lines changed
stable/cni-metrics-helper
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : cni-metrics-helper
3
- version : 1.19.0
4
- appVersion : v1.19.0
3
+ version : 1.19.2
4
+ appVersion : v1.19.2
5
5
description : A Helm chart for the AWS VPC CNI Metrics Helper
6
6
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
7
7
home : https://github.com/aws/amazon-vpc-cni-k8s
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ The following table lists the configurable parameters for this chart and their d
60
60
| -------------------------------| ---------------------------------------------------------------| -------------------------------------|
61
61
| ` affinity ` | Map of node/pod affinities | ` {} ` |
62
62
| ` fullnameOverride ` | Override the fullname of the chart | ` cni-metrics-helper ` |
63
- | ` image.tag ` | Image tag | ` v1.19.0 ` |
63
+ | ` image.tag ` | Image tag | ` v1.19.2 ` |
64
64
| ` image.domain ` | ECR repository domain | ` amazonaws.com ` |
65
65
| ` image.region ` | ECR repository region to use. Should match your cluster | ` us-west-2 ` |
66
66
| ` image.account ` | ECR repository account number | ` 602401143452 ` |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ nameOverride: cni-metrics-helper
4
4
5
5
image :
6
6
region : us-west-2
7
- tag : v1.19.0
7
+ tag : v1.19.2
8
8
account : " 602401143452"
9
9
domain : " amazonaws.com"
10
10
# Set to use custom image
You can’t perform that action at this time.
0 commit comments