From 94892d58eb232f67ec1033683c80c5fdf46d55a2 Mon Sep 17 00:00:00 2001 From: Matthias Tafelmeier Date: Sat, 6 Jan 2024 17:53:08 +0100 Subject: [PATCH] chore: drop stale chart lock Necessary otherwise we get a dependencies out of sync error. Exact error: "the lock file (Chart.lock) is out of sync with the dependencies file (Chart.yaml). Please update the dependencies" Signed-off-by: Matthias Tafelmeier --- charts/airflow/Chart.lock | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 charts/airflow/Chart.lock diff --git a/charts/airflow/Chart.lock b/charts/airflow/Chart.lock deleted file mode 100644 index 23784f5f..00000000 --- a/charts/airflow/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: postgresql - repository: https://charts.helm.sh/stable - version: 8.6.4 -- name: redis - repository: https://charts.helm.sh/stable - version: 10.5.7 -- name: dask - version: 2024.1.0 - repository: https://helm.dask.org/ -digest: sha256:bfe30fcaf72a0609856bf1a5dab2b941e8ef89b30ba935aa820743a6758f4fc4 -generated: "2021-07-09T14:11:48.265069+10:00"