We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27b970 commit 84b97d0Copy full SHA for 84b97d0
1 file changed
.github/workflows/create-dep-versions-update-pr-in-longhorn-repo.yml
@@ -16,15 +16,15 @@ jobs:
16
run: |
17
sudo apt update -y
18
sudo apt install -y jq wget
19
- wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
+ wget https://github.com/mikefarah/yq/releases/download/v4.52.5/yq_linux_amd64
20
sudo mv yq_linux_amd64 /usr/local/bin/yq
21
sudo chmod +x /usr/local/bin/yq
22
23
- name: Prepare Packages
24
25
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
26
chmod 700 get_helm.sh
27
- ./get_helm.sh
+ DESIRED_VERSION=v3.20.2 ./get_helm.sh
28
29
- name: Log triggering PR information
30
shell: bash
0 commit comments