postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

Helm 1.15.0 is not available

Open afreyermuth98 opened this issue 1 month ago • 4 comments

  • Which image of the operator are you using? ghcr.io/zalando/postgres-operator:v1.15.0
  • Where do you run it - cloud or metal? Kubernetes or OpenShift? AWS K8S
  • Are you running Postgres Operator in production? yes
  • Type of issue? Bug report

The helm release for 1.15.0 is not available so I cannot deploy it on my setup. It seems that the CI did not pass.

https://github.com/zalando/postgres-operator/actions/runs/18682599520/job/53361677128

afreyermuth98 avatar Nov 21 '25 15:11 afreyermuth98

Duplicate of #2967

I suspect that this project is unmaintained

remram44 avatar Dec 04 '25 19:12 remram44

hm @mikkeloscar was added recently as a maintainer. Maybe he can shed some light on this?

butonic avatar Dec 09 '25 11:12 butonic

it sems older images have also been pulled from registries:

❯ docker pull docker.io/zalando/postgres-operator
Using default tag: latest
Error response from daemon: pull access denied for zalando/postgres-operator, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
❯ docker pull ghcr.io/zalando/postgres-operator
Using default tag: latest
Error response from daemon: manifest unknown

🤔

butonic avatar Dec 09 '25 12:12 butonic

it sems older images have also been pulled from registries:

❯ docker pull docker.io/zalando/postgres-operator
Using default tag: latest
Error response from daemon: pull access denied for zalando/postgres-operator, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
❯ docker pull ghcr.io/zalando/postgres-operator
Using default tag: latest
Error response from daemon: manifest unknown

🤔

I think we don't publish latest explictly to ghcr so this doesn't work, you can pull the images by version though:

docker pull ghcr.io/zalando/postgres-operator:v1.15.0
v1.15.0: Pulling from zalando/postgres-operator
2d35ebdb57d9: Already exists
d340ea0958b6: Pull complete
4dbf920fdc55: Pull complete
5b7462e95b02: Pull complete
097d483504d2: Pull complete
Digest: sha256:59559fea8f4f1bf4e94336aa7428953cd97f952e438a403abde669d57733dcbc
Status: Downloaded newer image for ghcr.io/zalando/postgres-operator:v1.15.0
ghcr.io/zalando/postgres-operator:v1.15.0

I agree it would make sense to also have latest point to the latest stable version as is standard for public images.

We have some work in progress to fix the image build to ultimately fix the chart release: https://github.com/zalando/postgres-operator/pull/2991

mikkeloscar avatar Dec 09 '25 13:12 mikkeloscar

Hi @mikkeloscar , ui for v1.15 is missing from ghcr.io/zalando/postgres-operator-ui

axellpadilla avatar Dec 16 '25 03:12 axellpadilla

We drafted a new release 1.15.1 which fixed the build step for the UI. It was a more involved process then we thought - deprecating all build steps to the formerly used registy.opensource.zalan.do.

Only now I have merged the current main branch to the gh-pages branch from where the helm charts are published. Sorry for the inconvenience. Closing this issues.

FxKu avatar Dec 18 '25 12:12 FxKu