Skip to content

Commit

Permalink
Merge pull request #355 from shanemcd/bump-0.10.0
Browse files Browse the repository at this point in the history
Bump versions for 0.10.0
  • Loading branch information
shanemcd authored Jun 1, 2021
2 parents 679af90 + b74d6a5 commit 25bdc23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/all
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
operator_image: quay.io/ansible/awx-operator
operator_version: 0.9.0
operator_version: 0.10.0
pull_policy: Always
ansible_debug_logs: "false"
4 changes: 2 additions & 2 deletions deploy/awx-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ spec:
serviceAccountName: awx-operator
containers:
- name: awx-operator
image: "quay.io/ansible/awx-operator:devel"
image: "quay.io/ansible/awx-operator:0.10.0"
imagePullPolicy: "Always"
volumeMounts:
- mountPath: /tmp/ansible-operator/runner
Expand All @@ -645,7 +645,7 @@ spec:
- name: ANSIBLE_GATHERING
value: explicit
- name: OPERATOR_VERSION
value: "devel"
value: "0.10.0"
- name: ANSIBLE_DEBUG_LOGS
value: "false"
livenessProbe:
Expand Down
6 changes: 3 additions & 3 deletions roles/installer/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ extra_volumes: ''
# Use these image versions for Ansible AWX.

image: quay.io/ansible/awx
image_version: 19.1.0
image_version: 19.2.0
redis_image: docker.io/redis
redis_image_version: latest
postgres_image: postgres
Expand All @@ -111,8 +111,8 @@ image_pull_policy: IfNotPresent
image_pull_secret: ''

ee_images:
- name: AWX EE 0.2.0
image: quay.io/ansible/awx-ee:0.2.0
- name: AWX EE 0.3.0
image: quay.io/ansible/awx-ee:0.3.0

create_preload_data: true

Expand Down

0 comments on commit 25bdc23

Please sign in to comment.