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
10 changes: 10 additions & 0 deletions dev/README_RELEASE_HELM_CHART.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- [Set environment variables](#set-environment-variables)
- [Setup k8s environment (mainly helm chart)](#setup-k8s-environment-mainly-helm-chart)
- [Build Release Notes](#build-release-notes)
- [Update minimum version of Kubernetes](#update-minimum-version-of-kubernetes)
- [Build RC artifacts](#build-rc-artifacts)
- [Prepare issue for testing status of rc](#prepare-issue-for-testing-status-of-rc)
- [Prepare Vote email on the Apache Airflow release candidate](#prepare-vote-email-on-the-apache-airflow-release-candidate)
Expand Down Expand Up @@ -153,6 +154,15 @@ You can leave the k8s environment now:
exit
```

## Update minimum version of Kubernetes

The minimum version of Kubernetes should be updated according to
https://github.com/apache/airflow/blob/main/README.md#requirements in two places:

* [../helm-chart/README.md](../helm-chart/README.md)
* [../docs/helm-chart/index.rst](../docs/helm-chart/index.rst)


## Build RC artifacts

The Release Candidate artifacts we vote upon should be the exact ones we vote against,
Expand Down
2 changes: 1 addition & 1 deletion docs/helm-chart/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.23+ cluster
- Kubernetes 1.25+ cluster
- Helm 3.0+
- PV provisioner support in the underlying infrastructure (optionally)

Expand Down