Skip to content

Commit

Permalink
Bump k8s version in tests (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolodziejczak authored Jan 28, 2025
1 parent b2b3522 commit bdad9f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/k8s-compatibility-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
- name: Create Cluster
uses: ./.github/actions/provision-k3d-cluster
with:
version: "1.31.2"
version: "1.31.4"
- name: Deploy APIGateway manager and run tests
shell: bash
env:
Expand Down
2 changes: 1 addition & 1 deletion hack/ci/set-aws-gardener.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ SCALER_MIN=1
GARDENER_PROVIDER="aws"
GARDENER_REGION="eu-west-1"
GARDENER_PROVIDER_SECRET_NAME="aws-gardener-access"
GARDENER_CLUSTER_VERSION="1.30.6"
GARDENER_CLUSTER_VERSION="1.30.8"
2 changes: 1 addition & 1 deletion hack/ci/set-gcp-gardener.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ SCALER_MIN=1
GARDENER_PROVIDER="gcp"
GARDENER_REGION="europe-west3"
GARDENER_PROVIDER_SECRET_NAME="goat"
GARDENER_CLUSTER_VERSION="1.30.6"
GARDENER_CLUSTER_VERSION="1.30.8"

0 comments on commit bdad9f6

Please sign in to comment.