airflow-helm / charts

The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm. Originally created in 2017, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes.
https://github.com/airflow-helm/charts/tree/main/charts/airflow
Apache License 2.0
631 stars 473 forks source link

git-sync image url uses deprecated registry #704

Closed simon-weber closed 1 year ago

simon-weber commented 1 year ago

Checks

Chart Version

8.6.1

Kubernetes Version

N/A

Helm Version

N/A

Description

The k8s.gcr.io repo will be frozen next month. While looking at image urls in a cluster I maintain I noticed that the git-sync image in this chart still points to the deprecated repo.

Everything will continue to work when the repo is frozen afaik, but future versions of git-sync will only be available from the new repository: https://github.com/kubernetes/git-sync/releases.

Relevant Logs

No response

Custom Helm Values

No response

thesuperzapper commented 1 year ago

@simon-weber thanks, I will be updating the default image used in the release of 8.7.0 I make today/tomorrow.