Description
Get an HTTP 403 Unauthorised error when we pull
helm pull oci://ghcr.io/adobe/koperator/kafka-operator --version 0.28.0-adobe-20250923
|
#### Pull and inspect the chart before installation |
|
|
|
```sh |
|
# Pull the chart locally |
|
helm pull oci://ghcr.io/adobe/koperator/kafka-operator --version 0.28.0-adobe-20250923 |
|
|
|
# Extract and inspect |
|
tar -xzf kafka-operator-0.28.0-adobe-20250923.tgz |
|
helm template kafka-operator ./kafka-operator/ |
|
|
|
# Install from local chart |
|
helm install kafka-operator ./kafka-operator/ --namespace=kafka --create-namespace |
Actual Behavior
Error: failed to perform "FetchReference" on source: GET "https://ghcr.io/v2/adobe/koperator/kafka-operator/manifests/0.28.0-adobe-20250923": GET "https://ghcr.io/token?scope=repository%3Aadobe%2Fkoperator%2Fkafka-operator%3Apull&service=ghcr.io": response status code 403: denied: requested access to the resource is denied
Affected Version
Main branch documentation + the package doesn't seem to exist or to be private.
Checklist
Description
Get an HTTP
403Unauthorised error when we pullkoperator/README.md
Lines 130 to 141 in 309bb34
Actual Behavior
Affected Version
Main branch documentation + the package doesn't seem to exist or to be private.
Checklist