galaxyproject / galaxy-helm

Minimal setup required to run Galaxy under Kubernetes
MIT License
41 stars 39 forks source link

Upgrade postgres operator and use latest k3s version (1.26) for tests #385

Closed afgane closed 1 year ago

afgane commented 2 years ago

Looks like using K8s 1.25 will have to wait for postgres-operator 1.9. While I'm not seeing the same postgres startup issue as reported when running the 1.8.2 operator on K8s v1.25, our db-init job keeps crash looping and reporting authentication failed for galaxydbuser in the log. Meanwhile, the chart continues to deploy fine with the operator on 1.24 as well as without the operator. Other than that, I don't have other leads as to why it won't run on 1.25.

afgane commented 1 year ago

Postgres Operator v1.9 has been released (https://github.com/zalando/postgres-operator/releases/tag/v1.9.0), so hopefully our tests pass now.

Meanwhile, K8s 1.26 has been released.