From 356bc38aeedee46e1c89f8124ac5cf46ee7fbe7e Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 8 Dec 2021 16:31:59 +0100 Subject: [PATCH] fix(common-test): correct common version reference --- 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 9408a29e18e..efc0261fbd4 100644 --- a/charts/library/common-test/Chart.yaml +++ b/charts/library/common-test/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.7.1" dependencies: - name: common repository: file://../common - version: 0.0.1-99.99.99 + version: '>=0.0.1' 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.6 +version: 3.3.7