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

403 Forbidden on public repository. #1291

Closed
stobias123 opened this issue Nov 15, 2023 · 3 comments
Closed

403 Forbidden on public repository. #1291

stobias123 opened this issue Nov 15, 2023 · 3 comments
Labels

Comments

@stobias123
Copy link

stobias123 commented Nov 15, 2023

Terraform, Provider, Kubernetes and Helm Versions

just trying to run on a public repo, get 403

│ Error: could not download chart: unexpected status from HEAD request to https://registry.dagger.io/v2/dagger-helm/dagger/manifests/0.0.2: 403 Forbidden
Terraform version:v1.4.6
Provider version:latest

Affected Resource(s)

  • helm_release

Terraform Configuration Files

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

Debug Output

NOTE: In addition to Terraform debugging, please set HELM_DEBUG=1 to enable debugging info from helm.

Panic Output

Steps to Reproduce

  1. terraform apply

Expected Behavior

just download the chart - I've confirmed I can with regular helm

Actual Behavior

Important Factoids

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@stobias123 stobias123 added the bug label Nov 15, 2023
@BBBmau
Copy link
Contributor

BBBmau commented Dec 6, 2023

@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!

@iBrandyJackson
Copy link
Member

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.

@arthur-leclerc
Copy link

arthur-leclerc commented Apr 4, 2024

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 oci://registry.dagger.io/dagger-helm instead of oci://registry.dagger.io.

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

No branches or pull requests

4 participants