Helm chart for timescaledb-single fails due to deprecated CronJob apiVersion

Using the helm chart for timescaledb-single, v0.14.0, I get the error:

... batch/v1beta1 CronJob is deprecated in v1.21+, unavailable in v1.25+; use batch/v1 CronJob ...

It appears that this is referenced in pgbackrest.yaml.

Is there a way to override this? I am using AWS CDK HelmChart class to instantiate it.

Hi @JoeAC-PA,

I believe they keep the helmcharts in the repo here: https://github.com/timescale/helm-charts

Maybe you can patch it up from there.

1 Like