This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new a7fc784e0d Adding helm as a pre requisite to local venv (#32391)
a7fc784e0d is described below
commit a7fc784e0dfbfa063c5876b1e22200f2814376ec
Author: Amogh Desai <[email protected]>
AuthorDate: Thu Jul 6 17:08:44 2023 +0530
Adding helm as a pre requisite to local venv (#32391)
Co-authored-by: Jarek Potiuk <[email protected]>
---------
Co-authored-by: Amogh Desai <[email protected]>
Co-authored-by: Jarek Potiuk <[email protected]>
---
LOCAL_VIRTUALENV.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/LOCAL_VIRTUALENV.rst b/LOCAL_VIRTUALENV.rst
index 1f541270ec..017f042f25 100644
--- a/LOCAL_VIRTUALENV.rst
+++ b/LOCAL_VIRTUALENV.rst
@@ -54,6 +54,7 @@ Homebrew for macOS to install required software packages:
* Python (One of: 3.8, 3.9, 3.10, 3.11)
* MySQL 5.7+
* libxml
+* helm (only for helm chart tests)
Refer to the `Dockerfile.ci <Dockerfile.ci>`__ for a comprehensive list
of required packages.
@@ -62,6 +63,7 @@ of required packages.
- MySql 2.2.0 needs pkgconf to be a pre requisite, refer `here
<http://pkgconf.org/>`_ to install pkgconf
- MacOs with ARM architectures require graphviz for venv setup, refer `here
<https://graphviz.org/download/>`_ to install graphviz
+ - The helm chart tests need helm to be installed as a pre requisite. Refer
`here <https://helm.sh/docs/intro/install/>`_ to install and setup helm
Extra Packages
--------------