diff --git a/ansible/group_vars/all b/ansible/group_vars/all index 0101cd946..8782f9fe3 100644 --- a/ansible/group_vars/all +++ b/ansible/group_vars/all @@ -1,4 +1,4 @@ operator_image: quay.io/ansible/awx-operator -operator_version: 0.12.0 +operator_version: 0.13.0 pull_policy: Always ansible_debug_logs: "false" diff --git a/deploy/awx-operator.yaml b/deploy/awx-operator.yaml index 34fe4b9e4..47ada64e2 100644 --- a/deploy/awx-operator.yaml +++ b/deploy/awx-operator.yaml @@ -729,7 +729,7 @@ spec: serviceAccountName: awx-operator containers: - name: awx-operator - image: "quay.io/ansible/awx-operator:0.12.0" + image: "quay.io/ansible/awx-operator:0.13.0" imagePullPolicy: "Always" volumeMounts: - mountPath: /tmp/ansible-operator/runner @@ -747,7 +747,7 @@ spec: - name: ANSIBLE_GATHERING value: explicit - name: OPERATOR_VERSION - value: "0.12.0" + value: "0.13.0" - name: ANSIBLE_DEBUG_LOGS value: "false" livenessProbe: diff --git a/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml b/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml index ab6bc99b1..4a4716c0e 100644 --- a/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml +++ b/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml @@ -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.12.0 + name: awx-operator.v0.13.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -725,10 +725,10 @@ spec: - name: ANSIBLE_GATHERING value: explicit - name: OPERATOR_VERSION - value: 0.12.0 + value: 0.13.0 - name: ANSIBLE_DEBUG_LOGS value: "false" - image: quay.io/ansible/awx-operator:0.12.0 + image: quay.io/ansible/awx-operator:0.13.0 imagePullPolicy: Always livenessProbe: httpGet: @@ -767,5 +767,5 @@ spec: provider: name: AWX Community url: https://github.com/ansible/awx-operator - replaces: awx-operator.v0.11.0 - version: 0.12.0 + replaces: awx-operator.v0.12.0 + version: 0.13.0 diff --git a/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml b/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml index a09f3bce2..f9fe36a9f 100644 --- a/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml +++ b/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml @@ -156,18 +156,18 @@ spec: - Route - route type: string - init_container_image: - description: Registry path to the init container to use - type: string - init_container_image_version: - description: Init container image version to use - type: string init_container_extra_commands: description: Extra commands for the init container type: string init_container_extra_volume_mounts: description: Specify volume mounts to be added to the init container type: string + init_container_image: + description: Registry path to the init container to use + type: string + init_container_image_version: + description: Init container image version to use + type: string kind: description: Kind of the deployment type type: string diff --git a/roles/installer/defaults/main.yml b/roles/installer/defaults/main.yml index addaa3c72..b940e3c02 100644 --- a/roles/installer/defaults/main.yml +++ b/roles/installer/defaults/main.yml @@ -106,7 +106,7 @@ extra_volumes: '' # Use these image versions for Ansible AWX. image: quay.io/ansible/awx -image_version: 19.2.2 +image_version: 19.3.0 redis_image: docker.io/redis redis_image_version: latest postgres_image: postgres