Skip to content

Commit dd15f8e

Browse files
authored
update ecr registry with alias (#336)
1 parent a116681 commit dd15f8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags --always --dirty)
22
LATEST_RELEASE_TAG=$(shell git describe --tags --abbrev=0)
33
PREVIOUS_RELEASE_TAG=$(shell git describe --abbrev=0 --tags `git rev-list --tags --skip=1 --max-count=1`)
44
REPO_FULL_NAME=aws/aws-node-termination-handler
5-
ECR_REGISTRY ?= public.ecr.aws/r6b0f9a1
5+
ECR_REGISTRY ?= public.ecr.aws/aws-ec2
66
ECR_REPO ?= ${ECR_REGISTRY}/aws-node-termination-handler
77
IMG ?= amazon/aws-node-termination-handler
88
IMG_TAG ?= ${VERSION}

config/helm/aws-node-termination-handler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Parameter | Description | Default
103103

104104
Parameter | Description | Default
105105
--- | --- | ---
106-
`image.repository` | image repository | `amazon/aws-node-termination-handler`
106+
`image.repository` | image repository | `public.ecr.aws/aws-ec2/aws-node-termination-handler`
107107
`image.tag` | image tag | `<VERSION>`
108108
`image.pullPolicy` | image pull policy | `IfNotPresent`
109109
`image.pullSecrets` | image pull secrets (for private docker registries) | `[]`

config/helm/aws-node-termination-handler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Declare variables to be passed into your templates.
44

55
image:
6-
repository: public.ecr.aws/r6b0f9a1/aws-node-termination-handler
6+
repository: public.ecr.aws/aws-ec2/aws-node-termination-handler
77
tag: v1.11.2
88
pullPolicy: IfNotPresent
99
pullSecrets: []

0 commit comments

Comments
 (0)