mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Update to Tower 3.6.2. Update operator to version 0.2.1.
This commit is contained in:
@@ -121,11 +121,11 @@ Each of these must be appropriately built in preparation for a new tag:
|
||||
|
||||
Run the following command inside this directory:
|
||||
|
||||
operator-sdk build geerlingguy/tower-operator:0.2.0
|
||||
operator-sdk build geerlingguy/tower-operator:0.2.1
|
||||
|
||||
Then push the generated image to Docker Hub:
|
||||
|
||||
docker push geerlingguy/tower-operator:0.2.0
|
||||
docker push geerlingguy/tower-operator:0.2.1
|
||||
|
||||
#### Build a new version of the `tower-operator.yaml` file
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
gather_facts: false
|
||||
|
||||
vars:
|
||||
operator_image: geerlingguy/tower-operator:0.2.0
|
||||
operator_image: geerlingguy/tower-operator:0.2.1
|
||||
pull_policy: Always
|
||||
operator_file_path: "../deploy/tower-operator.yaml"
|
||||
operator_template: "../deploy/operator.yaml"
|
||||
|
||||
@@ -11,8 +11,8 @@ spec:
|
||||
tower_admin_email: test@example.com
|
||||
tower_admin_password: changeme
|
||||
|
||||
tower_task_image: quay.io/ansible-tower/ansible-tower:3.6.1
|
||||
tower_web_image: quay.io/ansible-tower/ansible-tower:3.6.1
|
||||
tower_task_image: quay.io/ansible-tower/ansible-tower:3.6.2
|
||||
tower_web_image: quay.io/ansible-tower/ansible-tower:3.6.2
|
||||
|
||||
tower_task_mem_request: 1Gi
|
||||
tower_task_cpu_request: 500m
|
||||
|
||||
@@ -124,14 +124,14 @@ spec:
|
||||
- /usr/local/bin/ao-logs
|
||||
- /tmp/ansible-operator/runner
|
||||
- stdout
|
||||
image: "geerlingguy/tower-operator:0.2.0"
|
||||
image: "geerlingguy/tower-operator:0.2.1"
|
||||
imagePullPolicy: "Always"
|
||||
volumeMounts:
|
||||
- mountPath: /tmp/ansible-operator/runner
|
||||
name: runner
|
||||
readOnly: true
|
||||
- name: operator
|
||||
image: "geerlingguy/tower-operator:0.2.0"
|
||||
image: "geerlingguy/tower-operator:0.2.1"
|
||||
imagePullPolicy: "Always"
|
||||
volumeMounts:
|
||||
- mountPath: /tmp/ansible-operator/runner
|
||||
|
||||
@@ -7,8 +7,8 @@ tower_admin_email: test@example.com
|
||||
tower_admin_password: changeme
|
||||
|
||||
# Use these image versions for Ansible Tower.
|
||||
tower_task_image: quay.io/ansible-tower/ansible-tower:3.6.1
|
||||
tower_web_image: quay.io/ansible-tower/ansible-tower:3.6.1
|
||||
tower_task_image: quay.io/ansible-tower/ansible-tower:3.6.2
|
||||
tower_web_image: quay.io/ansible-tower/ansible-tower:3.6.2
|
||||
|
||||
# Use these image versions for Ansible AWX.
|
||||
# tower_task_image: ansible/awx_task:9.0.1
|
||||
|
||||
Reference in New Issue
Block a user