We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c50778 commit 81867ceCopy full SHA for 81867ce
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
go-version: '1.22'
28
- name : Install YQ
29
run: |
30
- wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${ARCH} -O /usr/bin/yq && chmod +x /usr/bin/yq;
+ sudo wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${ARCH} -O /usr/bin/yq && sudo chmod +x /usr/bin/yq;
31
- name : Install helm
32
run : |
33
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
0 commit comments