This repository was archived by the owner on Oct 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@master
1515
16- - uses : azure/docker-login@releases/ v1
16+ - uses : azure/docker-login@v1
1717 with :
1818 login-server : ${{ secrets.CONTAINER_REGISTRY }}
1919 username : ${{ secrets.REGISTRY_USERNAME }}
@@ -72,19 +72,19 @@ jobs:
7272 exit 1
7373 elif [ "$clientversion" == "$serverversion" ]; then
7474 echo The client and server Helm Versions are equal
75- echo ::set-output name=result::
75+ echo ::set-output name=helm::helm
7676 else
7777 tmp_dir=$(mktemp -d)
7878 export DESIRED_VERSION=$serverversion HELM_INSTALL_DIR=$tmp_dir
7979 curl https://raw.githubusercontent.com/helm/helm/master/scripts/get > get_helm.sh
8080 chmod 700 get_helm.sh
8181 ./get_helm.sh
82- echo ::set-output name=install_location ::$tmp_dir/
82+ echo ::set-output name=helm ::$tmp_dir/helm
8383 fi
8484
8585 - name : Helm Upgrade PR
8686 run : |
87- ${{steps.install-helm-client.outputs.install_location}}helm upgrade \
87+ ${{steps.install-helm-client.outputs.helm}} upgrade \
8888 --install ${{steps.generate-release-name.outputs.result}} samples/BikeSharingApp/Bikes/charts/bikes \
8989 --namespace ${{steps.generate-child-space-name.outputs.result}} \
9090 --set image.repository=${{ secrets.CONTAINER_REGISTRY }}/bikes \
You can’t perform that action at this time.
0 commit comments