From 4e1f46c8f845f18c22265e91632baa1e86eaee79 Mon Sep 17 00:00:00 2001 From: Andreas Thaler Date: Tue, 17 Sep 2024 18:29:44 +0200 Subject: [PATCH 1/2] chore: Update to k8s 1.29 --- .env | 4 ++-- .github/workflows/branch-integration.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index ed66148b0..d0c99994d 100644 --- a/.env +++ b/.env @@ -1,10 +1,10 @@ ### Default Environment Variables ## General -ENV_K3S_K8S_VERSION=1.28.3 # refers to the version of kubernetes used in K3s +ENV_K3S_K8S_VERSION=1.29.8 # refers to the version of kubernetes used in K3s ENV_IMG=europe-docker.pkg.dev/kyma-project/prod/telemetry-manager:main # Image URL to use all building/pushing image targets ## Gardener -ENV_GARDENER_K8S_VERSION=1.28 +ENV_GARDENER_K8S_VERSION=1.29 ENV_GARDENER_MACHINE_TYPE=n1-standard-4 ENV_GARDENER_MIN_NODES=1 ENV_GARDENER_MAX_NODES=2 diff --git a/.github/workflows/branch-integration.yml b/.github/workflows/branch-integration.yml index 2f8c955dc..2ec2751e8 100644 --- a/.github/workflows/branch-integration.yml +++ b/.github/workflows/branch-integration.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false # if one version is not working, continue tests on other versions matrix: - k8s_version: [1.28, 1.29] + k8s_version: [1.29, 1.30] runs-on: ubuntu-latest steps: - name: Checkout repo From 8564d3403b8446decf0514420c8d394a5385088b Mon Sep 17 00:00:00 2001 From: Andreas Thaler Date: Tue, 17 Sep 2024 18:41:58 +0200 Subject: [PATCH 2/2] fix --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index d0c99994d..5e698f75b 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ ### Default Environment Variables ## General -ENV_K3S_K8S_VERSION=1.29.8 # refers to the version of kubernetes used in K3s +ENV_K3S_K8S_VERSION=1.29.1 # refers to the version of kubernetes used in K3s ENV_IMG=europe-docker.pkg.dev/kyma-project/prod/telemetry-manager:main # Image URL to use all building/pushing image targets ## Gardener