-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Included redis-exporter doesn't support arm64 arch #2233
Comments
It worked with the following value.yaml. Did I miss something ? 🤔
redis:
exporter:
enabled: true
redis:
exporter:
enabled: true
image:
repository: bitnami/redis-exporter
tag: 1.46.0 My Helm version is below.
|
The version 1.46.0 >= should support ARM64 |
@pdrastil you can check using |
@svyatoslavmo It actually supports ARM but I was able to get that image only via
|
@pdrastil pls check public.ecr.aws/bitnami/redis-exporter:1.53.0 using inspect. All other components of ArgoCD can be launched on ARM out of the box. |
Just checked that it's really caused by AWS ECR registry that do not support ARM. The reason is probably historic when DockerHub introduced limits on the pulls from anonymous users. This caused problems in public clouds. Ref: https://docs.docker.com/docker-hub/download-rate-limit/ |
@yu-croco I'm applying using latest stable ArgoCD( 2.8.2), helm version is the same. Just checked local My values:
|
@svyatoslavmo redis-ha:
# -- Enables the Redis HA subchart and disables the custom Redis single node deployment
enabled: false
## Prometheus redis-exporter sidecar
exporter:
# -- Enable Prometheus redis-exporter sidecar
enabled: false
# -- Repository to use for the redis-exporter
image: public.ecr.aws/bitnami/redis-exporter
# -- Tag to use for the redis-exporter
tag: 1.45.0 |
@pdrastil oh, thank you! That fixed my issue |
Closing as resolved |
wonder if you meant to say something different there, since AWS ECR Public Gallery does support ARM images and multi arch manifests for ex OTOH binami only very recently started building and pushing ARM images, and i suspect they dont do it to all registries |
@FernandoMiguel I'll try to correct myself. It seems AWS ECR doesn't have ARM image that can be pulled via |
Describe the bug
Included redis-exporter doesn't support arm64 arch. Also when changing image repo chart renders it incorrectly.
image: ‘map[repository:bitnami/redis-exporter tag:1.46.0]:1.45.0’
Related helm chart
argo-cd
Helm chart version
5.43.7
To Reproduce
Change repository to bitnami/redis-exporter
Change tag to 1.46.0
Expected behavior
You'll be able to change the repo
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: