Added
- Support
tplevaluation inpodAnnotationsto allow dynamic checksums from parent charts. (#709) @elimayost - Add
variantVersionvalue to specify the version of the variant to use. (#720) @stevehipwell - Add
topologySpreadConstraintsvalue to spread pods across zones or nodes. (#747) @ranyhb
Changed
- Use SemVer for chart versioning (remove
vprefix fromappVersion). (#720) @stevehipwell - Update Fluentd app version to
1.19.2. (#720) @stevehipwell - Update elasticsearch7 variant version to
1.6. (#720) @stevehipwell - Update Fluentd app version to
1.19.3. (#750) @stevehipwell - Update elasticsearch7 variant version to
1.1. (#750) @stevehipwell
Fixed
- Fix test connection pod to actually run so CI can pass. (#720) @stevehipwell
- Don't render
spec.replicason the Deployment whenautoscaling.enabledistrueorreplicaCountis unset, so the HorizontalPodAutoscaler owns the replica count. (#745) @ranyhb