DEV Community

Mohan Sharma
Mohan Sharma

Posted on

Install helm chart from ECR

  1. Install helm plug-in. helm plugin install https://github.com/vetyy/helm-ecr.git --version 0.1.4
  2. 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
  3. Install helm chart helm install abc ecr://XXXXXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com/abc/0.1.2

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

If this post resonated with you, feel free to hit ❤️ or leave a quick comment to share your thoughts!

Okay