Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update to k8s 1.29 #1455

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -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.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
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/branch-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading