Continuous Deployment
Changed
- Updgrade Flux to 2.6.4 version.
Added
- Flux own instance of the KSM with partly locked configuration to Flux resources alone.
Added
- Adding back the
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} label.
Changed
- Update Chart.yaml metadata
Changed
Fixed
- Adding back the
app.kubernetes.io/part-of: flux label.
Changed
- Support Kyverno
PolicyException version v2 when available or when .policyException.enforce is enabled.
Fall back to v2beta1 when v2 is not available. If none of the above is available and not enforced,
then the PolicyException is not created.
Changed
- Enable VPA by default (Helm value
.verticalPodAutoscaler.enabled now defaults to true, was false).
Changed
- Upgrade Flux to 2.2.3 version.