Skip to content

Commit

Permalink
Merge pull request #138 from shanemcd/bump-18
Browse files Browse the repository at this point in the history
Bump version / update default AWX image / fix CRD
  • Loading branch information
shanemcd authored Mar 23, 2021
2 parents 3df272d + 62ec946 commit 556cb23
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/all
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
operator_image: quay.io/ansible/awx-operator
operator_version: 0.6.0
operator_version: 0.7.0
pull_policy: Always
2 changes: 1 addition & 1 deletion ansible/templates/crd.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
- https
tower_loadbalancer_port:
description: Port to use for the loadbalancer
type: int32
type: integer
default: 80
tower_route_host:
description: The DNS to use to points to the instance
Expand Down
4 changes: 2 additions & 2 deletions deploy/awx-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spec:
serviceAccountName: awx-operator
containers:
- name: awx-operator
image: "quay.io/ansible/awx-operator:0.6.0"
image: "quay.io/ansible/awx-operator:0.7.0"
imagePullPolicy: "Always"
volumeMounts:
- mountPath: /tmp/ansible-operator/runner
Expand Down Expand Up @@ -236,7 +236,7 @@ spec:
- https
tower_loadbalancer_port:
description: Port to use for the loadbalancer
type: number
type: integer
default: 80
tower_route_host:
description: The DNS to use to points to the instance
Expand Down
2 changes: 1 addition & 1 deletion deploy/crds/awx_v1beta1_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
tower_admin_user: test
tower_admin_email: [email protected]

tower_image: quay.io/ansible/awx:execution-environments
tower_image: quay.io/ansible/awx:18.0.0

tower_create_preload_data: true

Expand Down
2 changes: 1 addition & 1 deletion deploy/crds/awx_v1beta1_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
- https
tower_loadbalancer_port:
description: Port to use for the loadbalancer
type: number
type: integer
default: 80
tower_route_host:
description: The DNS to use to points to the instance
Expand Down
2 changes: 1 addition & 1 deletion deploy/crds/awx_v1beta1_molecule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:

tower_admin_email: [email protected]

tower_image: quay.io/ansible/awx:execution-environments
tower_image: quay.io/ansible/awx:18.0.0

tower_web_resource_requirements:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
"tower_broadcast_websocket_secret": "changeme",
"tower_create_preload_data": true,
"tower_hostname": "example-awx.test",
"tower_image": "quay.io/ansible/awx:execution-environments",
"tower_image": "quay.io/ansible/awx:18.0.0",
"tower_ingress_type": "none",
"tower_memcached_image": "memcached:alpine",
"tower_postgres_storage_class": "",
Expand All @@ -37,7 +37,7 @@ metadata:
"tower_admin_email": "[email protected]",
"tower_broadcast_websocket_secret": "changeme",
"tower_create_preload_data": true,
"tower_image": "quay.io/ansible/awx:execution-environments",
"tower_image": "quay.io/ansible/awx:18.0.0",
"tower_ingress_type": "ingress",
"tower_memcached_image": "memcached:alpine",
"tower_postgres_image": "postgres:12",
Expand Down
2 changes: 1 addition & 1 deletion roles/installer/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tower_extra_volumes: ''

# Use these image versions for Ansible AWX.

tower_image: quay.io/ansible/awx:execution-environments
tower_image: quay.io/ansible/awx:18.0.0
tower_image_pull_policy: IfNotPresent
tower_image_pull_secret: ''
default_ee: quay.io/ansible/awx-ee
Expand Down

0 comments on commit 556cb23

Please sign in to comment.