-
Notifications
You must be signed in to change notification settings - Fork 173
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
Azure Container Registries now supports Helm repos #99
Comments
There is support for private repos but I think it's specific to S3 and GCS: |
@patrickmslatteryvt we have been using helm plugins to support private repos in S3 and GCS .. after a quick check, I could not find any existing helm plugins to handle azure private charts. We will support this once such a plugin exists. |
July 2020: Any updates on this? is it possible to use Helmsman with ACR yet? |
I think this issue should be addressed as a generic HELM_EXPERIMENTAL_OCI support. Here is what is expected to install a helm chart hosted on ACR:
Here is a very similar document for using ECR as a helm repo: https://docs.aws.amazon.com/AmazonECR/latest/userguide/push-oci-artifact.html The the underlying issue here is the way HELM_EXPERIMENTAL_OCI support works. It doesn't work as a regular Also here is a similar discussion from sister projects: roboll/helmfile#1403 (has some insights on the topic from same perspective with helmsman), pulumi/pulumi-kubernetes#1314, hashicorp/terraform-provider-helm#396, argoproj/argo-cd#3349, argoproj/argo-cd#4018, fluxcd/source-controller#124 ArgoCD seems to be just implemented it like this:
Even though we'd really like to use ACR as our helm repo (so that we don't need to maintain an internal helm repo), I think best path here seems to wait for helm/community#136 to reach a conclusion and be followed by the implementation to avoid further migrations or ending up with soon-to-obsolete implementation on helmsman. |
These repos use basic auth? You can specify |
Fixed in #612 |
Azure Container Registries (ACR) now supports Helm repos:
https://docs.microsoft.com/en-us/azure/container-registry/container-registry-helm-repos
However the ACR Helm repos are private and therefore do not work with the current version of Helmsman, example below:
Are there any plans to support this repo type?
The text was updated successfully, but these errors were encountered: