X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcontrib%2Fcomponents%2Fawx%2FChart.yaml;h=38689dee53654b0e43bfdc98c84f4ecb5e8b3ffe;hb=eb4598bd97e43cfd88b3edc871a52d7cf0202884;hp=6cd16b4783458928e3bd7f408e3500189a4d890d;hpb=a5bb31b95347229e400099565bedd3f6a3785c9a;p=oom.git diff --git a/kubernetes/contrib/components/awx/Chart.yaml b/kubernetes/contrib/components/awx/Chart.yaml index 6cd16b4783..38689dee53 100755 --- a/kubernetes/contrib/components/awx/Chart.yaml +++ b/kubernetes/contrib/components/awx/Chart.yaml @@ -1,4 +1,6 @@ # Copyright © 2019 Bell Canada +# Modifications Copyright © 2021 Orange +# Modifications Copyright © 2021 Nordix Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,9 +14,23 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 description: Ansible AWX name: awx sources: - https://github.com/ansible/awx -version: 6.0.0 +version: 12.0.0 + +dependencies: + - name: common + version: ~12.x-0 + repository: '@local' + - name: repositoryGenerator + version: ~12.x-0 + repository: '@local' + - name: awx-postgres + version: ~12.x-0 + repository: 'file://components/awx-postgres' + - name: serviceAccount + version: ~12.x-0 + repository: '@local' \ No newline at end of file