This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch quote_helm_index
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 5e0f3fa4c1393a40c51764c9a633d1803fa3cfe2
Author: Jed Cunningham <[email protected]>
AuthorDate: Mon Jun 23 16:19:53 2025 -0600

    Quote descriptions with special characters in chart index file
---
 landing-pages/site/static/index.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/landing-pages/site/static/index.yaml 
b/landing-pages/site/static/index.yaml
index 0dc3ea29e0..f74f97adc5 100644
--- a/landing-pages/site/static/index.yaml
+++ b/landing-pages/site/static/index.yaml
@@ -30,7 +30,7 @@ entries:
           links:
           - name: '#50897'
             url: https://github.com/apache/airflow/pull/50897
-        - description: Unify k8s labels & add some missing k8s labels
+        - description: 'Unify k8s labels & add some missing k8s labels'
           kind: changed
           links:
           - name: '#49522'
@@ -40,12 +40,12 @@ entries:
           links:
           - name: '#49727'
             url: https://github.com/apache/airflow/pull/49727
-        - description: Replace break function in ``pod-launcher-rolebinding`` 
template
+        - description: 'Replace break function in ``pod-launcher-rolebinding`` 
template'
           kind: fixed
           links:
           - name: '#49219'
             url: https://github.com/apache/airflow/pull/49219
-        - description: Add ``webserver_config.py`` file to api-server
+        - description: 'Add ``webserver_config.py`` file to api-server'
           kind: fixed
           links:
           - name: '#50108'

Reply via email to