diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index d41d500..dc49d53 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,7 +14,7 @@ jobs: - name: Install Helm run: | curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash - snap install task --classic + install task --classic - name: Write kubeconfig run: | echo "${{ secrets.KUBECONFIG }}" > kubeconfig @@ -22,5 +22,5 @@ jobs: run: | export KUBECONFIG=$PWD/kubeconfig kubectl version - helm version + helm version task --version