Skip to content

Commit

Permalink
Increase minimal kubernetes version tested to v1.29.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pjuarezd committed Dec 12, 2024
1 parent d165371 commit 937e20f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kubernetes-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: Deploy a MinIO Tenant on Kind
run: |
curl -sLO "https://dl.k8s.io/release/v1.28.12/bin/linux/amd64/kubectl" -o kubectl
curl -sLO "https://dl.k8s.io/release/v1.29.10/bin/linux/amd64/kubectl" -o kubectl
chmod +x kubectl
mv kubectl /usr/local/bin
"${GITHUB_WORKSPACE}/testing/check-helm.sh"
Expand Down Expand Up @@ -518,7 +518,7 @@ jobs:
env:
TEST_FLOOR: true
run: |
curl -sLO "https://dl.k8s.io/release/v1.28.12/bin/linux/amd64/kubectl" -o kubectl
curl -sLO "https://dl.k8s.io/release/v1.29.10/bin/linux/amd64/kubectl" -o kubectl
chmod +x kubectl
mv kubectl /usr/local/bin
"${GITHUB_WORKSPACE}/testing/check-helm.sh"
Expand Down
10 changes: 5 additions & 5 deletions testing/kind-config-floor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.28.9
image: kindest/node:v1.29.10
- role: worker
image: kindest/node:v1.28.9
image: kindest/node:v1.29.10
- role: worker
image: kindest/node:v1.28.9
image: kindest/node:v1.29.10
- role: worker
image: kindest/node:v1.28.9
image: kindest/node:v1.29.10
- role: worker
image: kindest/node:v1.28.9
image: kindest/node:v1.29.10

0 comments on commit 937e20f

Please sign in to comment.