File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,18 +107,14 @@ jobs:
107107 run : |
108108 mkdir -p ~/.local/bin
109109 if [ "${{ steps.deps-cache.outputs.cache-hit }}" != "true" ]; then
110- # renovate: datasource=github-releases depName=kubernetes/kubernetes
111110 KUBECTL_VERSION="v1.35.3"
112- # renovate: datasource=github-release-attachments depName=kubernetes/kubernetes digestVersion=v1.35.3
113111 KUBECTL_SUM_amd64="fd31c7d7129260e608f6faf92d5984c3267ad0b5ead3bced2fe125686e286ad6"
114112 curl -sSfL "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" -o kubectl
115113 echo "${KUBECTL_SUM_amd64} kubectl" | sha256sum -c -
116114 mv kubectl ~/.local/bin/
117115 chmod +x ~/.local/bin/kubectl
118116
119- # renovate: datasource=github-releases depName=helm/helm
120117 HELM_VERSION="v4.1.3"
121- # renovate: datasource=github-release-attachments depName=helm/helm digestVersion=v4.1.3
122118 HELM_SUM_amd64="02ce9722d541238f81459938b84cf47df2fdf1187493b4bfb2346754d82a4700"
123119 curl -sSfL "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" -o helm.tar.gz
124120 echo "${HELM_SUM_amd64} helm.tar.gz" | sha256sum -c -
You can’t perform that action at this time.
0 commit comments