From: tganesh2k Date: Thu, 17 Nov 2022 09:50:19 +0000 (+0530) Subject: Added common helm template files for installing aimlfw. X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=ec4106c05872d0b1394dacf564f82465e247d1c5;p=aiml-fw%2Faimlfw-dep.git Added common helm template files for installing aimlfw. Issue-Id: AIMLFW-4 Signed-off-by: tganesh2k Change-Id: I25cbab786fc81219d6745ef71ca461fc2f38501c --- diff --git a/aimlfw-common/Common-Template/helm/aimlfw-common/Chart.yaml b/aimlfw-common/Common-Template/helm/aimlfw-common/Chart.yaml new file mode 100644 index 0000000..21630e9 --- /dev/null +++ b/aimlfw-common/Common-Template/helm/aimlfw-common/Chart.yaml @@ -0,0 +1,21 @@ +# ================================================================================== +# +# Copyright (c) 2022 Samsung Electronics Co., Ltd. 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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# ================================================================================== +apiVersion: v1 +description: Common templates for inclusion in other charts +name: aimlfw-common +version: 1.0.0 diff --git a/aimlfw-common/Common-Template/helm/aimlfw-common/values.yaml b/aimlfw-common/Common-Template/helm/aimlfw-common/values.yaml new file mode 100644 index 0000000..4bc8091 --- /dev/null +++ b/aimlfw-common/Common-Template/helm/aimlfw-common/values.yaml @@ -0,0 +1,21 @@ +# ================================================================================== +# +# Copyright (c) 2022 Samsung Electronics Co., Ltd. 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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# ================================================================================== +################################################################# +# Global configuration default values that can be inherited by +# all subcharts. +#################################################################