File tree 3 files changed +3
-3
lines changed
config/helm/aws-node-termination-handler
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags --always --dirty)
2
2
LATEST_RELEASE_TAG =$(shell git describe --tags --abbrev=0)
3
3
PREVIOUS_RELEASE_TAG =$(shell git describe --abbrev=0 --tags `git rev-list --tags --skip=1 --max-count=1`)
4
4
REPO_FULL_NAME =aws/aws-node-termination-handler
5
- ECR_REGISTRY ?= public.ecr.aws/r6b0f9a1
5
+ ECR_REGISTRY ?= public.ecr.aws/aws-ec2
6
6
ECR_REPO ?= ${ECR_REGISTRY}/aws-node-termination-handler
7
7
IMG ?= amazon/aws-node-termination-handler
8
8
IMG_TAG ?= ${VERSION}
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Parameter | Description | Default
103
103
104
104
Parameter | Description | Default
105
105
--- | --- | ---
106
- ` image.repository ` | image repository | ` amazon /aws-node-termination-handler`
106
+ ` image.repository ` | image repository | ` public.ecr.aws/aws-ec2 /aws-node-termination-handler`
107
107
` image.tag ` | image tag | ` <VERSION> `
108
108
` image.pullPolicy ` | image pull policy | ` IfNotPresent `
109
109
` image.pullSecrets ` | image pull secrets (for private docker registries) | ` [] `
Original file line number Diff line number Diff line change 3
3
# Declare variables to be passed into your templates.
4
4
5
5
image :
6
- repository : public.ecr.aws/r6b0f9a1 /aws-node-termination-handler
6
+ repository : public.ecr.aws/aws-ec2 /aws-node-termination-handler
7
7
tag : v1.11.2
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
You can’t perform that action at this time.
0 commit comments