Skip to content

Commit a2569da

Browse files
kishorjTimothy-Dougherty
authored andcommitted
use public ECR repository as default
1 parent b4ee441 commit a2569da

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MAKEFILE_PATH = $(dir $(realpath -s $(firstword $(MAKEFILE_LIST))))
33

44
# 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
66

77
CRD_OPTIONS ?= "crd:crdVersions=v1"
88

helm/aws-load-balancer-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The default values set by the application itself can be confirmed [here](https:/
169169

170170
| Parameter | Description | Default |
171171
|------------------------------------------------| -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
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` |
173173
| `image.tag` | image tag | `<VERSION>` |
174174
| `image.pullPolicy` | image pull policy | `IfNotPresent` |
175175
| `clusterName` | Kubernetes cluster name | None |

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

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

33
region: us-west-2
44
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
77
pullPolicy: Always

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 2
66

77
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
99
tag: v2.4.5
1010
pullPolicy: IfNotPresent
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 2
66

77
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
99
tag: v2.4.5
1010
pullPolicy: IfNotPresent
1111

0 commit comments

Comments
 (0)