diff options
Diffstat (limited to 'kubernetes/contrib/components/awx')
4 files changed, 5 insertions, 5 deletions
diff --git a/kubernetes/contrib/components/awx/Chart.yaml b/kubernetes/contrib/components/awx/Chart.yaml index 6cd16b4783..1b24368764 100755 --- a/kubernetes/contrib/components/awx/Chart.yaml +++ b/kubernetes/contrib/components/awx/Chart.yaml @@ -17,4 +17,4 @@ description: Ansible AWX name: awx sources: - https://github.com/ansible/awx -version: 6.0.0 +version: 7.0.0 diff --git a/kubernetes/contrib/components/awx/charts/awx-postgres/Chart.yaml b/kubernetes/contrib/components/awx/charts/awx-postgres/Chart.yaml index e30faf275e..c68cf09c32 100755 --- a/kubernetes/contrib/components/awx/charts/awx-postgres/Chart.yaml +++ b/kubernetes/contrib/components/awx/charts/awx-postgres/Chart.yaml @@ -15,4 +15,4 @@ apiVersion: v1 description: Ansible AWX database name: awx-postgres -version: 6.0.0 +version: 7.0.0 diff --git a/kubernetes/contrib/components/awx/charts/awx/Chart.yaml b/kubernetes/contrib/components/awx/charts/awx/Chart.yaml index 00dca3f62c..25d1c9e49c 100755 --- a/kubernetes/contrib/components/awx/charts/awx/Chart.yaml +++ b/kubernetes/contrib/components/awx/charts/awx/Chart.yaml @@ -15,4 +15,4 @@ apiVersion: v1 description: Ansible AWX application name: awx -version: 6.0.0 +version: 7.0.0 diff --git a/kubernetes/contrib/components/awx/requirements.yaml b/kubernetes/contrib/components/awx/requirements.yaml index a748affaac..fc72524cd7 100755 --- a/kubernetes/contrib/components/awx/requirements.yaml +++ b/kubernetes/contrib/components/awx/requirements.yaml @@ -14,5 +14,5 @@ dependencies: - name: common - version: ~6.x-0 - repository: '@local'
\ No newline at end of file + version: ~7.x-0 + repository: '@local' |