Hi, We are facing an issue with GoodData version 3...
# gooddata-cn
n
Hi, We are facing an issue with GoodData version 3.24.1. After upgrading the Kubernetes node, it is failing to pull the image docker.io/bitnami/bitnami-shell:11-debian-11-r43, and as a result, the PostgreSQL pods are not starting. Upon investigation, we found that this image is no longer available in the repository (reference). We can find an archive repo (https://hub.docker.com/r/bitnami/bitnami-shell-archived), can we use the image from this repo? Please suggest a solution.
r
Hi, we're aware of this issue. Please update your helm release values with the following configuration:
Copy code
postgresql-ha:
  volumePermissions:
    image:
      repository: bitnami/os-shell
      tag: 12-debian-12-r47
This change will use newer equivalent image instead. Upcoming (not yet released) version 3.38.0 will already contain this change, so can remove this workaround after upgrade.
n
Thank you @Robert Moucha