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/06/16 14:48:36 UTC

[airflow] branch main updated: Update link to match what is in pre-commit (#16408)

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 c158d4c  Update link to match what is in pre-commit (#16408)
c158d4c is described below

commit c158d4c5c4e2fa9eb476fd49b6db4781550986a5
Author: Daniel <da...@gmail.com>
AuthorDate: Wed Jun 16 07:48:24 2021 -0700

    Update link to match what is in pre-commit (#16408)
    
    [The k8s schema repository that has been used for chart pytest has gone stale with no updates in 14 months](https://github.com/instrumenta/kubernetes-json-schema). There are no new updates beyond 1.18.1, and [PRs for updates are not being merged](https://github.com/instrumenta/kubernetes-json-schema/pulls). Airflow is using a more active fork [in pre-commit](https://github.com/apache/airflow/blob/main/.pre-commit-config.yaml#L571), so this change uses [that updated fork](https://githu [...]
---
 chart/tests/helm_template_generator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/tests/helm_template_generator.py b/chart/tests/helm_template_generator.py
index 6523d32..475d5e6 100644
--- a/chart/tests/helm_template_generator.py
+++ b/chart/tests/helm_template_generator.py
@@ -30,7 +30,7 @@ from kubernetes.client.api_client import ApiClient
 
 api_client = ApiClient()
 
-BASE_URL_SPEC = "https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.14.0"
+BASE_URL_SPEC = "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.15.0"
 
 crd_lookup = {
     'keda.sh/v1alpha1::ScaledObject': 'https://raw.githubusercontent.com/kedacore/keda/v2.0.0/config/crd/bases/keda.sh_scaledobjects.yaml',  # noqa: E501 # pylint: disable=line-too-long