PyAr / pyar_infra

Python Argentina Infrastructure
7 stars 2 forks source link

update postgresql img #35

Closed gilgamezh closed 4 years ago

gilgamezh commented 4 years ago

for the record: I updated using helm

helm install --name pgcluster -f values/production/postgres_cluster.yaml stable/postgresql --version 6.5.8

But as we are using a custom values file, we also have to update the img version here

gilgamezh commented 4 years ago

the updated was needed to solve this issue: https://github.com/helm/charts/pull/14540