This is an automated email from the ASF dual-hosted git repository.
kaxilnaik 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 d50c7ec Fix helm chart links in source install guide (#18588)
d50c7ec is described below
commit d50c7ec1bc1eed5efb867ca3a02544652371cc12
Author: Jed Cunningham <[email protected]>
AuthorDate: Wed Sep 29 08:03:36 2021 -0600
Fix helm chart links in source install guide (#18588)
The links to the binary helm chart in the source install guides are broken.
---
docs/helm-chart/installing-helm-chart-from-sources.rst | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/helm-chart/installing-helm-chart-from-sources.rst
b/docs/helm-chart/installing-helm-chart-from-sources.rst
index c5bef74..5299cd4 100644
--- a/docs/helm-chart/installing-helm-chart-from-sources.rst
+++ b/docs/helm-chart/installing-helm-chart-from-sources.rst
@@ -44,7 +44,7 @@ The downloads are available at:
.. jinja:: official_download_page
* `Sources package <{{ closer_lua_url }}/{{ package_version
}}/airflow-chart-{{ package_version }}-source.tar.gz>`__ (`asc <{{ base_url
}}/{{ package_version }}/airflow-chart-{{ package_version
}}-source.tar.gz.asc>`__, `sha512 <{{ base_url }}/{{ package_version
}}/airflow-chart-{{ package_version }}-source.tar.gz.sha512>`__)
- * `Installable package <{{ closer_lua_url }}/{{ package_version
}}/airflow-chart-{{ package_version }}.tar.gz>`__ (`asc <{{ base_url }}/{{
package_version }}/airflow-chart-{{ package_version }}.tar.gz.asc>`__, `sha512
<{{ base_url }}/{{ package_version }}/airflow-chart-{{ package_version
}}.tar.gz.sha512>`__)
+ * `Installable package <{{ closer_lua_url }}/{{ package_version
}}/airflow-{{ package_version }}.tgz>`__ (`asc <{{ base_url }}/{{
package_version }}/airflow-{{ package_version }}.tgz.asc>`__, `sha512 <{{
base_url }}/{{ package_version }}/airflow-{{ package_version }}.tgz.sha512>`__)
If you want to install from the source code, you can download from the sources
link above, it will contain
a ``INSTALL`` file containing details on how you can build and install the
chart.
@@ -80,19 +80,19 @@ distribution directory and follow the below guide.
.. code-block:: bash
- gpg --verify airflow-chart-********.asc airflow-chart-*********
+ gpg --verify airflow-********.asc airflow-*********
or
.. code-block:: bash
- pgpv airflow-chart-********.asc
+ pgpv airflow-********.asc
or
.. code-block:: bash
- pgp airflow-chart-********.asc
+ pgp airflow-********.asc
Example:
@@ -101,7 +101,7 @@ Example:
.. code-block:: console
:substitutions:
- $ gpg --verify airflow-chart-{{ package_version }}.tar.gz.asc
airflow-chart-{{ package_version }}.tar.gz
+ $ gpg --verify airflow-{{ package_version }}.tgz.asc airflow-{{
package_version }}.tgz
gpg: Signature made Sat 11 Sep 12:49:54 2021 BST
gpg: using RSA key
CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F
gpg: issuer "[email protected]"
@@ -120,7 +120,7 @@ Example:
.. code-block:: bash
- shasum -a 512 airflow-chart-******** | diff -
airflow-chart-********.sha512
+ shasum -a 512 airflow-******** | diff - airflow-********.sha512
The ``SHASUM`` of the file should match the one provided in ``.sha512``
file.
@@ -129,4 +129,4 @@ Example:
.. code-block:: bash
:substitutions:
- shasum -a 512 airflow-chart-{{ package_version }}.tar.gz | diff -
airflow-chart-{{ package_version }}.tar.gz.sha512
+ shasum -a 512 airflow-{{ package_version }}.tgz | diff - airflow-{{
package_version }}.tgz.sha512