Skip to content

Commit

Permalink
Merge pull request #2907 from kishorj/public-ecr
Browse files Browse the repository at this point in the history
Use public ECR repository by default
  • Loading branch information
k8s-ci-robot authored Dec 3, 2022
2 parents 2e740a7 + 51fa0f2 commit edeb4f1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MAKEFILE_PATH = $(dir $(realpath -s $(firstword $(MAKEFILE_LIST))))

# Image URL to use all building/pushing image targets
IMG ?= amazon/aws-alb-ingress-controller:v2.4.5
IMG ?= public.ecr.aws/eks/aws-load-balancer-controller:v2.4.5

CRD_OPTIONS ?= "crd:crdVersions=v1"

Expand Down
2 changes: 1 addition & 1 deletion helm/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 helm/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
2 changes: 1 addition & 1 deletion helm/aws-load-balancer-controller/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 2

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

Expand Down
2 changes: 1 addition & 1 deletion helm/aws-load-balancer-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 2

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

Expand Down

0 comments on commit edeb4f1

Please sign in to comment.