You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2021. It is now read-only.
On all CI pipelines, on az acr helm push job, I'm getting the error:
##[error]This command is implicitly deprecated because command group 'acr helm' is deprecated and will be removed in a future release. Use 'helm v3' instead.
I can bypass the error setting failOnStderr to false on /common/ci-steps-template.yml 'line 42
On all CI pipelines, on az acr helm push job, I'm getting the error:
##[error]This command is implicitly deprecated because command group 'acr helm' is deprecated and will be removed in a future release. Use 'helm v3' instead.
I can bypass the error setting
failOnStderrto false on/common/ci-steps-template.yml'line 42What should be the proper way to resolve that?