Updated
- Bumping chart version to v0.5.77 for scalr-agent v1.0.1
Fixed
- Fixed
helm upgradefailing withYAML parse error ... mapping values are not allowed in this contextwhenglobal.labelswas set. The common labels helper was emitting the rendered map on the same line as the preceding label, producing invalid YAML. Thanks to @PabloPie for reporting and contributing the fix in #148. - Fixed
global.labelsnot being applied to pods. Labels set viaglobal.labelsnow propagate to both workloadmetadata.labelsand the pod template'sspec.template.metadata.labelsfor the controller Deployment and task Jobs, matching the behavior users expect from a "global" label setting. Component-specific overrides (global.podLabels,agent.podLabels,task.podLabels) continue to take precedence on key collisions.