Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / platform / components / keycloak-init / components / keycloak-config-cli / Chart.yaml
1 #============LICENSE_START========================================================
2 # ================================================================================
3 # Copyright © adorsys GmbH & Co. KG
4 # Modifications © 2022 Deutsche Telekom
5 # ================================================================================
6 # Original licence (https://github.com/codecentric/helm-charts/blob/master/LICENSE)
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10 #
11 #     http://www.apache.org/licenses/LICENSE-2.0
12 #
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=========================================================
19 apiVersion: v2
20 name: onap-keycloak-config-cli
21 description: Import JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak.
22 home: https://github.com/adorsys/keycloak-config-cli
23 version: 5.10.0
24 appVersion: 5.10.0
25 maintainers:
26   - name: jkroepke
27     email: joe@adorsys.de
28     url: https://github.com/jkroepke
29 keywords:
30   - keycloak
31   - config
32   - import
33   - json
34   - continuous-integration
35   - keycloak-config-cli
36 sources:
37   - https://github.com/adorsys/keycloak-config-cli
38
39 dependencies:
40   - name: common
41     version: ~13.x-0
42     repository: '@local'
43   - name: repositoryGenerator
44     version: ~13.x-0
45     repository: '@local'