mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 05:42:55 +00:00
Fixes #40: Update to Tower 3.6.4.
This commit is contained in:
@@ -15,8 +15,8 @@ spec:
|
||||
tower_admin_email: test@example.com
|
||||
tower_admin_password: changeme
|
||||
|
||||
tower_task_image: quay.io/ansible-tower/ansible-tower:3.6.3
|
||||
tower_web_image: quay.io/ansible-tower/ansible-tower:3.6.3
|
||||
tower_task_image: quay.io/ansible-tower/ansible-tower:3.6.4
|
||||
tower_web_image: quay.io/ansible-tower/ansible-tower:3.6.4
|
||||
|
||||
tower_task_mem_request: 1Gi
|
||||
tower_task_cpu_request: 500m
|
||||
|
||||
@@ -113,14 +113,14 @@ spec:
|
||||
- /usr/local/bin/ao-logs
|
||||
- /tmp/ansible-operator/runner
|
||||
- stdout
|
||||
image: "geerlingguy/tower-operator:0.2.5"
|
||||
image: "geerlingguy/tower-operator:0.2.6"
|
||||
imagePullPolicy: "Always"
|
||||
volumeMounts:
|
||||
- mountPath: /tmp/ansible-operator/runner
|
||||
name: runner
|
||||
readOnly: true
|
||||
- name: operator
|
||||
image: "geerlingguy/tower-operator:0.2.5"
|
||||
image: "geerlingguy/tower-operator:0.2.6"
|
||||
imagePullPolicy: "Always"
|
||||
volumeMounts:
|
||||
- mountPath: /tmp/ansible-operator/runner
|
||||
|
||||
Reference in New Issue
Block a user