From 557628a23bf7e1f841b392324687799bc7064d54 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Wed, 24 Mar 2021 14:59:16 +0100 Subject: [DOC][COMMON] Prepare Honolulu release Updating the documentation and bumping version to 8.0.0 Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux Change-Id: I6f942f1466fed64264c44fb8fc0e1ffc93a98f18 --- kubernetes/aai/components/aai-schema-service/requirements.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kubernetes/aai/components/aai-schema-service/requirements.yaml') diff --git a/kubernetes/aai/components/aai-schema-service/requirements.yaml b/kubernetes/aai/components/aai-schema-service/requirements.yaml index 42641a2e5c..cf22720435 100644 --- a/kubernetes/aai/components/aai-schema-service/requirements.yaml +++ b/kubernetes/aai/components/aai-schema-service/requirements.yaml @@ -16,11 +16,11 @@ dependencies: - name: common - version: ~7.x-0 + version: ~8.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: repositoryGenerator - version: ~7.x-0 - repository: '@local' \ No newline at end of file + version: ~8.x-0 + repository: '@local' -- cgit 1.2.3-korg