fix(common-test): correct common version reference

This commit is contained in:
kjeld Schouten-Lebbing 2021-12-08 16:31:59 +01:00
parent 71c2f006eb
commit 356bc38aee
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 2 additions and 2 deletions

View File

@ -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