helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Upgrade to latest operator version failed

Open sachinm24 opened this issue 3 years ago • 1 comments

Helm upgrade fails.

helm -n monitoring list
NAME         	NAMESPACE 	REVISION	UPDATED                               	STATUS  	CHART                          	APP VERSION
operator     	monitoring	2       	2021-10-12 08:52:10.52384 -0700 PDT   	failed  	victoria-metrics-operator-0.3.1	0.19.1

upgrade.log

Only forced upgrade worked. I had to delete the operator service as well

sachinm24 avatar Oct 12 '21 15:10 sachinm24

@sachinm24 Hello, looks like it's caused by crd upgrade, some field breaking change maybe. I'd suggest using the latest one and check changelog in operator to see if upgrade can be perform silently.

Haleygo avatar Jul 20 '23 07:07 Haleygo