diff options
author | 2020-02-02 13:26:36 +0000 | |
---|---|---|
committer | 2020-02-02 13:26:36 +0000 | |
commit | 0256e4b2031cec54abd07e7c6745176b83815cb4 (patch) | |
tree | 7c06f220e9a6b9586d139834f381ba3653d99284 /kubernetes/modeling/charts/modeling-etsicatalog/requirements.yaml | |
parent | f37261b53a7d07d6046c6710b5828e70ead678d0 (diff) | |
parent | 43893f5e389b648063d88977ae5fba9364df85c3 (diff) |
Merge "[Modeling] Move mariadb-galera to etsicatalog"
Diffstat (limited to 'kubernetes/modeling/charts/modeling-etsicatalog/requirements.yaml')
-rw-r--r-- | kubernetes/modeling/charts/modeling-etsicatalog/requirements.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/modeling/charts/modeling-etsicatalog/requirements.yaml b/kubernetes/modeling/charts/modeling-etsicatalog/requirements.yaml new file mode 100644 index 0000000000..c777feeaa2 --- /dev/null +++ b/kubernetes/modeling/charts/modeling-etsicatalog/requirements.yaml @@ -0,0 +1,21 @@ +# Copyright © 2020 Samung Electronics +# +# 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. + +dependencies: + - name: common + version: ~5.x-0 + repository: '@local' + - name: mariadb-galera + version: ~5.x-0 + repository: '@local' |