Helm changes
- Applications versions:
- apigw - 1.6.1
- apigw-frontend - 1.0.3
- redis - 1.0.1
- Subcharts refactoring
- In this version, the
selector.matchLabels
for the application's Deployment is changing, so before updating, you need to delete the current Deployment -kubectl delete deployment apigw-apigw-app
, and then proceed with updating the Helm chart.
Improvements
Added TLS support for working with Postgres/Redis.
Added support for project export/import (available in corezoid 6.4.1 and later).
Updated all project dependencies.