From e0fa73002af1889669a1df58662b78f8c91b3da1 Mon Sep 17 00:00:00 2001 From: Max Goltzsche Date: Sun, 30 Oct 2022 20:48:43 +0100 Subject: [PATCH] fix: test data after rebase --- example/localrefref-with-git/Chart.lock | 9 --------- example/localrefref-with-git/Chart.yaml | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 example/localrefref-with-git/Chart.lock diff --git a/example/localrefref-with-git/Chart.lock b/example/localrefref-with-git/Chart.lock deleted file mode 100644 index e158955..0000000 --- a/example/localrefref-with-git/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: intermediate-chart - repository: file://../localref/intermediate-chart - version: 0.1.1 -- name: git-https-dependency - repository: git+https://github.com/mgoltzsche/khelm@example?ref=8506c416f06c851f96571b6281f53293efcc2e5e - version: 0.1.0 -digest: sha256:3dbc702022a1145fd1b30ffb5f39353d5d97f323748f34e700d8e69e0c39b8ef -generated: "2022-10-18T00:40:42.548042429+02:00" diff --git a/example/localrefref-with-git/Chart.yaml b/example/localrefref-with-git/Chart.yaml index 0f4c1fd..ab5808f 100644 --- a/example/localrefref-with-git/Chart.yaml +++ b/example/localrefref-with-git/Chart.yaml @@ -8,4 +8,4 @@ dependencies: repository: "file://../localref/intermediate-chart" - name: git-https-dependency version: "x.x.x" - repository: "git+https://github.com/mgoltzsche/khelm@example?ref=8506c416f06c851f96571b6281f53293efcc2e5e" + repository: "git+https://github.com/mgoltzsche/khelm@example?ref=6d1374f17decb68f7876ae1f592d5bd04c74fee5"