grafana / grafana-operator

An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
https://grafana.github.io/grafana-operator/
Apache License 2.0
863 stars 384 forks source link

grafana-operator to support ppc64le #1588

Closed whaifang closed 2 months ago

whaifang commented 2 months ago

Hi Team.

in ppc64le architecture we are not able to install grafan operator. How should we do to fix this issue? Error as below: Failed to pull image "ghcr.io/grafana/grafana-operator@sha256:e7923d1a71b90a8ad66d114aec4b2b4e4929f15ba91872f64c5e271629612284": rpc error: code = Unknown desc = choosing image instance: no image found in image index for architecture ppc64le, variant "", OS linux

Please help to build this grafana operator v5.9.2.

NissesSenap commented 2 months ago

Update https://github.com/grafana/grafana-operator/blob/fb7c80072406335150622ab4f80d2ce51b783cff/.github/workflows/release.yaml#L122 to fix this.