Can't update local helm release
Describe the bug Not possible to manage releases, if chart was deployed locally from cli
To Reproduce Steps to reproduce the behavior:
- Install your own chart
- Go to releases, select your release
- Try to make any changes in values that you will have in sidebar
- Click Save
- Progress never finished
Bonus: if you click upgrade, you can see how editor struggles to load chart version
Expected behavior Changes applied, new revision deployed
Screenshots
Environment (please complete the following information):
- Lens Version:
- OS: Windows 11
- Installation method (e.g. snap or AppImage in Linux): .exe installer
Logs: When you run the application executable from command line you will see some logging output. Please paste them here:
Logs containing no events regarding this
Kubeconfig: Quite often the problems are caused by malformed kubeconfig which the application tries to load. Please share your kubeconfig, remember to remove any secret and sensitive information.
apiVersion: v1
clusters:
- cluster:
certificate-authority-data:
server: https://
name: default
contexts:
- context:
cluster: default
user: default
name: default
current-context: default
kind: Config
preferences: {}
users:
- name: default
user:
client-certificate-data:
client-key-data:
Additional context Add any other context about the problem here.
@MrXLR8 Thanks for the report – good catch! We’ll take a closer look at this issue and follow up with more details soon.
Any updates on this? I'm having the same issue where save progress bar just never ends and I cant update my release