diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-08-15 15:48:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-15 15:48:59 +0000 |
commit | 3d4159518989111cf05ad36600a0bdd7d2263df2 (patch) | |
tree | 481cc4030c47d029d2d6b4d2080938fb5c67e6c0 /kubernetes/contrib/charts/awx/Chart.yaml | |
parent | 2fa1f646c21a9a98b8d30799ba577debeaea87c1 (diff) | |
parent | f83449d3553be19bdfa03816d20fafc392390e7d (diff) |
Merge "Add AWX chart"
Diffstat (limited to 'kubernetes/contrib/charts/awx/Chart.yaml')
-rwxr-xr-x | kubernetes/contrib/charts/awx/Chart.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kubernetes/contrib/charts/awx/Chart.yaml b/kubernetes/contrib/charts/awx/Chart.yaml new file mode 100755 index 0000000000..90f73801b0 --- /dev/null +++ b/kubernetes/contrib/charts/awx/Chart.yaml @@ -0,0 +1,20 @@ +# Copyright © 2019 Bell Canada +# +# 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: Ansible AWX +name: awx +sources: + - https://github.com/ansible/awx +version: 5.0.0 |