Skip to content

Commit

Permalink
aws-load-balancer-controller: v2.4.6 (#881)
Browse files Browse the repository at this point in the history
Co-authored-by: eks-bot <[email protected]>
  • Loading branch information
kishorj and eks-bot authored Jan 12, 2023
1 parent e44281e commit 69c1e0e
Show file tree
Hide file tree
Showing 7 changed files with 160 additions and 77 deletions.
1 change: 1 addition & 0 deletions stable/aws-load-balancer-controller/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
*.tmproj
.vscode/
crds/kustomization.yaml
test.yaml
4 changes: 2 additions & 2 deletions stable/aws-load-balancer-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: aws-load-balancer-controller
description: AWS Load Balancer Controller Helm chart for Kubernetes
version: 1.4.6
appVersion: v2.4.5
version: 1.4.7
appVersion: v2.4.6
home: https://github.com/aws/eks-charts
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion stable/aws-load-balancer-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ The default values set by the application itself can be confirmed [here](https:/

| Parameter | Description | Default |
|------------------------------------------------| -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| `image.repository` | image repository | `602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-load-balancer-controller` |
| `image.repository` | image repository | `public.ecr.aws/eks/aws-load-balancer-controller` |
| `image.tag` | image tag | `<VERSION>` |
| `image.pullPolicy` | image pull policy | `IfNotPresent` |
| `clusterName` | Kubernetes cluster name | None |
Expand Down
4 changes: 2 additions & 2 deletions stable/aws-load-balancer-controller/ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

region: us-west-2
image:
repository: kishorj/aws-load-balancer-controller
tag: v2.0.0-rc1
repository: public.ecr.aws/eks/aws-load-balancer-controller
tag: v2.4.5
pullPolicy: Always
218 changes: 150 additions & 68 deletions stable/aws-load-balancer-controller/crds/crds.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions stable/aws-load-balancer-controller/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
replicaCount: 2

image:
repository: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-load-balancer-controller
tag: v2.4.5
repository: public.ecr.aws/eks/aws-load-balancer-controller
tag: v2.4.6
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions stable/aws-load-balancer-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
replicaCount: 2

image:
repository: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-load-balancer-controller
tag: v2.4.5
repository: public.ecr.aws/eks/aws-load-balancer-controller
tag: v2.4.6
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit 69c1e0e

Please sign in to comment.