File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
helm/aws-load-balancer-controller Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : aws-load-balancer-controller
33description : 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
66home : https://github.com/aws/eks-charts
77icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88sources :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 2
66
77image :
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
1212imagePullSecrets : []
@@ -274,4 +274,4 @@ serviceMonitor:
274274clusterSecretsPermissions :
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
You can’t perform that action at this time.
0 commit comments