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 ea3569e commit 2e10e67Copy full SHA for 2e10e67
.github/workflows/compatibility-tests.yaml
@@ -76,7 +76,7 @@ jobs:
76
curl -sSL https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz | tar -zxvf - --strip-components=1 linux-amd64/helm
77
chmod +x ./helm && sudo mv ./helm /usr/local/bin
78
79
- go install sigs.k8s.io/kind@v0.17.0
+ go install sigs.k8s.io/kind@v0.25.0
80
81
curl -sSL https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
82
.github/workflows/run-tests.yml
@@ -82,7 +82,7 @@ jobs:
sudo apt-get update
83
sudo apt-get install -y build-essential
84
85
86
87
curl -LO https://dl.k8s.io/release/v1.25.3/bin/linux/amd64/kubectl
88
chmod +x ./kubectl
0 commit comments