cloudnative-pg / charts

CloudNativePG Helm Charts
Apache License 2.0
138 stars 62 forks source link

trying and failing to pull image #271

Closed clickersmudge closed 2 months ago

clickersmudge commented 2 months ago

Hi, I am trying to install and test Helm Chart https://github.com/cloudnative-pg/charts/blob/main/charts/cluster/README.md#Configuration-options

My values.yaml

cluster:
  type: postgis
  cluster:
    instances: 1
    # imageName: "ghcr.io/cloudnative-pg/postgis:16-3.4-39"

After installation, the container does not work.

obraz

Logs obraz

I'm trying to set the image

imageName: "ghcr.io/cloudnative-pg/postgis:16-3.4-39"

But it doesn't change anything. What am I doing wrong?

Argo CD logs obraz

Operator Works obraz

Poller Works obraz

Do your images work on ARM?

clickersmudge commented 2 months ago

This is the fault of the ARM architecture, but I see that there is already such an issue. https://github.com/cloudnative-pg/postgis-containers/issues/54