Thirdparty package installation

I am using helm for deploying postgres, if i want to install timcaledb and timescaleToolkitdb package how can i do the installation.
i tried to install manually but there no package manager like yum or dnf installed. why those are disabled.


later we have install pg15, we have updated as patroni, still we are not getting this package , how to do for heml chat
patroni:
dynamicConfiguration:
postgresql:
pg_hba:
- hostnossl all all md5
parameters:
max_parallel_workers: 2
max_worker_processes: 2
shared_buffers: 1GB
work_mem: 2MB
shared_preload_libraries: timescaledb
max_connections: 600

1 Like