diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-25 08:40:52 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-30 14:17:59 +0000 |
commit | 98ede8b6eb508df591a0ebc907a99d696533e3df (patch) | |
tree | 8e93aae85f1f448de46d097571a618336083304d /requirements.yaml | |
parent | 79f65725938b4c04b3271e0fc22bef73f7507be6 (diff) |
[ROBOT] Version bump for Guilin
Guilin chart uses 7.0.0 version.
Issue-ID: OOM-2638
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Icceec640d07075d67038ee8b41fd50639f7c2c21
(cherry picked from commit 3ff707983e0da282193dba89298871129041ff79)
Diffstat (limited to 'requirements.yaml')
-rw-r--r-- | requirements.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.yaml b/requirements.yaml index cf08520..cac9ba5 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -14,8 +14,9 @@ dependencies: - name: common - version: ~6.x-0 + version: ~7.x-0 # local reference to common chart, as it is # a part of this chart's package and will not # be published independently to a repo (at this point) - repository: '@local'
\ No newline at end of file + repository: '@local' + |