-
Notifications
You must be signed in to change notification settings - Fork 377
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
403 Forbidden on public repository. #1291
Comments
@stobias123 Hello thank you for opening this issue, could you provide us with the exact repo that you're using? It seems like the only way to pull the chart that you've mentioned is from an OCI repo that i found from the dagger repository linked here It could be that you're using a different repo rather than the OCI repo mentioned in the docs. Let me know if using that works for you! |
Without further feedback to proceed, we're closing this ticket to maintain clarity in our issue tracker. This closure is purely procedural; we're still interested in addressing your concerns. Should this issue persist or if you have additional information to share, please feel free to open a new ticket. Your contributions are valuable to us, and we're keen to assist wherever possible. |
In case anyone lands here, the Dagger documentation explains how to install Chart like this: helm upgrade --install --namespace=dagger --create-namespace \
dagger oci://registry.dagger.io/dagger-helm Which translates like this with the Helm provider: resource "helm_release" "this" {
name = "dagger"
chart = "dagger-helm"
version = "0.1.1"
repository = "oci://registry.dagger.io"
} The problem was probably that the repository used was |
Terraform, Provider, Kubernetes and Helm Versions
just trying to run on a public repo, get 403
Affected Resource(s)
Terraform Configuration Files
Debug Output
NOTE: In addition to Terraform debugging, please set HELM_DEBUG=1 to enable debugging info from helm.
Panic Output
Steps to Reproduce
terraform apply
Expected Behavior
just download the chart - I've confirmed I can with regular helm
Actual Behavior
Important Factoids
References
Community Note
The text was updated successfully, but these errors were encountered: