Skip to content

Workaround `helm upgrade --wait` not waiting

Thong Kuah requested to merge wait-for-deployment-to-finish-rollout into master

Looks like helm has a bug where --wait does not work for extensions/v1beta1 versions https://github.com/helm/helm/issues/4210

We use Deployment of extensions/v1beta1 api version for our auto-deploy-app chart : https://gitlab.com/charts/auto-deploy-app/blob/master/templates/deployment.yaml#L1.

See https://gitlab.com/gitlab-org/gitlab-ce/issues/50186 for original bug reports

Edited by Thong Kuah

Merge request reports