From 51c9b9a8d956ca5b0466c69cb70692d01b8f4f04 Mon Sep 17 00:00:00 2001 From: Kevin Falcone Date: Tue, 9 Apr 2024 13:08:38 -0400 Subject: [PATCH 1/2] pdate deployment.yaml to use the fullname helper --- stable/aws-load-balancer-controller/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/aws-load-balancer-controller/templates/deployment.yaml b/stable/aws-load-balancer-controller/templates/deployment.yaml index fb646ea6f..eca951f20 100644 --- a/stable/aws-load-balancer-controller/templates/deployment.yaml +++ b/stable/aws-load-balancer-controller/templates/deployment.yaml @@ -57,7 +57,7 @@ spec: dnsPolicy: {{ .Values.dnsPolicy }} {{- end }} containers: - - name: {{ .Chart.Name }} + - name: {{ include "aws-load-balancer-controller.fullname" . }} args: - --cluster-name={{ required "Chart cannot be installed without a valid clusterName!" .Values.clusterName }} {{- if .Values.ingressClass }} From dc1ad3177b14cf5fd94c0170bc45b7b8e4772bfd Mon Sep 17 00:00:00 2001 From: Kevin Falcone Date: Tue, 9 Apr 2024 13:51:25 -0400 Subject: [PATCH 2/2] bump versions --- stable/aws-load-balancer-controller/Chart.yaml | 4 ++-- stable/aws-load-balancer-controller/test.yaml | 2 +- stable/aws-load-balancer-controller/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/aws-load-balancer-controller/Chart.yaml b/stable/aws-load-balancer-controller/Chart.yaml index f28df0989..7e276959d 100644 --- a/stable/aws-load-balancer-controller/Chart.yaml +++ b/stable/aws-load-balancer-controller/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: aws-load-balancer-controller description: AWS Load Balancer Controller Helm chart for Kubernetes -version: 1.7.2 -appVersion: v2.7.2 +version: 1.7.3 +appVersion: v2.7.3 home: https://github.com/aws/eks-charts icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png sources: diff --git a/stable/aws-load-balancer-controller/test.yaml b/stable/aws-load-balancer-controller/test.yaml index 801af28a9..4ba66ae3d 100644 --- a/stable/aws-load-balancer-controller/test.yaml +++ b/stable/aws-load-balancer-controller/test.yaml @@ -6,7 +6,7 @@ replicaCount: 2 image: repository: public.ecr.aws/eks/aws-load-balancer-controller - tag: v2.7.2 + tag: v2.7.3 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/stable/aws-load-balancer-controller/values.yaml b/stable/aws-load-balancer-controller/values.yaml index 9ebfdaf89..a548f341c 100644 --- a/stable/aws-load-balancer-controller/values.yaml +++ b/stable/aws-load-balancer-controller/values.yaml @@ -8,7 +8,7 @@ revisionHistoryLimit: 10 image: repository: public.ecr.aws/eks/aws-load-balancer-controller - tag: v2.7.2 + tag: v2.7.3 pullPolicy: IfNotPresent imagePullSecrets: []