File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
template/.github/workflows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -383,8 +383,8 @@ jobs:
383383 run: |
384384 # Installing helm and yq on ubicloud-standard-8-arm only
385385 if [ "$(arch)" = "aarch64" ]; then
386-  curl https://baltocdn. com/helm/signing.asc  | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
387-  echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn. com/helm/stable/ debian/ all  main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
386+  curl -fsSL  https://packages.buildkite. com/helm-linux/helm-debian/gpgkey  | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
387+  echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite. com/helm-linux/helm- debian/any/ any  main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
388388 sudo apt-get -y update
389389 sudo apt-get -y install helm
390390 sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq
                         You can’t perform that action at this time. 
           
                  
0 commit comments