# version 为您helm的版本,必须和实际对应
# sets helm set参数 多个参数示例: ["aa=bb","cc==dd"]
secret="9c270a2d6629xxxxxxxxx133b1a18"
sign=`echo -n "${secret}" | md5sum | awk '{print $1}'`
curl --location --request POST 'https://maxcloud-api.spotmaxtech.com/api/external/bundle/helm/upgrade' \
--header 'Content-Type: application/json' \
"bundle_id": 1657625737658321,
"version": "0.2.0", # 这里改为0.2.0
# {"status":200,"request_id":"c72b7b1805ed4fa4a26d2f7b01f19cd4","message":"success","data":"apply success","time":1657626107}