From 4f9902b6e7b5c70588160266276904ab81832867 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Wed, 25 Nov 2020 08:34:55 +0100 Subject: [COMMON][DOC] Bump version Guilin Update charts and requirements to 7.0.0. Create release notes for Guilin Update documentation Issue-ID: OOM-2638 Signed-off-by: Sylvain Desbureaux Change-Id: I965ed6b6ebb7d74bfddaff73edd3dd55a657841c --- kubernetes/pomba/requirements.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'kubernetes/pomba/requirements.yaml') diff --git a/kubernetes/pomba/requirements.yaml b/kubernetes/pomba/requirements.yaml index 69d5a458ad..99366de617 100644 --- a/kubernetes/pomba/requirements.yaml +++ b/kubernetes/pomba/requirements.yaml @@ -14,56 +14,56 @@ 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' - name: pomba-aaictxbuilder - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/pomba-aaictxbuilder' condition: pomba-aaictxbuilder.enabled - name: pomba-contextaggregator - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/pomba-contextaggregator' condition: pomba-contextaggregator.enabled - name: pomba-data-router - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/pomba-data-router' condition: pomba-data-router.enabled - name: pomba-elasticsearch - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/pomba-elasticsearch' condition: pomba-elasticsearch.enabled - name: pomba-kibana - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/pomba-kibana' condition: pomba-kibana.enabled - name: pomba-networkdiscovery - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/pomba-networkdiscovery' condition: pomba-networkdiscovery.enabled - name: pomba-networkdiscoveryctxbuilder - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/pomba-networkdiscoveryctxbuilder' condition: pomba-networkdiscoveryctxbuilder.enabled - name: pomba-sdcctxbuilder - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/pomba-sdcctxbuilder' condition: pomba-sdcctxbuilder.enabled - name: pomba-sdncctxbuilder - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/pomba-sdncctxbuilder' condition: pomba-sdncctxbuilder.enabled - name: pomba-search-data - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/pomba-search-data' condition: pomba-search-data.enabled - name: pomba-servicedecomposition - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/pomba-servicedecomposition' condition: pomba-servicedecomposition.enabled - name: pomba-validation-service - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/pomba-validation-service' condition: pomba-validation-service.enabled \ No newline at end of file -- cgit 1.2.3-korg