This is an automated email from the ASF dual-hosted git repository.
wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 37db913f04 Set kubectl version to v1.28.3 (#15053)
37db913f04 is described below
commit 37db913f043a4201b1ac3dcc77d02b859d99633c
Author: Wenjun Ruan <[email protected]>
AuthorDate: Fri Oct 20 11:47:09 2023 +0800
Set kubectl version to v1.28.3 (#15053)
---
.github/workflows/e2e-k8s.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/e2e-k8s.yml b/.github/workflows/e2e-k8s.yml
index bcf30c7d08..2bb061c594 100644
--- a/.github/workflows/e2e-k8s.yml
+++ b/.github/workflows/e2e-k8s.yml
@@ -70,7 +70,7 @@ jobs:
- name: Create k8s Kind Cluster
run: |
# install kubectl
- curl -LO "https://dl.k8s.io/release/$(curl -L -s
https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
+ curl -LO "https://dl.k8s.io/release/v1.28.3/bin/linux/amd64/kubectl"
sudo chmod +x kubectl /usr/local/bin/kubectl
sudo mv kubectl /usr/local/bin/kubectl