Tag release 0.2.3 with latest versions of Tower and AWX as defaults.

This commit is contained in:
Jeff Geerling
2020-02-20 12:19:13 -06:00
parent ba90900832
commit 34a45c0eee
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
gather_facts: false
vars:
operator_image: geerlingguy/tower-operator:0.2.2
operator_image: geerlingguy/tower-operator:0.2.3
pull_policy: Always
operator_file_path: "../deploy/tower-operator.yaml"
operator_template: "../deploy/operator.yaml"

View File

@@ -124,14 +124,14 @@ spec:
- /usr/local/bin/ao-logs
- /tmp/ansible-operator/runner
- stdout
image: "geerlingguy/tower-operator:0.2.2"
image: "geerlingguy/tower-operator:0.2.3"
imagePullPolicy: "Always"
volumeMounts:
- mountPath: /tmp/ansible-operator/runner
name: runner
readOnly: true
- name: operator
image: "geerlingguy/tower-operator:0.2.2"
image: "geerlingguy/tower-operator:0.2.3"
imagePullPolicy: "Always"
volumeMounts:
- mountPath: /tmp/ansible-operator/runner