Skip to content
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
2 changes: 1 addition & 1 deletion airflow-core/tests/unit/charts/helm_template_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

CHART_DIR = Path(__file__).resolve().parents[4] / "chart"

DEFAULT_KUBERNETES_VERSION = "1.29.1"
DEFAULT_KUBERNETES_VERSION = "1.30.13"
BASE_URL_SPEC = (
f"https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/"
f"v{DEFAULT_KUBERNETES_VERSION}-standalone-strict"
Expand Down
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cluster using the [Helm](https://helm.sh) package manager.

## Requirements

- Kubernetes 1.29+ cluster
- Kubernetes 1.30+ cluster
- Helm 3.0+
- PV provisioner support in the underlying infrastructure (optionally)

Expand Down
2 changes: 1 addition & 1 deletion chart/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ deployment on a `Kubernetes <http://kubernetes.io>`__ cluster using the
Requirements
------------

- Kubernetes 1.29+ cluster
- Kubernetes 1.30+ cluster
- Helm 3.10+
- PV provisioner support in the underlying infrastructure (optionally)

Expand Down
4 changes: 2 additions & 2 deletions chart/docs/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ This article will show you how to install Airflow using Helm Chart on `Kind <htt
Install kind, and create a cluster
----------------------------------

We recommend testing with Kubernetes 1.20+, example:
We recommend testing with Kubernetes 1.30+, example:

.. code-block:: bash

kind create cluster --image kindest/node:v1.21.1
kind create cluster --image kindest/node:v1.30.13

Confirm it's up:

Expand Down
2 changes: 1 addition & 1 deletion helm-tests/tests/chart_utils/helm_template_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

CHART_DIR = Path(__file__).resolve().parents[3] / "chart"

DEFAULT_KUBERNETES_VERSION = "1.29.1"
DEFAULT_KUBERNETES_VERSION = "1.30.13"
BASE_URL_SPEC = (
f"https://api.github.com/repos/yannh/kubernetes-json-schema/contents/"
f"v{DEFAULT_KUBERNETES_VERSION}-standalone-strict"
Expand Down