We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ helm install nifikop oci://ghcr.io/konpyutaika/helm-charts/nifikop --namespace=nifi --version 1.1.1 --set image.tag=v1.1.1-release --set resources.requests.memory=256Mi --set resources.requests.cpu=250m --set resources.limits.memory=256Mi --set resources.limits.cpu=250m --set namespaces={"nifi"} Error: INSTALLATION FAILED: failed to authorize: failed to fetch oauth token: unexpected status: 403 Forbidden
It should work :-)
INSTALLATION FAILED: failed to authorize: failed to fetch oauth token: unexpected status: 403 Forbidden
ghcr.io registry permissions need to be adjusted i guess.
Docker image repos are also not working docker pull ghcr.io/konpyutaika/helm-charts/nifikop:1.1.1 Error response from daemon: Head "https://ghcr.io/v2/konpyutaika/helm-charts/nifikop/manifests/1.1.1": denied: denied
docker pull ghcr.io/konpyutaika/docker-images/nifikop:1.1.1-master Error response from daemon: Head "https://ghcr.io/v2/konpyutaika/docker-images/nifikop/manifests/1.1.1-master": denied: denied
v1.1.1-release
n.a.
No response
Followed https://konpyutaika.github.io/nifikop/docs/2_deploy_nifikop/1_quick_start
The text was updated successfully, but these errors were encountered:
Hi @salyh
it helped me to do the following: https://jon.sprig.gs/blog/post/3141
Sorry, something went wrong.
No branches or pull requests
What steps will reproduce the bug?
$ helm install nifikop
oci://ghcr.io/konpyutaika/helm-charts/nifikop
--namespace=nifi
--version 1.1.1
--set image.tag=v1.1.1-release
--set resources.requests.memory=256Mi
--set resources.requests.cpu=250m
--set resources.limits.memory=256Mi
--set resources.limits.cpu=250m
--set namespaces={"nifi"}
Error: INSTALLATION FAILED: failed to authorize: failed to fetch oauth token: unexpected status: 403 Forbidden
What is the expected behavior?
It should work :-)
What do you see instead?
INSTALLATION FAILED: failed to authorize: failed to fetch oauth token: unexpected status: 403 Forbidden
Possible solution
ghcr.io registry permissions need to be adjusted i guess.
Docker image repos are also not working
docker pull ghcr.io/konpyutaika/helm-charts/nifikop:1.1.1
Error response from daemon: Head "https://ghcr.io/v2/konpyutaika/helm-charts/nifikop/manifests/1.1.1": denied: denied
docker pull ghcr.io/konpyutaika/docker-images/nifikop:1.1.1-master
Error response from daemon: Head "https://ghcr.io/v2/konpyutaika/docker-images/nifikop/manifests/1.1.1-master": denied: denied
NiFiKop version
v1.1.1-release
Golang version
n.a.
Kubernetes version
n.a.
NiFi version
No response
Additional context
Followed https://konpyutaika.github.io/nifikop/docs/2_deploy_nifikop/1_quick_start
The text was updated successfully, but these errors were encountered: