diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-05-22 01:31:18 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-06-14 18:49:03 -0400 |
commit | d375eecf60930ccae87770d09fca9f3ab3c86891 (patch) | |
tree | 6cb091f2568e9a142b6fe1177fb417cbfa6fcddb /kubernetes/dcaegen2-services/components/dcae-pmsh/Chart.yaml | |
parent | cc2f53b36e0d7881540e8afd24119f9e3c98a210 (diff) |
[DCAE] Push/pull DCAE sub-component charts from local repo
Enable DCAEcommon and subcomponent charts package push/pull
to support standalone deployment for each component
Added delay to avoid race condition
Change-Id: I1a0bf08a6625d2d97078cd635a2bb42da629cce6
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2781
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'kubernetes/dcaegen2-services/components/dcae-pmsh/Chart.yaml')
-rw-r--r-- | kubernetes/dcaegen2-services/components/dcae-pmsh/Chart.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kubernetes/dcaegen2-services/components/dcae-pmsh/Chart.yaml b/kubernetes/dcaegen2-services/components/dcae-pmsh/Chart.yaml index 3d8c24b131..0ebda2eed5 100644 --- a/kubernetes/dcaegen2-services/components/dcae-pmsh/Chart.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-pmsh/Chart.yaml @@ -1,6 +1,7 @@ # ================================ LICENSE_START ============================= # ============================================================================ # Copyright (C) 2021 Nordix Foundation. +# Copyright (c) 2021 AT&T. All rights reserved. # ============================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,6 +18,6 @@ apiVersion: v1 appVersion: "Honolulu" -description: A Helm chart for DCAE PMSH +description: DCAE PMSH Service name: dcae-pmsh -version: 8.0.0
\ No newline at end of file +version: 8.0.0 |