NOTICE: When migrating from a < 0.5.x chart, the config Service needs to be removed before
invokinghelm update
, as the update will otherwise fail.
kubectl delete service/${RELEASE}-config
helm upgrade --install [...]
Added
- Support for multiple tablespaces at initialization time
Fixed
- CronJob triggering the backup (the POST request was not valid json)