Skip to content

Commit ca53466

Browse files
cni-metrics-helper: v1.19.2 (#1191)
Co-authored-by: eks-bot <[email protected]>
1 parent e60a7cb commit ca53466

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

stable/cni-metrics-helper/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: cni-metrics-helper
3-
version: 1.19.0
4-
appVersion: v1.19.0
3+
version: 1.19.2
4+
appVersion: v1.19.2
55
description: A Helm chart for the AWS VPC CNI Metrics Helper
66
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
77
home: https://github.com/aws/amazon-vpc-cni-k8s

stable/cni-metrics-helper/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The following table lists the configurable parameters for this chart and their d
6060
| -------------------------------|---------------------------------------------------------------|-------------------------------------|
6161
| `affinity` | Map of node/pod affinities | `{}` |
6262
| `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` |
6464
| `image.domain` | ECR repository domain | `amazonaws.com` |
6565
| `image.region` | ECR repository region to use. Should match your cluster | `us-west-2` |
6666
| `image.account` | ECR repository account number | `602401143452` |

stable/cni-metrics-helper/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ nameOverride: cni-metrics-helper
44

55
image:
66
region: us-west-2
7-
tag: v1.19.0
7+
tag: v1.19.2
88
account: "602401143452"
99
domain: "amazonaws.com"
1010
# Set to use custom image

0 commit comments

Comments
 (0)