File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
helm/aws-load-balancer-controller Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
MAKEFILE_PATH = $(dir $(realpath -s $(firstword $(MAKEFILE_LIST ) ) ) )
3
3
4
4
# Image URL to use all building/pushing image targets
5
- IMG ?= amazon/ aws-alb-ingress -controller:v2.4.5
5
+ IMG ?= public.ecr.aws/eks/ aws-load-balancer -controller:v2.4.5
6
6
7
7
CRD_OPTIONS ?= "crd:crdVersions=v1"
8
8
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ The default values set by the application itself can be confirmed [here](https:/
169
169
170
170
| Parameter | Description | Default |
171
171
| ------------------------------------------------| -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
172
- | ` image.repository ` | image repository | ` 602401143452.dkr. ecr.us-west-2.amazonaws.com/amazon /aws-load-balancer-controller` |
172
+ | ` image.repository ` | image repository | ` public. ecr.aws/eks /aws-load-balancer-controller` |
173
173
| ` image.tag ` | image tag | ` <VERSION> ` |
174
174
| ` image.pullPolicy ` | image pull policy | ` IfNotPresent ` |
175
175
| ` clusterName ` | Kubernetes cluster name | None |
Original file line number Diff line number Diff line change 2
2
3
3
region : us-west-2
4
4
image :
5
- repository : kishorj /aws-load-balancer-controller
6
- tag : v2.0.0-rc1
5
+ repository : public.ecr.aws/eks /aws-load-balancer-controller
6
+ tag : v2.4.5
7
7
pullPolicy : Always
Original file line number Diff line number Diff line change 5
5
replicaCount : 2
6
6
7
7
image :
8
- repository : 602401143452.dkr. ecr.us-west-2.amazonaws.com/amazon /aws-load-balancer-controller
8
+ repository : public. ecr.aws/eks /aws-load-balancer-controller
9
9
tag : v2.4.5
10
10
pullPolicy : IfNotPresent
11
11
Original file line number Diff line number Diff line change 5
5
replicaCount : 2
6
6
7
7
image :
8
- repository : 602401143452.dkr. ecr.us-west-2.amazonaws.com/amazon /aws-load-balancer-controller
8
+ repository : public. ecr.aws/eks /aws-load-balancer-controller
9
9
tag : v2.4.5
10
10
pullPolicy : IfNotPresent
11
11
You can’t perform that action at this time.
0 commit comments