Bump versions for next release

This commit is contained in:
Shane McDonald
2021-06-28 17:22:40 -04:00
parent cd312c6d70
commit e28d114d78
4 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
operator_image: quay.io/ansible/awx-operator operator_image: quay.io/ansible/awx-operator
operator_version: 0.11.0 operator_version: 0.12.0
pull_policy: Always pull_policy: Always
ansible_debug_logs: "false" ansible_debug_logs: "false"

View File

@@ -720,7 +720,7 @@ spec:
serviceAccountName: awx-operator serviceAccountName: awx-operator
containers: containers:
- name: awx-operator - name: awx-operator
image: "quay.io/ansible/awx-operator:0.11.0" image: "quay.io/ansible/awx-operator:0.12.0"
imagePullPolicy: "Always" imagePullPolicy: "Always"
volumeMounts: volumeMounts:
- mountPath: /tmp/ansible-operator/runner - mountPath: /tmp/ansible-operator/runner
@@ -738,7 +738,7 @@ spec:
- name: ANSIBLE_GATHERING - name: ANSIBLE_GATHERING
value: explicit value: explicit
- name: OPERATOR_VERSION - name: OPERATOR_VERSION
value: "0.11.0" value: "0.12.0"
- name: ANSIBLE_DEBUG_LOGS - name: ANSIBLE_DEBUG_LOGS
value: "false" value: "false"
livenessProbe: livenessProbe:

View File

@@ -39,7 +39,7 @@ metadata:
capabilities: Basic Install capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v0.19.4 operators.operatorframework.io/builder: operator-sdk-v0.19.4
operators.operatorframework.io/project_layout: ansible operators.operatorframework.io/project_layout: ansible
name: awx-operator.v0.11.0 name: awx-operator.v0.12.0
namespace: placeholder namespace: placeholder
spec: spec:
apiservicedefinitions: {} apiservicedefinitions: {}
@@ -695,10 +695,10 @@ spec:
- name: ANSIBLE_GATHERING - name: ANSIBLE_GATHERING
value: explicit value: explicit
- name: OPERATOR_VERSION - name: OPERATOR_VERSION
value: 0.11.0 value: 0.12.0
- name: ANSIBLE_DEBUG_LOGS - name: ANSIBLE_DEBUG_LOGS
value: "false" value: "false"
image: quay.io/ansible/awx-operator:0.11.0 image: quay.io/ansible/awx-operator:0.12.0
imagePullPolicy: Always imagePullPolicy: Always
livenessProbe: livenessProbe:
httpGet: httpGet:
@@ -737,5 +737,5 @@ spec:
provider: provider:
name: AWX Community name: AWX Community
url: https://github.com/ansible/awx-operator url: https://github.com/ansible/awx-operator
replaces: awx-operator.v0.10.0 replaces: awx-operator.v0.11.0
version: 0.11.0 version: 0.12.0

View File

@@ -106,7 +106,7 @@ extra_volumes: ''
# Use these image versions for Ansible AWX. # Use these image versions for Ansible AWX.
image: quay.io/ansible/awx image: quay.io/ansible/awx
image_version: 19.2.1 image_version: 19.2.2
redis_image: docker.io/redis redis_image: docker.io/redis
redis_image_version: latest redis_image_version: latest
postgres_image: postgres postgres_image: postgres
@@ -117,10 +117,10 @@ image_pull_policy: IfNotPresent
image_pull_secret: '' image_pull_secret: ''
ee_images: ee_images:
- name: AWX EE 0.4.0 - name: AWX EE 0.5.0
image: quay.io/ansible/awx-ee:0.4.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 create_preload_data: true