Skip to content

Commit a94a5b8

Browse files
committed
Helm chart for v2.4.1 release
1 parent beb93c4 commit a94a5b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

helm/aws-load-balancer-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: aws-load-balancer-controller
33
description: AWS Load Balancer Controller Helm chart for Kubernetes
4-
version: 1.4.0
5-
appVersion: v2.4.0
4+
version: 1.4.1
5+
appVersion: v2.4.1
66
home: https://github.com/aws/eks-charts
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/aws-load-balancer-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 2
66

77
image:
88
repository: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-load-balancer-controller
9-
tag: v2.4.0
9+
tag: v2.4.1
1010
pullPolicy: IfNotPresent
1111

1212
imagePullSecrets: []
@@ -274,4 +274,4 @@ serviceMonitor:
274274
clusterSecretsPermissions:
275275
# allowAllSecrets allows the controller to access all secrets in the cluster.
276276
# This is to get backwards compatible behavior, but *NOT* recommended for security reasons
277-
allowAllSecrets: false
277+
allowAllSecrets: false

0 commit comments

Comments
 (0)