diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-05-09 16:49:30 -0400 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-08-15 13:39:20 +0000 |
commit | f83449d3553be19bdfa03816d20fafc392390e7d (patch) | |
tree | f82d525cb8b17f4ba645290047311c45338cdf36 /kubernetes/contrib/charts/awx/requirements.yaml | |
parent | 161aa0e9ee4d89551f8b89ba8ea752beff49eba9 (diff) |
Add AWX chart
Change-Id: Id9fe832a3eb3bfb23e96c711ac8455d1a8cb1156
Issue-ID: CCSDK-1316
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/contrib/charts/awx/requirements.yaml')
-rwxr-xr-x | kubernetes/contrib/charts/awx/requirements.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kubernetes/contrib/charts/awx/requirements.yaml b/kubernetes/contrib/charts/awx/requirements.yaml new file mode 100755 index 0000000000..486fc6585c --- /dev/null +++ b/kubernetes/contrib/charts/awx/requirements.yaml @@ -0,0 +1,18 @@ +# 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. + +dependencies: + - name: common + version: ~4.x-0 + repository: '@local'
\ No newline at end of file |