You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, answer some short questions which should help us to understand your problem / question better?
Which image of the operator are you using? ghcr.io/zalando/postgres-operator:v1.12.2
Where do you run it - cloud or metal? Kubernetes or OpenShift? AWS K8s/EKS
Are you running Postgres Operator in production? yes
Type of issue? feature request
Some general remarks when posting a bug report:
Please, check the operator, pod (Patroni) and postgresql logs first. When copy-pasting many log lines please do it in a separate GitHub gist together with your Postgres CRD and configuration manifest.
If you feel this issue might be more related to the Spilo docker image or Patroni, consider opening issues in the respective repos.
When using the helm chart, the operator allows to generate the image through
This is a good approach, as we can simply update the registry to point to our private-registry, while still rely on the Chart's default values to select the correct tag.
e.g.
However, the Spilo docker image configGeneral.docker_image and logicalbackup image configLogicalBackup.logical_backup_docker_image use a full image path, which means we cannot reply on the Chart's default values to update the tag when updating the chart version, as we use a custom registry.
It would be a small effort to follow the same, more dynamic regsitry/repository/tag-approach.
Let me know what you think.
Thanks!
The text was updated successfully, but these errors were encountered:
Please, answer some short questions which should help us to understand your problem / question better?
Some general remarks when posting a bug report:
When using the helm chart, the operator allows to generate the image through
This is a good approach, as we can simply update the registry to point to our private-registry, while still rely on the Chart's default values to select the correct tag.
e.g.
However, the Spilo docker image
configGeneral.docker_image
and logicalbackup imageconfigLogicalBackup.logical_backup_docker_image
use a full image path, which means we cannot reply on the Chart's default values to update thetag
when updating the chart version, as we use a custom registry.It would be a small effort to follow the same, more dynamic regsitry/repository/tag-approach.
Let me know what you think.
Thanks!
The text was updated successfully, but these errors were encountered: