SPK Fixes and Known Issues¶
This list highlights known issues of this release.
Known Issues¶
2219441
Description: Dssm pod upgrade displays an error with Helm version 4 when upgrade is successful.
Component: dssm
Symptoms: The root cause is a behavioural difference between Helm versions: Helm 3.x tolerates pods that self-delete during execution, while Helm 4.x has stricter hook lifecycle management and times out when the pod deletes itself before Helm can verify the completion status. In the upgrade script, delete the upgrade hook pod, which is designed for 3.x
Condition: This issue occurs only when the spk-dssm Helm chart is installed using Helm version 4.x.
Impact: The upgrade has no impact, but the status shows a failure.
Workaround: Need to downgrade helm version to lower version 3.x