Skip to content

Commit

Permalink
Merge pull request #436 from shanemcd/bump-0.12.0
Browse files Browse the repository at this point in the history
Bump versions for next release
  • Loading branch information
shanemcd authored Jun 28, 2021
2 parents 3495828 + e28d114 commit 555dc85
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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.11.0
operator_version: 0.12.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 @@ -720,7 +720,7 @@ spec:
serviceAccountName: awx-operator
containers:
- name: awx-operator
image: "quay.io/ansible/awx-operator:0.11.0"
image: "quay.io/ansible/awx-operator:0.12.0"
imagePullPolicy: "Always"
volumeMounts:
- mountPath: /tmp/ansible-operator/runner
Expand All @@ -738,7 +738,7 @@ spec:
- name: ANSIBLE_GATHERING
value: explicit
- name: OPERATOR_VERSION
value: "0.11.0"
value: "0.12.0"
- name: ANSIBLE_DEBUG_LOGS
value: "false"
livenessProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v0.19.4
operators.operatorframework.io/project_layout: ansible
name: awx-operator.v0.11.0
name: awx-operator.v0.12.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -695,10 +695,10 @@ spec:
- name: ANSIBLE_GATHERING
value: explicit
- name: OPERATOR_VERSION
value: 0.11.0
value: 0.12.0
- name: ANSIBLE_DEBUG_LOGS
value: "false"
image: quay.io/ansible/awx-operator:0.11.0
image: quay.io/ansible/awx-operator:0.12.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -737,5 +737,5 @@ spec:
provider:
name: AWX Community
url: https://github.com/ansible/awx-operator
replaces: awx-operator.v0.10.0
version: 0.11.0
replaces: awx-operator.v0.11.0
version: 0.12.0
8 changes: 4 additions & 4 deletions roles/installer/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ extra_volumes: ''
# Use these image versions for Ansible AWX.

image: quay.io/ansible/awx
image_version: 19.2.1
image_version: 19.2.2
redis_image: docker.io/redis
redis_image_version: latest
postgres_image: postgres
Expand All @@ -117,10 +117,10 @@ image_pull_policy: IfNotPresent
image_pull_secret: ''

ee_images:
- name: AWX EE 0.4.0
image: quay.io/ansible/awx-ee:0.4.0
- name: AWX EE 0.5.0
image: quay.io/ansible/awx-ee:0.5.0

control_plane_ee_image: quay.io/ansible/awx-ee:0.4.0
control_plane_ee_image: quay.io/ansible/awx-ee:0.5.0

create_preload_data: true

Expand Down

0 comments on commit 555dc85

Please sign in to comment.