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

quay.io/bitnami/redis-exporter returning 401 #1234

Closed
jasonmacdonald opened this issue Apr 21, 2022 · 6 comments · Fixed by #1235
Closed

quay.io/bitnami/redis-exporter returning 401 #1234

jasonmacdonald opened this issue Apr 21, 2022 · 6 comments · Fixed by #1235
Labels
argo-cd bug Something isn't working

Comments

@jasonmacdonald
Copy link

Describe the bug

Trying to install the argoCD helm chart and getting the following error.

Failed to pull image "quay.io/bitnami/redis-exporter:1.26.0-debian-10-r2": rpc error: code = Unknown desc = failed to pull and unpack image "quay.io/bitnami/redis-exporter:1.26.0-debian-10-r2": failed to resolve reference "quay.io/bitnami/redis-exporter:1.26.0-debian-10-r2": pulling from host quay.io failed with status code [manifests 1.26.0-debian-10-r2]: 401 UNAUTHORIZED

I'm not sure why an opensource chart would be requiring an authorized login. Perhaps this is something on my end but I cannot seem to find the cause. Perhaps it's just on their end but figured it was worth posting here.

Related helm chart

argo-cd

To Reproduce

Install the most recent chart version.

Expected behavior

It should install without issue

Screenshots

No response

Additional context

No response

@jasonmacdonald jasonmacdonald added the bug Something isn't working label Apr 21, 2022
@cfarrend
Copy link

I have this issue too. If you see here, there is no reference to quay.io. So possibly it's no longer supported?

This shows no repositories either
https://quay.io/organization/bitnami

There are still DockerHub images for it
https://hub.docker.com/r/bitnami/redis-exporter

@joeunlog
Copy link

joeunlog commented Apr 21, 2022

I had the same problem.
I tried pull tests on several tags including the corresponding tag through the kubectl run test --image=<> command, but all failed.
So I thought it was a repository problem, not a tag problem.
I solved the problem by changing the image repository of the redis metric setting in the values.yaml file.
image
It has been confirmed that the pod is properly created and that it is caught as a target in Prometheus. However, I did not check whether redis itself works normally.
I hope this helps.

@crabique
Copy link
Contributor

Fixed in 4.5.5 as of #1235

Here's the screenshot from their Slack with more details as to "why":
image

@joeunlog
Copy link

Fixed in 4.5.5 as of #1235

Here's the screenshot from their Slack with more details as to "why": image

Where did you find this announcement?

@crabique
Copy link
Contributor

Where did you find this announcement?

#sealed-secrets on Kubernetes Slack

@mkilchhofer
Copy link
Member

Fixed with PR #1235 and chart version 4.5.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
argo-cd bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants