bcgov / cas-ggircs

Climate Action Secretariat's Greenhouse Gas Industrial Reporting and Control System
Apache License 2.0
3 stars 4 forks source link

Tech Debt: GGIRCS - old Kubernetes API in the helm chart #468

Closed pbastia closed 1 year ago

pbastia commented 1 year ago

The GGIRCS app contains CronJob objects with the batch/v1beta1 API, which is now deprecated. This should be replaced with batch/v1

This should be done after cas-postgres 131 and cas-template-app 69. Once those two are done, then we can update those chart versions in the cas-ggircs chart.yaml.

To do: