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

No ARM64 support on Helm chart #2630

Closed
JoelESvensson opened this issue May 15, 2024 · 3 comments · Fixed by #2634
Closed

No ARM64 support on Helm chart #2630

JoelESvensson opened this issue May 15, 2024 · 3 comments · Fixed by #2634

Comments

@JoelESvensson
Copy link

Tried installing Postgres Operator, using Helm, on a ARM64 cluster but got exec error. The latest 1.11 chart was used

@FxKu
Copy link
Member

FxKu commented May 17, 2024

In the chart's values.yaml file can you not change the following specs?

image:
  registry: registry.opensource.zalan.do
  repository: acid/postgres-operator

to

image:
  registry: ghcr.io
  repository: zalando/postgres-operator

For the UI and logical-backup the images are as follows:
ghcr.io/zalando/postgres-operator-ui:v1.11.0
ghcr.io/zalando/postgres-operator/logical-backup:v1.11.0

@JoelESvensson
Copy link
Author

No I didn't! Thank you. Maybe this should be documented somewhere? Or simply be the default values.yaml

@FxKu
Copy link
Member

FxKu commented May 21, 2024

Makes sense to make then the default. Will change it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants