-
Notifications
You must be signed in to change notification settings - Fork 250
az acr helm push job files on CD pipeline #52
Comments
I raised this issue with the azure-cli open source team recently - Azure/azure-cli#14467 It looks like az acr helm is being dropped, so you'll need to add in helm save and helm push to replace az acr helm push. I'm working through it at the moment on my own project and will update phippy and friends via pull request if someone hasn't beat me to it already :) |
Just as an update - I haven't been able to get the helm push and subsequent helm upgrade to work using helm v3, not sure what the issue is but I've burnt a lot of time on it, so I'm sticking with acr push at the moment. |
Updated the CI steps as below
CD steps helm chart export
|
add export HELM_EXPERIMENTAL_OCI=1 infront of cd $projectName |
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 42What should be the proper way to resolve that?
The text was updated successfully, but these errors were encountered: