diff options
-rw-r--r-- | Chart.yaml | 2 | ||||
-rw-r--r-- | requirements.yaml | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -15,4 +15,4 @@ apiVersion: v1 description: A helm Chart for kubernetes-ONAP Robot name: robot -version: 6.0.0 +version: 7.0.0 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' + |