update azure deploy job
- Given that helm charts are migrated from service repository level to helm-charts-azure repository, whenever
azure_containerize_helmjob fails for any reason ( intermittent runner machine failures, failing to push to OCI etc..,),azure_deployfalls back todevops/azure/chartto deploy outdated (not actively maintained) helm charts. - This is causing issues in azure glab environment like 401 with entitlements, indexing issues etc.,
This MR proposes the following changes:
- Updated
azure_containerize_helmjob fromallow_failure: trueto break the pipeline upon failure. - Remove
azure_deployfallback todevops/azure/chartin case of non availability ofazure_containerize_helmjob's artifacts