From 31f8967784f10828b10d88b92a7c0f536acaa8d4 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 5 Dec 2021 12:32:09 +0100 Subject: [PATCH] fix(common-test): use version-range --- charts/library/common-test/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/library/common-test/Chart.yaml b/charts/library/common-test/Chart.yaml index 7bbe9d216f7..63d9571b98a 100644 --- a/charts/library/common-test/Chart.yaml +++ b/charts/library/common-test/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.1" dependencies: - name: common repository: file://../common - version: latest + version: 0.0.1-99.99.99 deprecated: false description: Helper chart to test different use cases of the common library home: https://github.com/truecharts/apps/tree/master/charts/library/common-test @@ -22,4 +22,4 @@ name: common-test sources: - https://github.com/truecharts/apps/tree/master/charts/library/common-test type: application -version: 3.3.1 +version: 3.3.2