Bump versions for 0.10.0

This commit is contained in:
Shane McDonald
2021-06-01 17:07:14 -04:00
parent 679af90d71
commit b74d6a582e
3 changed files with 6 additions and 6 deletions

View File

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