github.com/Azure/aad-pod-identity@v1.8.17/.pipelines/templates/install-helm.yml (about)

     1  parameters:
     2    version: v3.5.2
     3  
     4  steps:
     5    - bash: |
     6        export DESIRED_VERSION="${{ parameters.version }}"
     7        sudo curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
     8      displayName: Install Helm