Miretpl commented on code in PR #66970: URL: https://github.com/apache/airflow/pull/66970#discussion_r3250755950
########## chart/docs/index.rst: ########## @@ -62,25 +62,24 @@ deployment on a `Kubernetes <http://kubernetes.io>`__ cluster using the Requirements ------------ -- Kubernetes 1.30+ cluster -- Helm 3.10+ -- PV provisioner support in the underlying infrastructure (optionally) +.. jinja:: global_ctx + + - Kubernetes {{ min_k8s_version }}+ cluster + - Helm 3.19+ Review Comment: Not sure why I skipped it 🤔 - added + I made the k8s and helm version depend on the values set up in CI, so we will not have to worry about upgrading doc in the future when we will update values in CI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
