Skip to content
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

Helm v3 support adding/referencing Azure container registry as repository #8094

Closed
ben-kletzine-by opened this issue May 11, 2020 · 1 comment

Comments

@ben-kletzine-by
Copy link

I would like to store my helm chart in Azure container registry using Helm 3. There is existing documentation on how to do this:
https://docs.microsoft.com/en-us/azure/container-registry/container-registry-helm-repos#use-the-helm-3-client

I am pulling in all the helm charts i need to deploy via dependencies block in Chart.yaml. How do i reference an ACR repository? I don't see any example of ACR in https://helm.sh/docs/topics/chart_repository/

Here is an example of what I want to do:
Run

 helm repo add acr https://my-acr.azurecr.io

In chart.yaml

dependencies:
- name: my-helm-chart
  repository: '@acr'
  version: 1.0.0

Related azure issue:
MicrosoftDocs/azure-docs#32165

@bacongobbler
Copy link
Member

bacongobbler commented May 11, 2020

An Azure Container Registry is referred to as an OCI Registry. OCI Registry support is still considered an experimental feature. Documentation for what's supported with OCI registries can be found here: https://helm.sh/docs/topics/registries

Support for referencing OCI repositories as a dependency is still a work-in-progress. See #7613. Please feel free to test that PR out and provide the author feedback if you find any issues.

Closing as a duplicate of #6593. Thank you for your question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants