You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/11/16 23:43:36 UTC

[airflow-site] branch main updated: Fix helm chart 1.3.0 changelog (#516)

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-site.git


The following commit(s) were added to refs/heads/main by this push:
     new cda81e7  Fix helm chart 1.3.0 changelog (#516)
cda81e7 is described below

commit cda81e7f0296def2e878e1c5ed5e8c7ea55a801a
Author: Jed Cunningham <66...@users.noreply.github.com>
AuthorDate: Tue Nov 16 16:43:32 2021 -0700

    Fix helm chart 1.3.0 changelog (#516)
    
    * Fix helm chart 1.3.0 changelog
    
    * Regenerate helm 1.3.0 docs
---
 .../helm-chart/1.3.0/_sources/index.rst.txt        | 11 -------
 .../1.3.0/adding-connections-and-variables.html    |  2 +-
 docs-archive/helm-chart/1.3.0/changelog.html       |  2 --
 docs-archive/helm-chart/1.3.0/index.html           | 10 ------
 .../helm-chart/1.3.0/manage-dags-files.html        |  2 +-
 docs-archive/helm-chart/1.3.0/parameters-ref.html  | 38 ++++++++--------------
 .../helm-chart/1.3.0/production-guide.html         |  2 +-
 docs-archive/helm-chart/1.3.0/searchindex.js       |  2 +-
 8 files changed, 17 insertions(+), 52 deletions(-)

diff --git a/docs-archive/helm-chart/1.3.0/_sources/index.rst.txt b/docs-archive/helm-chart/1.3.0/_sources/index.rst.txt
index efde5b8..ac9b41f 100644
--- a/docs-archive/helm-chart/1.3.0/_sources/index.rst.txt
+++ b/docs-archive/helm-chart/1.3.0/_sources/index.rst.txt
@@ -118,14 +118,3 @@ To uninstall/delete the ``airflow`` deployment:
     helm delete airflow --namespace airflow
 
 The command removes all the Kubernetes components associated with the chart and deletes the release.
-
-Installing the Chart with ArgoCD
---------------------------------
-
-When installing the chart using ArgoCD, you MUST set the two following values, or your application
-will not start as the migrations will not be run:
-
-.. code-block:: yaml
-
-   createUserJob.useHelmHooks: false
-   migrateDatabaseJob.useHelmHooks: false
diff --git a/docs-archive/helm-chart/1.3.0/adding-connections-and-variables.html b/docs-archive/helm-chart/1.3.0/adding-connections-and-variables.html
index f7a4067..6256ecc 100644
--- a/docs-archive/helm-chart/1.3.0/adding-connections-and-variables.html
+++ b/docs-archive/helm-chart/1.3.0/adding-connections-and-variables.html
@@ -621,7 +621,7 @@ to override values under these sections of the <code class="docutils literal not
 <div class="section" id="variables">
 <h2>Variables<a class="headerlink" href="#variables" title="Permalink to this headline">¶</a></h2>
 <p>Airflow supports Variables which enable users to craft dynamic DAGs. You can set Variables in Airflow in three ways - UI,
-command line, and within your DAG file. See <a class="reference external" href="/docs/apache-airflow/stable/howto/variable.html" title="(in apache-airflow v2.3.0.dev0)"><span>Managing Variables</span></a> for more.</p>
+command line, and within your DAG file. See <a class="reference external" href="/docs/apache-airflow/stable/howto/variable.html" title="(in apache-airflow v2.2.2)"><span>Managing Variables</span></a> for more.</p>
 <p>With the Helm chart, you can also inject environment variables into Airflow. So in the example <code class="docutils literal notranslate"><span class="pre">override.yaml</span></code> file,
 we can override values of interest in the <code class="docutils literal notranslate"><span class="pre">env</span></code> section of the <code class="docutils literal notranslate"><span class="pre">values.yaml</span></code> file.</p>
 <div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">env</span><span class="p">:</span>
diff --git a/docs-archive/helm-chart/1.3.0/changelog.html b/docs-archive/helm-chart/1.3.0/changelog.html
index 05e0d24..a8beaa2 100644
--- a/docs-archive/helm-chart/1.3.0/changelog.html
+++ b/docs-archive/helm-chart/1.3.0/changelog.html
@@ -646,8 +646,6 @@
 <li><p>Allow custom pod annotations to all components (#18481)</p></li>
 <li><p>Chart: Make PgBouncer cmd/args configurable (#18910)</p></li>
 <li><p>Chart: Use python 3.7 by default; support disabling triggerer (#18920)</p></li>
-<li><p>Chart: Allow disabling the Helm hooks in the helm chart (#18776)</p></li>
-<li><p>Allow specifying kerberos keytab in the chart (#19054)</p></li>
 </ul>
 </div>
 <div class="section" id="improvements">
diff --git a/docs-archive/helm-chart/1.3.0/index.html b/docs-archive/helm-chart/1.3.0/index.html
index e831689..12896e1 100644
--- a/docs-archive/helm-chart/1.3.0/index.html
+++ b/docs-archive/helm-chart/1.3.0/index.html
@@ -657,15 +657,6 @@ section lists the parameters that can be configured during installation.</p>
 </div>
 <p>The command removes all the Kubernetes components associated with the chart and deletes the release.</p>
 </div>
-<div class="section" id="installing-the-chart-with-argocd">
-<h2>Installing the Chart with ArgoCD<a class="headerlink" href="#installing-the-chart-with-argocd" title="Permalink to this headline">¶</a></h2>
-<p>When installing the chart using ArgoCD, you MUST set the two following values, or your application
-will not start as the migrations will not be run:</p>
-<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">createUserJob.useHelmHooks</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">false</span>
-<span class="nt">migrateDatabaseJob.useHelmHooks</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">false</span>
-</pre></div>
-</div>
-</div>
 </div>
 
 
@@ -746,7 +737,6 @@ will not start as the migrations will not be run:</p>
 <li><a class="reference internal" href="#installing-the-chart">Installing the Chart</a></li>
 <li><a class="reference internal" href="#upgrading-the-chart">Upgrading the Chart</a></li>
 <li><a class="reference internal" href="#uninstalling-the-chart">Uninstalling the Chart</a></li>
-<li><a class="reference internal" href="#installing-the-chart-with-argocd">Installing the Chart with ArgoCD</a></li>
 </ul>
 </li>
 </ul>
diff --git a/docs-archive/helm-chart/1.3.0/manage-dags-files.html b/docs-archive/helm-chart/1.3.0/manage-dags-files.html
index 510a5ba..3e8e5bd 100644
--- a/docs-archive/helm-chart/1.3.0/manage-dags-files.html
+++ b/docs-archive/helm-chart/1.3.0/manage-dags-files.html
@@ -684,7 +684,7 @@ seconds. If you are using the <code class="docutils literal notranslate"><span c
   <span class="c1"># Refer values.yaml for details</span>
 </pre></div>
 </div>
-<p>When using <code class="docutils literal notranslate"><span class="pre">apache-airflow&gt;=2.0.0</span></code>, <a class="reference external" href="/docs/apache-airflow/stable/dag-serialization.html#dag-serialization" title="(in apache-airflow v2.3.0.dev0)"><span class="xref std std-ref">DAG Serialization</span></a> is enabled by default,
+<p>When using <code class="docutils literal notranslate"><span class="pre">apache-airflow&gt;=2.0.0</span></code>, <a class="reference external" href="/docs/apache-airflow/stable/dag-serialization.html#dag-serialization" title="(in apache-airflow v2.2.2)"><span class="xref std std-ref">DAG Serialization</span></a> is enabled by default,
 hence Webserver does not need access to DAG files, so <code class="docutils literal notranslate"><span class="pre">git-sync</span></code> sidecar is not run on Webserver.</p>
 </div>
 <div class="section" id="mounting-dags-from-an-externally-populated-pvc">
diff --git a/docs-archive/helm-chart/1.3.0/parameters-ref.html b/docs-archive/helm-chart/1.3.0/parameters-ref.html
index 4836c4a..0325e6a 100644
--- a/docs-archive/helm-chart/1.3.0/parameters-ref.html
+++ b/docs-archive/helm-chart/1.3.0/parameters-ref.html
@@ -2514,31 +2514,27 @@
 <td><p>Specify Tolerations for the create user job pod.</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">[]</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">createUserJob.useHelmHooks</span></code></p></td>
-<td><p>Specify if you want to use the default Helm Hook annotations</p></td>
-<td><p><code class="docutils literal notranslate"><span class="pre">True</span></code></p></td>
-</tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.affinity</span></code></p></td>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.affinity</span></code></p></td>
 <td><p>Specify scheduling constraints for the migrate database job pod.</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">{}</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.annotations</span></code></p></td>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.annotations</span></code></p></td>
 <td><p>Annotations to add to the migrate database job pod.</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">{}</span></code></p></td>
 </tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.extraContainers</span></code></p></td>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.extraContainers</span></code></p></td>
 <td><p>Launch additional containers for the migrate database job pod</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">[]</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.jobAnnotations</span></code></p></td>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.jobAnnotations</span></code></p></td>
 <td><p>Annotations to add to the migrate database job.</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">{}</span></code></p></td>
 </tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.nodeSelector</span></code></p></td>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.nodeSelector</span></code></p></td>
 <td><p>Select certain nodes for the migrate database job pod.</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">{}</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.resources</span></code></p></td>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.resources</span></code></p></td>
 <td><p>Resources for the migrate database job pod</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">{}</span></code></p>
 <p>Examples:</p>
@@ -2553,26 +2549,22 @@
 </div>
 </td>
 </tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.serviceAccount.annotations</span></code></p></td>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.serviceAccount.annotations</span></code></p></td>
 <td><p>Annotations to add to the migrate database job Kubernetes ServiceAccount.</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">{}</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.serviceAccount.create</span></code></p></td>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.serviceAccount.create</span></code></p></td>
 <td><p>Specifies whether a ServiceAccount should be created.</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">True</span></code></p></td>
 </tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.serviceAccount.name</span></code></p></td>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.serviceAccount.name</span></code></p></td>
 <td><p>The name of the ServiceAccount to use. If not set and create is true, a name is generated using the release name.</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">~</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.tolerations</span></code></p></td>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.tolerations</span></code></p></td>
 <td><p>Specify Tolerations for the migrate database job pod.</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">[]</span></code></p></td>
 </tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">migrateDatabaseJob.useHelmHooks</span></code></p></td>
-<td><p>Specify if you want to use the default Helm Hook annotations</p></td>
-<td><p><code class="docutils literal notranslate"><span class="pre">True</span></code></p></td>
-</tr>
 </tbody>
 </table>
 </div>
@@ -2811,19 +2803,15 @@
 <td><p>Enable kerberos.</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">False</span></code></p></td>
 </tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">kerberos.keytabBase64Content</span></code></p></td>
-<td><p>Kerberos keytab base64 encoded content.</p></td>
-<td><p><code class="docutils literal notranslate"><span class="pre">~</span></code></p></td>
-</tr>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">kerberos.keytabPath</span></code></p></td>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">kerberos.keytabPath</span></code></p></td>
 <td><p>Path to mount the keytab for refreshing credentials in the kerberos sidecar.</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">/etc/airflow.keytab</span></code></p></td>
 </tr>
-<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">kerberos.principal</span></code></p></td>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">kerberos.principal</span></code></p></td>
 <td><p>Principal to use when refreshing kerberos credentials.</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">airflow&#64;FOO.COM</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">kerberos.reinitFrequency</span></code></p></td>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">kerberos.reinitFrequency</span></code></p></td>
 <td><p>How often (in seconds) airflow kerberos will reinitialize the credentials cache.</p></td>
 <td><p><code class="docutils literal notranslate"><span class="pre">3600</span></code></p></td>
 </tr>
diff --git a/docs-archive/helm-chart/1.3.0/production-guide.html b/docs-archive/helm-chart/1.3.0/production-guide.html
index 20bcd55..1a3d4bf 100644
--- a/docs-archive/helm-chart/1.3.0/production-guide.html
+++ b/docs-archive/helm-chart/1.3.0/production-guide.html
@@ -634,7 +634,7 @@
 <h2>Database<a class="headerlink" href="#database" title="Permalink to this headline">¶</a></h2>
 <p>You will want to use an external database instead of the one deployed with the chart by default.
 Both <strong>PostgreSQL</strong> and <strong>MySQL</strong> are supported. Supported versions can be
-found on the <a class="reference external" href="/docs/apache-airflow/stable/howto/set-up-database.html" title="(in apache-airflow v2.3.0.dev0)"><span class="xref std std-doc">Set up a Database Backend</span></a> page.</p>
+found on the <a class="reference external" href="/docs/apache-airflow/stable/howto/set-up-database.html" title="(in apache-airflow v2.2.2)"><span class="xref std std-doc">Set up a Database Backend</span></a> page.</p>
 <div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="c1"># Don&#39;t deploy postgres</span>
 <span class="nt">postgresql</span><span class="p">:</span>
   <span class="nt">enabled</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">false</span>
diff --git a/docs-archive/helm-chart/1.3.0/searchindex.js b/docs-archive/helm-chart/1.3.0/searchindex.js
index 0706f59..78948f5 100644
--- a/docs-archive/helm-chart/1.3.0/searchindex.js
+++ b/docs-archive/helm-chart/1.3.0/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["adding-connections-and-variables","airflow-configuration","changelog","index","installing-helm-chart-from-sources","keda","manage-dags-files","manage-logs","parameters-ref","production-guide","quick-start","setting-resources-for-containers","updating","using-additional-containers"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domai [...]
\ No newline at end of file
+Search.setIndex({docnames:["adding-connections-and-variables","airflow-configuration","changelog","index","installing-helm-chart-from-sources","keda","manage-dags-files","manage-logs","parameters-ref","production-guide","quick-start","setting-resources-for-containers","updating","using-additional-containers"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domai [...]
\ No newline at end of file