- Install helm plug-in.
helm plugin install https://github.com/vetyy/helm-ecr.git --version 0.1.4
- Login to ECR
aws ecr get-login-password --no-verify-ssl --region us-west-2 | docker login --username AWS --password-stdin XXXXXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com
- Install helm chart
helm install abc ecr://XXXXXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com/abc/0.1.2
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)