Chart order change results in multiple manifest files and chart failing to update #4698
Closed
4 tasks done
Labels
bug
Something isn't working
Before creating an issue, make sure you've checked the following:
Platform
Version
v1.30.2+k0s.0
Sysinfo
`k0s sysinfo`
What happened?
When the chart order is changed in the clusterconfig, multiple conflicting manifest files are created for the same chart. When the order is increased upon update, the new changes do not get applied to the chart custom resource.
Steps to reproduce
/etc/k0s/k0s.yaml
/etc/k0s/k0s-update.yaml
Install k0s with chart
Update k0s dynamic config
There are now two chart manifests
The chart does not reflect the latest updates
Expected behavior
When the chart order is changed there will only be a single manifest for the chart.
Actual behavior
When the chart order is changed in the clusterconfig, multiple conflicting manifest files are created for the same chart. When the order is increased upon update, the new changes do not get applied to the chart custom resource.
Screenshots and logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: