Skip to content

Commit 7077081

Browse files
authored
updating tags (#3400)
1 parent be26039 commit 7077081

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/aws-vpc-cni/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ nodeAgent:
5252
resources: {}
5353

5454
image:
55-
tag: v1.20.0
55+
tag: v1.20.1
5656
domain: amazonaws.com
5757
region: us-west-2
5858
endpoint: ecr
@@ -86,7 +86,7 @@ env:
8686
ENABLE_IPv4: "true"
8787
ENABLE_IPv6: "false"
8888
ENABLE_SUBNET_DISCOVERY: "true"
89-
VPC_CNI_VERSION: "v1.20.0"
89+
VPC_CNI_VERSION: "v1.20.1"
9090
NETWORK_POLICY_ENFORCING_MODE: "standard"
9191
ENABLE_IMDS_ONLY_MODE: "false"
9292
ENABLE_MULTI_NIC: "false"

scripts/run-cni-release-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# NG_LABEL_KEY: nodegroup label key, default "kubernetes.io/os"
1111
# NG_LABEL_VAL: nodegroup label val, default "linux"
1212
# RUN_DEVEKS_TEST: Set this variable for tests to run on a deveks cluster
13-
# CNI_METRICS_HELPER: cni metrics helper image tag, default "602401143452.dkr.ecr.us-west-2.amazonaws.com/cni-metrics-helper:v1.20.0"
13+
# CNI_METRICS_HELPER: cni metrics helper image tag, default "602401143452.dkr.ecr.us-west-2.amazonaws.com/cni-metrics-helper:v1.20.1"
1414
# TEST_IMAGE_REGISTRY: the registry in test-infra-* accounts where e2e test images are stored
1515
set -e
1616

0 commit comments

Comments
 (0)