-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECR not working #16
Comments
Hey Tommy, Interesting. Helmper is using v3.14.2 and the fix should have been released as part of the v3.13.2 release, so the current version should already contain the fix as far as i am aware. As you are running this on Mac if i remember correctly, maybe the system keychain is interfering by getting the credentials instead of the config.json file. Can you confirm that you get the entry for ECR when you do login with Helm and Docker? See the answer from Oliver Salzburg in this thread https://stackoverflow.com/questions/34689445/cant-push-image-to-amazon-ecr-fails-with-no-basic-auth-credentials |
Hey, Because of the complications of using ECR as a helm chart repository, I've reverted and are now using ACR which works well. |
Good, I will test and reproduce the issue on my end when time permits then :) |
Update; Looks like Helmper is working with ECR once logged in with Issue from ECR aws/containers-roadmap#853 |
i am getting below error while pushing to OCI registry. Issue seems to be in directory structure. Error:
|
This is it!! You have to explicitly do |
When using an Amazon Container Registry (ECR) it doesn't work and
helmper
exits with the following error:I suspect it's connected with this bug report: helm/helm#12491 which was reverted here though: helm/helm#12527
There's no problem when I try
helmper
towards an Azure Container Registry (ACR).The text was updated successfully, but these errors were encountered: