From 1ef4cafed81f17379c069ec5110afb3fd34ce49b Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Thu, 2 Apr 2020 14:08:50 +0200 Subject: Bump chart version Use 6.0.0 in preparation for Frankfurt release Issue-ID: OOM-2320 Signed-off-by: Sylvain Desbureaux Change-Id: I8ad82dfdf48b56c38c0e85d640b18cc13c8d9e67 --- kubernetes/sniro-emulator/Chart.yaml | 2 +- kubernetes/sniro-emulator/requirements.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/sniro-emulator') diff --git a/kubernetes/sniro-emulator/Chart.yaml b/kubernetes/sniro-emulator/Chart.yaml index bc278bd500..604553a827 100644 --- a/kubernetes/sniro-emulator/Chart.yaml +++ b/kubernetes/sniro-emulator/Chart.yaml @@ -15,4 +15,4 @@ apiVersion: v1 description: ONAP Mock Sniro Emulator name: sniro-emulator -version: 5.0.0 +version: 6.0.0 diff --git a/kubernetes/sniro-emulator/requirements.yaml b/kubernetes/sniro-emulator/requirements.yaml index 6a748bee0c..e85005b9ae 100644 --- a/kubernetes/sniro-emulator/requirements.yaml +++ b/kubernetes/sniro-emulator/requirements.yaml @@ -14,7 +14,7 @@ dependencies: - name: common - version: ~5.x-0 + version: ~6.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) -- cgit 1.2.3-korg