-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Configure Action access for OCI chart push #2481
Comments
The issue is still there. Is there anything we can support here? https://github.com/grafana/helm-charts/actions/runs/7031694843/job/19133854192#step:7:13 |
@mhoyer yes! A Grafana member with repository permission (i guess admin) has to configure the setting that actions have access to package in general. |
I would like to request OCI support be added as |
terraform fully supports traditional helm repositories. Reading the docs (https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release), the first example is using a traditional helm repository. Maybe you are hitting this issue: hashicorp/terraform-provider-helm#707 |
Looks like I am. Thanks. Going down the rabbit hole on this error. Jumping from one issue to another. |
Currently, pushing charts to Github packages fails, because the authorization is not etablish between Github Packages and Github Action.
In order to allow pushing packages via
GITHUB_TOKEN
, an admin needs to permit this repository on Github Packagess.See: https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#upgrading-a-workflow-that-accesses-a-registry-using-a-personal-access-token
Ref: #2443, #2474
The text was updated successfully, but these errors were encountered: