mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
Merge pull request #355 from shanemcd/bump-0.10.0
Bump versions for 0.10.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
operator_image: quay.io/ansible/awx-operator
|
operator_image: quay.io/ansible/awx-operator
|
||||||
operator_version: 0.9.0
|
operator_version: 0.10.0
|
||||||
pull_policy: Always
|
pull_policy: Always
|
||||||
ansible_debug_logs: "false"
|
ansible_debug_logs: "false"
|
||||||
|
|||||||
@@ -627,7 +627,7 @@ spec:
|
|||||||
serviceAccountName: awx-operator
|
serviceAccountName: awx-operator
|
||||||
containers:
|
containers:
|
||||||
- name: awx-operator
|
- name: awx-operator
|
||||||
image: "quay.io/ansible/awx-operator:devel"
|
image: "quay.io/ansible/awx-operator:0.10.0"
|
||||||
imagePullPolicy: "Always"
|
imagePullPolicy: "Always"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /tmp/ansible-operator/runner
|
- mountPath: /tmp/ansible-operator/runner
|
||||||
@@ -645,7 +645,7 @@ spec:
|
|||||||
- name: ANSIBLE_GATHERING
|
- name: ANSIBLE_GATHERING
|
||||||
value: explicit
|
value: explicit
|
||||||
- name: OPERATOR_VERSION
|
- name: OPERATOR_VERSION
|
||||||
value: "devel"
|
value: "0.10.0"
|
||||||
- name: ANSIBLE_DEBUG_LOGS
|
- name: ANSIBLE_DEBUG_LOGS
|
||||||
value: "false"
|
value: "false"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ extra_volumes: ''
|
|||||||
# Use these image versions for Ansible AWX.
|
# Use these image versions for Ansible AWX.
|
||||||
|
|
||||||
image: quay.io/ansible/awx
|
image: quay.io/ansible/awx
|
||||||
image_version: 19.1.0
|
image_version: 19.2.0
|
||||||
redis_image: docker.io/redis
|
redis_image: docker.io/redis
|
||||||
redis_image_version: latest
|
redis_image_version: latest
|
||||||
postgres_image: postgres
|
postgres_image: postgres
|
||||||
@@ -111,8 +111,8 @@ image_pull_policy: IfNotPresent
|
|||||||
image_pull_secret: ''
|
image_pull_secret: ''
|
||||||
|
|
||||||
ee_images:
|
ee_images:
|
||||||
- name: AWX EE 0.2.0
|
- name: AWX EE 0.3.0
|
||||||
image: quay.io/ansible/awx-ee:0.2.0
|
image: quay.io/ansible/awx-ee:0.3.0
|
||||||
|
|
||||||
create_preload_data: true
|
create_preload_data: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user