Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

330
Views
Helm 3 search shows no result from ACR

Issue itself

Got an Azure Container registry as both image and chart storage. Assume it myacr.azurecr.io with 8 different charts pushed. As far as I read before Azure ACR is capable of storing charts and compatible with Helm 3 (version 3.5.2).

enter image description here The following steps to reproduce are simple.

  1. helm repo add myacr https://myacr.azurecr.io/helm/v1/repo --username myusername -password admin123 - repo added. OK.
  2. helm chart save ./my-chart/ myacr.azurecr.io/helm/my-chart:1.0.0 - chart saved. OK
  3. helm push ./my-chart/ myacr.azurecr.io/helm/my-chart:1.0.0 - pushed. Available in Azure portal. OK.
  4. helm repo update - what could go wrong here? As expected. OK
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "ingress-nginx" chart repository
...Successfully got an update from the "jetstack" chart repository
...Successfully got an update from the "myacr" chart repository
Update Complete. ⎈Happy Helming!⎈
  1. helm search repo -l - I see everything from ingress-nginx and jetstack but nothing from myacr in the list. Yet if I do pull and export everything works fine - chart is in place

What I tried

  • renaming repo name to helm/{app} according to some theories in the web - fail
  • reconfiguring chart with full descriptions e.t.c. according to ingress-nginx - fail
  • executing helm search repo -l --devel to see all possible chart versions - no luck
  • "Swithing off and on again" - removing and adding repo again with different combinations - fail
  • explicit slang language on every attempt - warms up a bit but doesn't solve the issue

The questions are

  1. Is Azure ACR fully compatible with Helm 3?
  2. Is there any specific workaround to make it compatible with Helm 3?
  3. Does search functionality have any requirements to chart structure or version?
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Is Azure ACR fully compatible with Helm 3?

Yes, it's fully compatible with Helm 3.

Is there any specific workaround to make it compatible with Helm 3?

Nothing needs to be done because the first question is yes.

Does search functionality have any requirements to chart structure or version?

You need to first to add the repo to your local helm with the command az acr helm repo add --name myacr or helm repo add myacr https://myacr.azurecr.io/helm/v1/repo --username xxxxx --password xxxxxx, and then you get the output like this running the command helm search repo -l:

enter image description here

And the local repo looks like this:

enter image description here

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!